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 217c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS 227c9dff5bSLaurent Pinchart tristate "Generic LVDS panel driver" 237c9dff5bSLaurent Pinchart depends on OF 247c9dff5bSLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 257c9dff5bSLaurent Pinchart select VIDEOMODE_HELPERS 267c9dff5bSLaurent Pinchart help 277c9dff5bSLaurent Pinchart This driver supports LVDS panels that don't require device-specific 287c9dff5bSLaurent Pinchart handling of power supplies or control signals. It implements automatic 297c9dff5bSLaurent Pinchart backlight handling if the panel is attached to a backlight controller. 307c9dff5bSLaurent Pinchart 31280921deSThierry Redingconfig DRM_PANEL_SIMPLE 32280921deSThierry Reding tristate "support for simple panels" 33280921deSThierry Reding depends on OF 3483b37eacSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 35a5d3e625SPhilipp Zabel select VIDEOMODE_HELPERS 36280921deSThierry Reding help 37280921deSThierry Reding DRM panel driver for dumb panels that need at most a regulator and 38280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 39280921deSThierry Reding that it can be automatically turned off when the panel goes into a 40280921deSThierry Reding low power state. 41280921deSThierry Reding 4269dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 4369dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 4469dc678aSJagan Teki depends on OF 4569dc678aSJagan Teki depends on DRM_MIPI_DSI 4669dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 4769dc678aSJagan Teki help 4869dc678aSJagan Teki Say Y if you want to enable support for panels based on the 4969dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 5069dc678aSJagan Teki 510ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 520ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 530ee2e37aSLinus Walleij depends on OF && SPI 540ee2e37aSLinus Walleij select REGMAP 550ee2e37aSLinus Walleij help 560ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 570ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 580ee2e37aSLinus Walleij 5926aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 6026aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 6126aec255SMaxime Ripard depends on OF 6226aec255SMaxime Ripard depends on DRM_MIPI_DSI 6326aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 6426aec255SMaxime Ripard help 6526aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 6626aec255SMaxime Ripard Ilitek ILI9881c controller. 6726aec255SMaxime Ripard 6814c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 6914c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 7014c8f2e9SChris Zhong depends on OF 7114c8f2e9SChris Zhong depends on DRM_MIPI_DSI 7214c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 7314c8f2e9SChris Zhong help 7414c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 7514c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 7614c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 7714c8f2e9SChris Zhong the host and has a built-in LED backlight. 7814c8f2e9SChris Zhong 79c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 80c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 81c96f5662SVinay Simha BN depends on OF 82c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 83c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 84c96f5662SVinay Simha BN help 85c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 86c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 87c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 88c96f5662SVinay Simha BN 24 bit per pixel. 89c96f5662SVinay Simha BN 902a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 912a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 922a994cbeSNickey Yang depends on OF 932a994cbeSNickey Yang depends on DRM_MIPI_DSI 942a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 952a994cbeSNickey Yang help 962a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 972a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 982a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 992a994cbeSNickey Yang the host and has a built-in LED backlight. 1002a994cbeSNickey Yang 1019ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 1029ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 10350d5ed39SRussell King depends on OF && SPI 104ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 105ff219937SAndrzej Hajda 10658c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 10758c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 10858c467ecSHeiko Schocher depends on OF && SPI 10958c467ecSHeiko Schocher select VIDEOMODE_HELPERS 11058c467ecSHeiko Schocher help 11158c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 11258c467ecSHeiko Schocher To compile this driver as a module, choose M here. 11358c467ecSHeiko Schocher 114ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 115ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 116ecdcbbb7SPaul Cercueil depends on OF && SPI 117ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 118ecdcbbb7SPaul Cercueil select REGMAP_SPI 119ecdcbbb7SPaul Cercueil help 120ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 121ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 122ecdcbbb7SPaul Cercueil 12317fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 12417fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 12517fd7a9dSStefan Mavrodiev depends on OF 12617fd7a9dSStefan Mavrodiev depends on I2C 12717fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 12817fd7a9dSStefan Mavrodiev help 12917fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 13017fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 13117fd7a9dSStefan Mavrodiev 13217fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 13317fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 13417fd7a9dSStefan Mavrodiev 135f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 136f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 137f0a5bb98SPhilippe CORNU depends on OF 138f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 139f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 140f0a5bb98SPhilippe CORNU help 141f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 142f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 143f0a5bb98SPhilippe CORNU 144b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 145b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 146b97b042aSPeter Ujfalusi depends on OF 147b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 148b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 149b97b042aSPeter Ujfalusi help 150b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 151b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 152b97b042aSPeter Ujfalusi 153086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 154086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 155086ceb6bSWerner Johansson depends on OF 156086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 157086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 158086ceb6bSWerner Johansson help 159086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 160086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 161086ceb6bSWerner Johansson Xperia Z2 tablets 162086ceb6bSWerner Johansson 1632f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 1642f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 1652f733d61SEric Anholt depends on DRM_MIPI_DSI 1662f733d61SEric Anholt help 1672f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 1682f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 1692f733d61SEric Anholt choose M here. 1702f733d61SEric Anholt 1712b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 1722b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 1732b7ed18bSPhilippe CORNU depends on OF 1742b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 175a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 1762b7ed18bSPhilippe CORNU help 1772b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 1782b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 1792b7ed18bSPhilippe CORNU 180530b1969SGuido Güntherconfig DRM_PANEL_ROCKTECH_JH057N00900 181530b1969SGuido Günther tristate "Rocktech JH057N00900 MIPI touchscreen panel" 182530b1969SGuido Günther depends on OF 183530b1969SGuido Günther depends on DRM_MIPI_DSI 184530b1969SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 185530b1969SGuido Günther help 186530b1969SGuido Günther Say Y here if you want to enable support for Rocktech JH057N00900 187530b1969SGuido Günther MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a 188530b1969SGuido Günther resolution of 720x1440 pixels, a built in backlight and touch 189530b1969SGuido Günther controller. 190530b1969SGuido Günther Touch input support is provided by the goodix driver and needs to be 191530b1969SGuido Günther selected separately. 192530b1969SGuido Günther 193979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 194979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 195979a1bb6SKonstantin Sudakov depends on OF 196979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 197979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 198979a1bb6SKonstantin Sudakov help 199979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 200979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 201979a1bb6SKonstantin Sudakov 202ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 203ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 204ac1d6d74SLinus Walleij depends on OF 205ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 206ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 207ac1d6d74SLinus Walleij 208ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 209ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 210ed29f942SHoegeun Kwon depends on OF 211ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 21293023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 213ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 214ed29f942SHoegeun Kwon 2152a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 2162a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 2172a05177dSHoegeun Kwon depends on OF 2182a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 2192a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 2202a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 2212a05177dSHoegeun Kwon 222994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 223994a08a2SPaweł Chmiel tristate "Samsung S6E63M0 RGB/SPI panel" 224994a08a2SPaweł Chmiel depends on OF 225994a08a2SPaweł Chmiel depends on SPI 226994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 227994a08a2SPaweł Chmiel help 228994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 229994a08a2SPaweł Chmiel AMOLED LCD panel. 230994a08a2SPaweł Chmiel 2319ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 2329ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 23302051ca0SAndrzej Hajda depends on OF 23402051ca0SAndrzej Hajda select DRM_MIPI_DSI 23502051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 23602051ca0SAndrzej Hajda 237043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 238043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 239043652aaSMarco Franchi depends on OF 240043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 241043652aaSMarco Franchi select VIDEOMODE_HELPERS 242043652aaSMarco Franchi help 243043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 244043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 245043652aaSMarco Franchi 2461976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 2471976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 2481976dbcaSThierry Reding depends on OF 2491976dbcaSThierry Reding depends on DRM_MIPI_DSI 250f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 2511976dbcaSThierry Reding help 2521976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 2531976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 2541976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 2551976dbcaSThierry Reding the host and has a built-in LED backlight. 2561976dbcaSThierry Reding 2571976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 2581976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 2591976dbcaSThierry Reding 260ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 261ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 262ee017238SWerner Johansson depends on OF 263ee017238SWerner Johansson depends on DRM_MIPI_DSI 264ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 265ee017238SWerner Johansson help 266ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 267ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 268ee017238SWerner Johansson 269849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 270849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 271849b2e3fSJagan Teki depends on OF 272849b2e3fSJagan Teki depends on DRM_MIPI_DSI 273849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 274849b2e3fSJagan Teki help 275849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 276849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 277849b2e3fSJagan Teki system interfaces. 278849b2e3fSJagan Teki 2797142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 2807142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 2817142afb3SMaxime Ripard depends on OF && SPI 2822a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 2837142afb3SMaxime Ripard help 2847142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 2857142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 2867142afb3SMaxime Ripard 287324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 288324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 289324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 290324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 291324bb707SLinus Walleij help 292324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 293324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 294324bb707SLinus Walleij 800x400 LCD panels. 295324bb707SLinus Walleij 2961dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 2971dd0b147SAbhinav Kumar tristate "Truly WQXGA" 2981dd0b147SAbhinav Kumar depends on OF 2991dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 3001dd0b147SAbhinav Kumar help 3011dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 3021dd0b147SAbhinav Kumar Video Mode panel 303280921deSThierry Redingendmenu 304