mbox series

[0/2] drm: lcdif: Add i.MX93 LCDIF support

Message ID 20230123072358.1060670-1-victor.liu@nxp.com (mailing list archive)
Headers show
Series drm: lcdif: Add i.MX93 LCDIF support | expand

Message

Liu Ying Jan. 23, 2023, 7:23 a.m. UTC
Hi,

This patch set aims to add i.MX93 LCDIF display controller support
in the existing LCDIF DRM driver.  The LCDIF embedded in i.MX93 SoC
is essentially the same to those embedded in i.MX8mp SoC.  Through
internal bridges, i.MX93 LCDIF may drive a MIPI DSI display or a LVDS
display or a parallel display.

Patch 1/2 adds device tree binding support for i.MX93 LCDIF in the
existing fsl,lcdif.yaml.

Patch 2/2 adds i.MX93 LCDIF support in the existing LCDIF DRM driver.

Liu Ying (2):
  dt-bindings: lcdif: Add i.MX93 LCDIF support
  drm: lcdif: Add i.MX93 LCDIF support

 .../bindings/display/fsl,lcdif.yaml           |   7 +-
 drivers/gpu/drm/mxsfb/lcdif_drv.c             |  73 ++++++-
 drivers/gpu/drm/mxsfb/lcdif_drv.h             |   6 +-
 drivers/gpu/drm/mxsfb/lcdif_kms.c             | 206 ++++++++++++------
 4 files changed, 214 insertions(+), 78 deletions(-)