aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch')
-rw-r--r--meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch b/meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch
deleted file mode 100644
index 18330e90..00000000
--- a/meta-amdfalconx86/recipes-kernel/linux/files/0625-drm-amd-dal-fix-edp-detection-segfault.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 96e2d129b65ddabca68cb65a78dc2729d8ad0ea6 Mon Sep 17 00:00:00 2001
-From: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Date: Wed, 16 Dec 2015 15:42:34 -0500
-Subject: [PATCH 0625/1110] drm/amd/dal: fix edp detection segfault
-
-Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
-Acked-by: Jordan Lazare <Jordan.Lazare@amd.com>
----
- drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
-index 516d321..c98fdbf 100644
---- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
-+++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
-@@ -1847,7 +1847,8 @@ int amdgpu_dm_connector_init(
-
- drm_connector_register(&aconnector->base);
-
-- if (connector_type == DRM_MODE_CONNECTOR_DisplayPort)
-+ if (connector_type == DRM_MODE_CONNECTOR_DisplayPort
-+ || connector_type == DRM_MODE_CONNECTOR_eDP)
- amdgpu_dm_initialize_mst_connector(dm, aconnector);
-
- #if defined(CONFIG_BACKLIGHT_CLASS_DEVICE) ||\
---
-2.7.4
-