aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch')
-rw-r--r--common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch b/common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch
deleted file mode 100644
index 8f2b01f6..00000000
--- a/common/recipes-kernel/linux/files/0627-drm-amd-dal-remove-MST-get_modes-flush_work.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 38bb05256efbef226ccaa639dcac09ddad6c9542 Mon Sep 17 00:00:00 2001
-From: Mykola Lysenko <Mykola.Lysenko@amd.com>
-Date: Tue, 15 Dec 2015 20:25:34 +0800
-Subject: [PATCH 0627/1110] drm/amd/dal: remove MST get_modes flush_work
-
-As DRM MST detection changed, this is not needed
-
-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 | 2 --
- 1 file changed, 2 deletions(-)
-
-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 fb71d88..56ca101 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
-@@ -167,8 +167,6 @@ static int dm_dp_mst_get_modes(struct drm_connector *connector)
- const struct dc_sink *sink;
- int ret = 0;
-
-- flush_work(&master->mst_mgr.work);
--
- if (!aconnector->edid) {
- edid = drm_dp_mst_get_edid(connector, &master->mst_mgr, aconnector->port);
-
---
-2.7.4
-