From 913515077e0f6999617ff6137d78dd9e22c81a71 Mon Sep 17 00:00:00 2001 From: Andrey Grodzovsky 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 Acked-by: Harry Wentland --- 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