drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disable
authorLiu Ying <gnuiyl@gmail.com>
Fri, 26 Aug 2016 07:30:42 +0000 (15:30 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 29 Aug 2016 10:45:05 +0000 (12:45 +0200)
commit8cc17b59b08936bd5bbc43f54a12f441e0a2911a
treedb4378af89cdc0e6857bb2cb3455d814247052fe
parent448ae8ea39c742c20ce00d715fcb7b6fbc56481f
drm/imx: ipuv3-crtc: Use the callback ->atomic_disable instead of ->disable

Now that the drm atomic core supports the callback ->atomic_disable,
we may replace the legacy one ->disable with it.

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: David Airlie <airlied@linux.ie>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Peter Senna Tschudin <peter.senna@gmail.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-crtc.c