aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYoungJun Cho <[email protected]>2014-10-01 15:19:07 +0900
committerInki Dae <[email protected]>2014-11-24 18:02:52 +0900
commitbd953de94393ef2a00e893aa948cc7c4cb190d00 (patch)
tree1807d2bd116845a99b327ba4da75ee222139f6b6 /include
parentdcb622aa882b1108c005ebf629014acbf22690e3 (diff)
drm/exynos: fimd: remove unnecessary waiting vblank routine
The exynos_drm_crtc_dpms() waits until pended page flip queue is empty, calls the drm_vblank_off() then calls manager->ops->dpms() when mode is DRM_MODE_DPMS_OFF. The fimd_dpms() is one of manager->ops->dpms()s and finally calls fimd_window_suspend(). But there is no active window and vblank is already off when it is called. So addtional waiting vblank is not necessary any more. Signed-off-by: YoungJun Cho <[email protected]> Acked-by: Inki Dae <[email protected]> Acked-by: Kyungmin Park <[email protected]> Signed-off-by: Inki Dae <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions