The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [v2 0/2] Add support for Novatek NT36672E LCD DSI panel
@ 2024-01-08  9:59 Ritesh Kumar
  2024-01-08  9:59 ` [v2 1/2] dt-bindings: display: panel: Add Novatek NT36672E LCD DSI Ritesh Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ritesh Kumar @ 2024-01-08  9:59 UTC (permalink / raw)
  To: dri-devel, devicetree, linux-kernel
  Cc: Ritesh Kumar, neil.armstrong, quic_jesszhan, sam,
	maarten.lankhorst, mripard, tzimmermann, airlied, daniel, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, quic_abhinavk, quic_rajeevny,
	quic_vproddut, sumit.semwal

Add support for the 1080x2408 Novatek NT36672E LCD DSI mode panel
found on the Qualcomm QCM6490 MTP board.

The driver will come with the uncompressed video mode support.

---
v2: Fixed review comments from Krzysztof
      - renamed to novatek,nt36672e, since the driver is for the IC and
        not the panel. Adjusted internal function names to reflect the same.
      - updated dt-bindings.
---

Ritesh Kumar (2):
  dt-bindings: display: panel: Add Novatek NT36672E LCD DSI
  drm/panel: Add support for Novatek NT36672E panel driver

 .../display/panel/novatek,nt36672e.yaml       |  66 ++
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-novatek-nt36672e.c    | 643 ++++++++++++++++++
 4 files changed, 720 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36672e.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36672e.c

-- 
2.17.1


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

end of thread, other threads:[~2024-01-12  9:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08  9:59 [v2 0/2] Add support for Novatek NT36672E LCD DSI panel Ritesh Kumar
2024-01-08  9:59 ` [v2 1/2] dt-bindings: display: panel: Add Novatek NT36672E LCD DSI Ritesh Kumar
2024-01-08 10:07   ` Krzysztof Kozlowski
2024-01-09 10:36     ` Ritesh Kumar (QUIC)
2024-01-09 11:02     ` Krzysztof Kozlowski
2024-01-08  9:59 ` [v2 2/2] drm/panel: Add support for Novatek NT36672E panel driver Ritesh Kumar
2024-01-12  0:38   ` Jessica Zhang
2024-01-12  9:33 ` [v2 0/2] Add support for Novatek NT36672E LCD DSI panel Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox