All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm: lcdif: Add i.MX93 LCDIF support
@ 2023-01-23  7:23 ` Liu Ying
  0 siblings, 0 replies; 36+ messages in thread
From: Liu Ying @ 2023-01-23  7:23 UTC (permalink / raw)
  To: dri-devel, devicetree, linux-kernel, linux-arm-kernel
  Cc: marex, stefan, airlied, daniel, robh+dt, krzysztof.kozlowski+dt,
	shawnguo, s.hauer, kernel, festevam, linux-imx

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(-)

-- 
2.37.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-01-24 14:49 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23  7:23 [PATCH 0/2] drm: lcdif: Add i.MX93 LCDIF support Liu Ying
2023-01-23  7:23 ` Liu Ying
2023-01-23  7:23 ` Liu Ying
2023-01-23  7:23 ` [PATCH 1/2] dt-bindings: " Liu Ying
2023-01-23  7:23   ` Liu Ying
2023-01-23  7:23   ` Liu Ying
2023-01-23  8:53   ` Krzysztof Kozlowski
2023-01-23  8:53     ` Krzysztof Kozlowski
2023-01-23  8:53     ` Krzysztof Kozlowski
2023-01-23 15:50   ` Marek Vasut
2023-01-23 15:50     ` Marek Vasut
2023-01-23 15:50     ` Marek Vasut
2023-01-23  7:23 ` [PATCH 2/2] drm: " Liu Ying
2023-01-23  7:23   ` Liu Ying
2023-01-23  7:23   ` Liu Ying
2023-01-23  8:13   ` Lothar Waßmann
2023-01-23  8:13     ` Lothar Waßmann
2023-01-23  8:13     ` Lothar Waßmann
2023-01-24  7:34     ` Liu Ying
2023-01-24  7:34       ` Liu Ying
2023-01-24  7:34       ` Liu Ying
2023-01-23 15:57   ` Marek Vasut
2023-01-23 15:57     ` Marek Vasut
2023-01-23 15:57     ` Marek Vasut
2023-01-24  7:59     ` Liu Ying
2023-01-24  7:59       ` Liu Ying
2023-01-24  7:59       ` Liu Ying
2023-01-24 11:15       ` Alexander Stein
2023-01-24 11:15         ` Alexander Stein
2023-01-24 11:15         ` Alexander Stein
2023-01-24 14:21         ` Liu Ying
2023-01-24 14:21           ` Liu Ying
2023-01-24 14:21           ` Liu Ying
2023-01-24 14:47         ` Marek Vasut
2023-01-24 14:47           ` Marek Vasut
2023-01-24 14:47           ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.