]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: Always signal event in next vblank after cfg_done
authorTomasz Figa <tfiga@chromium.org>
Wed, 14 Sep 2016 12:55:00 +0000 (21:55 +0900)
committerSean Paul <seanpaul@chromium.org>
Wed, 21 Sep 2016 13:55:52 +0000 (06:55 -0700)
commita3e149b922ee5c623e777a0bb95ad980ef32cf27
tree790e102db23da0171181666d314c63a3ad846f07
parent511191d782ba3433a664f25f8e96b9df34007c4d
drm/rockchip: Always signal event in next vblank after cfg_done

This patch makes the driver send the pending vblank event in next vblank
following the commit, relying on vblank signalling improvements done in
previous patches. This gives us vblank events that always represent the
real moment of changes hitting on the screen (which was the case only
for complete FB changes before) and lets us remove the manual window
update check.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
drivers/gpu/drm/rockchip/rockchip_drm_vop.c