[PATCH 0/3] drm/panel: Add support for Novatek NT36532 panel

Junjie Cao posted 3 patches 5 hours ago
.../display/panel/novatek,nt36532.yaml        |  83 ++++
MAINTAINERS                                   |   7 +
drivers/gpu/drm/msm/dsi/dsi_host.c            |  25 +-
drivers/gpu/drm/panel/Kconfig                 |  10 +
drivers/gpu/drm/panel/Makefile                |   1 +
drivers/gpu/drm/panel/panel-novatek-nt36532.c | 437 ++++++++++++++++++
include/drm/drm_mipi_dsi.h                    |   2 +
7 files changed, 550 insertions(+), 15 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36532.yaml
create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36532.c
[PATCH 0/3] drm/panel: Add support for Novatek NT36532 panel
Posted by Junjie Cao 5 hours ago
This series adds support for panels using the Novatek NT36532 Display
Driver IC, a dual-DSI, dual-DSC controller that requires DPU support
for 'slice_per_pkt = 2'.

Since the current DPU driver lacks this capability, PATCH 2/3 is picked
up from Jonathan Marek and Jun Nie [1].

[1]: https://lore.kernel.org/all/20250220-dual-dsi-v2-3-6c0038d5a2ef@linaro.org

Jun Nie (1):
  drm/msm/dsi: support DSC configurations with slice_per_pkt > 1

Junjie Cao (2):
  dt-bindings: display: panel: Add Novatek NT36532
  drm/panel: Add Novatek NT36532 panel driver

 .../display/panel/novatek,nt36532.yaml        |  83 ++++
 MAINTAINERS                                   |   7 +
 drivers/gpu/drm/msm/dsi/dsi_host.c            |  25 +-
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 drivers/gpu/drm/panel/panel-novatek-nt36532.c | 437 ++++++++++++++++++
 include/drm/drm_mipi_dsi.h                    |   2 +
 7 files changed, 550 insertions(+), 15 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36532.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36532.c


base-commit: bf2602a3cb2381fb1a04bf1c39a290518d2538d1
-- 
2.48.1