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 11f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE 12f40f5b87SLinus Walleij tristate "ARM Versatile panel driver" 13f40f5b87SLinus Walleij depends on OF 14f40f5b87SLinus Walleij depends on MFD_SYSCON 15f40f5b87SLinus Walleij select VIDEOMODE_HELPERS 16f40f5b87SLinus Walleij help 17f40f5b87SLinus Walleij This driver supports the ARM Versatile panels connected to ARM 18f40f5b87SLinus Walleij reference designs. The panel is detected using special registers 19f40f5b87SLinus Walleij in the Versatile family syscon registers. 20f40f5b87SLinus Walleij 214b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D 224b6dd3caSJerry Han tristate "Boe Himax8279d panel" 234b6dd3caSJerry Han depends on OF 244b6dd3caSJerry Han depends on DRM_MIPI_DSI 254b6dd3caSJerry Han depends on BACKLIGHT_CLASS_DEVICE 264b6dd3caSJerry Han help 274b6dd3caSJerry Han Say Y here if you want to enable support for Boe Himax8279d 284b6dd3caSJerry Han TFT-LCD modules. The panel has a 1200x1920 resolution and uses 294b6dd3caSJerry Han 24 bit RGB per pixel. It provides a MIPI DSI interface to 304b6dd3caSJerry Han the host and has a built-in LED backlight. 314b6dd3caSJerry Han 32a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6 33a869b9dbSJitao Shi tristate "BOE TV101WUM 1200x1920 panel" 34a869b9dbSJitao Shi depends on OF 35a869b9dbSJitao Shi depends on DRM_MIPI_DSI 36a869b9dbSJitao Shi depends on BACKLIGHT_CLASS_DEVICE 37a869b9dbSJitao Shi help 38a869b9dbSJitao Shi Say Y here if you want to support for BOE TV101WUM WUXGA PANEL 39a869b9dbSJitao Shi DSI Video Mode panel 40a869b9dbSJitao Shi 417c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS 427c9dff5bSLaurent Pinchart tristate "Generic LVDS panel driver" 437c9dff5bSLaurent Pinchart depends on OF 447c9dff5bSLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 457c9dff5bSLaurent Pinchart select VIDEOMODE_HELPERS 467c9dff5bSLaurent Pinchart help 477c9dff5bSLaurent Pinchart This driver supports LVDS panels that don't require device-specific 487c9dff5bSLaurent Pinchart handling of power supplies or control signals. It implements automatic 497c9dff5bSLaurent Pinchart backlight handling if the panel is attached to a backlight controller. 507c9dff5bSLaurent Pinchart 51280921deSThierry Redingconfig DRM_PANEL_SIMPLE 52280921deSThierry Reding tristate "support for simple panels" 53280921deSThierry Reding depends on OF 5483b37eacSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 55a5d3e625SPhilipp Zabel select VIDEOMODE_HELPERS 56280921deSThierry Reding help 57280921deSThierry Reding DRM panel driver for dumb panels that need at most a regulator and 58280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 59280921deSThierry Reding that it can be automatically turned off when the panel goes into a 60280921deSThierry Reding low power state. 61280921deSThierry Reding 6269dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 6369dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 6469dc678aSJagan Teki depends on OF 6569dc678aSJagan Teki depends on DRM_MIPI_DSI 6669dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 6769dc678aSJagan Teki help 6869dc678aSJagan Teki Say Y if you want to enable support for panels based on the 6969dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 7069dc678aSJagan Teki 710ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 720ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 730ee2e37aSLinus Walleij depends on OF && SPI 740ee2e37aSLinus Walleij select REGMAP 750ee2e37aSLinus Walleij help 760ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 770ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 780ee2e37aSLinus Walleij 7926aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 8026aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 8126aec255SMaxime Ripard depends on OF 8226aec255SMaxime Ripard depends on DRM_MIPI_DSI 8326aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 8426aec255SMaxime Ripard help 8526aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 8626aec255SMaxime Ripard Ilitek ILI9881c controller. 8726aec255SMaxime Ripard 8814c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 8914c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 9014c8f2e9SChris Zhong depends on OF 9114c8f2e9SChris Zhong depends on DRM_MIPI_DSI 9214c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 9314c8f2e9SChris Zhong help 9414c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 9514c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 9614c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 9714c8f2e9SChris Zhong the host and has a built-in LED backlight. 9814c8f2e9SChris Zhong 99c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 100c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 101c96f5662SVinay Simha BN depends on OF 102c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 103c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 104c96f5662SVinay Simha BN help 105c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 106c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 107c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 108c96f5662SVinay Simha BN 24 bit per pixel. 109c96f5662SVinay Simha BN 1102a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 1112a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 1122a994cbeSNickey Yang depends on OF 1132a994cbeSNickey Yang depends on DRM_MIPI_DSI 1142a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 1152a994cbeSNickey Yang help 1162a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 1172a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 1182a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 1192a994cbeSNickey Yang the host and has a built-in LED backlight. 1202a994cbeSNickey Yang 121e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829 122e98910beSHeiko Stuebner tristate "Leadtek LTK500HD1829 panel" 123e98910beSHeiko Stuebner depends on OF 124e98910beSHeiko Stuebner depends on DRM_MIPI_DSI 125e98910beSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 126e98910beSHeiko Stuebner help 127e98910beSHeiko Stuebner Say Y here if you want to enable support for Kingdisplay kd097d04 128e98910beSHeiko Stuebner TFT-LCD modules. The panel has a 1536x2048 resolution and uses 129e98910beSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 130e98910beSHeiko Stuebner the host and has a built-in LED backlight. 131e98910beSHeiko Stuebner 1329ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 1339ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 13450d5ed39SRussell King depends on OF && SPI 135ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 136ff219937SAndrzej Hajda 137f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02 138f5b0c654SLaurent Pinchart tristate "LG LB035Q024573 RGB panel" 139f5b0c654SLaurent Pinchart depends on GPIOLIB && OF && SPI 140f5b0c654SLaurent Pinchart help 141f5b0c654SLaurent Pinchart Say Y here if you want to enable support for the LB035Q02 RGB panel 142f5b0c654SLaurent Pinchart (found on the Gumstix Overo Palo35 board). To compile this driver as 143f5b0c654SLaurent Pinchart a module, choose M here. 144f5b0c654SLaurent Pinchart 14558c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 14658c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 14758c467ecSHeiko Schocher depends on OF && SPI 14858c467ecSHeiko Schocher select VIDEOMODE_HELPERS 14958c467ecSHeiko Schocher help 15058c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 15158c467ecSHeiko Schocher To compile this driver as a module, choose M here. 15258c467ecSHeiko Schocher 153df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11 154df439abeSLaurent Pinchart tristate "NEC NL8048HL11 RGB panel" 155df439abeSLaurent Pinchart depends on GPIOLIB && OF && SPI 156df439abeSLaurent Pinchart help 157df439abeSLaurent Pinchart Say Y here if you want to enable support for the NEC NL8048HL11 RGB 158df439abeSLaurent Pinchart panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 159df439abeSLaurent Pinchart as a module, choose M here. 160df439abeSLaurent Pinchart 161ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 162ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 163ecdcbbb7SPaul Cercueil depends on OF && SPI 164ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 165ecdcbbb7SPaul Cercueil select REGMAP_SPI 166ecdcbbb7SPaul Cercueil help 167ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 168ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 169ecdcbbb7SPaul Cercueil 17017fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 17117fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 17217fd7a9dSStefan Mavrodiev depends on OF 17317fd7a9dSStefan Mavrodiev depends on I2C 17417fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 17517fd7a9dSStefan Mavrodiev help 17617fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 17717fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 17817fd7a9dSStefan Mavrodiev 17917fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 18017fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 18117fd7a9dSStefan Mavrodiev 182f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 183f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 184f0a5bb98SPhilippe CORNU depends on OF 185f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 186f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 187f0a5bb98SPhilippe CORNU help 188f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 189f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 190f0a5bb98SPhilippe CORNU 191b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 192b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 193b97b042aSPeter Ujfalusi depends on OF 194b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 195b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 196b97b042aSPeter Ujfalusi help 197b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 198b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 199b97b042aSPeter Ujfalusi 200086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 201086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 202086ceb6bSWerner Johansson depends on OF 203086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 204086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 205086ceb6bSWerner Johansson help 206086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 207086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 208086ceb6bSWerner Johansson Xperia Z2 tablets 209086ceb6bSWerner Johansson 2102f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 2112f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 2122f733d61SEric Anholt depends on DRM_MIPI_DSI 2132f733d61SEric Anholt help 2142f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 2152f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 2162f733d61SEric Anholt choose M here. 2172f733d61SEric Anholt 218f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191 219f63df31dSRobert Chiras tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 220f63df31dSRobert Chiras depends on OF 221f63df31dSRobert Chiras depends on DRM_MIPI_DSI 222f63df31dSRobert Chiras depends on BACKLIGHT_CLASS_DEVICE 223f63df31dSRobert Chiras help 224f63df31dSRobert Chiras Say Y here if you want to enable support for Raydium RM67191 FHD 225f63df31dSRobert Chiras (1080x1920) DSI panel. 226f63df31dSRobert Chiras 2272b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 2282b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 2292b7ed18bSPhilippe CORNU depends on OF 2302b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 231a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 2322b7ed18bSPhilippe CORNU help 2332b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 2342b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 2352b7ed18bSPhilippe CORNU 236530b1969SGuido Güntherconfig DRM_PANEL_ROCKTECH_JH057N00900 237530b1969SGuido Günther tristate "Rocktech JH057N00900 MIPI touchscreen panel" 238530b1969SGuido Günther depends on OF 239530b1969SGuido Günther depends on DRM_MIPI_DSI 240530b1969SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 241530b1969SGuido Günther help 242530b1969SGuido Günther Say Y here if you want to enable support for Rocktech JH057N00900 243530b1969SGuido Günther MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a 244530b1969SGuido Günther resolution of 720x1440 pixels, a built in backlight and touch 245530b1969SGuido Günther controller. 246530b1969SGuido Günther Touch input support is provided by the goodix driver and needs to be 247530b1969SGuido Günther selected separately. 248530b1969SGuido Günther 249979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 250979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 251979a1bb6SKonstantin Sudakov depends on OF 252979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 253979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 254979a1bb6SKonstantin Sudakov help 255979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 256979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 257979a1bb6SKonstantin Sudakov 258ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 259ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 260ac1d6d74SLinus Walleij depends on OF 261ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 262ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 263ac1d6d74SLinus Walleij 264ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 265ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 266ed29f942SHoegeun Kwon depends on OF 267ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 26893023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 269ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 270ed29f942SHoegeun Kwon 2712a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 2722a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 2732a05177dSHoegeun Kwon depends on OF 2742a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 2752a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 2762a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 2772a05177dSHoegeun Kwon 278994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 279994a08a2SPaweł Chmiel tristate "Samsung S6E63M0 RGB/SPI panel" 280994a08a2SPaweł Chmiel depends on OF 281994a08a2SPaweł Chmiel depends on SPI 282994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 283994a08a2SPaweł Chmiel help 284994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 285994a08a2SPaweł Chmiel AMOLED LCD panel. 286994a08a2SPaweł Chmiel 2879ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 2889ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 28902051ca0SAndrzej Hajda depends on OF 29002051ca0SAndrzej Hajda select DRM_MIPI_DSI 29102051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 29202051ca0SAndrzej Hajda 293043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 294043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 295043652aaSMarco Franchi depends on OF 296043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 297043652aaSMarco Franchi select VIDEOMODE_HELPERS 298043652aaSMarco Franchi help 299043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 300043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 301043652aaSMarco Franchi 3021976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 3031976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 3041976dbcaSThierry Reding depends on OF 3051976dbcaSThierry Reding depends on DRM_MIPI_DSI 306f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 3071976dbcaSThierry Reding help 3081976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 3091976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 3101976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 3111976dbcaSThierry Reding the host and has a built-in LED backlight. 3121976dbcaSThierry Reding 3131976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 3141976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 3151976dbcaSThierry Reding 316c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01 317c9cf4c2aSLaurent Pinchart tristate "Sharp LS037V7DW01 VGA LCD panel" 318c9cf4c2aSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR 319c9cf4c2aSLaurent Pinchart help 320c9cf4c2aSLaurent Pinchart Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 321c9cf4c2aSLaurent Pinchart (480x640) LCD panel (found on the TI SDP3430 board). 322c9cf4c2aSLaurent Pinchart 323ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 324ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 325ee017238SWerner Johansson depends on OF 326ee017238SWerner Johansson depends on DRM_MIPI_DSI 327ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 328ee017238SWerner Johansson help 329ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 330ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 331ee017238SWerner Johansson 332849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 333849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 334849b2e3fSJagan Teki depends on OF 335849b2e3fSJagan Teki depends on DRM_MIPI_DSI 336849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 337849b2e3fSJagan Teki help 338849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 339849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 340849b2e3fSJagan Teki system interfaces. 341849b2e3fSJagan Teki 3427142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 3437142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 3447142afb3SMaxime Ripard depends on OF && SPI 3452a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 3467142afb3SMaxime Ripard help 3477142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 3487142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 3497142afb3SMaxime Ripard 3508152c2bfSLinus Walleijconfig DRM_PANEL_SONY_ACX424AKP 3518152c2bfSLinus Walleij tristate "Sony ACX424AKP DSI command mode panel" 3528152c2bfSLinus Walleij depends on OF 3538152c2bfSLinus Walleij depends on DRM_MIPI_DSI 3548152c2bfSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 3558152c2bfSLinus Walleij select VIDEOMODE_HELPERS 3568152c2bfSLinus Walleij help 3578152c2bfSLinus Walleij Say Y here if you want to enable the Sony ACX424 display 3588152c2bfSLinus Walleij panel. This panel supports DSI in both command and video 3598152c2bfSLinus Walleij mode. 3608152c2bfSLinus Walleij 3611c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM 3621c8fc3f0SLaurent Pinchart tristate "Sony ACX565AKM panel" 3631c8fc3f0SLaurent Pinchart depends on GPIOLIB && OF && SPI 3641c8fc3f0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 3651c8fc3f0SLaurent Pinchart help 3661c8fc3f0SLaurent Pinchart Say Y here if you want to enable support for the Sony ACX565AKM 3671c8fc3f0SLaurent Pinchart 800x600 3.5" panel (found on the Nokia N900). 3681c8fc3f0SLaurent Pinchart 369415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1 370415b8dd0SLaurent Pinchart tristate "Toppoly (TPO) TD028TTEC1 panel driver" 371415b8dd0SLaurent Pinchart depends on OF && SPI 372415b8dd0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 373415b8dd0SLaurent Pinchart help 374415b8dd0SLaurent Pinchart Say Y here if you want to enable support for TPO TD028TTEC1 480x640 375415b8dd0SLaurent Pinchart 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 376415b8dd0SLaurent Pinchart 377dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1 378dc2e1e5bSLaurent Pinchart tristate "Toppoly (TPO) TD043MTEA1 panel driver" 379dc2e1e5bSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR && SPI 380dc2e1e5bSLaurent Pinchart help 381dc2e1e5bSLaurent Pinchart Say Y here if you want to enable support for TPO TD043MTEA1 800x480 382dc2e1e5bSLaurent Pinchart 4.3" panel (found on the OMAP3 Pandora board). 383dc2e1e5bSLaurent Pinchart 384324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 385324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 386324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 387324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 388324bb707SLinus Walleij help 389324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 390324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 391324bb707SLinus Walleij 800x400 LCD panels. 392324bb707SLinus Walleij 3931dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 3941dd0b147SAbhinav Kumar tristate "Truly WQXGA" 3951dd0b147SAbhinav Kumar depends on OF 3961dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 3971dd0b147SAbhinav Kumar help 3981dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 3991dd0b147SAbhinav Kumar Video Mode panel 400d1479d02SHeiko Stuebner 401d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272 402d1479d02SHeiko Stuebner tristate "Xinpeng XPP055C272 panel driver" 403d1479d02SHeiko Stuebner depends on OF 404d1479d02SHeiko Stuebner depends on DRM_MIPI_DSI 405d1479d02SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 406d1479d02SHeiko Stuebner help 407d1479d02SHeiko Stuebner Say Y here if you want to enable support for the Xinpeng 408d1479d02SHeiko Stuebner XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 409d1479d02SHeiko Stuebner system interfaces. 410280921deSThierry Redingendmenu 411