commit | a16f223e35325d1a9b9b3fce63d655e7b2c2a02a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 09 08:14:15 2014 +0200 |
committer | Inki Dae <daeinki@gmail.com> | Mon Jun 02 02:07:06 2014 +0900 |
tree | 91f78b3cd657ac2423a3eb07d1b0518cb230fc63 | |
parent | 073ea2ae85629d4074596e2616588b13d4c665f7 [diff] |
drm/exynos: Fix double locks at PM resume 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 Iwai <tiwai@suse.de> Signed-off-by: Inki Dae <inki.dae@samsung.com>