File tree Expand file tree Collapse file tree 4 files changed +485
-0
lines changed
Expand file tree Collapse file tree 4 files changed +485
-0
lines changed Original file line number Diff line number Diff line change @@ -6507,6 +6507,7 @@ DRM DRIVER FOR JADARD JD9365DA-H3 MIPI-DSI LCD PANELS
6507650765086508S: Maintained
65096509F: Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
6510+ F: drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
65106511
65116512DRM DRIVER FOR LOGICVC DISPLAY CONTROLLER
65126513M: Paul Kocialkowski <
[email protected] >
Original file line number Diff line number Diff line change @@ -203,6 +203,16 @@ config DRM_PANEL_INNOLUX_P079ZCA
203203 24 bit RGB per pixel. It provides a MIPI DSI interface to
204204 the host and has a built-in LED backlight.
205205
206+ config DRM_PANEL_JADARD_JD9365DA_H3
207+ tristate "Jadard JD9365DA-H3 WXGA DSI panel"
208+ depends on OF
209+ depends on DRM_MIPI_DSI
210+ depends on BACKLIGHT_CLASS_DEVICE
211+ help
212+ Say Y here if you want to enable support for Jadard JD9365DA-H3
213+ WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
214+ 800RGBx1280 dots at maximum.
215+
206216config DRM_PANEL_JDI_LT070ME05000
207217 tristate "JDI LT070ME05000 WUXGA DSI panel"
208218 depends on OF
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) += panel-ilitek-ili9341.o
1818obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9881C) += panel-ilitek-ili9881c.o
1919obj-$(CONFIG_DRM_PANEL_INNOLUX_EJ030NA) += panel-innolux-ej030na.o
2020obj-$(CONFIG_DRM_PANEL_INNOLUX_P079ZCA) += panel-innolux-p079zca.o
21+ obj-$(CONFIG_DRM_PANEL_JADARD_JD9365DA_H3) += panel-jadard-jd9365da-h3.o
2122obj-$(CONFIG_DRM_PANEL_JDI_LT070ME05000) += panel-jdi-lt070me05000.o
2223obj-$(CONFIG_DRM_PANEL_JDI_R63452) += panel-jdi-fhd-r63452.o
2324obj-$(CONFIG_DRM_PANEL_KHADAS_TS050) += panel-khadas-ts050.o
You can’t perform that action at this time.
0 commit comments