linux/drivers/gpu/drm/imx
Liu Ying f6e396e509 drm/imx: atomic phase 3 step 2: Legacy callback fixups
Now that we can use atomic configurations, all the legacy callbacks
of CRTCs, encoders and connectors can be switched to the atomic version.
For the imx-ldb driver, there is a clock parent setting mismatch bewteen
->enable and ->disable after the switch, so a fixup is added.  For the
imx-tve driver, since the encoder's callback ->dpms is replaced by
->disable, we need to move the setting for the IPU_CLK_EN bit(in register
TVE_COM_CONF_REG) from ->enable/->disable to ->mode_set, otherwise, the
relevant CRTC cannot be disabled correctly with a warning on DC stop timeout.

Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
2016-07-12 18:24:12 +02:00
..
dw_hdmi-imx.c drm/imx: atomic phase 3 step 2: Legacy callback fixups 2016-07-12 18:24:12 +02:00
imx-drm-core.c drm/imx: atomic phase 3 step 1: Use atomic configuration 2016-07-12 18:24:03 +02:00
imx-drm.h drm/imx: Remove encoders' ->prepare callbacks 2016-07-12 18:23:58 +02:00
imx-ldb.c drm/imx: atomic phase 3 step 2: Legacy callback fixups 2016-07-12 18:24:12 +02:00
imx-tve.c drm/imx: atomic phase 3 step 2: Legacy callback fixups 2016-07-12 18:24:12 +02:00
ipuv3-crtc.c drm/imx: atomic phase 3 step 2: Legacy callback fixups 2016-07-12 18:24:12 +02:00
ipuv3-plane.c drm/imx: atomic phase 3 step 1: Use atomic configuration 2016-07-12 18:24:03 +02:00
ipuv3-plane.h drm/imx: atomic phase 3 step 1: Use atomic configuration 2016-07-12 18:24:03 +02:00
Kconfig dma-mapping: always provide the dma_map_ops based implementation 2016-01-20 17:09:18 -08:00
Makefile drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmi 2015-01-07 18:31:56 +01:00
parallel-display.c drm/imx: atomic phase 3 step 2: Legacy callback fixups 2016-07-12 18:24:12 +02:00