commit | a474478642d57641ea06645104a15acc0420f01a | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Mon Aug 29 17:51:24 2016 +0200 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Tue Aug 30 08:35:22 2016 +0200 |
tree | c1e6b7756efd2b78d48359aa86fad840ab138e11 | |
parent | c6c1f9bc798bee7cfc2e172cd2c9b48187d801a7 [diff] |
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>