All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Visionox G2647FB105 panel support
@ 2025-03-25 15:57 Alexander Baransky
  2025-03-25 15:57 ` [PATCH 1/2] dt-bindings: display: panel: Add Visionox G2647FB105 Alexander Baransky
  2025-03-25 15:57 ` [PATCH 2/2] drm/panel: Add Visionox G2647FB105 panel driver Alexander Baransky
  0 siblings, 2 replies; 8+ messages in thread
From: Alexander Baransky @ 2025-03-25 15:57 UTC (permalink / raw)
  To: neil.armstrong, quic_jesszhan, maarten.lankhorst, mripard,
	tzimmermann, airlied, simona, robh, krzk+dt, conor+dt
  Cc: Alexander Baransky, dri-devel, devicetree, linux-kernel

This patch series adds support for the Visionox G2647FB105 panel, used in:
- Xiaomi Mi Note 10 / CC9 Pro (sm7150-xiaomi-tucana)
- Xiaomi Mi Note 10 Lite (sm7150-xiaomi-toco)

Testing has been done by me on sm7150-xiaomi-tucana. According to the
downstream DTS, this driver should be fully compatible with the
sm7150-xiaomi-toco (unfortunately not tested) without requiring any
modifications.

Signed-off-by: Alexander Baransky <sanyapilot496@gmail.com>

Alexander Baransky (2):
  dt-bindings: display: panel: Add Visionox G2647FB105
  drm/panel: Add Visionox G2647FB105 panel driver

 .../display/panel/visionox,g2647fb105.yaml    |  79 +++++
 drivers/gpu/drm/panel/Kconfig                 |   9 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-visionox-g2647fb105.c | 277 ++++++++++++++++++
 4 files changed, 366 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/visionox,g2647fb105.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-visionox-g2647fb105.c

-- 
2.49.0


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

end of thread, other threads:[~2025-03-25 19:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 15:57 [PATCH 0/2] Add Visionox G2647FB105 panel support Alexander Baransky
2025-03-25 15:57 ` [PATCH 1/2] dt-bindings: display: panel: Add Visionox G2647FB105 Alexander Baransky
2025-03-25 16:35   ` Krzysztof Kozlowski
2025-03-25 16:38     ` Krzysztof Kozlowski
2025-03-25 18:16     ` Danila Tikhonov
2025-03-25 18:21       ` Krzysztof Kozlowski
2025-03-25 15:57 ` [PATCH 2/2] drm/panel: Add Visionox G2647FB105 panel driver Alexander Baransky
2025-03-25 18:31   ` Danila Tikhonov

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.