aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch')
-rw-r--r--common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch b/common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch
new file mode 100644
index 00000000..68b4095e
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0632-drm-amd-dal-attach-tile-MST-connector-property.patch
@@ -0,0 +1,31 @@
+From a590fa50f6476c14d33cbd8b3a7ff0ee6deef1fc Mon Sep 17 00:00:00 2001
+From: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Date: Thu, 17 Dec 2015 19:30:54 +0800
+Subject: [PATCH 0632/1110] drm/amd/dal: attach tile MST connector property
+
+As it is used in DRM code, it is better to be initialized
+
+Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
+---
+ drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c
+index 164d80a..4704204 100644
+--- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c
++++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_mst_types.c
+@@ -297,6 +297,10 @@ static struct drm_connector *dm_dp_add_mst_connector(struct drm_dp_mst_topology_
+ &connector->base,
+ dev->mode_config.path_property,
+ 0);
++ drm_object_attach_property(
++ &connector->base,
++ dev->mode_config.tile_property,
++ 0);
+
+ drm_mode_connector_set_path_property(connector, pathprop);
+
+--
+2.7.4
+