1
0
Fork 0
alistair23-linux/drivers/gpu/drm/imx/lcdifv3
Fancy Fang ea4f7e2d01 MLK-24002-2 drm/imx: lcdifv3: put controller enable to CRTC
Move the controller enablement from atomic plane update to
the CRTC's atomic enable, since some bridge(e.g. IT6263)
requires data stream from CRTC to be ready for its config.

But this controller enablement change won't cause any side
effect, since the CRTC enable and plane update can be done
in one frame interval and to next frame all configurations
can take effect, which has the same behavior as before.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Reviewed-by: Liu Ying <victor.liu@nxp.com>
2020-05-15 10:08:52 +08:00
..
Kconfig MLK-23234-6 drm/imx: add LCDIFv3 DRM/KMS driver 2020-01-15 16:10:58 +08:00
Makefile MLK-23234-6 drm/imx: add LCDIFv3 DRM/KMS driver 2020-01-15 16:10:58 +08:00
lcdifv3-crtc.c MLK-24002-2 drm/imx: lcdifv3: put controller enable to CRTC 2020-05-15 10:08:52 +08:00
lcdifv3-kms.c MLK-23234-6 drm/imx: add LCDIFv3 DRM/KMS driver 2020-01-15 16:10:58 +08:00
lcdifv3-kms.h MLK-23234-6 drm/imx: add LCDIFv3 DRM/KMS driver 2020-01-15 16:10:58 +08:00
lcdifv3-plane.c MLK-24002-2 drm/imx: lcdifv3: put controller enable to CRTC 2020-05-15 10:08:52 +08:00
lcdifv3-plane.h MLK-23781-2 drm/imx: lcdifv3: remove 'lcdifv3_plane_deinit()' 2020-04-23 11:29:59 +08:00