aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch')
-rw-r--r--common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch b/common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch
new file mode 100644
index 00000000..afe252ed
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch
@@ -0,0 +1,36 @@
+From 6eab78e6d2f918719c4269f52ee2713a53191f9b Mon Sep 17 00:00:00 2001
+From: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
+Date: Mon, 14 Mar 2016 14:14:53 -0400
+Subject: [PATCH 0903/1110] drm/amd/dal: Avoid mutex aquire while holding
+ spinlock 2.
+
+Just clean an obsolete comment.
+
+Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+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 a085559..6eaf54d 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
+@@ -2088,13 +2088,6 @@ static void manage_dm_interrupts(
+ }
+
+ /*
+- * TODO: once Vitaly's change to adjust locking in
+- * page_flip_work_func is submitted to base driver move
+- * lock and check to amdgpu_dm_flip_cleanup function
+- */
+-
+-
+- /*
+ * this is the case when on reset, last pending pflip
+ * interrupt did not not occur. Clean-up
+ */
+--
+2.7.4
+