aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0903-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch
blob: afe252eda17f871fcec610ed0bef1662c7073f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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