xref: /linux/drivers/gpu/drm/panel/Kconfig (revision 51d24842acb9b8d643046c71314cc3d7a846a3cf)
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
196df401fa1SLuca Weissconfig DRM_PANEL_HIMAX_HX83112B
197df401fa1SLuca Weiss	tristate "Himax HX83112B-based DSI panel"
198df401fa1SLuca Weiss	depends on OF
199df401fa1SLuca Weiss	depends on DRM_MIPI_DSI
200df401fa1SLuca Weiss	depends on BACKLIGHT_CLASS_DEVICE
201df401fa1SLuca Weiss	select DRM_KMS_HELPER
202df401fa1SLuca Weiss	help
203df401fa1SLuca Weiss	  Say Y here if you want to enable support for Himax HX83112B-based
204df401fa1SLuca Weiss	  display panels, such as the one found in the Fairphone 3 smartphone.
205df401fa1SLuca Weiss
206a7c61963SPengyu Luoconfig DRM_PANEL_HIMAX_HX83121A
207a7c61963SPengyu Luo	tristate "Himax HX83121A-based DSI panel"
208a7c61963SPengyu Luo	depends on OF
209a7c61963SPengyu Luo	depends on DRM_MIPI_DSI
210a7c61963SPengyu Luo	depends on BACKLIGHT_CLASS_DEVICE
211*defab7b0SArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
212a7c61963SPengyu Luo	select DRM_KMS_HELPER
213a7c61963SPengyu Luo	help
214a7c61963SPengyu Luo	  Say Y here if you want to enable support for Himax HX83121A-based
215a7c61963SPengyu Luo	  display panels, such as the one found in the HUAWEI Matebook E Go
216a7c61963SPengyu Luo          series.
217a7c61963SPengyu Luo
21865dc9360SKamil Trzcińskiconfig DRM_PANEL_HIMAX_HX8394
21965dc9360SKamil Trzciński	tristate "HIMAX HX8394 MIPI-DSI LCD panels"
22065dc9360SKamil Trzciński	depends on OF
22165dc9360SKamil Trzciński	depends on DRM_MIPI_DSI
22265dc9360SKamil Trzciński	depends on BACKLIGHT_CLASS_DEVICE
22365dc9360SKamil Trzciński	help
22465dc9360SKamil Trzciński	  Say Y if you want to enable support for panels based on the
22565dc9360SKamil Trzciński	  Himax HX8394 controller, such as the HannStar HSD060BHW4
22665dc9360SKamil Trzciński	  720x1440 TFT LCD panel that uses a MIPI-DSI interface.
22765dc9360SKamil Trzciński
22865dc9360SKamil Trzciński	  If M is selected the module will be called panel-himax-hx8394.
22965dc9360SKamil Trzciński
230fdb4e289SSvyatoslav Ryhelconfig DRM_PANEL_HYDIS_HV101HD1
231fdb4e289SSvyatoslav Ryhel	tristate "Hydis HV101HD1 panel"
232fdb4e289SSvyatoslav Ryhel	depends on OF
233fdb4e289SSvyatoslav Ryhel	depends on DRM_MIPI_DSI
234fdb4e289SSvyatoslav Ryhel	depends on BACKLIGHT_CLASS_DEVICE
235fdb4e289SSvyatoslav Ryhel	help
236fdb4e289SSvyatoslav Ryhel	  Say Y here if you want to enable support for the Hydis HV101HD1
237fdb4e289SSvyatoslav Ryhel	  2-lane 1366x768 MIPI DSI panel found in ASUS VivoTab RT TF600T.
238fdb4e289SSvyatoslav Ryhel	  HV101HD1 is a color active matrix TFT LCD module using amorphous
239fdb4e289SSvyatoslav Ryhel	  silicon TFT's (Thin Film Transistors) as an active switching devices.
240fdb4e289SSvyatoslav Ryhel
241fdb4e289SSvyatoslav Ryhel	  If M is selected the module will be called panel-hydis-hv101hd1
242fdb4e289SSvyatoslav Ryhel
2430ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
2440ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
2450ee2e37aSLinus Walleij	depends on OF && SPI
2460ee2e37aSLinus Walleij	select REGMAP
2470ee2e37aSLinus Walleij	help
2480ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
2490ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
2500ee2e37aSLinus Walleij
2515a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341
2525a042273SDillon Min	tristate "Ilitek ILI9341 240x320 QVGA panels"
253d43cd48eSAndy Shevchenko	depends on SPI
25484dfc465SRandy Dunlap	select DRM_KMS_HELPER
25584dfc465SRandy Dunlap	select DRM_GEM_DMA_HELPER
2565a042273SDillon Min	depends on BACKLIGHT_CLASS_DEVICE
2575a042273SDillon Min	select DRM_MIPI_DBI
2585a042273SDillon Min	help
2595a042273SDillon Min	  Say Y here if you want to enable support for Ilitek IL9341
2605a042273SDillon Min	  QVGA (240x320) RGB panels. support serial & parallel rgb
2615a042273SDillon Min	  interface.
2625a042273SDillon Min
263edbf1d50SMichael Trimarchiconfig DRM_PANEL_ILITEK_ILI9805
264edbf1d50SMichael Trimarchi	tristate "Ilitek ILI9805-based panels"
265edbf1d50SMichael Trimarchi	depends on OF
266edbf1d50SMichael Trimarchi	depends on DRM_MIPI_DSI
267edbf1d50SMichael Trimarchi	depends on BACKLIGHT_CLASS_DEVICE
268edbf1d50SMichael Trimarchi	help
269edbf1d50SMichael Trimarchi	  Say Y if you want to enable support for panels based on the
270edbf1d50SMichael Trimarchi	  Ilitek ILI9805 controller.
271edbf1d50SMichael Trimarchi
2720efa7924SDario Binacchiconfig DRM_PANEL_ILITEK_ILI9806E_CORE
2730efa7924SDario Binacchi	tristate
2740efa7924SDario Binacchi
2753bdd847aSDario Binacchiconfig DRM_PANEL_ILITEK_ILI9806E_DSI
2763bdd847aSDario Binacchi	tristate "Ilitek ILI9806E-based DSI panels"
277baf272baSMichael Walle	depends on OF
278baf272baSMichael Walle	depends on DRM_MIPI_DSI
279baf272baSMichael Walle	depends on BACKLIGHT_CLASS_DEVICE
2800efa7924SDario Binacchi	select DRM_PANEL_ILITEK_ILI9806E_CORE
281baf272baSMichael Walle	help
282baf272baSMichael Walle	  Say Y if you want to enable support for panels based on the
2833bdd847aSDario Binacchi	  Ilitek ILI9806E controller using DSI.
284baf272baSMichael Walle
285a05f2911SDario Binacchiconfig DRM_PANEL_ILITEK_ILI9806E_SPI
286a05f2911SDario Binacchi	tristate "Ilitek ILI9806E-based RGB SPI panel"
287a05f2911SDario Binacchi	depends on OF
288a05f2911SDario Binacchi	depends on SPI
289a05f2911SDario Binacchi	depends on BACKLIGHT_CLASS_DEVICE
290a05f2911SDario Binacchi	select DRM_MIPI_DBI
291a05f2911SDario Binacchi	select VIDEOMODE_HELPERS
292a05f2911SDario Binacchi	select DRM_PANEL_ILITEK_ILI9806E_CORE
293a05f2911SDario Binacchi	help
294a05f2911SDario Binacchi	  Say Y if you want to enable support for panels based on the
295a05f2911SDario Binacchi	  Ilitek ILI9806E controller using SPI.
296a05f2911SDario Binacchi
29726aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
29826aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
29926aec255SMaxime Ripard	depends on OF
30026aec255SMaxime Ripard	depends on DRM_MIPI_DSI
30126aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
30226aec255SMaxime Ripard	help
30326aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
30426aec255SMaxime Ripard	  Ilitek ILI9881c controller.
30526aec255SMaxime Ripard
306e2450d32SCong Yangconfig DRM_PANEL_ILITEK_ILI9882T
307e2450d32SCong Yang	tristate "Ilitek ILI9882t-based panels"
308e2450d32SCong Yang	depends on OF
309e2450d32SCong Yang	depends on DRM_MIPI_DSI
310e2450d32SCong Yang	depends on BACKLIGHT_CLASS_DEVICE
31168e28facSMaíra Canal	select DRM_DISPLAY_DSC_HELPER
312e2450d32SCong Yang	help
313e2450d32SCong Yang	  Say Y if you want to enable support for panels based on the
314e2450d32SCong Yang	  Ilitek ILI9882t controller.
315e2450d32SCong Yang
316868d043fSChristophe Branchereauconfig DRM_PANEL_INNOLUX_EJ030NA
317868d043fSChristophe Branchereau        tristate "Innolux EJ030NA 320x480 LCD panel"
318868d043fSChristophe Branchereau        depends on OF && SPI
319868d043fSChristophe Branchereau        select REGMAP_SPI
320868d043fSChristophe Branchereau        help
321868d043fSChristophe Branchereau          Say Y here to enable support for the Innolux/Chimei EJ030NA
322868d043fSChristophe Branchereau          320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
323868d043fSChristophe Branchereau          and LDK handheld gaming consoles.
324868d043fSChristophe Branchereau
32514c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
32614c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
32714c8f2e9SChris Zhong	depends on OF
32814c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
32914c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
33014c8f2e9SChris Zhong	help
33114c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
33214c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
33314c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
33414c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
33514c8f2e9SChris Zhong
3366b818c53SJagan Tekiconfig DRM_PANEL_JADARD_JD9365DA_H3
3376b818c53SJagan Teki	tristate "Jadard JD9365DA-H3 WXGA DSI panel"
3386b818c53SJagan Teki	depends on OF
3396b818c53SJagan Teki	depends on DRM_MIPI_DSI
3406b818c53SJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
3416b818c53SJagan Teki	help
3426b818c53SJagan Teki	  Say Y here if you want to enable support for Jadard JD9365DA-H3
3436b818c53SJagan Teki	  WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
3446b818c53SJagan Teki	  800RGBx1280 dots at maximum.
3456b818c53SJagan Teki
34625205087SDiogo Ivoconfig DRM_PANEL_JDI_LPM102A188A
34725205087SDiogo Ivo	tristate "JDI LPM102A188A DSI panel"
34825205087SDiogo Ivo	depends on OF && GPIOLIB
34925205087SDiogo Ivo	depends on DRM_MIPI_DSI
35025205087SDiogo Ivo	depends on BACKLIGHT_CLASS_DEVICE
35125205087SDiogo Ivo	help
35225205087SDiogo Ivo	  Say Y here if you want to enable support for JDI LPM102A188A DSI
35325205087SDiogo Ivo	  command mode panel as found in Google Pixel C devices.
35425205087SDiogo Ivo	  The panel has a 2560×1800 resolution. It provides a MIPI DSI interface
35525205087SDiogo Ivo	  to the host.
35625205087SDiogo Ivo
357aaf7f809SRandy Dunlapconfig DRM_PANEL_JDI_LT070ME05000
358aaf7f809SRandy Dunlap	tristate "JDI LT070ME05000 WUXGA DSI panel"
359aaf7f809SRandy Dunlap	depends on OF
360aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
361aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
362aaf7f809SRandy Dunlap	help
363aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for JDI DSI video mode
364aaf7f809SRandy Dunlap	  panel as found in Google Nexus 7 (2013) devices.
365aaf7f809SRandy Dunlap	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
366aaf7f809SRandy Dunlap	  24 bit per pixel.
367aaf7f809SRandy Dunlap
368437c3d87SRaffaele Tranquilliniconfig DRM_PANEL_JDI_R63452
369437c3d87SRaffaele Tranquillini	tristate "JDI R63452 Full HD DSI panel"
370437c3d87SRaffaele Tranquillini	depends on OF
371437c3d87SRaffaele Tranquillini	depends on DRM_MIPI_DSI
372437c3d87SRaffaele Tranquillini	depends on BACKLIGHT_CLASS_DEVICE
373437c3d87SRaffaele Tranquillini	help
374437c3d87SRaffaele Tranquillini	  Say Y here if you want to enable support for the JDI R63452
375437c3d87SRaffaele Tranquillini	  DSI command mode panel as found in Xiaomi Mi 5 Devices.
376437c3d87SRaffaele Tranquillini
377b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050
378b2152121SNeil Armstrong	tristate "Khadas TS050 panel"
379b2152121SNeil Armstrong	depends on OF
380b2152121SNeil Armstrong	depends on DRM_MIPI_DSI
381b2152121SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
382b2152121SNeil Armstrong	help
383b2152121SNeil Armstrong	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
384b2152121SNeil Armstrong	  panel module. The panel has a 1080x1920 resolution and uses
385b2152121SNeil Armstrong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
386b2152121SNeil Armstrong	  the host, a built-in LED backlight and touch controller.
387b2152121SNeil Armstrong
3882a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
3892a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
3902a994cbeSNickey Yang	depends on OF
3912a994cbeSNickey Yang	depends on DRM_MIPI_DSI
3922a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
3932a994cbeSNickey Yang	help
3942a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
3952a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
3962a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
3972a994cbeSNickey Yang	  the host and has a built-in LED backlight.
3982a994cbeSNickey Yang
3996ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W
4006ea4383bSHeiko Stuebner	tristate "Leadtek LTK050H3146W panel"
4016ea4383bSHeiko Stuebner	depends on OF
4026ea4383bSHeiko Stuebner	depends on DRM_MIPI_DSI
4036ea4383bSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
4046ea4383bSHeiko Stuebner	help
4056ea4383bSHeiko Stuebner	  Say Y here if you want to enable support for Leadtek LTK050H3146W
4066ea4383bSHeiko Stuebner	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
4076ea4383bSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
4086ea4383bSHeiko Stuebner	  the host and has a built-in LED backlight.
4096ea4383bSHeiko Stuebner
410e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
411e98910beSHeiko Stuebner	tristate "Leadtek LTK500HD1829 panel"
412e98910beSHeiko Stuebner	depends on OF
413e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
414e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
415e98910beSHeiko Stuebner	help
416e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
417e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
418e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
419e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
420e98910beSHeiko Stuebner
421c5207ed4SJerome Brunetconfig DRM_PANEL_LINCOLNTECH_LCD197
422c5207ed4SJerome Brunet	tristate "Lincoln Technologies lcd197 panel"
423c5207ed4SJerome Brunet	depends on OF
424c5207ed4SJerome Brunet	depends on DRM_MIPI_DSI
425c5207ed4SJerome Brunet	depends on BACKLIGHT_CLASS_DEVICE
426c5207ed4SJerome Brunet	help
427c5207ed4SJerome Brunet	  Say Y here if you want to enable support for lincolntech lcd197
428c5207ed4SJerome Brunet	  TFT-LCD modules. The panel has a 1080x1920 resolution and uses
429c5207ed4SJerome Brunet	  24 bit RGB per pixel. It provides a MIPI DSI interface to
430c5207ed4SJerome Brunet	  the host.
431c5207ed4SJerome Brunet
432f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02
433f5b0c654SLaurent Pinchart	tristate "LG LB035Q024573 RGB panel"
434f5b0c654SLaurent Pinchart	depends on GPIOLIB && OF && SPI
435f5b0c654SLaurent Pinchart	help
436f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for the LB035Q02 RGB panel
437f5b0c654SLaurent Pinchart	  (found on the Gumstix Overo Palo35 board). To compile this driver as
438f5b0c654SLaurent Pinchart	  a module, choose M here.
439f5b0c654SLaurent Pinchart
44002349a51SSvyatoslav Ryhelconfig DRM_PANEL_LG_LD070WX3
44102349a51SSvyatoslav Ryhel	tristate "LG LD070WX3 MIPI DSI panel"
44202349a51SSvyatoslav Ryhel	depends on OF
44302349a51SSvyatoslav Ryhel	depends on DRM_MIPI_DSI
44402349a51SSvyatoslav Ryhel	depends on BACKLIGHT_CLASS_DEVICE
44502349a51SSvyatoslav Ryhel	select VIDEOMODE_HELPERS
44602349a51SSvyatoslav Ryhel	help
44702349a51SSvyatoslav Ryhel	  Say Y here if you want to enable support for the LD070WX3 MIPI DSI
44802349a51SSvyatoslav Ryhel	  panel found in the NVIDIA Tegra Note 7 tablet.
44902349a51SSvyatoslav Ryhel
45002349a51SSvyatoslav Ryhel	  To compile this driver as a module, choose M here: the module will
45102349a51SSvyatoslav Ryhel	  be called panel-lg-ld070wx3.
45202349a51SSvyatoslav Ryhel
45358c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
45458c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
45558c467ecSHeiko Schocher	depends on OF && SPI
45658c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
45758c467ecSHeiko Schocher	help
45858c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
45958c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
46058c467ecSHeiko Schocher
461069a6c0eSSumit Semwalconfig DRM_PANEL_LG_SW43408
462069a6c0eSSumit Semwal	tristate "LG SW43408 panel"
463069a6c0eSSumit Semwal	depends on OF
464069a6c0eSSumit Semwal	depends on DRM_MIPI_DSI
465069a6c0eSSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
466ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
46733defcacSDmitry Baryshkov	select DRM_DISPLAY_HELPER
468069a6c0eSSumit Semwal	help
469069a6c0eSSumit Semwal	  Say Y here if you want to enable support for LG sw43408 panel.
470069a6c0eSSumit Semwal	  The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per
471069a6c0eSSumit Semwal	  pixel. It provides a MIPI DSI interface to the host and has a
472069a6c0eSSumit Semwal	  built-in LED backlight.
473069a6c0eSSumit Semwal
4741f772de1SRouven Czerwinskiconfig DRM_PANEL_LXD_M9189A
4751f772de1SRouven Czerwinski	tristate "LXD M9189A MIPI-DSI LCD panel"
4761f772de1SRouven Czerwinski	depends on OF
4771f772de1SRouven Czerwinski	depends on DRM_MIPI_DSI
4781f772de1SRouven Czerwinski	depends on BACKLIGHT_CLASS_DEVICE
4791f772de1SRouven Czerwinski	help
4801f772de1SRouven Czerwinski	  Say Y if you want to enable support for the LXD M9189A 4-Lane
4811f772de1SRouven Czerwinski	  1024x600 MIPI DSI panel.
4821f772de1SRouven Czerwinski
483249a4f5eSChris Morganconfig DRM_PANEL_MAGNACHIP_D53E6EA8966
484249a4f5eSChris Morgan	tristate "Magnachip D53E6EA8966 DSI panel"
485249a4f5eSChris Morgan	depends on OF && SPI
486249a4f5eSChris Morgan	depends on DRM_MIPI_DSI
487249a4f5eSChris Morgan	depends on BACKLIGHT_CLASS_DEVICE
488249a4f5eSChris Morgan	select DRM_MIPI_DBI
489249a4f5eSChris Morgan	help
490249a4f5eSChris Morgan	  DRM panel driver for the Samsung AMS495QA01 panel controlled
491249a4f5eSChris Morgan	  with the Magnachip D53E6EA8966 panel IC. This panel receives
492249a4f5eSChris Morgan	  video data via DSI but commands via 9-bit SPI using DBI.
493249a4f5eSChris Morgan
494aaf7f809SRandy Dunlapconfig DRM_PANEL_MANTIX_MLAF057WE51
495aaf7f809SRandy Dunlap	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
496aaf7f809SRandy Dunlap	depends on OF
497aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
498aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
499aaf7f809SRandy Dunlap	help
500aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for the Mantix
501aaf7f809SRandy Dunlap	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
502aaf7f809SRandy Dunlap	  has a resolution of 720x1440 pixels, a built in backlight and touch
503aaf7f809SRandy Dunlap	  controller.
504aaf7f809SRandy Dunlap
505a1874822SSvyatoslav Ryhelconfig DRM_PANEL_MOTOROLA_MOT
506a1874822SSvyatoslav Ryhel	tristate "Atrix 4G and Droid X2 540x960 DSI video mode panel"
507a1874822SSvyatoslav Ryhel	depends on OF
508a1874822SSvyatoslav Ryhel	depends on DRM_MIPI_DSI
509a1874822SSvyatoslav Ryhel	depends on BACKLIGHT_CLASS_DEVICE
510a1874822SSvyatoslav Ryhel	select VIDEOMODE_HELPERS
511a1874822SSvyatoslav Ryhel	help
512a1874822SSvyatoslav Ryhel	  Say Y here if you want to enable support for the LCD panel module
513a1874822SSvyatoslav Ryhel	  for Motorola Atrix 4G or Droid X2. Exact panel vendor and model are
514a1874822SSvyatoslav Ryhel	  unknown. The panel has a 540x960 resolution and uses 24 bit RGB per
515a1874822SSvyatoslav Ryhel	  pixel.
516a1874822SSvyatoslav Ryhel
517df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11
518df439abeSLaurent Pinchart	tristate "NEC NL8048HL11 RGB panel"
519df439abeSLaurent Pinchart	depends on GPIOLIB && OF && SPI
520df439abeSLaurent Pinchart	help
521df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
522df439abeSLaurent Pinchart	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
523df439abeSLaurent Pinchart	  as a module, choose M here.
524df439abeSLaurent Pinchart
525b1d39f0fSChris Morganconfig DRM_PANEL_NEWVISION_NV3051D
526b1d39f0fSChris Morgan	tristate "NewVision NV3051D DSI panel"
527b1d39f0fSChris Morgan	depends on OF
528b1d39f0fSChris Morgan	depends on DRM_MIPI_DSI
529b1d39f0fSChris Morgan	depends on BACKLIGHT_CLASS_DEVICE
530b1d39f0fSChris Morgan	help
531b1d39f0fSChris Morgan	  This driver supports the NV3051D based panel found on the Anbernic
532b1d39f0fSChris Morgan	  RG353P and RG353V.
533b1d39f0fSChris Morgan
53449956b50SChristophe Branchereauconfig DRM_PANEL_NEWVISION_NV3052C
53549956b50SChristophe Branchereau	tristate "NewVision NV3052C RGB/SPI panel"
53649956b50SChristophe Branchereau	depends on OF && SPI
53749956b50SChristophe Branchereau	depends on BACKLIGHT_CLASS_DEVICE
53849956b50SChristophe Branchereau	select DRM_MIPI_DBI
53949956b50SChristophe Branchereau	help
54049956b50SChristophe Branchereau	  Say Y here if you want to enable support for the panels built
54149956b50SChristophe Branchereau	  around the NewVision NV3052C display controller.
54249956b50SChristophe Branchereau
543899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510
544899f24edSLinus Walleij	tristate "Novatek NT35510 RGB panel driver"
545899f24edSLinus Walleij	depends on OF
546899f24edSLinus Walleij	depends on DRM_MIPI_DSI
547899f24edSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
548899f24edSLinus Walleij	help
549899f24edSLinus Walleij	  Say Y here if you want to enable support for the panels built
550899f24edSLinus Walleij	  around the Novatek NT35510 display controller, such as some
551899f24edSLinus Walleij	  Hydis panels.
552899f24edSLinus Walleij
553994ea402SLinus Walleijconfig DRM_PANEL_NOVATEK_NT35560
554994ea402SLinus Walleij	tristate "Novatek NT35560 DSI command mode panel"
555994ea402SLinus Walleij	depends on OF
556994ea402SLinus Walleij	depends on DRM_MIPI_DSI
557994ea402SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
558994ea402SLinus Walleij	select VIDEOMODE_HELPERS
559994ea402SLinus Walleij	help
560994ea402SLinus Walleij	  Say Y here if you want to enable the Novatek NT35560 display
561994ea402SLinus Walleij	  controller. This panel supports DSI in both command and video
562994ea402SLinus Walleij	  mode. This supports several panels such as Sony ACX424AKM and
563994ea402SLinus Walleij	  ACX424AKP.
564994ea402SLinus Walleij
565623a3531SAngeloGioacchino Del Regnoconfig DRM_PANEL_NOVATEK_NT35950
566623a3531SAngeloGioacchino Del Regno	tristate "Novatek NT35950 DSI panel"
567623a3531SAngeloGioacchino Del Regno	depends on OF
568623a3531SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
569623a3531SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
570623a3531SAngeloGioacchino Del Regno	help
571623a3531SAngeloGioacchino Del Regno	  Say Y here if you want to enable support for the panels built
572623a3531SAngeloGioacchino Del Regno	  around the Novatek NT35950 display controller, such as some
573623a3531SAngeloGioacchino Del Regno	  Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
574623a3531SAngeloGioacchino Del Regno	  mobile phones.
575623a3531SAngeloGioacchino Del Regno
5760993234aSJianhua Luconfig DRM_PANEL_NOVATEK_NT36523
5770993234aSJianhua Lu	tristate "Novatek NT36523 panel driver"
5780993234aSJianhua Lu	depends on OF
5790993234aSJianhua Lu	depends on DRM_MIPI_DSI
5800993234aSJianhua Lu	depends on BACKLIGHT_CLASS_DEVICE
5810993234aSJianhua Lu	help
5820993234aSJianhua Lu	  Say Y here if you want to enable support for the panels built
5830993234aSJianhua Lu	  around the Novatek NT36523 display controller, such as some
5840993234aSJianhua Lu	  Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets.
5850993234aSJianhua Lu
586070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A
587070c7fa5SSumit Semwal	tristate "Novatek NT36672A DSI panel"
588070c7fa5SSumit Semwal	depends on OF
589070c7fa5SSumit Semwal	depends on DRM_MIPI_DSI
590070c7fa5SSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
591070c7fa5SSumit Semwal	help
592070c7fa5SSumit Semwal	  Say Y here if you want to enable support for the panels built
593070c7fa5SSumit Semwal	  around the Novatek NT36672A display controller, such as some
594070c7fa5SSumit Semwal	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
595070c7fa5SSumit Semwal
596ea4f9975SRitesh Kumarconfig DRM_PANEL_NOVATEK_NT36672E
597ea4f9975SRitesh Kumar	tristate "Novatek NT36672E DSI panel"
598ea4f9975SRitesh Kumar	depends on OF
599ea4f9975SRitesh Kumar	depends on DRM_MIPI_DSI
600ea4f9975SRitesh Kumar	depends on BACKLIGHT_CLASS_DEVICE
601ea4f9975SRitesh Kumar	help
602ea4f9975SRitesh Kumar	  Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
603ea4f9975SRitesh Kumar	  LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
604ea4f9975SRitesh Kumar	  RGB per pixel.
605ea4f9975SRitesh Kumar
6062db44303SRichard Acayanconfig DRM_PANEL_NOVATEK_NT37700F
6072db44303SRichard Acayan	tristate "Novatek NT37700F DSI panel"
6082db44303SRichard Acayan	depends on OF
6092db44303SRichard Acayan	depends on DRM_MIPI_DSI
6102db44303SRichard Acayan	depends on BACKLIGHT_CLASS_DEVICE
6112db44303SRichard Acayan	help
6122db44303SRichard Acayan	  Say Y here if you want to enable support for Novatek NT37700F DSI
6132db44303SRichard Acayan	  panel module. The panel has a resolution of 1080x2160.
6142db44303SRichard Acayan
6154fca6849SKrzysztof Kozlowskiconfig DRM_PANEL_NOVATEK_NT37801
6164fca6849SKrzysztof Kozlowski	tristate "Novatek NT37801/NT37810 AMOLED DSI panel"
6174fca6849SKrzysztof Kozlowski	depends on OF
6184fca6849SKrzysztof Kozlowski	depends on DRM_MIPI_DSI
6194fca6849SKrzysztof Kozlowski	depends on BACKLIGHT_CLASS_DEVICE
620022546cdSArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
621022546cdSArnd Bergmann	select DRM_DISPLAY_HELPER
6224fca6849SKrzysztof Kozlowski	help
6234fca6849SKrzysztof Kozlowski	  Say Y here if you want to enable support for Novatek NT37801 (or
6244fca6849SKrzysztof Kozlowski	  NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200
6254fca6849SKrzysztof Kozlowski	  resolution.
6264fca6849SKrzysztof Kozlowski
627ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016
628ecdcbbb7SPaul Cercueil	tristate "Novatek NT39016 RGB/SPI panel"
629ecdcbbb7SPaul Cercueil	depends on OF && SPI
630ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
631ecdcbbb7SPaul Cercueil	select REGMAP_SPI
632ecdcbbb7SPaul Cercueil	help
633ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for the panels built
634ecdcbbb7SPaul Cercueil	  around the Novatek NT39016 display controller.
635ecdcbbb7SPaul Cercueil
63617fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
63717fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
63817fd7a9dSStefan Mavrodiev	depends on OF
63917fd7a9dSStefan Mavrodiev	depends on I2C
64017fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
641a14bc107SVegard Nossum	select CRC32
64217fd7a9dSStefan Mavrodiev	help
64317fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
64417fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
64517fd7a9dSStefan Mavrodiev
64617fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
64717fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
64817fd7a9dSStefan Mavrodiev
649cd6d4128SChristophe Branchereauconfig DRM_PANEL_ORISETECH_OTA5601A
650cd6d4128SChristophe Branchereau        tristate "Orise Technology ota5601a RGB/SPI panel"
651cd6d4128SChristophe Branchereau        depends on SPI
652cd6d4128SChristophe Branchereau        depends on BACKLIGHT_CLASS_DEVICE
653cd6d4128SChristophe Branchereau        select REGMAP_SPI
654cd6d4128SChristophe Branchereau        help
655cd6d4128SChristophe Branchereau          Say Y here if you want to enable support for the panels built
656cd6d4128SChristophe Branchereau          around the Orise Technology OTA9601A display controller.
657cd6d4128SChristophe Branchereau
658f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
659f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
660f0a5bb98SPhilippe CORNU	depends on OF
661f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
662f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
663f0a5bb98SPhilippe CORNU	help
664f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
665f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
666f0a5bb98SPhilippe CORNU
667b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS
668b97b042aSPeter Ujfalusi	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
669b97b042aSPeter Ujfalusi	depends on OF
670b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
671b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
672b97b042aSPeter Ujfalusi	help
673b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for One Stop Displays
674b97b042aSPeter Ujfalusi	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
675b97b042aSPeter Ujfalusi
676086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
677086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
678086ceb6bSWerner Johansson	depends on OF
679086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
680086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
681086ceb6bSWerner Johansson	help
682086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
683086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
684086ceb6bSWerner Johansson	  Xperia Z2 tablets
685086ceb6bSWerner Johansson
6862f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
6872f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
6882f733d61SEric Anholt	depends on DRM_MIPI_DSI
6892f733d61SEric Anholt	help
6902f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
6912f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
6922f733d61SEric Anholt	  choose M here.
6932f733d61SEric Anholt
694f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191
695f63df31dSRobert Chiras	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
696f63df31dSRobert Chiras	depends on OF
697f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
698f63df31dSRobert Chiras	depends on BACKLIGHT_CLASS_DEVICE
699f63df31dSRobert Chiras	help
700f63df31dSRobert Chiras	  Say Y here if you want to enable support for Raydium RM67191 FHD
701f63df31dSRobert Chiras	  (1080x1920) DSI panel.
702f63df31dSRobert Chiras
703a50ae1a2SSebastian Reichelconfig DRM_PANEL_RAYDIUM_RM67200
704a50ae1a2SSebastian Reichel	tristate "Raydium RM67200-based DSI panel"
705a50ae1a2SSebastian Reichel	depends on OF
706a50ae1a2SSebastian Reichel	depends on DRM_MIPI_DSI
707a50ae1a2SSebastian Reichel	help
708a50ae1a2SSebastian Reichel	  Say Y here if you want to enable support for Raydium RM67200-based
709a50ae1a2SSebastian Reichel	  DSI video mode panels. This panel controller can be found in the
710a50ae1a2SSebastian Reichel	  Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1
711a50ae1a2SSebastian Reichel	  evaluation boards.
712a50ae1a2SSebastian Reichel
7132b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
7142b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
7152b7ed18bSPhilippe CORNU	depends on OF
7162b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
717a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
7182b7ed18bSPhilippe CORNU	help
7192b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
7202b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
7212b7ed18bSPhilippe CORNU
722988d0ff2SKonrad Dybcioconfig DRM_PANEL_RAYDIUM_RM692E5
723988d0ff2SKonrad Dybcio	tristate "Raydium RM692E5-based DSI panel"
724988d0ff2SKonrad Dybcio	depends on OF
725988d0ff2SKonrad Dybcio	depends on DRM_MIPI_DSI
726988d0ff2SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
727ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
728589830b1SArnd Bergmann	select DRM_DISPLAY_HELPER
729988d0ff2SKonrad Dybcio	help
730988d0ff2SKonrad Dybcio	  Say Y here if you want to enable support for Raydium RM692E5-based
731988d0ff2SKonrad Dybcio	  display panels, such as the one found in the Fairphone 5 smartphone.
732988d0ff2SKonrad Dybcio
7339a314ea5SDavid Wronekconfig DRM_PANEL_RAYDIUM_RM69380
7349a314ea5SDavid Wronek	tristate "Raydium RM69380-based DSI panel"
7359a314ea5SDavid Wronek	depends on OF && GPIOLIB
7369a314ea5SDavid Wronek	depends on DRM_MIPI_DSI
7379a314ea5SDavid Wronek	depends on BACKLIGHT_CLASS_DEVICE
7389a314ea5SDavid Wronek	help
7399a314ea5SDavid Wronek	  Say Y here if you want to enable support for Raydium RM69380-based
7409a314ea5SDavid Wronek	  display panels.
7419a314ea5SDavid Wronek
7429a314ea5SDavid Wronek	  This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021
7439a314ea5SDavid Wronek	  in combination with an EDO OLED panel.
7449a314ea5SDavid Wronek
745cb6c01eaSSvyatoslav Ryhelconfig DRM_PANEL_RENESAS_R61307
746cb6c01eaSSvyatoslav Ryhel	tristate "Renesas R61307 DSI video mode panel"
747cb6c01eaSSvyatoslav Ryhel	depends on OF
748cb6c01eaSSvyatoslav Ryhel	depends on DRM_MIPI_DSI
749cb6c01eaSSvyatoslav Ryhel	depends on BACKLIGHT_CLASS_DEVICE
750839ed869SSvyatoslav Ryhel	select VIDEOMODE_HELPERS
751cb6c01eaSSvyatoslav Ryhel	help
752cb6c01eaSSvyatoslav Ryhel	  Say Y here if you want to enable support for KOE tx13d100vm0eaa
753cb6c01eaSSvyatoslav Ryhel	  IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768
754cb6c01eaSSvyatoslav Ryhel	  resolution and uses 24 bit RGB per pixel.
755cb6c01eaSSvyatoslav Ryhel
756cb6c01eaSSvyatoslav Ryhel	  This panel controller can be found in LG Optimus Vu P895 smartphone
757cb6c01eaSSvyatoslav Ryhel	  in combination with LCD panel.
758cb6c01eaSSvyatoslav Ryhel
7599e0f93f7SMaxim Schwalmconfig DRM_PANEL_RENESAS_R69328
7609e0f93f7SMaxim Schwalm	tristate "Renesas R69328 720x1280 DSI video mode panel"
7619e0f93f7SMaxim Schwalm	depends on OF
7629e0f93f7SMaxim Schwalm	depends on DRM_MIPI_DSI
7639e0f93f7SMaxim Schwalm	depends on BACKLIGHT_CLASS_DEVICE
764839ed869SSvyatoslav Ryhel	select VIDEOMODE_HELPERS
7659e0f93f7SMaxim Schwalm	help
7669e0f93f7SMaxim Schwalm	  Say Y here if you want to enable support for JDI dx12d100vm0eaa
7679e0f93f7SMaxim Schwalm	  IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280
7689e0f93f7SMaxim Schwalm	  resolution and uses 24 bit RGB per pixel.
7699e0f93f7SMaxim Schwalm
7709e0f93f7SMaxim Schwalm	  This panel controller can be found in LG Optimus 4X P895 smartphone
7719e0f93f7SMaxim Schwalm	  in combination with LCD panel.
7729e0f93f7SMaxim Schwalm
773979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30
774979a1bb6SKonstantin Sudakov	tristate "Ronbo Electronics RB070D30 panel"
775979a1bb6SKonstantin Sudakov	depends on OF
776979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
777979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
778979a1bb6SKonstantin Sudakov	help
779979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Ronbo Electronics
780979a1bb6SKonstantin Sudakov	  RB070D30 1024x600 DSI panel.
781979a1bb6SKonstantin Sudakov
782b330f3a0SDanila Tikhonovconfig DRM_PANEL_SAMSUNG_AMS581VF01
783b330f3a0SDanila Tikhonov	tristate "Samsung AMS581VF01 panel"
784b330f3a0SDanila Tikhonov	depends on OF
785b330f3a0SDanila Tikhonov	depends on DRM_MIPI_DSI
786b330f3a0SDanila Tikhonov	depends on BACKLIGHT_CLASS_DEVICE
787b330f3a0SDanila Tikhonov	help
788b330f3a0SDanila Tikhonov	  Say Y or M here if you want to enable support for the
789b330f3a0SDanila Tikhonov	  Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel.
790b330f3a0SDanila Tikhonov
791bd07dbb9SDanila Tikhonovconfig DRM_PANEL_SAMSUNG_AMS639RQ08
792bd07dbb9SDanila Tikhonov	tristate "Samsung AMS639RQ08 panel"
793bd07dbb9SDanila Tikhonov	depends on OF
794bd07dbb9SDanila Tikhonov	depends on DRM_MIPI_DSI
795bd07dbb9SDanila Tikhonov	depends on BACKLIGHT_CLASS_DEVICE
796bd07dbb9SDanila Tikhonov	help
797bd07dbb9SDanila Tikhonov	  Say Y or M here if you want to enable support for the
798bd07dbb9SDanila Tikhonov	  Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel.
799bd07dbb9SDanila Tikhonov
800d5658db2SJakob Hauserconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24
801d5658db2SJakob Hauser	tristate "Samsung AMS427AP24 panel with S6E88A0 controller"
802d5658db2SJakob Hauser	depends on GPIOLIB && OF && REGULATOR
803d5658db2SJakob Hauser	depends on DRM_MIPI_DSI
8045b67fdf1SJakob Hauser	depends on BACKLIGHT_CLASS_DEVICE
805d5658db2SJakob Hauser	help
806d5658db2SJakob Hauser	  Say Y here if you want to enable support for Samsung AMS427AP24 panel
807d5658db2SJakob Hauser	  with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition
808d5658db2SJakob Hauser	  GT-I9195I). To compile this driver as a module, choose M here.
809d5658db2SJakob Hauser
810aaf7f809SRandy Dunlapconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
811aaf7f809SRandy Dunlap	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
812aaf7f809SRandy Dunlap	depends on OF
813aaf7f809SRandy Dunlap	select DRM_MIPI_DSI
814aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
815aaf7f809SRandy Dunlap
81632ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_ATNA33XC20
81732ce3b32SDouglas Anderson	tristate "Samsung ATNA33XC20 eDP panel"
81832ce3b32SDouglas Anderson	depends on OF
81932ce3b32SDouglas Anderson	depends on BACKLIGHT_CLASS_DEVICE
82032ce3b32SDouglas Anderson	depends on PM
821a6766486SGao Chao	select DRM_DISPLAY_DP_HELPER
822a6766486SGao Chao	select DRM_DISPLAY_HELPER
8231e0b9b44SGeert Uytterhoeven	select DRM_DISPLAY_DP_AUX_BUS
82432ce3b32SDouglas Anderson	help
82532ce3b32SDouglas Anderson	  DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
82632ce3b32SDouglas Anderson	  be handled by the DRM_PANEL_SIMPLE driver because its power
82732ce3b32SDouglas Anderson	  sequencing is non-standard.
82832ce3b32SDouglas Anderson
829a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_DB7430
830a3a5f9d0SLinus Walleij	tristate "Samsung DB7430-based DPI panels"
831a3a5f9d0SLinus Walleij	depends on OF && SPI && GPIOLIB
832a3a5f9d0SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
833a3a5f9d0SLinus Walleij	select DRM_MIPI_DBI
834a3a5f9d0SLinus Walleij	help
835a3a5f9d0SLinus Walleij	  Say Y here if you want to enable support for the Samsung
836a3a5f9d0SLinus Walleij	  DB7430 DPI display controller used in such devices as the
837a3a5f9d0SLinus Walleij	  LMS397KF04 480x800 DPI panel.
838a3a5f9d0SLinus Walleij
839aaf7f809SRandy Dunlapconfig DRM_PANEL_SAMSUNG_LD9040
840aaf7f809SRandy Dunlap	tristate "Samsung LD9040 RGB/SPI panel"
841aaf7f809SRandy Dunlap	depends on OF && SPI
842aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
843aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
844aaf7f809SRandy Dunlap
845ac488854SAnton Bamburaconfig DRM_PANEL_SAMSUNG_LTL106HL02
846ac488854SAnton Bambura	tristate "Samsung LTL106HL02 panel"
847ac488854SAnton Bambura	depends on OF
848ac488854SAnton Bambura	depends on DRM_MIPI_DSI
849ac488854SAnton Bambura	depends on BACKLIGHT_CLASS_DEVICE
850ac488854SAnton Bambura	select VIDEOMODE_HELPERS
851ac488854SAnton Bambura	help
852ac488854SAnton Bambura	  Say Y here if you want to enable support for the Samsung LTL106HL02
853ac488854SAnton Bambura	  panel driver which is used in Microsoft Surface 2.
854ac488854SAnton Bambura
855ac488854SAnton Bambura	  To compile this driver as a module, choose M here: the module
856ac488854SAnton Bambura	  will be called panel-samsung-ltl106hl02.
857ac488854SAnton Bambura
858bf0390e2SRichard Acayanconfig DRM_PANEL_SAMSUNG_S6E3FA7
859bf0390e2SRichard Acayan	tristate "Samsung S6E3FA7 panel driver"
860bf0390e2SRichard Acayan	depends on OF
861bf0390e2SRichard Acayan	depends on DRM_MIPI_DSI
862bf0390e2SRichard Acayan	depends on BACKLIGHT_CLASS_DEVICE
863bf0390e2SRichard Acayan	help
864bf0390e2SRichard Acayan	  Say Y here if you want to enable support for the Samsung S6E3FA7
865bf0390e2SRichard Acayan	  1920x2220 panel.
866bf0390e2SRichard Acayan
867ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
868ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
869ac1d6d74SLinus Walleij	depends on OF
870ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
871ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
872ac1d6d74SLinus Walleij
873ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_S6D27A1
874ebd8cbf1SMarkuss Broks	tristate "Samsung S6D27A1 DPI panel driver"
875ebd8cbf1SMarkuss Broks	depends on OF && SPI && GPIOLIB
876ebd8cbf1SMarkuss Broks	select DRM_MIPI_DBI
877ebd8cbf1SMarkuss Broks	help
878ebd8cbf1SMarkuss Broks	  Say Y here if you want to enable support for the Samsung
879ebd8cbf1SMarkuss Broks	  S6D27A1 DPI 480x800 panel.
880ebd8cbf1SMarkuss Broks
881ebd8cbf1SMarkuss Broks	  This panel can be found in Samsung Galaxy Ace 2
882ebd8cbf1SMarkuss Broks	  GT-I8160 mobile phone.
883ebd8cbf1SMarkuss Broks
8846810bb39SArtur Weberconfig DRM_PANEL_SAMSUNG_S6D7AA0
8856810bb39SArtur Weber	tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller"
8866810bb39SArtur Weber	depends on OF
8876810bb39SArtur Weber	depends on BACKLIGHT_CLASS_DEVICE
8886810bb39SArtur Weber	select DRM_MIPI_DSI
8896810bb39SArtur Weber	select VIDEOMODE_HELPERS
8906810bb39SArtur Weber
89188148c30SDavid Heidelbergconfig DRM_PANEL_SAMSUNG_S6E3FC2X01
89288148c30SDavid Heidelberg	tristate "Samsung S6E3FC2X01 DSI panel controller"
89388148c30SDavid Heidelberg	depends on OF
89488148c30SDavid Heidelberg	depends on DRM_MIPI_DSI
89588148c30SDavid Heidelberg	depends on BACKLIGHT_CLASS_DEVICE
89688148c30SDavid Heidelberg	select VIDEOMODE_HELPERS
89788148c30SDavid Heidelberg	help
89888148c30SDavid Heidelberg	  Say Y or M here if you want to enable support for the
89988148c30SDavid Heidelberg	  Samsung S6E3FC2 DDIC and connected MIPI DSI panel.
90088148c30SDavid Heidelberg	  Currently supported panels:
90188148c30SDavid Heidelberg
90288148c30SDavid Heidelberg	    Samsung AMS641RW (found in the OnePlus 6T smartphone)
90388148c30SDavid Heidelberg
904ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
905ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
906ed29f942SHoegeun Kwon	depends on OF
907ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
90893023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
909ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
910ed29f942SHoegeun Kwon
911779679d3SDzmitry Sankouskiconfig DRM_PANEL_SAMSUNG_S6E3HA8
912779679d3SDzmitry Sankouski	tristate "Samsung S6E3HA8 DSI video mode panel"
913779679d3SDzmitry Sankouski	depends on OF
914779679d3SDzmitry Sankouski	depends on DRM_MIPI_DSI
915779679d3SDzmitry Sankouski	depends on BACKLIGHT_CLASS_DEVICE
916fd3b2c5fSArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
917779679d3SDzmitry Sankouski	select VIDEOMODE_HELPERS
918779679d3SDzmitry Sankouski
9192a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
9202a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
9212a05177dSHoegeun Kwon	depends on OF
9222a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
9232a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
9242a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
9252a05177dSHoegeun Kwon
926994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0
927b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB panel"
928994a08a2SPaweł Chmiel	depends on OF
929994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
930994a08a2SPaweł Chmiel	help
931994a08a2SPaweł Chmiel	  Say Y here if you want to enable support for Samsung S6E63M0
932b7b23e44SLinus Walleij	  AMOLED LCD panel. This panel can be accessed using SPI or
933b7b23e44SLinus Walleij	  DSI.
934b7b23e44SLinus Walleij
935b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI
936b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB SPI interface"
937b7b23e44SLinus Walleij	depends on SPI
938b7b23e44SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
939b7b23e44SLinus Walleij	default DRM_PANEL_SAMSUNG_S6E63M0
940c2a61865SLinus Walleij	select DRM_MIPI_DBI
941b7b23e44SLinus Walleij	help
942b7b23e44SLinus Walleij	  Say Y here if you want to be able to access the Samsung
943b7b23e44SLinus Walleij	  S6E63M0 panel using SPI.
944994a08a2SPaweł Chmiel
945435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI
946435e06c0SLinus Walleij	tristate "Samsung S6E63M0 RGB DSI interface"
947435e06c0SLinus Walleij	depends on DRM_MIPI_DSI
948435e06c0SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
949435e06c0SLinus Walleij	help
950435e06c0SLinus Walleij	  Say Y here if you want to be able to access the Samsung
951435e06c0SLinus Walleij	  S6E63M0 panel using DSI.
952435e06c0SLinus Walleij
9539ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
9549ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
95502051ca0SAndrzej Hajda	depends on OF
95602051ca0SAndrzej Hajda	select DRM_MIPI_DSI
95702051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
95802051ca0SAndrzej Hajda
95947d7953dSKaustabh Chakrabortyconfig DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01
96047d7953dSKaustabh Chakraborty	tristate "Samsung AMS561RA01 panel with S6E8AA5X01 controller"
96147d7953dSKaustabh Chakraborty	depends on GPIOLIB && OF && REGULATOR
96247d7953dSKaustabh Chakraborty	depends on DRM_MIPI_DSI
96347d7953dSKaustabh Chakraborty	depends on BACKLIGHT_CLASS_DEVICE
96447d7953dSKaustabh Chakraborty	help
96547d7953dSKaustabh Chakraborty	  Say Y here if you want to enable support for Samsung AMS561RA01
96647d7953dSKaustabh Chakraborty	  panel, which uses Samsung's S6E8AA5X01 controller. The panel has a
96747d7953dSKaustabh Chakraborty	  ~5.6 inch AMOLED display, and the controller is driven by the MIPI
96847d7953dSKaustabh Chakraborty	  DSI protocol with 4 lanes.
96947d7953dSKaustabh Chakraborty
97049837b6bSYedaya Katsmanconfig DRM_PANEL_SAMSUNG_S6E8FC0
97149837b6bSYedaya Katsman	tristate "Samsung S6E8FC0 DSI controller"
97249837b6bSYedaya Katsman	depends on OF
97349837b6bSYedaya Katsman	depends on BACKLIGHT_CLASS_DEVICE
97449837b6bSYedaya Katsman	select DRM_MIPI_DSI
97549837b6bSYedaya Katsman	help
97649837b6bSYedaya Katsman	  Say Y or M here if you want to enable support for the Samsung
97749837b6bSYedaya Katsman	  S6E8FC0 DSI controller and connected panel.
97849837b6bSYedaya Katsman	  Currently supported panels:
97949837b6bSYedaya Katsman
98049837b6bSYedaya Katsman	    M1906F9 (M1906F9SH or M1906F9SI), 6.09 inch 720x1560, found
98149837b6bSYedaya Katsman	    in the Xiaomi Mi A3 smartphone (xiaomi-laurel).
98249837b6bSYedaya Katsman
9835933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00
98405aeb5bbSDavid Heidelberg	tristate "Samsung SOFEF00 DSI panel controller"
9855933baa3SCaleb Connolly	depends on OF
9865933baa3SCaleb Connolly	depends on DRM_MIPI_DSI
9875933baa3SCaleb Connolly	depends on BACKLIGHT_CLASS_DEVICE
9885933baa3SCaleb Connolly	select VIDEOMODE_HELPERS
9895933baa3SCaleb Connolly	help
9905933baa3SCaleb Connolly	  Say Y or M here if you want to enable support for the Samsung AMOLED
99105aeb5bbSDavid Heidelberg	  panel SOFEF00 DDIC and connected panel.
99205aeb5bbSDavid Heidelberg	  Currently supported panels:
9935933baa3SCaleb Connolly
99405aeb5bbSDavid Heidelberg	    Samsung AMS628NW01 (found in OnePlus 6, 1080x2280@60Hz)
9955933baa3SCaleb Connolly
996043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
997043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
998043652aaSMarco Franchi	depends on OF
999043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
1000043652aaSMarco Franchi	select VIDEOMODE_HELPERS
1001043652aaSMarco Franchi	help
1002043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
1003043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
1004043652aaSMarco Franchi
1005306e6407SSvyatoslav Ryhelconfig DRM_PANEL_SHARP_LQ079L1SX01
1006306e6407SSvyatoslav Ryhel	tristate "Sharp LQ079L1SX01 panel"
1007306e6407SSvyatoslav Ryhel	depends on OF
1008306e6407SSvyatoslav Ryhel	depends on DRM_MIPI_DSI
1009306e6407SSvyatoslav Ryhel	depends on BACKLIGHT_CLASS_DEVICE
1010306e6407SSvyatoslav Ryhel	select VIDEOMODE_HELPERS
1011306e6407SSvyatoslav Ryhel	help
1012306e6407SSvyatoslav Ryhel	  Say Y here if you want to enable support for Sharp LQ079L1SX01
1013306e6407SSvyatoslav Ryhel	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
1014306e6407SSvyatoslav Ryhel	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
1015306e6407SSvyatoslav Ryhel	  the host.
1016306e6407SSvyatoslav Ryhel
1017306e6407SSvyatoslav Ryhel	  To compile this driver as a module, choose M here: the module
1018306e6407SSvyatoslav Ryhel	  will be called panel-sharp-lq079l1sx01.
1019306e6407SSvyatoslav Ryhel
10201976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
10211976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
10221976dbcaSThierry Reding	depends on OF
10231976dbcaSThierry Reding	depends on DRM_MIPI_DSI
1024f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
10251976dbcaSThierry Reding	help
10261976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
10271976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
10281976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
10291976dbcaSThierry Reding	  the host and has a built-in LED backlight.
10301976dbcaSThierry Reding
10311976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
10321976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
10331976dbcaSThierry Reding
1034c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01
1035c9cf4c2aSLaurent Pinchart	tristate "Sharp LS037V7DW01 VGA LCD panel"
1036c9cf4c2aSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR
1037c9cf4c2aSLaurent Pinchart	help
1038c9cf4c2aSLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
1039c9cf4c2aSLaurent Pinchart	  (480x640) LCD panel (found on the TI SDP3430 board).
1040c9cf4c2aSLaurent Pinchart
1041ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
1042ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
1043ee017238SWerner Johansson	depends on OF
1044ee017238SWerner Johansson	depends on DRM_MIPI_DSI
1045ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
1046ee017238SWerner Johansson	help
1047ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
1048ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
1049ee017238SWerner Johansson
1050914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LS060T1SX01
1051914b6f29SDmitry Baryshkov	tristate "Sharp LS060T1SX01 FullHD video mode panel"
1052914b6f29SDmitry Baryshkov	depends on OF
1053914b6f29SDmitry Baryshkov	depends on DRM_MIPI_DSI
1054914b6f29SDmitry Baryshkov	depends on BACKLIGHT_CLASS_DEVICE
1055914b6f29SDmitry Baryshkov	help
1056914b6f29SDmitry Baryshkov	  Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
1057914b6f29SDmitry Baryshkov	  FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
1058914b6f29SDmitry Baryshkov	  Bundle.
1059914b6f29SDmitry Baryshkov
1060849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
1061849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
1062849b2e3fSJagan Teki	depends on OF
10636a60273aSHironori KIKUCHI	depends on SPI || DRM_MIPI_DSI
10646a60273aSHironori KIKUCHI	select DRM_MIPI_DBI if SPI
1065849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
1066849b2e3fSJagan Teki	help
1067849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
1068849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
1069849b2e3fSJagan Teki	  system interfaces.
1070849b2e3fSJagan Teki
1071a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703
1072a74e81a5SOndrej Jirman	tristate "Sitronix ST7703 based MIPI touchscreen panels"
1073a74e81a5SOndrej Jirman	depends on OF
1074a74e81a5SOndrej Jirman	depends on DRM_MIPI_DSI
1075a74e81a5SOndrej Jirman	depends on BACKLIGHT_CLASS_DEVICE
1076a74e81a5SOndrej Jirman	help
1077a74e81a5SOndrej Jirman	  Say Y here if you want to enable support for Sitronix ST7703 based
1078a74e81a5SOndrej Jirman	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
1079a74e81a5SOndrej Jirman	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
1080a74e81a5SOndrej Jirman	  in backlight and touch controller.
1081a74e81a5SOndrej Jirman	  Touch input support is provided by the goodix driver and needs to be
1082a74e81a5SOndrej Jirman	  selected separately.
1083a74e81a5SOndrej Jirman
10847142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
10857142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
10867142afb3SMaxime Ripard	depends on OF && SPI
10872a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
10887142afb3SMaxime Ripard	help
10897142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
10907142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
10917142afb3SMaxime Ripard
10921c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM
10931c8fc3f0SLaurent Pinchart	tristate "Sony ACX565AKM panel"
10941c8fc3f0SLaurent Pinchart	depends on GPIOLIB && OF && SPI
10951c8fc3f0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
10961c8fc3f0SLaurent Pinchart	help
10971c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for the Sony ACX565AKM
10981c8fc3f0SLaurent Pinchart	  800x600 3.5" panel (found on the Nokia N900).
10991c8fc3f0SLaurent Pinchart
110022de25f8SKonrad Dybcioconfig DRM_PANEL_SONY_TD4353_JDI
110122de25f8SKonrad Dybcio	tristate "Sony TD4353 JDI panel"
110222de25f8SKonrad Dybcio	depends on GPIOLIB && OF
110322de25f8SKonrad Dybcio	depends on DRM_MIPI_DSI
110422de25f8SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
110522de25f8SKonrad Dybcio	help
110622de25f8SKonrad Dybcio	  Say Y here if you want to enable support for the Sony Tama
110722de25f8SKonrad Dybcio	  TD4353 JDI command mode panel as found on some Sony Xperia
110822de25f8SKonrad Dybcio	  XZ2 and XZ2 Compact smartphones.
110922de25f8SKonrad Dybcio
11109aa2c232SShawn Guoconfig DRM_PANEL_SONY_TULIP_TRULY_NT35521
11119aa2c232SShawn Guo	tristate "Sony Tulip Truly NT35521 panel"
11129aa2c232SShawn Guo	depends on GPIOLIB && OF
11139aa2c232SShawn Guo	depends on DRM_MIPI_DSI
11149aa2c232SShawn Guo	depends on BACKLIGHT_CLASS_DEVICE
11159aa2c232SShawn Guo	help
11169aa2c232SShawn Guo	  Say Y here if you want to enable support for the Sony Tulip
11179aa2c232SShawn Guo	  NT35521 1280x720 video mode panel as found on Sony Xperia M4
11189aa2c232SShawn Guo	  Aqua phone.
11199aa2c232SShawn Guo
112069312a77SGuillaume La Roqueconfig DRM_PANEL_STARTEK_KD070FHFID015
112169312a77SGuillaume La Roque	tristate "STARTEK KD070FHFID015 panel"
112269312a77SGuillaume La Roque	depends on OF
112369312a77SGuillaume La Roque	depends on DRM_MIPI_DSI
112469312a77SGuillaume La Roque	depends on BACKLIGHT_CLASS_DEVICE
112569312a77SGuillaume La Roque	help
112669312a77SGuillaume La Roque	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
1127368ea3f3SColin Ian King	  based on RENESAS-R69429 controller. The panel is a 7-inch TFT LCD display
112869312a77SGuillaume La Roque	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
112969312a77SGuillaume La Roque	  the host, a built-in LED backlight and touch controller.
113069312a77SGuillaume La Roque
1131aaf7f809SRandy Dunlapconfig DRM_PANEL_EDP
1132aaf7f809SRandy Dunlap	tristate "support for simple Embedded DisplayPort panels"
1133aaf7f809SRandy Dunlap	depends on OF
1134aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
1135aaf7f809SRandy Dunlap	depends on PM
1136aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
1137aaf7f809SRandy Dunlap	select DRM_DISPLAY_DP_HELPER
1138aaf7f809SRandy Dunlap	select DRM_DISPLAY_HELPER
11391e0b9b44SGeert Uytterhoeven	select DRM_DISPLAY_DP_AUX_BUS
1140aaf7f809SRandy Dunlap	select DRM_KMS_HELPER
1141aaf7f809SRandy Dunlap	help
1142aaf7f809SRandy Dunlap	  DRM panel driver for dumb eDP panels that need at most a regulator and
1143aaf7f809SRandy Dunlap	  a GPIO to be powered up. Optionally a backlight can be attached so
1144aaf7f809SRandy Dunlap	  that it can be automatically turned off when the panel goes into a
1145aaf7f809SRandy Dunlap	  low power state.
1146aaf7f809SRandy Dunlap
1147aaf7f809SRandy Dunlapconfig DRM_PANEL_SIMPLE
1148aaf7f809SRandy Dunlap	tristate "support for simple panels (other than eDP ones)"
1149aaf7f809SRandy Dunlap	depends on OF
1150aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
1151aaf7f809SRandy Dunlap	depends on PM
1152aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
1153aaf7f809SRandy Dunlap	help
1154aaf7f809SRandy Dunlap	  DRM panel driver for dumb non-eDP panels that need at most a regulator
1155aaf7f809SRandy Dunlap	  and a GPIO to be powered up. Optionally a backlight can be attached so
1156aaf7f809SRandy Dunlap	  that it can be automatically turned off when the panel goes into a
1157aaf7f809SRandy Dunlap	  low power state.
1158aaf7f809SRandy Dunlap
115940115947SSasha Finkelsteinconfig DRM_PANEL_SUMMIT
116040115947SSasha Finkelstein	tristate "Apple Summit display panel"
116140115947SSasha Finkelstein	depends on OF
116240115947SSasha Finkelstein	depends on DRM_MIPI_DSI
116340115947SSasha Finkelstein	depends on BACKLIGHT_CLASS_DEVICE
116440115947SSasha Finkelstein	help
116540115947SSasha Finkelstein	  Say Y if you want to enable support for the "Summit" display panel
116640115947SSasha Finkelstein	  used as a touchbar on certain Apple laptops.
116740115947SSasha Finkelstein
1168aaf7f809SRandy Dunlapconfig DRM_PANEL_SYNAPTICS_R63353
1169aaf7f809SRandy Dunlap	tristate "Synaptics R63353-based panels"
1170aaf7f809SRandy Dunlap	depends on OF
1171aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
1172aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
1173aaf7f809SRandy Dunlap	help
1174aaf7f809SRandy Dunlap	  Say Y if you want to enable support for panels based on the
1175aaf7f809SRandy Dunlap	  Synaptics R63353 controller.
1176aaf7f809SRandy Dunlap
11773eae8250SKaustabh Chakrabortyconfig DRM_PANEL_SYNAPTICS_TDDI
11783eae8250SKaustabh Chakraborty	tristate "Synaptics TDDI display panels"
11793eae8250SKaustabh Chakraborty	depends on OF
11803eae8250SKaustabh Chakraborty	depends on DRM_MIPI_DSI
11813eae8250SKaustabh Chakraborty	depends on BACKLIGHT_CLASS_DEVICE
11823eae8250SKaustabh Chakraborty	help
11833eae8250SKaustabh Chakraborty	  Say Y if you want to enable support for the Synaptics TDDI display
11843eae8250SKaustabh Chakraborty	  panels. There are multiple MIPI DSI panels manufactured under the TDDI
11853eae8250SKaustabh Chakraborty	  namesake, with varying resolutions and data lanes. They also have a
11863eae8250SKaustabh Chakraborty	  built-in LED backlight and a touch controller.
11873eae8250SKaustabh Chakraborty
1188cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30
1189cf40c660SNeil Armstrong	tristate "TDO TL070WSH30 DSI panel"
1190cf40c660SNeil Armstrong	depends on OF
1191cf40c660SNeil Armstrong	depends on DRM_MIPI_DSI
1192cf40c660SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
1193cf40c660SNeil Armstrong	help
1194cf40c660SNeil Armstrong	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
1195cf40c660SNeil Armstrong	  panel module. The panel has a 1024×600 resolution and uses
1196cf40c660SNeil Armstrong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1197cf40c660SNeil Armstrong	  the host, a built-in LED backlight and touch controller.
1198cf40c660SNeil Armstrong
1199415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1
1200415b8dd0SLaurent Pinchart	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
1201415b8dd0SLaurent Pinchart	depends on OF && SPI
1202415b8dd0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
1203415b8dd0SLaurent Pinchart	help
1204415b8dd0SLaurent Pinchart	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
1205415b8dd0SLaurent Pinchart	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
1206415b8dd0SLaurent Pinchart
1207dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1
1208dc2e1e5bSLaurent Pinchart	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
1209dc2e1e5bSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR && SPI
1210dc2e1e5bSLaurent Pinchart	help
1211dc2e1e5bSLaurent Pinchart	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
1212dc2e1e5bSLaurent Pinchart	  4.3" panel (found on the OMAP3 Pandora board).
1213dc2e1e5bSLaurent Pinchart
1214324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
1215324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
1216324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
1217324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
1218324bb707SLinus Walleij	help
1219324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
1220324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
1221324bb707SLinus Walleij	  800x400 LCD panels.
1222324bb707SLinus Walleij
12231dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
12241dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
12251dd0b147SAbhinav Kumar	depends on OF
12261dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
12271dd0b147SAbhinav Kumar	help
12281dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
12291dd0b147SAbhinav Kumar	  Video Mode panel
1230d1479d02SHeiko Stuebner
12313d55aebeSAlexander Baranskyconfig DRM_PANEL_VISIONOX_G2647FB105
12323d55aebeSAlexander Baransky	tristate "Visionox G2647FB105"
12333d55aebeSAlexander Baransky	depends on OF
12343d55aebeSAlexander Baransky	depends on DRM_MIPI_DSI
12353d55aebeSAlexander Baransky	depends on BACKLIGHT_CLASS_DEVICE
12363d55aebeSAlexander Baransky	help
12373d55aebeSAlexander Baransky	  Say Y here if you want to enable support for the Visionox
12383d55aebeSAlexander Baransky	  G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel.
12393d55aebeSAlexander Baransky
1240aaf7f809SRandy Dunlapconfig DRM_PANEL_VISIONOX_R66451
1241aaf7f809SRandy Dunlap	tristate "Visionox R66451"
1242aaf7f809SRandy Dunlap	depends on OF
1243aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
1244aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
1245ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
1246aaf7f809SRandy Dunlap	select DRM_DISPLAY_HELPER
1247aaf7f809SRandy Dunlap	help
1248aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for Visionox
1249aaf7f809SRandy Dunlap	  R66451 1080x2340 AMOLED DSI panel.
1250aaf7f809SRandy Dunlap
1251c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299
1252c7f66d32SHarigovindan P	tristate "Visionox RM69299"
1253c7f66d32SHarigovindan P	depends on OF
1254c7f66d32SHarigovindan P	depends on DRM_MIPI_DSI
12552bfca4feSGuido Günther	depends on BACKLIGHT_CLASS_DEVICE
1256c7f66d32SHarigovindan P	help
1257c7f66d32SHarigovindan P	  Say Y here if you want to enable support for Visionox
1258c7f66d32SHarigovindan P	  RM69299  DSI Video Mode panel.
1259c7f66d32SHarigovindan P
12607cb32743SEugene Lepshyconfig DRM_PANEL_VISIONOX_RM692E5
12617cb32743SEugene Lepshy	tristate "Visionox RM692E5"
12627cb32743SEugene Lepshy	depends on OF
12637cb32743SEugene Lepshy	depends on DRM_MIPI_DSI
12647cb32743SEugene Lepshy	depends on BACKLIGHT_CLASS_DEVICE
1265ced74864SArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
1266ced74864SArnd Bergmann	select DRM_DISPLAY_HELPER
12677cb32743SEugene Lepshy	help
12687cb32743SEugene Lepshy	  Say Y here if you want to enable support for Visionox RM692E5 amoled
12697cb32743SEugene Lepshy	  display panels, such as the one found in the Nothing Phone (1)
12707cb32743SEugene Lepshy	  smartphone.
12717cb32743SEugene Lepshy
12722349183dSNeil Armstrongconfig DRM_PANEL_VISIONOX_VTDR6130
12732349183dSNeil Armstrong	tristate "Visionox VTDR6130"
12742349183dSNeil Armstrong	depends on OF
12752349183dSNeil Armstrong	depends on DRM_MIPI_DSI
1276499631d5SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
12772349183dSNeil Armstrong	help
12782349183dSNeil Armstrong	  Say Y here if you want to enable support for Visionox
12792349183dSNeil Armstrong	  VTDR6130 1080x2400 AMOLED DSI panel.
12802349183dSNeil Armstrong
128157f6190aSLinus Walleijconfig DRM_PANEL_WIDECHIPS_WS2401
128257f6190aSLinus Walleij	tristate "Widechips WS2401 DPI panel driver"
128357f6190aSLinus Walleij	depends on SPI && GPIOLIB
128457f6190aSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
128557f6190aSLinus Walleij	select DRM_MIPI_DBI
128657f6190aSLinus Walleij	help
128757f6190aSLinus Walleij	  Say Y here if you want to enable support for the Widechips WS2401 DPI
128857f6190aSLinus Walleij	  480x800 display controller used in panels such as Samsung LMS380KF01.
128957f6190aSLinus Walleij	  This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
129057f6190aSLinus Walleij
1291d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272
1292d1479d02SHeiko Stuebner	tristate "Xinpeng XPP055C272 panel driver"
1293d1479d02SHeiko Stuebner	depends on OF
1294d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
1295d1479d02SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1296d1479d02SHeiko Stuebner	help
1297d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for the Xinpeng
1298d1479d02SHeiko Stuebner	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
1299d1479d02SHeiko Stuebner	  system interfaces.
1300280921deSThierry Redingendmenu
1301