commit | b01c2399226c294fe9b22d26ce0ebf1707acb8d9 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Fri Nov 16 13:42:23 2018 -0500 |
committer | Rob Clark <robdclark@gmail.com> | Tue Dec 11 13:10:12 2018 -0500 |
tree | 5d37eb1fd830b09d9694e0fd5b7ddb9b2b14ce6e | |
parent | 18a63b3c6f0b6247f93f5eb05353b0486512017e [diff] |
drm/msm: dpu: Don't drop locks in crtc_vblank_enable Now that runtime resume is handled in encoder, we don't need to worry about crtc_lock recursion when calling pm_runtime_(get|put). So drop the lock drops in _dpu_crtc_vblank_enable_no_lock(). Changes in v2: - None Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org> Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Rob Clark <robdclark@gmail.com>