]> 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)
commit6dcd5ebb8e337a85793acb595954d0745b81a4b2
treec1e6b7756efd2b78d48359aa86fad840ab138e11
parent22844275f95d9bd57da3ec01591942b6da4b6379
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