[PATCH 2/2] drm/exynos: Fix double locks at PM resume

2014-05-09 Thread Inki Dae
Hi, On 2014? 05? 09? 15:14, Takashi Iwai wrote: > The recent commit [3ea87855: drm/helper: lock all around force mode > restore] introduced drm_modeset_lock_all() in > drm_helper_resume_force_mode() itself, while exynos driver takes this > lock before calling it. Move the function call outside

[PATCH 2/2] drm/exynos: Fix double locks at PM resume

2014-05-09 Thread Takashi Iwai
The recent commit [3ea87855: drm/helper: lock all around force mode restore] introduced drm_modeset_lock_all() in drm_helper_resume_force_mode() itself, while exynos driver takes this lock before calling it. Move the function call outside the lock for avoiding a deadlock. Signed-off-by: Takashi