commit | 2f2eb723b50b4da887a34570ff15a3c23d966b85 | [log] [tgz] |
---|---|---|
author | Rajesh Yadav <[email protected]> | Fri Jul 13 18:27:23 2018 +0530 |
committer | Sean Paul <[email protected]> | Thu Jul 26 10:45:05 2018 -0400 |
tree | 50de00fe65c8a5abd3c600d6b177243752fa2392 | |
parent | 25fdd5933e4c0f5fe2ea5cd59994f8ac5fbe90ef [diff] |
drm/msm: rework vblank event handling in dpu_crtc The vblank on/off calls were missing in dpu_crtc leading to "driver forgot to call drm_crtc_vblank_off()" warning while entering suspend state. Also handle the state update completion event for a crtc being disabled in current atomic commit. This patch depends on https://www.spinics.net/lists/dri-devel/msg182402.html Signed-off-by: Rajesh Yadav <[email protected]> Signed-off-by: Sean Paul <[email protected]> Signed-off-by: Rob Clark <[email protected]>