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 40a19125a2SAngeloGioacchino Del Regnoconfig DRM_PANEL_BOE_BF060Y8M_AJ0 41a19125a2SAngeloGioacchino Del Regno tristate "Boe BF060Y8M-AJ0 panel" 42a19125a2SAngeloGioacchino Del Regno depends on OF 43a19125a2SAngeloGioacchino Del Regno depends on DRM_MIPI_DSI 44a19125a2SAngeloGioacchino Del Regno depends on BACKLIGHT_CLASS_DEVICE 45a19125a2SAngeloGioacchino Del Regno help 46a19125a2SAngeloGioacchino Del Regno Say Y here if you want to enable support for Boe BF060Y8M-AJ0 47a19125a2SAngeloGioacchino Del Regno 5.99" AMOLED modules. The panel has a 1080x2160 resolution and 48a19125a2SAngeloGioacchino Del Regno uses 24 bit RGB per pixel. It provides a MIPI DSI interface to 49a19125a2SAngeloGioacchino Del Regno the host and backlight is controlled through DSI commands. 50a19125a2SAngeloGioacchino Del Regno 514b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D 524b6dd3caSJerry Han tristate "Boe Himax8279d panel" 534b6dd3caSJerry Han depends on OF 544b6dd3caSJerry Han depends on DRM_MIPI_DSI 554b6dd3caSJerry Han depends on BACKLIGHT_CLASS_DEVICE 564b6dd3caSJerry Han help 574b6dd3caSJerry Han Say Y here if you want to enable support for Boe Himax8279d 584b6dd3caSJerry Han TFT-LCD modules. The panel has a 1200x1920 resolution and uses 594b6dd3caSJerry Han 24 bit RGB per pixel. It provides a MIPI DSI interface to 604b6dd3caSJerry Han the host and has a built-in LED backlight. 614b6dd3caSJerry Han 62a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6 6344de19e3SJitao Shi tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 64a869b9dbSJitao Shi depends on OF 65a869b9dbSJitao Shi depends on DRM_MIPI_DSI 66a869b9dbSJitao Shi depends on BACKLIGHT_CLASS_DEVICE 67a869b9dbSJitao Shi help 6844de19e3SJitao Shi Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 6944de19e3SJitao Shi 45NA WUXGA PANEL DSI Video Mode panel 70a869b9dbSJitao Shi 71cf64148aSSebastian Reichelconfig DRM_PANEL_DSI_CM 72cf64148aSSebastian Reichel tristate "Generic DSI command mode panels" 73cf64148aSSebastian Reichel depends on OF 74cf64148aSSebastian Reichel depends on DRM_MIPI_DSI 75cf64148aSSebastian Reichel depends on BACKLIGHT_CLASS_DEVICE 76cf64148aSSebastian Reichel help 77cf64148aSSebastian Reichel DRM panel driver for DSI command mode panels with support for 78cf64148aSSebastian Reichel embedded and external backlights. 79cf64148aSSebastian Reichel 807c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS 817c9dff5bSLaurent Pinchart tristate "Generic LVDS panel driver" 827c9dff5bSLaurent Pinchart depends on OF 837c9dff5bSLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 847c9dff5bSLaurent Pinchart select VIDEOMODE_HELPERS 857c9dff5bSLaurent Pinchart help 867c9dff5bSLaurent Pinchart This driver supports LVDS panels that don't require device-specific 877c9dff5bSLaurent Pinchart handling of power supplies or control signals. It implements automatic 887c9dff5bSLaurent Pinchart backlight handling if the panel is attached to a backlight controller. 897c9dff5bSLaurent Pinchart 90280921deSThierry Redingconfig DRM_PANEL_SIMPLE 915f04e7ceSDouglas Anderson tristate "support for simple panels (other than eDP ones)" 925f04e7ceSDouglas Anderson depends on OF 935f04e7ceSDouglas Anderson depends on BACKLIGHT_CLASS_DEVICE 945f04e7ceSDouglas Anderson depends on PM 955f04e7ceSDouglas Anderson select VIDEOMODE_HELPERS 965f04e7ceSDouglas Anderson help 975f04e7ceSDouglas Anderson DRM panel driver for dumb non-eDP panels that need at most a regulator 985f04e7ceSDouglas Anderson and a GPIO to be powered up. Optionally a backlight can be attached so 995f04e7ceSDouglas Anderson that it can be automatically turned off when the panel goes into a 1005f04e7ceSDouglas Anderson low power state. 1015f04e7ceSDouglas Anderson 1025f04e7ceSDouglas Andersonconfig DRM_PANEL_EDP 1035f04e7ceSDouglas Anderson tristate "support for simple Embedded DisplayPort panels" 104280921deSThierry Reding depends on OF 10583b37eacSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 1063235b0f2SDouglas Anderson depends on PM 107a5d3e625SPhilipp Zabel select VIDEOMODE_HELPERS 10874c06c28SDouglas Anderson select DRM_DP_AUX_BUS 1093755d35eSThomas Zimmermann select DRM_DP_HELPER 110*3c338405SThomas Zimmermann select DRM_KMS_HELPER 111280921deSThierry Reding help 1125f04e7ceSDouglas Anderson DRM panel driver for dumb eDP panels that need at most a regulator and 113280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 114280921deSThierry Reding that it can be automatically turned off when the panel goes into a 115280921deSThierry Reding low power state. 116280921deSThierry Reding 1175b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133 1185b660336SHeiko Stuebner tristate "Elida KD35T133 panel driver" 1195b660336SHeiko Stuebner depends on OF 1205b660336SHeiko Stuebner depends on DRM_MIPI_DSI 1215b660336SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 1225b660336SHeiko Stuebner help 1235b660336SHeiko Stuebner Say Y here if you want to enable support for the Elida 1245b660336SHeiko Stuebner KD35T133 controller for 320x480 LCD panels with MIPI-DSI 1255b660336SHeiko Stuebner system interfaces. 1265b660336SHeiko Stuebner 127fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02 128fac47b1eSIcenowy Zheng tristate "Feixin K101 IM2BA02 panel" 129fac47b1eSIcenowy Zheng depends on OF 130fac47b1eSIcenowy Zheng depends on DRM_MIPI_DSI 131fac47b1eSIcenowy Zheng depends on BACKLIGHT_CLASS_DEVICE 132fac47b1eSIcenowy Zheng help 133fac47b1eSIcenowy Zheng Say Y here if you want to enable support for the Feixin K101 IM2BA02 134fac47b1eSIcenowy Zheng 4-lane 800x1280 MIPI DSI panel. 135fac47b1eSIcenowy Zheng 13669dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 13769dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 13869dc678aSJagan Teki depends on OF 13969dc678aSJagan Teki depends on DRM_MIPI_DSI 14069dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 14169dc678aSJagan Teki help 14269dc678aSJagan Teki Say Y if you want to enable support for panels based on the 14369dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 14469dc678aSJagan Teki 1450ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 1460ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 1470ee2e37aSLinus Walleij depends on OF && SPI 1480ee2e37aSLinus Walleij select REGMAP 1490ee2e37aSLinus Walleij help 1500ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 1510ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 1520ee2e37aSLinus Walleij 1535a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341 1545a042273SDillon Min tristate "Ilitek ILI9341 240x320 QVGA panels" 1555a042273SDillon Min depends on OF && SPI 1565a042273SDillon Min depends on DRM_KMS_HELPER 15709717af7SThomas Zimmermann depends on DRM_GEM_CMA_HELPER 1585a042273SDillon Min depends on BACKLIGHT_CLASS_DEVICE 1595a042273SDillon Min select DRM_MIPI_DBI 1605a042273SDillon Min help 1615a042273SDillon Min Say Y here if you want to enable support for Ilitek IL9341 1625a042273SDillon Min QVGA (240x320) RGB panels. support serial & parallel rgb 1635a042273SDillon Min interface. 1645a042273SDillon Min 16526aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 16626aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 16726aec255SMaxime Ripard depends on OF 16826aec255SMaxime Ripard depends on DRM_MIPI_DSI 16926aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 17026aec255SMaxime Ripard help 17126aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 17226aec255SMaxime Ripard Ilitek ILI9881c controller. 17326aec255SMaxime Ripard 174868d043fSChristophe Branchereauconfig DRM_PANEL_INNOLUX_EJ030NA 175868d043fSChristophe Branchereau tristate "Innolux EJ030NA 320x480 LCD panel" 176868d043fSChristophe Branchereau depends on OF && SPI 177868d043fSChristophe Branchereau select REGMAP_SPI 178868d043fSChristophe Branchereau help 179868d043fSChristophe Branchereau Say Y here to enable support for the Innolux/Chimei EJ030NA 180868d043fSChristophe Branchereau 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 181868d043fSChristophe Branchereau and LDK handheld gaming consoles. 182868d043fSChristophe Branchereau 18314c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 18414c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 18514c8f2e9SChris Zhong depends on OF 18614c8f2e9SChris Zhong depends on DRM_MIPI_DSI 18714c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 18814c8f2e9SChris Zhong help 18914c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 19014c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 19114c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 19214c8f2e9SChris Zhong the host and has a built-in LED backlight. 19314c8f2e9SChris Zhong 194c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 195c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 196c96f5662SVinay Simha BN depends on OF 197c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 198c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 199c96f5662SVinay Simha BN help 200c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 201c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 202c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 203c96f5662SVinay Simha BN 24 bit per pixel. 204c96f5662SVinay Simha BN 205437c3d87SRaffaele Tranquilliniconfig DRM_PANEL_JDI_R63452 206437c3d87SRaffaele Tranquillini tristate "JDI R63452 Full HD DSI panel" 207437c3d87SRaffaele Tranquillini depends on OF 208437c3d87SRaffaele Tranquillini depends on DRM_MIPI_DSI 209437c3d87SRaffaele Tranquillini depends on BACKLIGHT_CLASS_DEVICE 210437c3d87SRaffaele Tranquillini help 211437c3d87SRaffaele Tranquillini Say Y here if you want to enable support for the JDI R63452 212437c3d87SRaffaele Tranquillini DSI command mode panel as found in Xiaomi Mi 5 Devices. 213437c3d87SRaffaele Tranquillini 214b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050 215b2152121SNeil Armstrong tristate "Khadas TS050 panel" 216b2152121SNeil Armstrong depends on OF 217b2152121SNeil Armstrong depends on DRM_MIPI_DSI 218b2152121SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 219b2152121SNeil Armstrong help 220b2152121SNeil Armstrong Say Y here if you want to enable support for Khadas TS050 TFT-LCD 221b2152121SNeil Armstrong panel module. The panel has a 1080x1920 resolution and uses 222b2152121SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 223b2152121SNeil Armstrong the host, a built-in LED backlight and touch controller. 224b2152121SNeil Armstrong 2252a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 2262a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 2272a994cbeSNickey Yang depends on OF 2282a994cbeSNickey Yang depends on DRM_MIPI_DSI 2292a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 2302a994cbeSNickey Yang help 2312a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 2322a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 2332a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 2342a994cbeSNickey Yang the host and has a built-in LED backlight. 2352a994cbeSNickey Yang 2366ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W 2376ea4383bSHeiko Stuebner tristate "Leadtek LTK050H3146W panel" 2386ea4383bSHeiko Stuebner depends on OF 2396ea4383bSHeiko Stuebner depends on DRM_MIPI_DSI 2406ea4383bSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 2416ea4383bSHeiko Stuebner help 2426ea4383bSHeiko Stuebner Say Y here if you want to enable support for Leadtek LTK050H3146W 2436ea4383bSHeiko Stuebner TFT-LCD modules. The panel has a 720x1280 resolution and uses 2446ea4383bSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 2456ea4383bSHeiko Stuebner the host and has a built-in LED backlight. 2466ea4383bSHeiko Stuebner 247e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829 248e98910beSHeiko Stuebner tristate "Leadtek LTK500HD1829 panel" 249e98910beSHeiko Stuebner depends on OF 250e98910beSHeiko Stuebner depends on DRM_MIPI_DSI 251e98910beSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 252e98910beSHeiko Stuebner help 253e98910beSHeiko Stuebner Say Y here if you want to enable support for Kingdisplay kd097d04 254e98910beSHeiko Stuebner TFT-LCD modules. The panel has a 1536x2048 resolution and uses 255e98910beSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 256e98910beSHeiko Stuebner the host and has a built-in LED backlight. 257e98910beSHeiko Stuebner 2589ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 2599ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 26050d5ed39SRussell King depends on OF && SPI 261ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 262ff219937SAndrzej Hajda 263f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02 264f5b0c654SLaurent Pinchart tristate "LG LB035Q024573 RGB panel" 265f5b0c654SLaurent Pinchart depends on GPIOLIB && OF && SPI 266f5b0c654SLaurent Pinchart help 267f5b0c654SLaurent Pinchart Say Y here if you want to enable support for the LB035Q02 RGB panel 268f5b0c654SLaurent Pinchart (found on the Gumstix Overo Palo35 board). To compile this driver as 269f5b0c654SLaurent Pinchart a module, choose M here. 270f5b0c654SLaurent Pinchart 27158c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 27258c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 27358c467ecSHeiko Schocher depends on OF && SPI 27458c467ecSHeiko Schocher select VIDEOMODE_HELPERS 27558c467ecSHeiko Schocher help 27658c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 27758c467ecSHeiko Schocher To compile this driver as a module, choose M here. 27858c467ecSHeiko Schocher 279df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11 280df439abeSLaurent Pinchart tristate "NEC NL8048HL11 RGB panel" 281df439abeSLaurent Pinchart depends on GPIOLIB && OF && SPI 282df439abeSLaurent Pinchart help 283df439abeSLaurent Pinchart Say Y here if you want to enable support for the NEC NL8048HL11 RGB 284df439abeSLaurent Pinchart panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 285df439abeSLaurent Pinchart as a module, choose M here. 286df439abeSLaurent Pinchart 287899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510 288899f24edSLinus Walleij tristate "Novatek NT35510 RGB panel driver" 289899f24edSLinus Walleij depends on OF 290899f24edSLinus Walleij depends on DRM_MIPI_DSI 291899f24edSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 292899f24edSLinus Walleij help 293899f24edSLinus Walleij Say Y here if you want to enable support for the panels built 294899f24edSLinus Walleij around the Novatek NT35510 display controller, such as some 295899f24edSLinus Walleij Hydis panels. 296899f24edSLinus Walleij 297623a3531SAngeloGioacchino Del Regnoconfig DRM_PANEL_NOVATEK_NT35950 298623a3531SAngeloGioacchino Del Regno tristate "Novatek NT35950 DSI panel" 299623a3531SAngeloGioacchino Del Regno depends on OF 300623a3531SAngeloGioacchino Del Regno depends on DRM_MIPI_DSI 301623a3531SAngeloGioacchino Del Regno depends on BACKLIGHT_CLASS_DEVICE 302623a3531SAngeloGioacchino Del Regno help 303623a3531SAngeloGioacchino Del Regno Say Y here if you want to enable support for the panels built 304623a3531SAngeloGioacchino Del Regno around the Novatek NT35950 display controller, such as some 305623a3531SAngeloGioacchino Del Regno Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 306623a3531SAngeloGioacchino Del Regno mobile phones. 307623a3531SAngeloGioacchino Del Regno 308070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A 309070c7fa5SSumit Semwal tristate "Novatek NT36672A DSI panel" 310070c7fa5SSumit Semwal depends on OF 311070c7fa5SSumit Semwal depends on DRM_MIPI_DSI 312070c7fa5SSumit Semwal depends on BACKLIGHT_CLASS_DEVICE 313070c7fa5SSumit Semwal help 314070c7fa5SSumit Semwal Say Y here if you want to enable support for the panels built 315070c7fa5SSumit Semwal around the Novatek NT36672A display controller, such as some 316070c7fa5SSumit Semwal Tianma panels used in a few Xiaomi Poco F1 mobile phones. 317070c7fa5SSumit Semwal 318ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 319ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 320ecdcbbb7SPaul Cercueil depends on OF && SPI 321ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 322ecdcbbb7SPaul Cercueil select REGMAP_SPI 323ecdcbbb7SPaul Cercueil help 324ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 325ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 326ecdcbbb7SPaul Cercueil 32772967d56SGuido Güntherconfig DRM_PANEL_MANTIX_MLAF057WE51 32872967d56SGuido Günther tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 32972967d56SGuido Günther depends on OF 33072967d56SGuido Günther depends on DRM_MIPI_DSI 33172967d56SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 33272967d56SGuido Günther help 33372967d56SGuido Günther Say Y here if you want to enable support for the Mantix 33472967d56SGuido Günther MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 33572967d56SGuido Günther has a resolution of 720x1440 pixels, a built in backlight and touch 33672967d56SGuido Günther controller. 33772967d56SGuido Günther 33817fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 33917fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 34017fd7a9dSStefan Mavrodiev depends on OF 34117fd7a9dSStefan Mavrodiev depends on I2C 34217fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 343a14bc107SVegard Nossum select CRC32 34417fd7a9dSStefan Mavrodiev help 34517fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 34617fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 34717fd7a9dSStefan Mavrodiev 34817fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 34917fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 35017fd7a9dSStefan Mavrodiev 351f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 352f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 353f0a5bb98SPhilippe CORNU depends on OF 354f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 355f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 356f0a5bb98SPhilippe CORNU help 357f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 358f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 359f0a5bb98SPhilippe CORNU 360b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 361b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 362b97b042aSPeter Ujfalusi depends on OF 363b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 364b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 365b97b042aSPeter Ujfalusi help 366b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 367b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 368b97b042aSPeter Ujfalusi 369086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 370086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 371086ceb6bSWerner Johansson depends on OF 372086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 373086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 374086ceb6bSWerner Johansson help 375086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 376086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 377086ceb6bSWerner Johansson Xperia Z2 tablets 378086ceb6bSWerner Johansson 3792f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 3802f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 3812f733d61SEric Anholt depends on DRM_MIPI_DSI 3822f733d61SEric Anholt help 3832f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 3842f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 3852f733d61SEric Anholt choose M here. 3862f733d61SEric Anholt 387f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191 388f63df31dSRobert Chiras tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 389f63df31dSRobert Chiras depends on OF 390f63df31dSRobert Chiras depends on DRM_MIPI_DSI 391f63df31dSRobert Chiras depends on BACKLIGHT_CLASS_DEVICE 392f63df31dSRobert Chiras help 393f63df31dSRobert Chiras Say Y here if you want to enable support for Raydium RM67191 FHD 394f63df31dSRobert Chiras (1080x1920) DSI panel. 395f63df31dSRobert Chiras 3962b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 3972b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 3982b7ed18bSPhilippe CORNU depends on OF 3992b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 400a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 4012b7ed18bSPhilippe CORNU help 4022b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 4032b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 4042b7ed18bSPhilippe CORNU 405979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 406979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 407979a1bb6SKonstantin Sudakov depends on OF 408979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 409979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 410979a1bb6SKonstantin Sudakov help 411979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 412979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 413979a1bb6SKonstantin Sudakov 41432ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_ATNA33XC20 41532ce3b32SDouglas Anderson tristate "Samsung ATNA33XC20 eDP panel" 41632ce3b32SDouglas Anderson depends on OF 41732ce3b32SDouglas Anderson depends on BACKLIGHT_CLASS_DEVICE 41832ce3b32SDouglas Anderson depends on PM 41932ce3b32SDouglas Anderson select DRM_DP_AUX_BUS 42032ce3b32SDouglas Anderson help 42132ce3b32SDouglas Anderson DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 42232ce3b32SDouglas Anderson be handled by the DRM_PANEL_SIMPLE driver because its power 42332ce3b32SDouglas Anderson sequencing is non-standard. 42432ce3b32SDouglas Anderson 425a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_DB7430 426a3a5f9d0SLinus Walleij tristate "Samsung DB7430-based DPI panels" 427a3a5f9d0SLinus Walleij depends on OF && SPI && GPIOLIB 428a3a5f9d0SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 429a3a5f9d0SLinus Walleij select DRM_MIPI_DBI 430a3a5f9d0SLinus Walleij help 431a3a5f9d0SLinus Walleij Say Y here if you want to enable support for the Samsung 432a3a5f9d0SLinus Walleij DB7430 DPI display controller used in such devices as the 433a3a5f9d0SLinus Walleij LMS397KF04 480x800 DPI panel. 434a3a5f9d0SLinus Walleij 435ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 436ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 437ac1d6d74SLinus Walleij depends on OF 438ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 439ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 440ac1d6d74SLinus Walleij 441ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_S6D27A1 442ebd8cbf1SMarkuss Broks tristate "Samsung S6D27A1 DPI panel driver" 443ebd8cbf1SMarkuss Broks depends on OF && SPI && GPIOLIB 444ebd8cbf1SMarkuss Broks select DRM_MIPI_DBI 445ebd8cbf1SMarkuss Broks help 446ebd8cbf1SMarkuss Broks Say Y here if you want to enable support for the Samsung 447ebd8cbf1SMarkuss Broks S6D27A1 DPI 480x800 panel. 448ebd8cbf1SMarkuss Broks 449ebd8cbf1SMarkuss Broks This panel can be found in Samsung Galaxy Ace 2 450ebd8cbf1SMarkuss Broks GT-I8160 mobile phone. 451ebd8cbf1SMarkuss Broks 452ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 453ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 454ed29f942SHoegeun Kwon depends on OF 455ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 45693023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 457ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 458ed29f942SHoegeun Kwon 4592a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 4602a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 4612a05177dSHoegeun Kwon depends on OF 4622a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 4632a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 4642a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 4652a05177dSHoegeun Kwon 466994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 467b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB panel" 468994a08a2SPaweł Chmiel depends on OF 469994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 470994a08a2SPaweł Chmiel help 471994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 472b7b23e44SLinus Walleij AMOLED LCD panel. This panel can be accessed using SPI or 473b7b23e44SLinus Walleij DSI. 474b7b23e44SLinus Walleij 475b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI 476b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB SPI interface" 477b7b23e44SLinus Walleij depends on SPI 478b7b23e44SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 479b7b23e44SLinus Walleij default DRM_PANEL_SAMSUNG_S6E63M0 480c2a61865SLinus Walleij select DRM_MIPI_DBI 481b7b23e44SLinus Walleij help 482b7b23e44SLinus Walleij Say Y here if you want to be able to access the Samsung 483b7b23e44SLinus Walleij S6E63M0 panel using SPI. 484994a08a2SPaweł Chmiel 485435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI 486435e06c0SLinus Walleij tristate "Samsung S6E63M0 RGB DSI interface" 487435e06c0SLinus Walleij depends on DRM_MIPI_DSI 488435e06c0SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 489435e06c0SLinus Walleij help 490435e06c0SLinus Walleij Say Y here if you want to be able to access the Samsung 491435e06c0SLinus Walleij S6E63M0 panel using DSI. 492435e06c0SLinus Walleij 4936d598a32SMichael Srbaconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 4946d598a32SMichael Srba tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 4956d598a32SMichael Srba depends on OF 4966d598a32SMichael Srba select DRM_MIPI_DSI 4976d598a32SMichael Srba select VIDEOMODE_HELPERS 4986d598a32SMichael Srba 4999ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 5009ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 50102051ca0SAndrzej Hajda depends on OF 50202051ca0SAndrzej Hajda select DRM_MIPI_DSI 50302051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 50402051ca0SAndrzej Hajda 5055933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00 5065933baa3SCaleb Connolly tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 5075933baa3SCaleb Connolly depends on OF 5085933baa3SCaleb Connolly depends on DRM_MIPI_DSI 5095933baa3SCaleb Connolly depends on BACKLIGHT_CLASS_DEVICE 5105933baa3SCaleb Connolly select VIDEOMODE_HELPERS 5115933baa3SCaleb Connolly help 5125933baa3SCaleb Connolly Say Y or M here if you want to enable support for the Samsung AMOLED 5135933baa3SCaleb Connolly command mode panels found in the OnePlus 6/6T smartphones. 5145933baa3SCaleb Connolly 5155933baa3SCaleb Connolly The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 5165933baa3SCaleb Connolly 517043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 518043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 519043652aaSMarco Franchi depends on OF 520043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 521043652aaSMarco Franchi select VIDEOMODE_HELPERS 522043652aaSMarco Franchi help 523043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 524043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 525043652aaSMarco Franchi 5261976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 5271976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 5281976dbcaSThierry Reding depends on OF 5291976dbcaSThierry Reding depends on DRM_MIPI_DSI 530f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 5311976dbcaSThierry Reding help 5321976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 5331976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 5341976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 5351976dbcaSThierry Reding the host and has a built-in LED backlight. 5361976dbcaSThierry Reding 5371976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 5381976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 5391976dbcaSThierry Reding 540c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01 541c9cf4c2aSLaurent Pinchart tristate "Sharp LS037V7DW01 VGA LCD panel" 542c9cf4c2aSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR 543c9cf4c2aSLaurent Pinchart help 544c9cf4c2aSLaurent Pinchart Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 545c9cf4c2aSLaurent Pinchart (480x640) LCD panel (found on the TI SDP3430 board). 546c9cf4c2aSLaurent Pinchart 547ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 548ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 549ee017238SWerner Johansson depends on OF 550ee017238SWerner Johansson depends on DRM_MIPI_DSI 551ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 552ee017238SWerner Johansson help 553ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 554ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 555ee017238SWerner Johansson 556914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LS060T1SX01 557914b6f29SDmitry Baryshkov tristate "Sharp LS060T1SX01 FullHD video mode panel" 558914b6f29SDmitry Baryshkov depends on OF 559914b6f29SDmitry Baryshkov depends on DRM_MIPI_DSI 560914b6f29SDmitry Baryshkov depends on BACKLIGHT_CLASS_DEVICE 561914b6f29SDmitry Baryshkov help 562914b6f29SDmitry Baryshkov Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 563914b6f29SDmitry Baryshkov FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 564914b6f29SDmitry Baryshkov Bundle. 565914b6f29SDmitry Baryshkov 566849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 567849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 568849b2e3fSJagan Teki depends on OF 569849b2e3fSJagan Teki depends on DRM_MIPI_DSI 570849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 571849b2e3fSJagan Teki help 572849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 573849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 574849b2e3fSJagan Teki system interfaces. 575849b2e3fSJagan Teki 576a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703 577a74e81a5SOndrej Jirman tristate "Sitronix ST7703 based MIPI touchscreen panels" 578a74e81a5SOndrej Jirman depends on OF 579a74e81a5SOndrej Jirman depends on DRM_MIPI_DSI 580a74e81a5SOndrej Jirman depends on BACKLIGHT_CLASS_DEVICE 581a74e81a5SOndrej Jirman help 582a74e81a5SOndrej Jirman Say Y here if you want to enable support for Sitronix ST7703 based 583a74e81a5SOndrej Jirman panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 584a74e81a5SOndrej Jirman the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 585a74e81a5SOndrej Jirman in backlight and touch controller. 586a74e81a5SOndrej Jirman Touch input support is provided by the goodix driver and needs to be 587a74e81a5SOndrej Jirman selected separately. 588a74e81a5SOndrej Jirman 5897142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 5907142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 5917142afb3SMaxime Ripard depends on OF && SPI 5922a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 5937142afb3SMaxime Ripard help 5947142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 5957142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 5967142afb3SMaxime Ripard 5978152c2bfSLinus Walleijconfig DRM_PANEL_SONY_ACX424AKP 5988152c2bfSLinus Walleij tristate "Sony ACX424AKP DSI command mode panel" 5998152c2bfSLinus Walleij depends on OF 6008152c2bfSLinus Walleij depends on DRM_MIPI_DSI 6018152c2bfSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 6028152c2bfSLinus Walleij select VIDEOMODE_HELPERS 6038152c2bfSLinus Walleij help 6048152c2bfSLinus Walleij Say Y here if you want to enable the Sony ACX424 display 6058152c2bfSLinus Walleij panel. This panel supports DSI in both command and video 6068152c2bfSLinus Walleij mode. 6078152c2bfSLinus Walleij 6081c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM 6091c8fc3f0SLaurent Pinchart tristate "Sony ACX565AKM panel" 6101c8fc3f0SLaurent Pinchart depends on GPIOLIB && OF && SPI 6111c8fc3f0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 6121c8fc3f0SLaurent Pinchart help 6131c8fc3f0SLaurent Pinchart Say Y here if you want to enable support for the Sony ACX565AKM 6141c8fc3f0SLaurent Pinchart 800x600 3.5" panel (found on the Nokia N900). 6151c8fc3f0SLaurent Pinchart 6169aa2c232SShawn Guoconfig DRM_PANEL_SONY_TULIP_TRULY_NT35521 6179aa2c232SShawn Guo tristate "Sony Tulip Truly NT35521 panel" 6189aa2c232SShawn Guo depends on GPIOLIB && OF 6199aa2c232SShawn Guo depends on DRM_MIPI_DSI 6209aa2c232SShawn Guo depends on BACKLIGHT_CLASS_DEVICE 6219aa2c232SShawn Guo help 6229aa2c232SShawn Guo Say Y here if you want to enable support for the Sony Tulip 6239aa2c232SShawn Guo NT35521 1280x720 video mode panel as found on Sony Xperia M4 6249aa2c232SShawn Guo Aqua phone. 6259aa2c232SShawn Guo 626cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30 627cf40c660SNeil Armstrong tristate "TDO TL070WSH30 DSI panel" 628cf40c660SNeil Armstrong depends on OF 629cf40c660SNeil Armstrong depends on DRM_MIPI_DSI 630cf40c660SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 631cf40c660SNeil Armstrong help 632cf40c660SNeil Armstrong Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 633cf40c660SNeil Armstrong panel module. The panel has a 1024×600 resolution and uses 634cf40c660SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 635cf40c660SNeil Armstrong the host, a built-in LED backlight and touch controller. 636cf40c660SNeil Armstrong 637415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1 638415b8dd0SLaurent Pinchart tristate "Toppoly (TPO) TD028TTEC1 panel driver" 639415b8dd0SLaurent Pinchart depends on OF && SPI 640415b8dd0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 641415b8dd0SLaurent Pinchart help 642415b8dd0SLaurent Pinchart Say Y here if you want to enable support for TPO TD028TTEC1 480x640 643415b8dd0SLaurent Pinchart 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 644415b8dd0SLaurent Pinchart 645dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1 646dc2e1e5bSLaurent Pinchart tristate "Toppoly (TPO) TD043MTEA1 panel driver" 647dc2e1e5bSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR && SPI 648dc2e1e5bSLaurent Pinchart help 649dc2e1e5bSLaurent Pinchart Say Y here if you want to enable support for TPO TD043MTEA1 800x480 650dc2e1e5bSLaurent Pinchart 4.3" panel (found on the OMAP3 Pandora board). 651dc2e1e5bSLaurent Pinchart 652324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 653324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 654324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 655324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 656324bb707SLinus Walleij help 657324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 658324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 659324bb707SLinus Walleij 800x400 LCD panels. 660324bb707SLinus Walleij 6611dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 6621dd0b147SAbhinav Kumar tristate "Truly WQXGA" 6631dd0b147SAbhinav Kumar depends on OF 6641dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 6651dd0b147SAbhinav Kumar help 6661dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 6671dd0b147SAbhinav Kumar Video Mode panel 668d1479d02SHeiko Stuebner 669c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299 670c7f66d32SHarigovindan P tristate "Visionox RM69299" 671c7f66d32SHarigovindan P depends on OF 672c7f66d32SHarigovindan P depends on DRM_MIPI_DSI 673c7f66d32SHarigovindan P help 674c7f66d32SHarigovindan P Say Y here if you want to enable support for Visionox 675c7f66d32SHarigovindan P RM69299 DSI Video Mode panel. 676c7f66d32SHarigovindan P 67757f6190aSLinus Walleijconfig DRM_PANEL_WIDECHIPS_WS2401 67857f6190aSLinus Walleij tristate "Widechips WS2401 DPI panel driver" 67957f6190aSLinus Walleij depends on SPI && GPIOLIB 68057f6190aSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 68157f6190aSLinus Walleij select DRM_MIPI_DBI 68257f6190aSLinus Walleij help 68357f6190aSLinus Walleij Say Y here if you want to enable support for the Widechips WS2401 DPI 68457f6190aSLinus Walleij 480x800 display controller used in panels such as Samsung LMS380KF01. 68557f6190aSLinus Walleij This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 68657f6190aSLinus Walleij 687d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272 688d1479d02SHeiko Stuebner tristate "Xinpeng XPP055C272 panel driver" 689d1479d02SHeiko Stuebner depends on OF 690d1479d02SHeiko Stuebner depends on DRM_MIPI_DSI 691d1479d02SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 692d1479d02SHeiko Stuebner help 693d1479d02SHeiko Stuebner Say Y here if you want to enable support for the Xinpeng 694d1479d02SHeiko Stuebner XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 695d1479d02SHeiko Stuebner system interfaces. 696280921deSThierry Redingendmenu 697