]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/sun4i: Send vblank event when the CRTC is disabled
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 20 Jun 2016 10:20:59 +0000 (12:20 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 30 Jun 2016 19:55:32 +0000 (21:55 +0200)
commit2cd368300aa5bcec40c079ee5096287847506504
tree82820da6967dc2165ae799b184d3549280d5fe1b
parent0b340405fca980b12a2ddafdd4536ad6fb624755
drm/sun4i: Send vblank event when the CRTC is disabled

So far, we were missing to send the vblank event when disabling the CRTC,
making us never report the last vblank event.

This was causing a time out on the page flip, which should be solved now.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_crtc.c