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
6507
6507
6508
6508
S: Maintained
6509
6509
F: Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
6510
+ F: drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
6510
6511
6511
6512
DRM DRIVER FOR LOGICVC DISPLAY CONTROLLER
6512
6513
M: Paul Kocialkowski <
[email protected] >
Original file line number Diff line number Diff line change @@ -203,6 +203,16 @@ config DRM_PANEL_INNOLUX_P079ZCA
203
203
24 bit RGB per pixel. It provides a MIPI DSI interface to
204
204
the host and has a built-in LED backlight.
205
205
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
+
206
216
config DRM_PANEL_JDI_LT070ME05000
207
217
tristate "JDI LT070ME05000 WUXGA DSI panel"
208
218
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
18
18
obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9881C) += panel-ilitek-ili9881c.o
19
19
obj-$(CONFIG_DRM_PANEL_INNOLUX_EJ030NA) += panel-innolux-ej030na.o
20
20
obj-$(CONFIG_DRM_PANEL_INNOLUX_P079ZCA) += panel-innolux-p079zca.o
21
+ obj-$(CONFIG_DRM_PANEL_JADARD_JD9365DA_H3) += panel-jadard-jd9365da-h3.o
21
22
obj-$(CONFIG_DRM_PANEL_JDI_LT070ME05000) += panel-jdi-lt070me05000.o
22
23
obj-$(CONFIG_DRM_PANEL_JDI_R63452) += panel-jdi-fhd-r63452.o
23
24
obj-$(CONFIG_DRM_PANEL_KHADAS_TS050) += panel-khadas-ts050.o
You can’t perform that action at this time.
0 commit comments