phone-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel
@ 2021-09-01 18:07 Yassine Oudjana
  2021-09-01 18:07 ` [PATCH 1/2] drm/panel: Add driver " Yassine Oudjana
  2021-09-01 18:07 ` [PATCH 2/2] dt-bindings: display: Add binding for LG.Philips SW43101 Yassine Oudjana
  0 siblings, 2 replies; 4+ messages in thread
From: Yassine Oudjana @ 2021-09-01 18:07 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, David Airlie, Daniel Vetter, Rob Herring
  Cc: Yassine Oudjana, dri-devel, devicetree, phone-devel,
	~postmarketos/upstreaming, linux-kernel

This adds a driver for the LG.Philips SW43101 FHD (1080x1920) 58Hz OLED DSI
video mode panel, found on the Xiaomi Mi Note 2.

Yassine Oudjana (2):
  drm/panel: Add driver for LG.Philips SW43101 DSI video mode panel
  dt-bindings: display: Add binding for LG.Philips SW43101

 .../display/panel/lgphilips,sw43101.yaml      |  52 +++
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-lgphilips-sw43101.c   | 331 ++++++++++++++++++
 4 files changed, 394 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lgphilips,sw43101.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-lgphilips-sw43101.c

-- 
2.33.0



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

end of thread, other threads:[~2021-09-07 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 18:07 [PATCH 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel Yassine Oudjana
2021-09-01 18:07 ` [PATCH 1/2] drm/panel: Add driver " Yassine Oudjana
2021-09-01 18:07 ` [PATCH 2/2] dt-bindings: display: Add binding for LG.Philips SW43101 Yassine Oudjana
2021-09-07 18:33   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).