]> git.baikalelectronics.ru Git - kernel.git/commit
drm/imx: fix crtc vblank state regression
authorLucas Stach <l.stach@pengutronix.de>
Mon, 29 Aug 2016 15:51:24 +0000 (17:51 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 30 Aug 2016 06:35:22 +0000 (08:35 +0200)
commit5bc40919d8b47d9d667d11c87d0c282fa5b40c33
treec1e6b7756efd2b78d48359aa86fad840ab138e11
parent59f13922f23304306d864c12284d6e8bc2727935
drm/imx: fix crtc vblank state regression

The atomic conversion lost the notification to let the DRM core
know about the current state of the CRTC vblank interrupts. This
regressed the ability of the core to reject page flip attempts
on currently disabled CRTCs. Add back the notifications.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-crtc.c