aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1538-drm-amd-dal-Avoid-mutex-aquire-while-holding-spinloc.patch
blob: 591690032e9c15f3771fb1ab1d48d59e983557d9 (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 913515077e0f6999617ff6137d78dd9e22c81a71 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 1538/1565] drm/amd/dal: Avoid mutex aquire while holding
 spinlock 2.

Just clean an absolete comment.

Change-Id: Id08c65f9292104a799a8c31dbb24b08a9faf1339
Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Acked-by: Harry Wentland <harry.wentland@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 bbc3552..dccd665 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
@@ -2092,13 +2092,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
 		 */
-- 
1.9.1