xref: /linux/drivers/gpu/drm/panel/Kconfig (revision e9ef810dfee7a2227da9d423aecb0ced35faddbe)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2aead40eaSThierry Redingconfig DRM_PANEL
3aead40eaSThierry Reding	bool
4aead40eaSThierry Reding	depends on DRM
5aead40eaSThierry Reding	help
6aead40eaSThierry Reding	  Panel registration and lookup framework.
7280921deSThierry Reding
8280921deSThierry Redingmenu "Display Panels"
9937ca284SRussell King	depends on DRM && DRM_PANEL
10280921deSThierry Reding
117467389bSPaul Cercueilconfig DRM_PANEL_ABT_Y030XX067A
127467389bSPaul Cercueil	tristate "ABT Y030XX067A 320x480 LCD panel"
137467389bSPaul Cercueil	depends on OF && SPI
147467389bSPaul Cercueil	select REGMAP_SPI
157467389bSPaul Cercueil	help
167467389bSPaul Cercueil	  Say Y here to enable support for the Asia Better Technology Ltd.
177467389bSPaul Cercueil	  Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
187467389bSPaul Cercueil	  and RG-99 handheld gaming consoles.
197467389bSPaul Cercueil
20f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE
21f40f5b87SLinus Walleij	tristate "ARM Versatile panel driver"
22f40f5b87SLinus Walleij	depends on OF
23f40f5b87SLinus Walleij	depends on MFD_SYSCON
24f40f5b87SLinus Walleij	select VIDEOMODE_HELPERS
25f40f5b87SLinus Walleij	help
26f40f5b87SLinus Walleij	  This driver supports the ARM Versatile panels connected to ARM
27f40f5b87SLinus Walleij	  reference designs. The panel is detected using special registers
28f40f5b87SLinus Walleij	  in the Versatile family syscon registers.
29f40f5b87SLinus Walleij
3002ed76b6SKonrad Dybcioconfig DRM_PANEL_ASUS_Z00T_TM5P5_NT35596
3102ed76b6SKonrad Dybcio	tristate "ASUS Z00T TM5P5 NT35596 panel"
3202ed76b6SKonrad Dybcio	depends on GPIOLIB && OF
3302ed76b6SKonrad Dybcio	depends on DRM_MIPI_DSI
3402ed76b6SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
3502ed76b6SKonrad Dybcio	help
3602ed76b6SKonrad Dybcio	  Say Y here if you want to enable support for the ASUS TMP5P5
3702ed76b6SKonrad Dybcio	  NT35596 1080x1920 video mode panel as found in some Asus
3802ed76b6SKonrad Dybcio	  Zenfone 2 Laser Z00T devices.
3902ed76b6SKonrad Dybcio
406febdb24SChristophe Branchereauconfig DRM_PANEL_AUO_A030JTN01
416febdb24SChristophe Branchereau	tristate "AUO A030JTN01"
426febdb24SChristophe Branchereau	depends on SPI
436febdb24SChristophe Branchereau	select REGMAP_SPI
446febdb24SChristophe Branchereau	help
456febdb24SChristophe Branchereau	  Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
466febdb24SChristophe Branchereau	  as found in the YLM RS-97 handheld gaming console.
476febdb24SChristophe Branchereau
48a19125a2SAngeloGioacchino Del Regnoconfig DRM_PANEL_BOE_BF060Y8M_AJ0
49a19125a2SAngeloGioacchino Del Regno	tristate "Boe BF060Y8M-AJ0 panel"
50a19125a2SAngeloGioacchino Del Regno	depends on OF
51a19125a2SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
52a19125a2SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
53a19125a2SAngeloGioacchino Del Regno	help
54a19125a2SAngeloGioacchino Del Regno	  Say Y here if you want to enable support for Boe BF060Y8M-AJ0
55a19125a2SAngeloGioacchino Del Regno	  5.99" AMOLED modules. The panel has a 1080x2160 resolution and
56a19125a2SAngeloGioacchino Del Regno	  uses 24 bit RGB per pixel. It provides a MIPI DSI interface to
57a19125a2SAngeloGioacchino Del Regno	  the host and backlight is controlled through DSI commands.
58a19125a2SAngeloGioacchino Del Regno
594b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D
604b6dd3caSJerry Han	tristate "Boe Himax8279d panel"
614b6dd3caSJerry Han	depends on OF
624b6dd3caSJerry Han	depends on DRM_MIPI_DSI
634b6dd3caSJerry Han	depends on BACKLIGHT_CLASS_DEVICE
644b6dd3caSJerry Han	help
654b6dd3caSJerry Han	  Say Y here if you want to enable support for Boe Himax8279d
664b6dd3caSJerry Han	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
674b6dd3caSJerry Han	  24 bit RGB per pixel. It provides a MIPI DSI interface to
684b6dd3caSJerry Han	  the host and has a built-in LED backlight.
694b6dd3caSJerry Han
707220a310SBarnabás Czémánconfig DRM_PANEL_BOE_TD4320
717220a310SBarnabás Czémán	tristate "BOE TD4320 DSI panel"
727220a310SBarnabás Czémán	depends on OF
737220a310SBarnabás Czémán	depends on DRM_MIPI_DSI
747220a310SBarnabás Czémán	depends on BACKLIGHT_CLASS_DEVICE
757220a310SBarnabás Czémán	help
767220a310SBarnabás Czémán	  Say Y here if you want to enable support for BOE TD4320 1080x2340
777220a310SBarnabás Czémán	  video mode panel found in Xiaomi Redmi Note 7 smartphones.
787220a310SBarnabás Czémán
79420186dbSAlexander Warneckeconfig DRM_PANEL_BOE_TH101MB31UIG002_28A
80420186dbSAlexander Warnecke	tristate "Boe TH101MB31UIG002-28A panel"
81420186dbSAlexander Warnecke	depends on OF
82420186dbSAlexander Warnecke	depends on DRM_MIPI_DSI
83420186dbSAlexander Warnecke	depends on BACKLIGHT_CLASS_DEVICE
84420186dbSAlexander Warnecke	help
85420186dbSAlexander Warnecke	  Say Y here if you want to enable support for Boe
86420186dbSAlexander Warnecke	  TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280
87420186dbSAlexander Warnecke	  resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI
88420186dbSAlexander Warnecke	  interface to the host and has a built-in LED backlight.
89420186dbSAlexander Warnecke
90a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6
9144de19e3SJitao Shi	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
92a869b9dbSJitao Shi	depends on OF
93a869b9dbSJitao Shi	depends on DRM_MIPI_DSI
94a869b9dbSJitao Shi	depends on BACKLIGHT_CLASS_DEVICE
95a869b9dbSJitao Shi	help
9644de19e3SJitao Shi	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
9744de19e3SJitao Shi	  45NA WUXGA PANEL DSI Video Mode panel
98a869b9dbSJitao Shi
99aec8485fSNeil Armstrongconfig DRM_PANEL_BOE_TV101WUM_LL2
100aec8485fSNeil Armstrong	tristate "BOE TV101WUM LL2 1200x1920 panel"
101aec8485fSNeil Armstrong	depends on OF
102aec8485fSNeil Armstrong	depends on DRM_MIPI_DSI
103aec8485fSNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
104aec8485fSNeil Armstrong	help
105aec8485fSNeil Armstrong	  Say Y here if you want to support for BOE TV101WUM-LL2
106aec8485fSNeil Armstrong	  WUXGA PANEL DSI Video Mode panel
107aec8485fSNeil Armstrong
108b00de0e2SJoel Selvarajconfig DRM_PANEL_EBBG_FT8719
109b00de0e2SJoel Selvaraj	tristate "EBBG FT8719 panel driver"
110b00de0e2SJoel Selvaraj	depends on OF
111b00de0e2SJoel Selvaraj	depends on DRM_MIPI_DSI
112b00de0e2SJoel Selvaraj	depends on BACKLIGHT_CLASS_DEVICE
113b00de0e2SJoel Selvaraj	help
114b00de0e2SJoel Selvaraj	  Say Y here if you want to enable support for the EBBG FT8719
115b00de0e2SJoel Selvaraj	  video mode panel. Mainly found on Xiaomi Poco F1 mobile phone.
116b00de0e2SJoel Selvaraj	  The panel has a resolution of 1080x2246. It provides a MIPI DSI
117b00de0e2SJoel Selvaraj	  interface to the host.
118b00de0e2SJoel Selvaraj
1195b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133
1205b660336SHeiko Stuebner	tristate "Elida KD35T133 panel driver"
1215b660336SHeiko Stuebner	depends on OF
1225b660336SHeiko Stuebner	depends on DRM_MIPI_DSI
1235b660336SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1245b660336SHeiko Stuebner	help
1255b660336SHeiko Stuebner	  Say Y here if you want to enable support for the Elida
1265b660336SHeiko Stuebner	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
1275b660336SHeiko Stuebner	  system interfaces.
1285b660336SHeiko Stuebner
129fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02
130fac47b1eSIcenowy Zheng	tristate "Feixin K101 IM2BA02 panel"
131fac47b1eSIcenowy Zheng	depends on OF
132fac47b1eSIcenowy Zheng	depends on DRM_MIPI_DSI
133fac47b1eSIcenowy Zheng	depends on BACKLIGHT_CLASS_DEVICE
134fac47b1eSIcenowy Zheng	help
135fac47b1eSIcenowy Zheng	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
136fac47b1eSIcenowy Zheng	  4-lane 800x1280 MIPI DSI panel.
137fac47b1eSIcenowy Zheng
13869dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D
13969dc678aSJagan Teki	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
14069dc678aSJagan Teki	depends on OF
14169dc678aSJagan Teki	depends on DRM_MIPI_DSI
14269dc678aSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
14369dc678aSJagan Teki	help
14469dc678aSJagan Teki	  Say Y if you want to enable support for panels based on the
14569dc678aSJagan Teki	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
14669dc678aSJagan Teki
147aaf7f809SRandy Dunlapconfig DRM_PANEL_DSI_CM
148aaf7f809SRandy Dunlap	tristate "Generic DSI command mode panels"
149aaf7f809SRandy Dunlap	depends on OF
150aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
151aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
152aaf7f809SRandy Dunlap	help
153aaf7f809SRandy Dunlap	  DRM panel driver for DSI command mode panels with support for
154aaf7f809SRandy Dunlap	  embedded and external backlights.
155aaf7f809SRandy Dunlap
156aaf7f809SRandy Dunlapconfig DRM_PANEL_LVDS
157aaf7f809SRandy Dunlap	tristate "Generic LVDS panel driver"
158aaf7f809SRandy Dunlap	depends on OF
159aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
160aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
161aaf7f809SRandy Dunlap	help
162aaf7f809SRandy Dunlap	  This driver supports LVDS panels that don't require device-specific
163aaf7f809SRandy Dunlap	  handling of power supplies or control signals. It implements automatic
164aaf7f809SRandy Dunlap	  backlight handling if the panel is attached to a backlight controller.
165aaf7f809SRandy Dunlap
16638d42c26SAngeloGioacchino Del Regnoconfig DRM_PANEL_HIMAX_HX8279
16738d42c26SAngeloGioacchino Del Regno	tristate "Himax HX8279-based panels"
16838d42c26SAngeloGioacchino Del Regno	depends on OF
16938d42c26SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
17038d42c26SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
17138d42c26SAngeloGioacchino Del Regno	help
17238d42c26SAngeloGioacchino Del Regno	  Say Y if you want to enable support for panels based on the
17338d42c26SAngeloGioacchino Del Regno	  Himax HX8279 controller, such as the Startek KD070FHFID078
17438d42c26SAngeloGioacchino Del Regno	  7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface
17538d42c26SAngeloGioacchino Del Regno	  and others.
17638d42c26SAngeloGioacchino Del Regno
1770ef94554SCong Yangconfig DRM_PANEL_HIMAX_HX83102
1780ef94554SCong Yang	tristate "Himax HX83102-based panels"
1790ef94554SCong Yang	depends on OF
1800ef94554SCong Yang	depends on DRM_MIPI_DSI
1810ef94554SCong Yang	depends on BACKLIGHT_CLASS_DEVICE
1820ef94554SCong Yang	help
1830ef94554SCong Yang	  Say Y if you want to enable support for panels based on the
1840ef94554SCong Yang	  Himax HX83102 controller.
1850ef94554SCong Yang
186654f26a0SLuca Weissconfig DRM_PANEL_HIMAX_HX83112A
187654f26a0SLuca Weiss	tristate "Himax HX83112A-based DSI panel"
188654f26a0SLuca Weiss	depends on OF
189654f26a0SLuca Weiss	depends on DRM_MIPI_DSI
190654f26a0SLuca Weiss	depends on BACKLIGHT_CLASS_DEVICE
191654f26a0SLuca Weiss	select DRM_KMS_HELPER
192654f26a0SLuca Weiss	help
193654f26a0SLuca Weiss	  Say Y here if you want to enable support for Himax HX83112A-based
194654f26a0SLuca Weiss	  display panels, such as the one found in the Fairphone 4 smartphone.
195654f26a0SLuca Weiss
19665dc9360SKamil Trzcińskiconfig DRM_PANEL_HIMAX_HX83112B
19765dc9360SKamil Trzciński	tristate "Himax HX83112B-based DSI panel"
19865dc9360SKamil Trzciński	depends on OF
19965dc9360SKamil Trzciński	depends on DRM_MIPI_DSI
20065dc9360SKamil Trzciński	depends on BACKLIGHT_CLASS_DEVICE
20165dc9360SKamil Trzciński	select DRM_KMS_HELPER
20265dc9360SKamil Trzciński	help
20365dc9360SKamil Trzciński	  Say Y here if you want to enable support for Himax HX83112B-based
20465dc9360SKamil Trzciński	  display panels, such as the one found in the Fairphone 3 smartphone.
20565dc9360SKamil Trzciński
20665dc9360SKamil Trzcińskiconfig DRM_PANEL_HIMAX_HX8394
20765dc9360SKamil Trzciński	tristate "HIMAX HX8394 MIPI-DSI LCD panels"
2080ee2e37aSLinus Walleij	depends on OF
2090ee2e37aSLinus Walleij	depends on DRM_MIPI_DSI
2100ee2e37aSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
2110ee2e37aSLinus Walleij	help
2120ee2e37aSLinus Walleij	  Say Y if you want to enable support for panels based on the
2130ee2e37aSLinus Walleij	  Himax HX8394 controller, such as the HannStar HSD060BHW4
2140ee2e37aSLinus Walleij	  720x1440 TFT LCD panel that uses a MIPI-DSI interface.
2150ee2e37aSLinus Walleij
2165a042273SDillon Min	  If M is selected the module will be called panel-himax-hx8394.
2175a042273SDillon Min
218d43cd48eSAndy Shevchenkoconfig DRM_PANEL_ILITEK_IL9322
21984dfc465SRandy Dunlap	tristate "Ilitek ILI9322 320x240 QVGA panels"
22084dfc465SRandy Dunlap	depends on OF && SPI
2215a042273SDillon Min	select REGMAP
2225a042273SDillon Min	help
2235a042273SDillon Min	  Say Y here if you want to enable support for Ilitek IL9322
2245a042273SDillon Min	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
2255a042273SDillon Min
2265a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341
2275a042273SDillon Min	tristate "Ilitek ILI9341 240x320 QVGA panels"
228edbf1d50SMichael Trimarchi	depends on SPI
229edbf1d50SMichael Trimarchi	select DRM_KMS_HELPER
230edbf1d50SMichael Trimarchi	select DRM_GEM_DMA_HELPER
231edbf1d50SMichael Trimarchi	depends on BACKLIGHT_CLASS_DEVICE
232edbf1d50SMichael Trimarchi	select DRM_MIPI_DBI
233edbf1d50SMichael Trimarchi	help
234edbf1d50SMichael Trimarchi	  Say Y here if you want to enable support for Ilitek IL9341
235edbf1d50SMichael Trimarchi	  QVGA (240x320) RGB panels. support serial & parallel rgb
236edbf1d50SMichael Trimarchi	  interface.
237baf272baSMichael Walle
238baf272baSMichael Walleconfig DRM_PANEL_ILITEK_ILI9805
239baf272baSMichael Walle	tristate "Ilitek ILI9805-based panels"
240baf272baSMichael Walle	depends on OF
241baf272baSMichael Walle	depends on DRM_MIPI_DSI
242baf272baSMichael Walle	depends on BACKLIGHT_CLASS_DEVICE
243baf272baSMichael Walle	help
244baf272baSMichael Walle	  Say Y if you want to enable support for panels based on the
245baf272baSMichael Walle	  Ilitek ILI9805 controller.
24626aec255SMaxime Ripard
24726aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9806E
24826aec255SMaxime Ripard	tristate "Ilitek ILI9806E-based panels"
24926aec255SMaxime Ripard	depends on OF
25026aec255SMaxime Ripard	depends on DRM_MIPI_DSI
25126aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
25226aec255SMaxime Ripard	help
25326aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
25426aec255SMaxime Ripard	  Ilitek ILI9806E controller.
255e2450d32SCong Yang
256e2450d32SCong Yangconfig DRM_PANEL_ILITEK_ILI9881C
257e2450d32SCong Yang	tristate "Ilitek ILI9881C-based panels"
258e2450d32SCong Yang	depends on OF
259e2450d32SCong Yang	depends on DRM_MIPI_DSI
260e2450d32SCong Yang	depends on BACKLIGHT_CLASS_DEVICE
261e2450d32SCong Yang	help
262e2450d32SCong Yang	  Say Y if you want to enable support for panels based on the
263e2450d32SCong Yang	  Ilitek ILI9881c controller.
264868d043fSChristophe Branchereau
265868d043fSChristophe Branchereauconfig DRM_PANEL_ILITEK_ILI9882T
266868d043fSChristophe Branchereau	tristate "Ilitek ILI9882t-based panels"
267868d043fSChristophe Branchereau	depends on OF
268868d043fSChristophe Branchereau	depends on DRM_MIPI_DSI
269868d043fSChristophe Branchereau	depends on BACKLIGHT_CLASS_DEVICE
270868d043fSChristophe Branchereau	help
271868d043fSChristophe Branchereau	  Say Y if you want to enable support for panels based on the
272868d043fSChristophe Branchereau	  Ilitek ILI9882t controller.
27314c8f2e9SChris Zhong
27414c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_EJ030NA
27514c8f2e9SChris Zhong        tristate "Innolux EJ030NA 320x480 LCD panel"
27614c8f2e9SChris Zhong        depends on OF && SPI
27714c8f2e9SChris Zhong        select REGMAP_SPI
27814c8f2e9SChris Zhong        help
27914c8f2e9SChris Zhong          Say Y here to enable support for the Innolux/Chimei EJ030NA
28014c8f2e9SChris Zhong          320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
28114c8f2e9SChris Zhong          and LDK handheld gaming consoles.
28214c8f2e9SChris Zhong
28314c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
2846b818c53SJagan Teki	tristate "Innolux P079ZCA panel"
2856b818c53SJagan Teki	depends on OF
2866b818c53SJagan Teki	depends on DRM_MIPI_DSI
2876b818c53SJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
2886b818c53SJagan Teki	help
2896b818c53SJagan Teki	  Say Y here if you want to enable support for Innolux P079ZCA
2906b818c53SJagan Teki	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
2916b818c53SJagan Teki	  24 bit RGB per pixel. It provides a MIPI DSI interface to
2926b818c53SJagan Teki	  the host and has a built-in LED backlight.
2936b818c53SJagan Teki
29425205087SDiogo Ivoconfig DRM_PANEL_JADARD_JD9365DA_H3
29525205087SDiogo Ivo	tristate "Jadard JD9365DA-H3 WXGA DSI panel"
29625205087SDiogo Ivo	depends on OF
29725205087SDiogo Ivo	depends on DRM_MIPI_DSI
29825205087SDiogo Ivo	depends on BACKLIGHT_CLASS_DEVICE
29925205087SDiogo Ivo	help
30025205087SDiogo Ivo	  Say Y here if you want to enable support for Jadard JD9365DA-H3
30125205087SDiogo Ivo	  WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
30225205087SDiogo Ivo	  800RGBx1280 dots at maximum.
30325205087SDiogo Ivo
30425205087SDiogo Ivoconfig DRM_PANEL_JDI_LPM102A188A
305aaf7f809SRandy Dunlap	tristate "JDI LPM102A188A DSI panel"
306aaf7f809SRandy Dunlap	depends on OF && GPIOLIB
307aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
308aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
309aaf7f809SRandy Dunlap	help
310aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for JDI LPM102A188A DSI
311aaf7f809SRandy Dunlap	  command mode panel as found in Google Pixel C devices.
312aaf7f809SRandy Dunlap	  The panel has a 2560×1800 resolution. It provides a MIPI DSI interface
313aaf7f809SRandy Dunlap	  to the host.
314aaf7f809SRandy Dunlap
315aaf7f809SRandy Dunlapconfig DRM_PANEL_JDI_LT070ME05000
316437c3d87SRaffaele Tranquillini	tristate "JDI LT070ME05000 WUXGA DSI panel"
317437c3d87SRaffaele Tranquillini	depends on OF
318437c3d87SRaffaele Tranquillini	depends on DRM_MIPI_DSI
319437c3d87SRaffaele Tranquillini	depends on BACKLIGHT_CLASS_DEVICE
320437c3d87SRaffaele Tranquillini	help
321437c3d87SRaffaele Tranquillini	  Say Y here if you want to enable support for JDI DSI video mode
322437c3d87SRaffaele Tranquillini	  panel as found in Google Nexus 7 (2013) devices.
323437c3d87SRaffaele Tranquillini	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
324437c3d87SRaffaele Tranquillini	  24 bit per pixel.
325b2152121SNeil Armstrong
326b2152121SNeil Armstrongconfig DRM_PANEL_JDI_R63452
327b2152121SNeil Armstrong	tristate "JDI R63452 Full HD DSI panel"
328b2152121SNeil Armstrong	depends on OF
329b2152121SNeil Armstrong	depends on DRM_MIPI_DSI
330b2152121SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
331b2152121SNeil Armstrong	help
332b2152121SNeil Armstrong	  Say Y here if you want to enable support for the JDI R63452
333b2152121SNeil Armstrong	  DSI command mode panel as found in Xiaomi Mi 5 Devices.
334b2152121SNeil Armstrong
335b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050
3362a994cbeSNickey Yang	tristate "Khadas TS050 panel"
3372a994cbeSNickey Yang	depends on OF
3382a994cbeSNickey Yang	depends on DRM_MIPI_DSI
3392a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
3402a994cbeSNickey Yang	help
3412a994cbeSNickey Yang	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
3422a994cbeSNickey Yang	  panel module. The panel has a 1080x1920 resolution and uses
3432a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
3442a994cbeSNickey Yang	  the host, a built-in LED backlight and touch controller.
3452a994cbeSNickey Yang
3462a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
3476ea4383bSHeiko Stuebner	tristate "Kingdisplay kd097d04 panel"
3486ea4383bSHeiko Stuebner	depends on OF
3496ea4383bSHeiko Stuebner	depends on DRM_MIPI_DSI
3506ea4383bSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
3516ea4383bSHeiko Stuebner	help
3526ea4383bSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
3536ea4383bSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
3546ea4383bSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
3556ea4383bSHeiko Stuebner	  the host and has a built-in LED backlight.
3566ea4383bSHeiko Stuebner
3576ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W
358e98910beSHeiko Stuebner	tristate "Leadtek LTK050H3146W panel"
359e98910beSHeiko Stuebner	depends on OF
360e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
361e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
362e98910beSHeiko Stuebner	help
363e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Leadtek LTK050H3146W
364e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
365e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
366e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
367e98910beSHeiko Stuebner
368e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
369c5207ed4SJerome Brunet	tristate "Leadtek LTK500HD1829 panel"
370c5207ed4SJerome Brunet	depends on OF
371c5207ed4SJerome Brunet	depends on DRM_MIPI_DSI
372c5207ed4SJerome Brunet	depends on BACKLIGHT_CLASS_DEVICE
373c5207ed4SJerome Brunet	help
374c5207ed4SJerome Brunet	  Say Y here if you want to enable support for Kingdisplay kd097d04
375c5207ed4SJerome Brunet	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
376c5207ed4SJerome Brunet	  24 bit RGB per pixel. It provides a MIPI DSI interface to
377c5207ed4SJerome Brunet	  the host and has a built-in LED backlight.
378c5207ed4SJerome Brunet
379c5207ed4SJerome Brunetconfig DRM_PANEL_LINCOLNTECH_LCD197
380f5b0c654SLaurent Pinchart	tristate "Lincoln Technologies lcd197 panel"
381f5b0c654SLaurent Pinchart	depends on OF
382f5b0c654SLaurent Pinchart	depends on DRM_MIPI_DSI
383f5b0c654SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
384f5b0c654SLaurent Pinchart	help
385f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for lincolntech lcd197
386f5b0c654SLaurent Pinchart	  TFT-LCD modules. The panel has a 1080x1920 resolution and uses
387f5b0c654SLaurent Pinchart	  24 bit RGB per pixel. It provides a MIPI DSI interface to
38858c467ecSHeiko Schocher	  the host.
38958c467ecSHeiko Schocher
39058c467ecSHeiko Schocherconfig DRM_PANEL_LG_LB035Q02
39158c467ecSHeiko Schocher	tristate "LG LB035Q024573 RGB panel"
39258c467ecSHeiko Schocher	depends on GPIOLIB && OF && SPI
39358c467ecSHeiko Schocher	help
39458c467ecSHeiko Schocher	  Say Y here if you want to enable support for the LB035Q02 RGB panel
39558c467ecSHeiko Schocher	  (found on the Gumstix Overo Palo35 board). To compile this driver as
396069a6c0eSSumit Semwal	  a module, choose M here.
397069a6c0eSSumit Semwal
398069a6c0eSSumit Semwalconfig DRM_PANEL_LG_LG4573
399069a6c0eSSumit Semwal	tristate "LG4573 RGB/SPI panel"
400069a6c0eSSumit Semwal	depends on OF && SPI
401ca097d4dSDmitry Baryshkov	select VIDEOMODE_HELPERS
40233defcacSDmitry Baryshkov	help
403069a6c0eSSumit Semwal	  Say Y here if you want to enable support for LG4573 RGB panel.
404069a6c0eSSumit Semwal	  To compile this driver as a module, choose M here.
405069a6c0eSSumit Semwal
406069a6c0eSSumit Semwalconfig DRM_PANEL_LG_SW43408
407069a6c0eSSumit Semwal	tristate "LG SW43408 panel"
408069a6c0eSSumit Semwal	depends on OF
409249a4f5eSChris Morgan	depends on DRM_MIPI_DSI
410249a4f5eSChris Morgan	depends on BACKLIGHT_CLASS_DEVICE
411249a4f5eSChris Morgan	select DRM_DISPLAY_DSC_HELPER
412249a4f5eSChris Morgan	select DRM_DISPLAY_HELPER
413249a4f5eSChris Morgan	help
414249a4f5eSChris Morgan	  Say Y here if you want to enable support for LG sw43408 panel.
415249a4f5eSChris Morgan	  The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per
416249a4f5eSChris Morgan	  pixel. It provides a MIPI DSI interface to the host and has a
417249a4f5eSChris Morgan	  built-in LED backlight.
418249a4f5eSChris Morgan
419249a4f5eSChris Morganconfig DRM_PANEL_MAGNACHIP_D53E6EA8966
420aaf7f809SRandy Dunlap	tristate "Magnachip D53E6EA8966 DSI panel"
421aaf7f809SRandy Dunlap	depends on OF && SPI
422aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
423aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
424aaf7f809SRandy Dunlap	select DRM_MIPI_DBI
425aaf7f809SRandy Dunlap	help
426aaf7f809SRandy Dunlap	  DRM panel driver for the Samsung AMS495QA01 panel controlled
427aaf7f809SRandy Dunlap	  with the Magnachip D53E6EA8966 panel IC. This panel receives
428aaf7f809SRandy Dunlap	  video data via DSI but commands via 9-bit SPI using DBI.
429aaf7f809SRandy Dunlap
430aaf7f809SRandy Dunlapconfig DRM_PANEL_MANTIX_MLAF057WE51
431df439abeSLaurent Pinchart	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
432df439abeSLaurent Pinchart	depends on OF
433df439abeSLaurent Pinchart	depends on DRM_MIPI_DSI
434df439abeSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
435df439abeSLaurent Pinchart	help
436df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the Mantix
437df439abeSLaurent Pinchart	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
438df439abeSLaurent Pinchart	  has a resolution of 720x1440 pixels, a built in backlight and touch
439b1d39f0fSChris Morgan	  controller.
440b1d39f0fSChris Morgan
441b1d39f0fSChris Morganconfig DRM_PANEL_NEC_NL8048HL11
442b1d39f0fSChris Morgan	tristate "NEC NL8048HL11 RGB panel"
443b1d39f0fSChris Morgan	depends on GPIOLIB && OF && SPI
444b1d39f0fSChris Morgan	help
445b1d39f0fSChris Morgan	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
446b1d39f0fSChris Morgan	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
447b1d39f0fSChris Morgan	  as a module, choose M here.
44849956b50SChristophe Branchereau
44949956b50SChristophe Branchereauconfig DRM_PANEL_NEWVISION_NV3051D
45049956b50SChristophe Branchereau	tristate "NewVision NV3051D DSI panel"
45149956b50SChristophe Branchereau	depends on OF
45249956b50SChristophe Branchereau	depends on DRM_MIPI_DSI
45349956b50SChristophe Branchereau	depends on BACKLIGHT_CLASS_DEVICE
45449956b50SChristophe Branchereau	help
45549956b50SChristophe Branchereau	  This driver supports the NV3051D based panel found on the Anbernic
45649956b50SChristophe Branchereau	  RG353P and RG353V.
457899f24edSLinus Walleij
458899f24edSLinus Walleijconfig DRM_PANEL_NEWVISION_NV3052C
459899f24edSLinus Walleij	tristate "NewVision NV3052C RGB/SPI panel"
460899f24edSLinus Walleij	depends on OF && SPI
461899f24edSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
462899f24edSLinus Walleij	select DRM_MIPI_DBI
463899f24edSLinus Walleij	help
464899f24edSLinus Walleij	  Say Y here if you want to enable support for the panels built
465899f24edSLinus Walleij	  around the NewVision NV3052C display controller.
466899f24edSLinus Walleij
467994ea402SLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510
468994ea402SLinus Walleij	tristate "Novatek NT35510 RGB panel driver"
469994ea402SLinus Walleij	depends on OF
470994ea402SLinus Walleij	depends on DRM_MIPI_DSI
471994ea402SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
472994ea402SLinus Walleij	help
473994ea402SLinus Walleij	  Say Y here if you want to enable support for the panels built
474994ea402SLinus Walleij	  around the Novatek NT35510 display controller, such as some
475994ea402SLinus Walleij	  Hydis panels.
476994ea402SLinus Walleij
477994ea402SLinus Walleijconfig DRM_PANEL_NOVATEK_NT35560
478994ea402SLinus Walleij	tristate "Novatek NT35560 DSI command mode panel"
479623a3531SAngeloGioacchino Del Regno	depends on OF
480623a3531SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
481623a3531SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
482623a3531SAngeloGioacchino Del Regno	select VIDEOMODE_HELPERS
483623a3531SAngeloGioacchino Del Regno	help
484623a3531SAngeloGioacchino Del Regno	  Say Y here if you want to enable the Novatek NT35560 display
485623a3531SAngeloGioacchino Del Regno	  controller. This panel supports DSI in both command and video
486623a3531SAngeloGioacchino Del Regno	  mode. This supports several panels such as Sony ACX424AKM and
487623a3531SAngeloGioacchino Del Regno	  ACX424AKP.
488623a3531SAngeloGioacchino Del Regno
489623a3531SAngeloGioacchino Del Regnoconfig DRM_PANEL_NOVATEK_NT35950
4900993234aSJianhua Lu	tristate "Novatek NT35950 DSI panel"
4910993234aSJianhua Lu	depends on OF
4920993234aSJianhua Lu	depends on DRM_MIPI_DSI
4930993234aSJianhua Lu	depends on BACKLIGHT_CLASS_DEVICE
4940993234aSJianhua Lu	help
4950993234aSJianhua Lu	  Say Y here if you want to enable support for the panels built
4960993234aSJianhua Lu	  around the Novatek NT35950 display controller, such as some
4970993234aSJianhua Lu	  Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
4980993234aSJianhua Lu	  mobile phones.
4990993234aSJianhua Lu
500070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36523
501070c7fa5SSumit Semwal	tristate "Novatek NT36523 panel driver"
502070c7fa5SSumit Semwal	depends on OF
503070c7fa5SSumit Semwal	depends on DRM_MIPI_DSI
504070c7fa5SSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
505070c7fa5SSumit Semwal	help
506070c7fa5SSumit Semwal	  Say Y here if you want to enable support for the panels built
507070c7fa5SSumit Semwal	  around the Novatek NT36523 display controller, such as some
508070c7fa5SSumit Semwal	  Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets.
509070c7fa5SSumit Semwal
510ea4f9975SRitesh Kumarconfig DRM_PANEL_NOVATEK_NT36672A
511ea4f9975SRitesh Kumar	tristate "Novatek NT36672A DSI panel"
512ea4f9975SRitesh Kumar	depends on OF
513ea4f9975SRitesh Kumar	depends on DRM_MIPI_DSI
514ea4f9975SRitesh Kumar	depends on BACKLIGHT_CLASS_DEVICE
515ea4f9975SRitesh Kumar	help
516ea4f9975SRitesh Kumar	  Say Y here if you want to enable support for the panels built
517ea4f9975SRitesh Kumar	  around the Novatek NT36672A display controller, such as some
518ea4f9975SRitesh Kumar	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
519ea4f9975SRitesh Kumar
5204fca6849SKrzysztof Kozlowskiconfig DRM_PANEL_NOVATEK_NT36672E
5214fca6849SKrzysztof Kozlowski	tristate "Novatek NT36672E DSI panel"
5224fca6849SKrzysztof Kozlowski	depends on OF
5234fca6849SKrzysztof Kozlowski	depends on DRM_MIPI_DSI
5244fca6849SKrzysztof Kozlowski	depends on BACKLIGHT_CLASS_DEVICE
525*022546cdSArnd Bergmann	help
526*022546cdSArnd Bergmann	  Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
5274fca6849SKrzysztof Kozlowski	  LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
5284fca6849SKrzysztof Kozlowski	  RGB per pixel.
5294fca6849SKrzysztof Kozlowski
5304fca6849SKrzysztof Kozlowskiconfig DRM_PANEL_NOVATEK_NT37801
5314fca6849SKrzysztof Kozlowski	tristate "Novatek NT37801/NT37810 AMOLED DSI panel"
532ecdcbbb7SPaul Cercueil	depends on OF
533ecdcbbb7SPaul Cercueil	depends on DRM_MIPI_DSI
534ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
535ecdcbbb7SPaul Cercueil	select DRM_DISPLAY_DSC_HELPER
536ecdcbbb7SPaul Cercueil	select DRM_DISPLAY_HELPER
537ecdcbbb7SPaul Cercueil	help
538ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for Novatek NT37801 (or
539ecdcbbb7SPaul Cercueil	  NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200
540ecdcbbb7SPaul Cercueil	  resolution.
54117fd7a9dSStefan Mavrodiev
54217fd7a9dSStefan Mavrodievconfig DRM_PANEL_NOVATEK_NT39016
54317fd7a9dSStefan Mavrodiev	tristate "Novatek NT39016 RGB/SPI panel"
54417fd7a9dSStefan Mavrodiev	depends on OF && SPI
54517fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
546a14bc107SVegard Nossum	select REGMAP_SPI
54717fd7a9dSStefan Mavrodiev	help
54817fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for the panels built
54917fd7a9dSStefan Mavrodiev	  around the Novatek NT39016 display controller.
55017fd7a9dSStefan Mavrodiev
55117fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
55217fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
55317fd7a9dSStefan Mavrodiev	depends on OF
554cd6d4128SChristophe Branchereau	depends on I2C
555cd6d4128SChristophe Branchereau	depends on BACKLIGHT_CLASS_DEVICE
556cd6d4128SChristophe Branchereau	select CRC32
557cd6d4128SChristophe Branchereau	help
558cd6d4128SChristophe Branchereau	  The panel is used with different sizes LCDs, from 480x272 to
559cd6d4128SChristophe Branchereau	  1280x800, and 24 bit per pixel.
560cd6d4128SChristophe Branchereau
561cd6d4128SChristophe Branchereau	  Say Y here if you want to enable support for Olimex Ltd.
562cd6d4128SChristophe Branchereau	  LCD-OLinuXino panel.
563f0a5bb98SPhilippe CORNU
564f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTA5601A
565f0a5bb98SPhilippe CORNU        tristate "Orise Technology ota5601a RGB/SPI panel"
566f0a5bb98SPhilippe CORNU        depends on SPI
567f0a5bb98SPhilippe CORNU        depends on BACKLIGHT_CLASS_DEVICE
568f0a5bb98SPhilippe CORNU        select REGMAP_SPI
569f0a5bb98SPhilippe CORNU        help
570f0a5bb98SPhilippe CORNU          Say Y here if you want to enable support for the panels built
571f0a5bb98SPhilippe CORNU          around the Orise Technology OTA9601A display controller.
572b97b042aSPeter Ujfalusi
573b97b042aSPeter Ujfalusiconfig DRM_PANEL_ORISETECH_OTM8009A
574b97b042aSPeter Ujfalusi	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
575b97b042aSPeter Ujfalusi	depends on OF
576b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
577b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
578b97b042aSPeter Ujfalusi	help
579b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for Orise Technology
580b97b042aSPeter Ujfalusi	  otm8009a 480x800 dsi 2dl panel.
581086ceb6bSWerner Johansson
582086ceb6bSWerner Johanssonconfig DRM_PANEL_OSD_OSD101T2587_53TS
583086ceb6bSWerner Johansson	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
584086ceb6bSWerner Johansson	depends on OF
585086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
586086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
587086ceb6bSWerner Johansson	help
588086ceb6bSWerner Johansson	  Say Y here if you want to enable support for One Stop Displays
589086ceb6bSWerner Johansson	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
590086ceb6bSWerner Johansson
5912f733d61SEric Anholtconfig DRM_PANEL_PANASONIC_VVX10F034N00
5922f733d61SEric Anholt	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
5932f733d61SEric Anholt	depends on OF
5942f733d61SEric Anholt	depends on DRM_MIPI_DSI
5952f733d61SEric Anholt	depends on BACKLIGHT_CLASS_DEVICE
5962f733d61SEric Anholt	help
5972f733d61SEric Anholt	  Say Y here if you want to enable support for Panasonic VVX10F034N00
5982f733d61SEric Anholt	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
599f63df31dSRobert Chiras	  Xperia Z2 tablets
600f63df31dSRobert Chiras
601f63df31dSRobert Chirasconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
602f63df31dSRobert Chiras	tristate "Raspberry Pi 7-inch touchscreen panel"
603f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
604f63df31dSRobert Chiras	help
605f63df31dSRobert Chiras	  Say Y here if you want to enable support for the Raspberry
606f63df31dSRobert Chiras	  Pi 7" Touchscreen.  To compile this driver as a module,
607f63df31dSRobert Chiras	  choose M here.
608a50ae1a2SSebastian Reichel
609a50ae1a2SSebastian Reichelconfig DRM_PANEL_RAYDIUM_RM67191
610a50ae1a2SSebastian Reichel	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
611a50ae1a2SSebastian Reichel	depends on OF
612a50ae1a2SSebastian Reichel	depends on DRM_MIPI_DSI
613a50ae1a2SSebastian Reichel	depends on BACKLIGHT_CLASS_DEVICE
614a50ae1a2SSebastian Reichel	help
615a50ae1a2SSebastian Reichel	  Say Y here if you want to enable support for Raydium RM67191 FHD
616a50ae1a2SSebastian Reichel	  (1080x1920) DSI panel.
617a50ae1a2SSebastian Reichel
6182b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM67200
6192b7ed18bSPhilippe CORNU	tristate "Raydium RM67200-based DSI panel"
6202b7ed18bSPhilippe CORNU	depends on OF
6212b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
622a8efe516SArnd Bergmann	help
6232b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM67200-based
6242b7ed18bSPhilippe CORNU	  DSI video mode panels. This panel controller can be found in the
6252b7ed18bSPhilippe CORNU	  Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1
6262b7ed18bSPhilippe CORNU	  evaluation boards.
627988d0ff2SKonrad Dybcio
628988d0ff2SKonrad Dybcioconfig DRM_PANEL_RAYDIUM_RM68200
629988d0ff2SKonrad Dybcio	tristate "Raydium RM68200 720x1280 DSI video mode panel"
630988d0ff2SKonrad Dybcio	depends on OF
631988d0ff2SKonrad Dybcio	depends on DRM_MIPI_DSI
632ca097d4dSDmitry Baryshkov	depends on BACKLIGHT_CLASS_DEVICE
633589830b1SArnd Bergmann	help
634988d0ff2SKonrad Dybcio	  Say Y here if you want to enable support for Raydium RM68200
635988d0ff2SKonrad Dybcio	  720x1280 DSI video mode panel.
636988d0ff2SKonrad Dybcio
637988d0ff2SKonrad Dybcioconfig DRM_PANEL_RAYDIUM_RM692E5
6389a314ea5SDavid Wronek	tristate "Raydium RM692E5-based DSI panel"
6399a314ea5SDavid Wronek	depends on OF
6409a314ea5SDavid Wronek	depends on DRM_MIPI_DSI
6419a314ea5SDavid Wronek	depends on BACKLIGHT_CLASS_DEVICE
6429a314ea5SDavid Wronek	select DRM_DISPLAY_DSC_HELPER
6439a314ea5SDavid Wronek	select DRM_DISPLAY_HELPER
6449a314ea5SDavid Wronek	help
6459a314ea5SDavid Wronek	  Say Y here if you want to enable support for Raydium RM692E5-based
6469a314ea5SDavid Wronek	  display panels, such as the one found in the Fairphone 5 smartphone.
6479a314ea5SDavid Wronek
6489a314ea5SDavid Wronekconfig DRM_PANEL_RAYDIUM_RM69380
6499a314ea5SDavid Wronek	tristate "Raydium RM69380-based DSI panel"
650979a1bb6SKonstantin Sudakov	depends on OF && GPIOLIB
651979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
652979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
653979a1bb6SKonstantin Sudakov	help
654979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Raydium RM69380-based
655979a1bb6SKonstantin Sudakov	  display panels.
656979a1bb6SKonstantin Sudakov
657979a1bb6SKonstantin Sudakov	  This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021
658979a1bb6SKonstantin Sudakov	  in combination with an EDO OLED panel.
659b330f3a0SDanila Tikhonov
660b330f3a0SDanila Tikhonovconfig DRM_PANEL_RENESAS_R61307
661b330f3a0SDanila Tikhonov	tristate "Renesas R61307 DSI video mode panel"
662b330f3a0SDanila Tikhonov	depends on OF
663b330f3a0SDanila Tikhonov	depends on DRM_MIPI_DSI
664b330f3a0SDanila Tikhonov	depends on BACKLIGHT_CLASS_DEVICE
665b330f3a0SDanila Tikhonov	help
666b330f3a0SDanila Tikhonov	  Say Y here if you want to enable support for KOE tx13d100vm0eaa
667b330f3a0SDanila Tikhonov	  IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768
668bd07dbb9SDanila Tikhonov	  resolution and uses 24 bit RGB per pixel.
669bd07dbb9SDanila Tikhonov
670bd07dbb9SDanila Tikhonov	  This panel controller can be found in LG Optimus Vu P895 smartphone
671bd07dbb9SDanila Tikhonov	  in combination with LCD panel.
672bd07dbb9SDanila Tikhonov
673bd07dbb9SDanila Tikhonovconfig DRM_PANEL_RENESAS_R69328
674bd07dbb9SDanila Tikhonov	tristate "Renesas R69328 720x1280 DSI video mode panel"
675bd07dbb9SDanila Tikhonov	depends on OF
676bd07dbb9SDanila Tikhonov	depends on DRM_MIPI_DSI
677d5658db2SJakob Hauser	depends on BACKLIGHT_CLASS_DEVICE
678d5658db2SJakob Hauser	help
679d5658db2SJakob Hauser	  Say Y here if you want to enable support for JDI dx12d100vm0eaa
680d5658db2SJakob Hauser	  IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280
6815b67fdf1SJakob Hauser	  resolution and uses 24 bit RGB per pixel.
682d5658db2SJakob Hauser
683d5658db2SJakob Hauser	  This panel controller can be found in LG Optimus 4X P895 smartphone
684d5658db2SJakob Hauser	  in combination with LCD panel.
685d5658db2SJakob Hauser
686d5658db2SJakob Hauserconfig DRM_PANEL_RONBO_RB070D30
687aaf7f809SRandy Dunlap	tristate "Ronbo Electronics RB070D30 panel"
688aaf7f809SRandy Dunlap	depends on OF
689aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
690aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
691aaf7f809SRandy Dunlap	help
692aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for Ronbo Electronics
69332ce3b32SDouglas Anderson	  RB070D30 1024x600 DSI panel.
69432ce3b32SDouglas Anderson
69532ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_AMS581VF01
69632ce3b32SDouglas Anderson	tristate "Samsung AMS581VF01 panel"
69732ce3b32SDouglas Anderson	depends on OF
698a6766486SGao Chao	depends on DRM_MIPI_DSI
699a6766486SGao Chao	depends on BACKLIGHT_CLASS_DEVICE
7001e0b9b44SGeert Uytterhoeven	help
70132ce3b32SDouglas Anderson	  Say Y or M here if you want to enable support for the
70232ce3b32SDouglas Anderson	  Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel.
70332ce3b32SDouglas Anderson
70432ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_AMS639RQ08
70532ce3b32SDouglas Anderson	tristate "Samsung AMS639RQ08 panel"
706a3a5f9d0SLinus Walleij	depends on OF
707a3a5f9d0SLinus Walleij	depends on DRM_MIPI_DSI
708a3a5f9d0SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
709a3a5f9d0SLinus Walleij	help
710a3a5f9d0SLinus Walleij	  Say Y or M here if you want to enable support for the
711a3a5f9d0SLinus Walleij	  Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel.
712a3a5f9d0SLinus Walleij
713a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24
714a3a5f9d0SLinus Walleij	tristate "Samsung AMS427AP24 panel with S6E88A0 controller"
715a3a5f9d0SLinus Walleij	depends on GPIOLIB && OF && REGULATOR
716aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
717aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
718aaf7f809SRandy Dunlap	help
719aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for Samsung AMS427AP24 panel
720aaf7f809SRandy Dunlap	  with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition
721aaf7f809SRandy Dunlap	  GT-I9195I). To compile this driver as a module, choose M here.
722bf0390e2SRichard Acayan
723bf0390e2SRichard Acayanconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
724bf0390e2SRichard Acayan	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
725bf0390e2SRichard Acayan	depends on OF
726bf0390e2SRichard Acayan	select DRM_MIPI_DSI
727bf0390e2SRichard Acayan	select VIDEOMODE_HELPERS
728bf0390e2SRichard Acayan
729bf0390e2SRichard Acayanconfig DRM_PANEL_SAMSUNG_ATNA33XC20
730bf0390e2SRichard Acayan	tristate "Samsung ATNA33XC20 eDP panel"
731ac1d6d74SLinus Walleij	depends on OF
732ac1d6d74SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
733ac1d6d74SLinus Walleij	depends on PM
734ac1d6d74SLinus Walleij	select DRM_DISPLAY_DP_HELPER
735ac1d6d74SLinus Walleij	select DRM_DISPLAY_HELPER
736ac1d6d74SLinus Walleij	select DRM_DISPLAY_DP_AUX_BUS
737ebd8cbf1SMarkuss Broks	help
738ebd8cbf1SMarkuss Broks	  DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
739ebd8cbf1SMarkuss Broks	  be handled by the DRM_PANEL_SIMPLE driver because its power
740ebd8cbf1SMarkuss Broks	  sequencing is non-standard.
741ebd8cbf1SMarkuss Broks
742ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_DB7430
743ebd8cbf1SMarkuss Broks	tristate "Samsung DB7430-based DPI panels"
744ebd8cbf1SMarkuss Broks	depends on OF && SPI && GPIOLIB
745ebd8cbf1SMarkuss Broks	depends on BACKLIGHT_CLASS_DEVICE
746ebd8cbf1SMarkuss Broks	select DRM_MIPI_DBI
747ebd8cbf1SMarkuss Broks	help
7486810bb39SArtur Weber	  Say Y here if you want to enable support for the Samsung
7496810bb39SArtur Weber	  DB7430 DPI display controller used in such devices as the
7506810bb39SArtur Weber	  LMS397KF04 480x800 DPI panel.
7516810bb39SArtur Weber
7526810bb39SArtur Weberconfig DRM_PANEL_SAMSUNG_LD9040
7536810bb39SArtur Weber	tristate "Samsung LD9040 RGB/SPI panel"
7546810bb39SArtur Weber	depends on OF && SPI
755ed29f942SHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
756ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
757ed29f942SHoegeun Kwon
758ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3FA7
75993023c14SArnd Bergmann	tristate "Samsung S6E3FA7 panel driver"
760ed29f942SHoegeun Kwon	depends on OF
761ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
762779679d3SDzmitry Sankouski	depends on BACKLIGHT_CLASS_DEVICE
763779679d3SDzmitry Sankouski	help
764779679d3SDzmitry Sankouski	  Say Y here if you want to enable support for the Samsung S6E3FA7
765779679d3SDzmitry Sankouski	  1920x2220 panel.
766779679d3SDzmitry Sankouski
767fd3b2c5fSArnd Bergmannconfig DRM_PANEL_SAMSUNG_S6D16D0
768779679d3SDzmitry Sankouski	tristate "Samsung S6D16D0 DSI video mode panel"
769779679d3SDzmitry Sankouski	depends on OF
7702a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
7712a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
7722a05177dSHoegeun Kwon
7732a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6D27A1
7742a05177dSHoegeun Kwon	tristate "Samsung S6D27A1 DPI panel driver"
7752a05177dSHoegeun Kwon	depends on OF && SPI && GPIOLIB
7762a05177dSHoegeun Kwon	select DRM_MIPI_DBI
777994a08a2SPaweł Chmiel	help
778b7b23e44SLinus Walleij	  Say Y here if you want to enable support for the Samsung
779994a08a2SPaweł Chmiel	  S6D27A1 DPI 480x800 panel.
780994a08a2SPaweł Chmiel
781994a08a2SPaweł Chmiel	  This panel can be found in Samsung Galaxy Ace 2
782994a08a2SPaweł Chmiel	  GT-I8160 mobile phone.
783b7b23e44SLinus Walleij
784b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D7AA0
785b7b23e44SLinus Walleij	tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller"
786b7b23e44SLinus Walleij	depends on OF
787b7b23e44SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
788b7b23e44SLinus Walleij	select DRM_MIPI_DSI
789b7b23e44SLinus Walleij	select VIDEOMODE_HELPERS
790b7b23e44SLinus Walleij
791c2a61865SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E3HA2
792b7b23e44SLinus Walleij	tristate "Samsung S6E3HA2 DSI video mode panel"
793b7b23e44SLinus Walleij	depends on OF
794b7b23e44SLinus Walleij	depends on DRM_MIPI_DSI
795994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
796435e06c0SLinus Walleij	select VIDEOMODE_HELPERS
797435e06c0SLinus Walleij
798435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E3HA8
799435e06c0SLinus Walleij	tristate "Samsung S6E3HA8 DSI video mode panel"
800435e06c0SLinus Walleij	depends on OF
801435e06c0SLinus Walleij	depends on DRM_MIPI_DSI
802435e06c0SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
803435e06c0SLinus Walleij	select DRM_DISPLAY_DSC_HELPER
8049ef7e25fSThierry Reding	select VIDEOMODE_HELPERS
8059ef7e25fSThierry Reding
80602051ca0SAndrzej Hajdaconfig DRM_PANEL_SAMSUNG_S6E63J0X03
80702051ca0SAndrzej Hajda	tristate "Samsung S6E63J0X03 DSI command mode panel"
80802051ca0SAndrzej Hajda	depends on OF
80902051ca0SAndrzej Hajda	depends on DRM_MIPI_DSI
8105933baa3SCaleb Connolly	depends on BACKLIGHT_CLASS_DEVICE
8115933baa3SCaleb Connolly	select VIDEOMODE_HELPERS
8125933baa3SCaleb Connolly
8135933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_S6E63M0
8145933baa3SCaleb Connolly	tristate "Samsung S6E63M0 RGB panel"
8155933baa3SCaleb Connolly	depends on OF
8165933baa3SCaleb Connolly	depends on BACKLIGHT_CLASS_DEVICE
8175933baa3SCaleb Connolly	help
8185933baa3SCaleb Connolly	  Say Y here if you want to enable support for Samsung S6E63M0
8195933baa3SCaleb Connolly	  AMOLED LCD panel. This panel can be accessed using SPI or
8205933baa3SCaleb Connolly	  DSI.
8215933baa3SCaleb Connolly
822043652aaSMarco Franchiconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI
823043652aaSMarco Franchi	tristate "Samsung S6E63M0 RGB SPI interface"
824043652aaSMarco Franchi	depends on SPI
825043652aaSMarco Franchi	depends on DRM_PANEL_SAMSUNG_S6E63M0
826043652aaSMarco Franchi	default DRM_PANEL_SAMSUNG_S6E63M0
827043652aaSMarco Franchi	select DRM_MIPI_DBI
828043652aaSMarco Franchi	help
829043652aaSMarco Franchi	  Say Y here if you want to be able to access the Samsung
830043652aaSMarco Franchi	  S6E63M0 panel using SPI.
8311976dbcaSThierry Reding
8321976dbcaSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI
8331976dbcaSThierry Reding	tristate "Samsung S6E63M0 RGB DSI interface"
8341976dbcaSThierry Reding	depends on DRM_MIPI_DSI
835f071b34fSArnd Bergmann	depends on DRM_PANEL_SAMSUNG_S6E63M0
8361976dbcaSThierry Reding	help
8371976dbcaSThierry Reding	  Say Y here if you want to be able to access the Samsung
8381976dbcaSThierry Reding	  S6E63M0 panel using DSI.
8391976dbcaSThierry Reding
8401976dbcaSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
8411976dbcaSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
8421976dbcaSThierry Reding	depends on OF
8431976dbcaSThierry Reding	select DRM_MIPI_DSI
8441976dbcaSThierry Reding	select VIDEOMODE_HELPERS
845c9cf4c2aSLaurent Pinchart
846c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SAMSUNG_SOFEF00
847c9cf4c2aSLaurent Pinchart	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
848c9cf4c2aSLaurent Pinchart	depends on OF
849c9cf4c2aSLaurent Pinchart	depends on DRM_MIPI_DSI
850c9cf4c2aSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
851c9cf4c2aSLaurent Pinchart	select VIDEOMODE_HELPERS
852ee017238SWerner Johansson	help
853ee017238SWerner Johansson	  Say Y or M here if you want to enable support for the Samsung AMOLED
854ee017238SWerner Johansson	  command mode panels found in the OnePlus 6/6T smartphones.
855ee017238SWerner Johansson
856ee017238SWerner Johansson	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
857ee017238SWerner Johansson
858ee017238SWerner Johanssonconfig DRM_PANEL_SEIKO_43WVF1G
859ee017238SWerner Johansson	tristate "Seiko 43WVF1G panel"
860ee017238SWerner Johansson	depends on OF
861914b6f29SDmitry Baryshkov	depends on BACKLIGHT_CLASS_DEVICE
862914b6f29SDmitry Baryshkov	select VIDEOMODE_HELPERS
863914b6f29SDmitry Baryshkov	help
864914b6f29SDmitry Baryshkov	  Say Y here if you want to enable support for the Seiko
865914b6f29SDmitry Baryshkov	  43WVF1G controller for 800x480 LCD panels
866914b6f29SDmitry Baryshkov
867914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LQ101R1SX01
868914b6f29SDmitry Baryshkov	tristate "Sharp LQ101R1SX01 panel"
869914b6f29SDmitry Baryshkov	depends on OF
870914b6f29SDmitry Baryshkov	depends on DRM_MIPI_DSI
871849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
872849b2e3fSJagan Teki	help
873849b2e3fSJagan Teki	  Say Y here if you want to enable support for Sharp LQ101R1SX01
8746a60273aSHironori KIKUCHI	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
8756a60273aSHironori KIKUCHI	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
876849b2e3fSJagan Teki	  the host and has a built-in LED backlight.
877849b2e3fSJagan Teki
878849b2e3fSJagan Teki	  To compile this driver as a module, choose M here: the module
879849b2e3fSJagan Teki	  will be called panel-sharp-lq101r1sx01.
880849b2e3fSJagan Teki
881849b2e3fSJagan Tekiconfig DRM_PANEL_SHARP_LS037V7DW01
882a74e81a5SOndrej Jirman	tristate "Sharp LS037V7DW01 VGA LCD panel"
883a74e81a5SOndrej Jirman	depends on GPIOLIB && OF && REGULATOR
884a74e81a5SOndrej Jirman	help
885a74e81a5SOndrej Jirman	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
886a74e81a5SOndrej Jirman	  (480x640) LCD panel (found on the TI SDP3430 board).
887a74e81a5SOndrej Jirman
888a74e81a5SOndrej Jirmanconfig DRM_PANEL_SHARP_LS043T1LE01
889a74e81a5SOndrej Jirman	tristate "Sharp LS043T1LE01 qHD video mode panel"
890a74e81a5SOndrej Jirman	depends on OF
891a74e81a5SOndrej Jirman	depends on DRM_MIPI_DSI
892a74e81a5SOndrej Jirman	depends on BACKLIGHT_CLASS_DEVICE
893a74e81a5SOndrej Jirman	help
894a74e81a5SOndrej Jirman	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
8957142afb3SMaxime Ripard	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
8967142afb3SMaxime Ripard
8977142afb3SMaxime Ripardconfig DRM_PANEL_SHARP_LS060T1SX01
8982a498168SArnd Bergmann	tristate "Sharp LS060T1SX01 FullHD video mode panel"
8997142afb3SMaxime Ripard	depends on OF
9007142afb3SMaxime Ripard	depends on DRM_MIPI_DSI
9017142afb3SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
9027142afb3SMaxime Ripard	help
9031c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
9041c8fc3f0SLaurent Pinchart	  FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
9051c8fc3f0SLaurent Pinchart	  Bundle.
9061c8fc3f0SLaurent Pinchart
9071c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SITRONIX_ST7701
9081c8fc3f0SLaurent Pinchart	tristate "Sitronix ST7701 panel driver"
9091c8fc3f0SLaurent Pinchart	depends on OF
9101c8fc3f0SLaurent Pinchart	depends on SPI || DRM_MIPI_DSI
91122de25f8SKonrad Dybcio	select DRM_MIPI_DBI if SPI
91222de25f8SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
91322de25f8SKonrad Dybcio	help
91422de25f8SKonrad Dybcio	  Say Y here if you want to enable support for the Sitronix
91522de25f8SKonrad Dybcio	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
91622de25f8SKonrad Dybcio	  system interfaces.
91722de25f8SKonrad Dybcio
91822de25f8SKonrad Dybcioconfig DRM_PANEL_SITRONIX_ST7703
91922de25f8SKonrad Dybcio	tristate "Sitronix ST7703 based MIPI touchscreen panels"
92022de25f8SKonrad Dybcio	depends on OF
9219aa2c232SShawn Guo	depends on DRM_MIPI_DSI
9229aa2c232SShawn Guo	depends on BACKLIGHT_CLASS_DEVICE
9239aa2c232SShawn Guo	help
9249aa2c232SShawn Guo	  Say Y here if you want to enable support for Sitronix ST7703 based
9259aa2c232SShawn Guo	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
9269aa2c232SShawn Guo	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
9279aa2c232SShawn Guo	  in backlight and touch controller.
9289aa2c232SShawn Guo	  Touch input support is provided by the goodix driver and needs to be
9299aa2c232SShawn Guo	  selected separately.
9309aa2c232SShawn Guo
93169312a77SGuillaume La Roqueconfig DRM_PANEL_SITRONIX_ST7789V
93269312a77SGuillaume La Roque	tristate "Sitronix ST7789V panel"
93369312a77SGuillaume La Roque	depends on OF && SPI
93469312a77SGuillaume La Roque	depends on BACKLIGHT_CLASS_DEVICE
93569312a77SGuillaume La Roque	help
93669312a77SGuillaume La Roque	  Say Y here if you want to enable support for the Sitronix
93769312a77SGuillaume La Roque	  ST7789V controller for 240x320 LCD panels
93869312a77SGuillaume La Roque
93969312a77SGuillaume La Roqueconfig DRM_PANEL_SONY_ACX565AKM
94069312a77SGuillaume La Roque	tristate "Sony ACX565AKM panel"
94169312a77SGuillaume La Roque	depends on GPIOLIB && OF && SPI
942aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
943aaf7f809SRandy Dunlap	help
944aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for the Sony ACX565AKM
945aaf7f809SRandy Dunlap	  800x600 3.5" panel (found on the Nokia N900).
946aaf7f809SRandy Dunlap
947aaf7f809SRandy Dunlapconfig DRM_PANEL_SONY_TD4353_JDI
948aaf7f809SRandy Dunlap	tristate "Sony TD4353 JDI panel"
949aaf7f809SRandy Dunlap	depends on GPIOLIB && OF
9501e0b9b44SGeert Uytterhoeven	depends on DRM_MIPI_DSI
951aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
952aaf7f809SRandy Dunlap	help
953aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for the Sony Tama
954aaf7f809SRandy Dunlap	  TD4353 JDI command mode panel as found on some Sony Xperia
955aaf7f809SRandy Dunlap	  XZ2 and XZ2 Compact smartphones.
956aaf7f809SRandy Dunlap
957aaf7f809SRandy Dunlapconfig DRM_PANEL_SONY_TULIP_TRULY_NT35521
958aaf7f809SRandy Dunlap	tristate "Sony Tulip Truly NT35521 panel"
959aaf7f809SRandy Dunlap	depends on GPIOLIB && OF
960aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
961aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
962aaf7f809SRandy Dunlap	help
963aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for the Sony Tulip
964aaf7f809SRandy Dunlap	  NT35521 1280x720 video mode panel as found on Sony Xperia M4
965aaf7f809SRandy Dunlap	  Aqua phone.
966aaf7f809SRandy Dunlap
967aaf7f809SRandy Dunlapconfig DRM_PANEL_STARTEK_KD070FHFID015
968aaf7f809SRandy Dunlap	tristate "STARTEK KD070FHFID015 panel"
969aaf7f809SRandy Dunlap	depends on OF
97040115947SSasha Finkelstein	depends on DRM_MIPI_DSI
97140115947SSasha Finkelstein	depends on BACKLIGHT_CLASS_DEVICE
97240115947SSasha Finkelstein	help
97340115947SSasha Finkelstein	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
97440115947SSasha Finkelstein	  based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display
97540115947SSasha Finkelstein	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
97640115947SSasha Finkelstein	  the host, a built-in LED backlight and touch controller.
97740115947SSasha Finkelstein
97840115947SSasha Finkelsteinconfig DRM_PANEL_EDP
979aaf7f809SRandy Dunlap	tristate "support for simple Embedded DisplayPort panels"
980aaf7f809SRandy Dunlap	depends on OF
981aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
982aaf7f809SRandy Dunlap	depends on PM
983aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
984aaf7f809SRandy Dunlap	select DRM_DISPLAY_DP_HELPER
985aaf7f809SRandy Dunlap	select DRM_DISPLAY_HELPER
986aaf7f809SRandy Dunlap	select DRM_DISPLAY_DP_AUX_BUS
987aaf7f809SRandy Dunlap	select DRM_KMS_HELPER
988cf40c660SNeil Armstrong	help
989cf40c660SNeil Armstrong	  DRM panel driver for dumb eDP panels that need at most a regulator and
990cf40c660SNeil Armstrong	  a GPIO to be powered up. Optionally a backlight can be attached so
991cf40c660SNeil Armstrong	  that it can be automatically turned off when the panel goes into a
992cf40c660SNeil Armstrong	  low power state.
993cf40c660SNeil Armstrong
994cf40c660SNeil Armstrongconfig DRM_PANEL_SIMPLE
995cf40c660SNeil Armstrong	tristate "support for simple panels (other than eDP ones)"
996cf40c660SNeil Armstrong	depends on OF
997cf40c660SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
998cf40c660SNeil Armstrong	depends on PM
999415b8dd0SLaurent Pinchart	select VIDEOMODE_HELPERS
1000415b8dd0SLaurent Pinchart	help
1001415b8dd0SLaurent Pinchart	  DRM panel driver for dumb non-eDP panels that need at most a regulator
1002415b8dd0SLaurent Pinchart	  and a GPIO to be powered up. Optionally a backlight can be attached so
1003415b8dd0SLaurent Pinchart	  that it can be automatically turned off when the panel goes into a
1004415b8dd0SLaurent Pinchart	  low power state.
1005415b8dd0SLaurent Pinchart
1006415b8dd0SLaurent Pinchartconfig DRM_PANEL_SUMMIT
1007dc2e1e5bSLaurent Pinchart	tristate "Apple Summit display panel"
1008dc2e1e5bSLaurent Pinchart	depends on OF
1009dc2e1e5bSLaurent Pinchart	depends on DRM_MIPI_DSI
1010dc2e1e5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
1011dc2e1e5bSLaurent Pinchart	help
1012dc2e1e5bSLaurent Pinchart	  Say Y if you want to enable support for the "Summit" display panel
1013dc2e1e5bSLaurent Pinchart	  used as a touchbar on certain Apple laptops.
1014324bb707SLinus Walleij
1015324bb707SLinus Walleijconfig DRM_PANEL_SYNAPTICS_R63353
1016324bb707SLinus Walleij	tristate "Synaptics R63353-based panels"
1017324bb707SLinus Walleij	depends on OF
1018324bb707SLinus Walleij	depends on DRM_MIPI_DSI
1019324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
1020324bb707SLinus Walleij	help
1021324bb707SLinus Walleij	  Say Y if you want to enable support for panels based on the
1022324bb707SLinus Walleij	  Synaptics R63353 controller.
10231dd0b147SAbhinav Kumar
10241dd0b147SAbhinav Kumarconfig DRM_PANEL_TDO_TL070WSH30
10251dd0b147SAbhinav Kumar	tristate "TDO TL070WSH30 DSI panel"
10261dd0b147SAbhinav Kumar	depends on OF
10271dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
10281dd0b147SAbhinav Kumar	depends on BACKLIGHT_CLASS_DEVICE
10291dd0b147SAbhinav Kumar	help
1030d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
10313d55aebeSAlexander Baransky	  panel module. The panel has a 1024×600 resolution and uses
10323d55aebeSAlexander Baransky	  24 bit RGB per pixel. It provides a MIPI DSI interface to
10333d55aebeSAlexander Baransky	  the host, a built-in LED backlight and touch controller.
10343d55aebeSAlexander Baransky
10353d55aebeSAlexander Baranskyconfig DRM_PANEL_TPO_TD028TTEC1
10363d55aebeSAlexander Baransky	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
10373d55aebeSAlexander Baransky	depends on OF && SPI
10383d55aebeSAlexander Baransky	depends on BACKLIGHT_CLASS_DEVICE
10393d55aebeSAlexander Baransky	help
1040aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
1041aaf7f809SRandy Dunlap	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
1042aaf7f809SRandy Dunlap
1043aaf7f809SRandy Dunlapconfig DRM_PANEL_TPO_TD043MTEA1
1044aaf7f809SRandy Dunlap	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
1045ca097d4dSDmitry Baryshkov	depends on GPIOLIB && OF && REGULATOR && SPI
1046aaf7f809SRandy Dunlap	help
1047aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
1048aaf7f809SRandy Dunlap	  4.3" panel (found on the OMAP3 Pandora board).
1049aaf7f809SRandy Dunlap
1050aaf7f809SRandy Dunlapconfig DRM_PANEL_TPO_TPG110
1051c7f66d32SHarigovindan P	tristate "TPO TPG 800x400 panel"
1052c7f66d32SHarigovindan P	depends on OF && SPI && GPIOLIB
1053c7f66d32SHarigovindan P	depends on BACKLIGHT_CLASS_DEVICE
1054c7f66d32SHarigovindan P	help
1055c7f66d32SHarigovindan P	  Say Y here if you want to enable support for TPO TPG110
1056c7f66d32SHarigovindan P	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
1057c7f66d32SHarigovindan P	  800x400 LCD panels.
1058c7f66d32SHarigovindan P
10597cb32743SEugene Lepshyconfig DRM_PANEL_TRULY_NT35597_WQXGA
10607cb32743SEugene Lepshy	tristate "Truly WQXGA"
10617cb32743SEugene Lepshy	depends on OF
10627cb32743SEugene Lepshy	depends on DRM_MIPI_DSI
10637cb32743SEugene Lepshy	help
1064ced74864SArnd Bergmann	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
1065ced74864SArnd Bergmann	  Video Mode panel
10667cb32743SEugene Lepshy
10677cb32743SEugene Lepshyconfig DRM_PANEL_VISIONOX_G2647FB105
10687cb32743SEugene Lepshy	tristate "Visionox G2647FB105"
10697cb32743SEugene Lepshy	depends on OF
10707cb32743SEugene Lepshy	depends on DRM_MIPI_DSI
10712349183dSNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
10722349183dSNeil Armstrong	help
10732349183dSNeil Armstrong	  Say Y here if you want to enable support for the Visionox
10742349183dSNeil Armstrong	  G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel.
1075499631d5SArnd Bergmann
10762349183dSNeil Armstrongconfig DRM_PANEL_VISIONOX_R66451
10772349183dSNeil Armstrong	tristate "Visionox R66451"
10782349183dSNeil Armstrong	depends on OF
10792349183dSNeil Armstrong	depends on DRM_MIPI_DSI
108057f6190aSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
108157f6190aSLinus Walleij	select DRM_DISPLAY_DSC_HELPER
108257f6190aSLinus Walleij	select DRM_DISPLAY_HELPER
108357f6190aSLinus Walleij	help
108457f6190aSLinus Walleij	  Say Y here if you want to enable support for Visionox
108557f6190aSLinus Walleij	  R66451 1080x2340 AMOLED DSI panel.
108657f6190aSLinus Walleij
108757f6190aSLinus Walleijconfig DRM_PANEL_VISIONOX_RM69299
108857f6190aSLinus Walleij	tristate "Visionox RM69299"
108957f6190aSLinus Walleij	depends on OF
1090d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
1091d1479d02SHeiko Stuebner	help
1092d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for Visionox
1093d1479d02SHeiko Stuebner	  RM69299  DSI Video Mode panel.
1094d1479d02SHeiko Stuebner
1095d1479d02SHeiko Stuebnerconfig DRM_PANEL_VISIONOX_RM692E5
1096d1479d02SHeiko Stuebner	tristate "Visionox RM692E5"
1097d1479d02SHeiko Stuebner	depends on OF
1098d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
1099280921deSThierry Reding	depends on BACKLIGHT_CLASS_DEVICE
1100	select DRM_DISPLAY_DSC_HELPER
1101	select DRM_DISPLAY_HELPER
1102	help
1103	  Say Y here if you want to enable support for Visionox RM692E5 amoled
1104	  display panels, such as the one found in the Nothing Phone (1)
1105	  smartphone.
1106
1107config DRM_PANEL_VISIONOX_VTDR6130
1108	tristate "Visionox VTDR6130"
1109	depends on OF
1110	depends on DRM_MIPI_DSI
1111	depends on BACKLIGHT_CLASS_DEVICE
1112	help
1113	  Say Y here if you want to enable support for Visionox
1114	  VTDR6130 1080x2400 AMOLED DSI panel.
1115
1116config DRM_PANEL_WIDECHIPS_WS2401
1117	tristate "Widechips WS2401 DPI panel driver"
1118	depends on SPI && GPIOLIB
1119	depends on BACKLIGHT_CLASS_DEVICE
1120	select DRM_MIPI_DBI
1121	help
1122	  Say Y here if you want to enable support for the Widechips WS2401 DPI
1123	  480x800 display controller used in panels such as Samsung LMS380KF01.
1124	  This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
1125
1126config DRM_PANEL_XINPENG_XPP055C272
1127	tristate "Xinpeng XPP055C272 panel driver"
1128	depends on OF
1129	depends on DRM_MIPI_DSI
1130	depends on BACKLIGHT_CLASS_DEVICE
1131	help
1132	  Say Y here if you want to enable support for the Xinpeng
1133	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
1134	  system interfaces.
1135endmenu
1136