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 1081e0f6642SThomas Zimmermann select DRM_DISPLAY_DP_HELPER 1091e0f6642SThomas Zimmermann select DRM_DISPLAY_HELPER 11074c06c28SDouglas Anderson select DRM_DP_AUX_BUS 1113c338405SThomas Zimmermann select DRM_KMS_HELPER 112280921deSThierry Reding help 1135f04e7ceSDouglas Anderson DRM panel driver for dumb eDP panels that need at most a regulator and 114280921deSThierry Reding a GPIO to be powered up. Optionally a backlight can be attached so 115280921deSThierry Reding that it can be automatically turned off when the panel goes into a 116280921deSThierry Reding low power state. 117280921deSThierry Reding 118b00de0e2SJoel Selvarajconfig DRM_PANEL_EBBG_FT8719 119b00de0e2SJoel Selvaraj tristate "EBBG FT8719 panel driver" 120b00de0e2SJoel Selvaraj depends on OF 121b00de0e2SJoel Selvaraj depends on DRM_MIPI_DSI 122b00de0e2SJoel Selvaraj depends on BACKLIGHT_CLASS_DEVICE 123b00de0e2SJoel Selvaraj help 124b00de0e2SJoel Selvaraj Say Y here if you want to enable support for the EBBG FT8719 125b00de0e2SJoel Selvaraj video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 126b00de0e2SJoel Selvaraj The panel has a resolution of 1080x2246. It provides a MIPI DSI 127b00de0e2SJoel Selvaraj interface to the host. 128b00de0e2SJoel Selvaraj 1295b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133 1305b660336SHeiko Stuebner tristate "Elida KD35T133 panel driver" 1315b660336SHeiko Stuebner depends on OF 1325b660336SHeiko Stuebner depends on DRM_MIPI_DSI 1335b660336SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 1345b660336SHeiko Stuebner help 1355b660336SHeiko Stuebner Say Y here if you want to enable support for the Elida 1365b660336SHeiko Stuebner KD35T133 controller for 320x480 LCD panels with MIPI-DSI 1375b660336SHeiko Stuebner system interfaces. 1385b660336SHeiko Stuebner 139fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02 140fac47b1eSIcenowy Zheng tristate "Feixin K101 IM2BA02 panel" 141fac47b1eSIcenowy Zheng depends on OF 142fac47b1eSIcenowy Zheng depends on DRM_MIPI_DSI 143fac47b1eSIcenowy Zheng depends on BACKLIGHT_CLASS_DEVICE 144fac47b1eSIcenowy Zheng help 145fac47b1eSIcenowy Zheng Say Y here if you want to enable support for the Feixin K101 IM2BA02 146fac47b1eSIcenowy Zheng 4-lane 800x1280 MIPI DSI panel. 147fac47b1eSIcenowy Zheng 14869dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D 14969dc678aSJagan Teki tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 15069dc678aSJagan Teki depends on OF 15169dc678aSJagan Teki depends on DRM_MIPI_DSI 15269dc678aSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 15369dc678aSJagan Teki help 15469dc678aSJagan Teki Say Y if you want to enable support for panels based on the 15569dc678aSJagan Teki Feiyang FY07024DI26A30-D MIPI-DSI interface. 15669dc678aSJagan Teki 15765dc9360SKamil Trzcińskiconfig DRM_PANEL_HIMAX_HX8394 15865dc9360SKamil Trzciński tristate "HIMAX HX8394 MIPI-DSI LCD panels" 15965dc9360SKamil Trzciński depends on OF 16065dc9360SKamil Trzciński depends on DRM_MIPI_DSI 16165dc9360SKamil Trzciński depends on BACKLIGHT_CLASS_DEVICE 16265dc9360SKamil Trzciński help 16365dc9360SKamil Trzciński Say Y if you want to enable support for panels based on the 16465dc9360SKamil Trzciński Himax HX8394 controller, such as the HannStar HSD060BHW4 16565dc9360SKamil Trzciński 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 16665dc9360SKamil Trzciński 16765dc9360SKamil Trzciński If M is selected the module will be called panel-himax-hx8394. 16865dc9360SKamil Trzciński 1690ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322 1700ee2e37aSLinus Walleij tristate "Ilitek ILI9322 320x240 QVGA panels" 1710ee2e37aSLinus Walleij depends on OF && SPI 1720ee2e37aSLinus Walleij select REGMAP 1730ee2e37aSLinus Walleij help 1740ee2e37aSLinus Walleij Say Y here if you want to enable support for Ilitek IL9322 1750ee2e37aSLinus Walleij QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 1760ee2e37aSLinus Walleij 1775a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341 1785a042273SDillon Min tristate "Ilitek ILI9341 240x320 QVGA panels" 1795a042273SDillon Min depends on OF && SPI 18084dfc465SRandy Dunlap select DRM_KMS_HELPER 18184dfc465SRandy Dunlap select DRM_GEM_DMA_HELPER 1825a042273SDillon Min depends on BACKLIGHT_CLASS_DEVICE 1835a042273SDillon Min select DRM_MIPI_DBI 1845a042273SDillon Min help 1855a042273SDillon Min Say Y here if you want to enable support for Ilitek IL9341 1865a042273SDillon Min QVGA (240x320) RGB panels. support serial & parallel rgb 1875a042273SDillon Min interface. 1885a042273SDillon Min 18926aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C 19026aec255SMaxime Ripard tristate "Ilitek ILI9881C-based panels" 19126aec255SMaxime Ripard depends on OF 19226aec255SMaxime Ripard depends on DRM_MIPI_DSI 19326aec255SMaxime Ripard depends on BACKLIGHT_CLASS_DEVICE 19426aec255SMaxime Ripard help 19526aec255SMaxime Ripard Say Y if you want to enable support for panels based on the 19626aec255SMaxime Ripard Ilitek ILI9881c controller. 19726aec255SMaxime Ripard 198868d043fSChristophe Branchereauconfig DRM_PANEL_INNOLUX_EJ030NA 199868d043fSChristophe Branchereau tristate "Innolux EJ030NA 320x480 LCD panel" 200868d043fSChristophe Branchereau depends on OF && SPI 201868d043fSChristophe Branchereau select REGMAP_SPI 202868d043fSChristophe Branchereau help 203868d043fSChristophe Branchereau Say Y here to enable support for the Innolux/Chimei EJ030NA 204868d043fSChristophe Branchereau 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 205868d043fSChristophe Branchereau and LDK handheld gaming consoles. 206868d043fSChristophe Branchereau 20714c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA 20814c8f2e9SChris Zhong tristate "Innolux P079ZCA panel" 20914c8f2e9SChris Zhong depends on OF 21014c8f2e9SChris Zhong depends on DRM_MIPI_DSI 21114c8f2e9SChris Zhong depends on BACKLIGHT_CLASS_DEVICE 21214c8f2e9SChris Zhong help 21314c8f2e9SChris Zhong Say Y here if you want to enable support for Innolux P079ZCA 21414c8f2e9SChris Zhong TFT-LCD modules. The panel has a 1024x768 resolution and uses 21514c8f2e9SChris Zhong 24 bit RGB per pixel. It provides a MIPI DSI interface to 21614c8f2e9SChris Zhong the host and has a built-in LED backlight. 21714c8f2e9SChris Zhong 2186b818c53SJagan Tekiconfig DRM_PANEL_JADARD_JD9365DA_H3 2196b818c53SJagan Teki tristate "Jadard JD9365DA-H3 WXGA DSI panel" 2206b818c53SJagan Teki depends on OF 2216b818c53SJagan Teki depends on DRM_MIPI_DSI 2226b818c53SJagan Teki depends on BACKLIGHT_CLASS_DEVICE 2236b818c53SJagan Teki help 2246b818c53SJagan Teki Say Y here if you want to enable support for Jadard JD9365DA-H3 2256b818c53SJagan Teki WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 2266b818c53SJagan Teki 800RGBx1280 dots at maximum. 2276b818c53SJagan Teki 228c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000 229c96f5662SVinay Simha BN tristate "JDI LT070ME05000 WUXGA DSI panel" 230c96f5662SVinay Simha BN depends on OF 231c96f5662SVinay Simha BN depends on DRM_MIPI_DSI 232c96f5662SVinay Simha BN depends on BACKLIGHT_CLASS_DEVICE 233c96f5662SVinay Simha BN help 234c96f5662SVinay Simha BN Say Y here if you want to enable support for JDI DSI video mode 235c96f5662SVinay Simha BN panel as found in Google Nexus 7 (2013) devices. 236c96f5662SVinay Simha BN The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 237c96f5662SVinay Simha BN 24 bit per pixel. 238c96f5662SVinay Simha BN 239437c3d87SRaffaele Tranquilliniconfig DRM_PANEL_JDI_R63452 240437c3d87SRaffaele Tranquillini tristate "JDI R63452 Full HD DSI panel" 241437c3d87SRaffaele Tranquillini depends on OF 242437c3d87SRaffaele Tranquillini depends on DRM_MIPI_DSI 243437c3d87SRaffaele Tranquillini depends on BACKLIGHT_CLASS_DEVICE 244437c3d87SRaffaele Tranquillini help 245437c3d87SRaffaele Tranquillini Say Y here if you want to enable support for the JDI R63452 246437c3d87SRaffaele Tranquillini DSI command mode panel as found in Xiaomi Mi 5 Devices. 247437c3d87SRaffaele Tranquillini 248b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050 249b2152121SNeil Armstrong tristate "Khadas TS050 panel" 250b2152121SNeil Armstrong depends on OF 251b2152121SNeil Armstrong depends on DRM_MIPI_DSI 252b2152121SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 253b2152121SNeil Armstrong help 254b2152121SNeil Armstrong Say Y here if you want to enable support for Khadas TS050 TFT-LCD 255b2152121SNeil Armstrong panel module. The panel has a 1080x1920 resolution and uses 256b2152121SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 257b2152121SNeil Armstrong the host, a built-in LED backlight and touch controller. 258b2152121SNeil Armstrong 2592a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04 2602a994cbeSNickey Yang tristate "Kingdisplay kd097d04 panel" 2612a994cbeSNickey Yang depends on OF 2622a994cbeSNickey Yang depends on DRM_MIPI_DSI 2632a994cbeSNickey Yang depends on BACKLIGHT_CLASS_DEVICE 2642a994cbeSNickey Yang help 2652a994cbeSNickey Yang Say Y here if you want to enable support for Kingdisplay kd097d04 2662a994cbeSNickey Yang TFT-LCD modules. The panel has a 1536x2048 resolution and uses 2672a994cbeSNickey Yang 24 bit RGB per pixel. It provides a MIPI DSI interface to 2682a994cbeSNickey Yang the host and has a built-in LED backlight. 2692a994cbeSNickey Yang 2706ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W 2716ea4383bSHeiko Stuebner tristate "Leadtek LTK050H3146W panel" 2726ea4383bSHeiko Stuebner depends on OF 2736ea4383bSHeiko Stuebner depends on DRM_MIPI_DSI 2746ea4383bSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 2756ea4383bSHeiko Stuebner help 2766ea4383bSHeiko Stuebner Say Y here if you want to enable support for Leadtek LTK050H3146W 2776ea4383bSHeiko Stuebner TFT-LCD modules. The panel has a 720x1280 resolution and uses 2786ea4383bSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 2796ea4383bSHeiko Stuebner the host and has a built-in LED backlight. 2806ea4383bSHeiko Stuebner 281e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829 282e98910beSHeiko Stuebner tristate "Leadtek LTK500HD1829 panel" 283e98910beSHeiko Stuebner depends on OF 284e98910beSHeiko Stuebner depends on DRM_MIPI_DSI 285e98910beSHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 286e98910beSHeiko Stuebner help 287e98910beSHeiko Stuebner Say Y here if you want to enable support for Kingdisplay kd097d04 288e98910beSHeiko Stuebner TFT-LCD modules. The panel has a 1536x2048 resolution and uses 289e98910beSHeiko Stuebner 24 bit RGB per pixel. It provides a MIPI DSI interface to 290e98910beSHeiko Stuebner the host and has a built-in LED backlight. 291e98910beSHeiko Stuebner 2929ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040 2939ef7e25fSThierry Reding tristate "Samsung LD9040 RGB/SPI panel" 29450d5ed39SRussell King depends on OF && SPI 295ff219937SAndrzej Hajda select VIDEOMODE_HELPERS 296ff219937SAndrzej Hajda 297f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02 298f5b0c654SLaurent Pinchart tristate "LG LB035Q024573 RGB panel" 299f5b0c654SLaurent Pinchart depends on GPIOLIB && OF && SPI 300f5b0c654SLaurent Pinchart help 301f5b0c654SLaurent Pinchart Say Y here if you want to enable support for the LB035Q02 RGB panel 302f5b0c654SLaurent Pinchart (found on the Gumstix Overo Palo35 board). To compile this driver as 303f5b0c654SLaurent Pinchart a module, choose M here. 304f5b0c654SLaurent Pinchart 30558c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573 30658c467ecSHeiko Schocher tristate "LG4573 RGB/SPI panel" 30758c467ecSHeiko Schocher depends on OF && SPI 30858c467ecSHeiko Schocher select VIDEOMODE_HELPERS 30958c467ecSHeiko Schocher help 31058c467ecSHeiko Schocher Say Y here if you want to enable support for LG4573 RGB panel. 31158c467ecSHeiko Schocher To compile this driver as a module, choose M here. 31258c467ecSHeiko Schocher 313df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11 314df439abeSLaurent Pinchart tristate "NEC NL8048HL11 RGB panel" 315df439abeSLaurent Pinchart depends on GPIOLIB && OF && SPI 316df439abeSLaurent Pinchart help 317df439abeSLaurent Pinchart Say Y here if you want to enable support for the NEC NL8048HL11 RGB 318df439abeSLaurent Pinchart panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 319df439abeSLaurent Pinchart as a module, choose M here. 320df439abeSLaurent Pinchart 321b1d39f0fSChris Morganconfig DRM_PANEL_NEWVISION_NV3051D 322b1d39f0fSChris Morgan tristate "NewVision NV3051D DSI panel" 323b1d39f0fSChris Morgan depends on OF 324b1d39f0fSChris Morgan depends on DRM_MIPI_DSI 325b1d39f0fSChris Morgan depends on BACKLIGHT_CLASS_DEVICE 326b1d39f0fSChris Morgan help 327b1d39f0fSChris Morgan This driver supports the NV3051D based panel found on the Anbernic 328b1d39f0fSChris Morgan RG353P and RG353V. 329b1d39f0fSChris Morgan 33049956b50SChristophe Branchereauconfig DRM_PANEL_NEWVISION_NV3052C 33149956b50SChristophe Branchereau tristate "NewVision NV3052C RGB/SPI panel" 33249956b50SChristophe Branchereau depends on OF && SPI 33349956b50SChristophe Branchereau depends on BACKLIGHT_CLASS_DEVICE 33449956b50SChristophe Branchereau select DRM_MIPI_DBI 33549956b50SChristophe Branchereau help 33649956b50SChristophe Branchereau Say Y here if you want to enable support for the panels built 33749956b50SChristophe Branchereau around the NewVision NV3052C display controller. 33849956b50SChristophe Branchereau 339899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510 340899f24edSLinus Walleij tristate "Novatek NT35510 RGB panel driver" 341899f24edSLinus Walleij depends on OF 342899f24edSLinus Walleij depends on DRM_MIPI_DSI 343899f24edSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 344899f24edSLinus Walleij help 345899f24edSLinus Walleij Say Y here if you want to enable support for the panels built 346899f24edSLinus Walleij around the Novatek NT35510 display controller, such as some 347899f24edSLinus Walleij Hydis panels. 348899f24edSLinus Walleij 349994ea402SLinus Walleijconfig DRM_PANEL_NOVATEK_NT35560 350994ea402SLinus Walleij tristate "Novatek NT35560 DSI command mode panel" 351994ea402SLinus Walleij depends on OF 352994ea402SLinus Walleij depends on DRM_MIPI_DSI 353994ea402SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 354994ea402SLinus Walleij select VIDEOMODE_HELPERS 355994ea402SLinus Walleij help 356994ea402SLinus Walleij Say Y here if you want to enable the Novatek NT35560 display 357994ea402SLinus Walleij controller. This panel supports DSI in both command and video 358994ea402SLinus Walleij mode. This supports several panels such as Sony ACX424AKM and 359994ea402SLinus Walleij ACX424AKP. 360994ea402SLinus Walleij 361623a3531SAngeloGioacchino Del Regnoconfig DRM_PANEL_NOVATEK_NT35950 362623a3531SAngeloGioacchino Del Regno tristate "Novatek NT35950 DSI panel" 363623a3531SAngeloGioacchino Del Regno depends on OF 364623a3531SAngeloGioacchino Del Regno depends on DRM_MIPI_DSI 365623a3531SAngeloGioacchino Del Regno depends on BACKLIGHT_CLASS_DEVICE 366623a3531SAngeloGioacchino Del Regno help 367623a3531SAngeloGioacchino Del Regno Say Y here if you want to enable support for the panels built 368623a3531SAngeloGioacchino Del Regno around the Novatek NT35950 display controller, such as some 369623a3531SAngeloGioacchino Del Regno Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 370623a3531SAngeloGioacchino Del Regno mobile phones. 371623a3531SAngeloGioacchino Del Regno 372070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A 373070c7fa5SSumit Semwal tristate "Novatek NT36672A DSI panel" 374070c7fa5SSumit Semwal depends on OF 375070c7fa5SSumit Semwal depends on DRM_MIPI_DSI 376070c7fa5SSumit Semwal depends on BACKLIGHT_CLASS_DEVICE 377070c7fa5SSumit Semwal help 378070c7fa5SSumit Semwal Say Y here if you want to enable support for the panels built 379070c7fa5SSumit Semwal around the Novatek NT36672A display controller, such as some 380070c7fa5SSumit Semwal Tianma panels used in a few Xiaomi Poco F1 mobile phones. 381070c7fa5SSumit Semwal 382ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016 383ecdcbbb7SPaul Cercueil tristate "Novatek NT39016 RGB/SPI panel" 384ecdcbbb7SPaul Cercueil depends on OF && SPI 385ecdcbbb7SPaul Cercueil depends on BACKLIGHT_CLASS_DEVICE 386ecdcbbb7SPaul Cercueil select REGMAP_SPI 387ecdcbbb7SPaul Cercueil help 388ecdcbbb7SPaul Cercueil Say Y here if you want to enable support for the panels built 389ecdcbbb7SPaul Cercueil around the Novatek NT39016 display controller. 390ecdcbbb7SPaul Cercueil 39172967d56SGuido Güntherconfig DRM_PANEL_MANTIX_MLAF057WE51 39272967d56SGuido Günther tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 39372967d56SGuido Günther depends on OF 39472967d56SGuido Günther depends on DRM_MIPI_DSI 39572967d56SGuido Günther depends on BACKLIGHT_CLASS_DEVICE 39672967d56SGuido Günther help 39772967d56SGuido Günther Say Y here if you want to enable support for the Mantix 39872967d56SGuido Günther MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 39972967d56SGuido Günther has a resolution of 720x1440 pixels, a built in backlight and touch 40072967d56SGuido Günther controller. 40172967d56SGuido Günther 40217fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO 40317fd7a9dSStefan Mavrodiev tristate "Olimex LCD-OLinuXino panel" 40417fd7a9dSStefan Mavrodiev depends on OF 40517fd7a9dSStefan Mavrodiev depends on I2C 40617fd7a9dSStefan Mavrodiev depends on BACKLIGHT_CLASS_DEVICE 407a14bc107SVegard Nossum select CRC32 40817fd7a9dSStefan Mavrodiev help 40917fd7a9dSStefan Mavrodiev The panel is used with different sizes LCDs, from 480x272 to 41017fd7a9dSStefan Mavrodiev 1280x800, and 24 bit per pixel. 41117fd7a9dSStefan Mavrodiev 41217fd7a9dSStefan Mavrodiev Say Y here if you want to enable support for Olimex Ltd. 41317fd7a9dSStefan Mavrodiev LCD-OLinuXino panel. 41417fd7a9dSStefan Mavrodiev 415cd6d4128SChristophe Branchereauconfig DRM_PANEL_ORISETECH_OTA5601A 416cd6d4128SChristophe Branchereau tristate "Orise Technology ota5601a RGB/SPI panel" 417cd6d4128SChristophe Branchereau depends on SPI 418cd6d4128SChristophe Branchereau depends on BACKLIGHT_CLASS_DEVICE 419cd6d4128SChristophe Branchereau select REGMAP_SPI 420cd6d4128SChristophe Branchereau help 421cd6d4128SChristophe Branchereau Say Y here if you want to enable support for the panels built 422cd6d4128SChristophe Branchereau around the Orise Technology OTA9601A display controller. 423cd6d4128SChristophe Branchereau 424f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A 425f0a5bb98SPhilippe CORNU tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 426f0a5bb98SPhilippe CORNU depends on OF 427f0a5bb98SPhilippe CORNU depends on DRM_MIPI_DSI 428f0a5bb98SPhilippe CORNU depends on BACKLIGHT_CLASS_DEVICE 429f0a5bb98SPhilippe CORNU help 430f0a5bb98SPhilippe CORNU Say Y here if you want to enable support for Orise Technology 431f0a5bb98SPhilippe CORNU otm8009a 480x800 dsi 2dl panel. 432f0a5bb98SPhilippe CORNU 433b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS 434b97b042aSPeter Ujfalusi tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 435b97b042aSPeter Ujfalusi depends on OF 436b97b042aSPeter Ujfalusi depends on DRM_MIPI_DSI 437b97b042aSPeter Ujfalusi depends on BACKLIGHT_CLASS_DEVICE 438b97b042aSPeter Ujfalusi help 439b97b042aSPeter Ujfalusi Say Y here if you want to enable support for One Stop Displays 440b97b042aSPeter Ujfalusi OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 441b97b042aSPeter Ujfalusi 442086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00 443086ceb6bSWerner Johansson tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 444086ceb6bSWerner Johansson depends on OF 445086ceb6bSWerner Johansson depends on DRM_MIPI_DSI 446086ceb6bSWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 447086ceb6bSWerner Johansson help 448086ceb6bSWerner Johansson Say Y here if you want to enable support for Panasonic VVX10F034N00 449086ceb6bSWerner Johansson WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 450086ceb6bSWerner Johansson Xperia Z2 tablets 451086ceb6bSWerner Johansson 4522f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 4532f733d61SEric Anholt tristate "Raspberry Pi 7-inch touchscreen panel" 4542f733d61SEric Anholt depends on DRM_MIPI_DSI 4552f733d61SEric Anholt help 4562f733d61SEric Anholt Say Y here if you want to enable support for the Raspberry 4572f733d61SEric Anholt Pi 7" Touchscreen. To compile this driver as a module, 4582f733d61SEric Anholt choose M here. 4592f733d61SEric Anholt 460f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191 461f63df31dSRobert Chiras tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 462f63df31dSRobert Chiras depends on OF 463f63df31dSRobert Chiras depends on DRM_MIPI_DSI 464f63df31dSRobert Chiras depends on BACKLIGHT_CLASS_DEVICE 465f63df31dSRobert Chiras help 466f63df31dSRobert Chiras Say Y here if you want to enable support for Raydium RM67191 FHD 467f63df31dSRobert Chiras (1080x1920) DSI panel. 468f63df31dSRobert Chiras 4692b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200 4702b7ed18bSPhilippe CORNU tristate "Raydium RM68200 720x1280 DSI video mode panel" 4712b7ed18bSPhilippe CORNU depends on OF 4722b7ed18bSPhilippe CORNU depends on DRM_MIPI_DSI 473a8efe516SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 4742b7ed18bSPhilippe CORNU help 4752b7ed18bSPhilippe CORNU Say Y here if you want to enable support for Raydium RM68200 4762b7ed18bSPhilippe CORNU 720x1280 DSI video mode panel. 4772b7ed18bSPhilippe CORNU 478979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30 479979a1bb6SKonstantin Sudakov tristate "Ronbo Electronics RB070D30 panel" 480979a1bb6SKonstantin Sudakov depends on OF 481979a1bb6SKonstantin Sudakov depends on DRM_MIPI_DSI 482979a1bb6SKonstantin Sudakov depends on BACKLIGHT_CLASS_DEVICE 483979a1bb6SKonstantin Sudakov help 484979a1bb6SKonstantin Sudakov Say Y here if you want to enable support for Ronbo Electronics 485979a1bb6SKonstantin Sudakov RB070D30 1024x600 DSI panel. 486979a1bb6SKonstantin Sudakov 48732ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_ATNA33XC20 48832ce3b32SDouglas Anderson tristate "Samsung ATNA33XC20 eDP panel" 48932ce3b32SDouglas Anderson depends on OF 49032ce3b32SDouglas Anderson depends on BACKLIGHT_CLASS_DEVICE 49132ce3b32SDouglas Anderson depends on PM 492a6766486SGao Chao select DRM_DISPLAY_DP_HELPER 493a6766486SGao Chao select DRM_DISPLAY_HELPER 49432ce3b32SDouglas Anderson select DRM_DP_AUX_BUS 49532ce3b32SDouglas Anderson help 49632ce3b32SDouglas Anderson DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 49732ce3b32SDouglas Anderson be handled by the DRM_PANEL_SIMPLE driver because its power 49832ce3b32SDouglas Anderson sequencing is non-standard. 49932ce3b32SDouglas Anderson 500a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_DB7430 501a3a5f9d0SLinus Walleij tristate "Samsung DB7430-based DPI panels" 502a3a5f9d0SLinus Walleij depends on OF && SPI && GPIOLIB 503a3a5f9d0SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 504a3a5f9d0SLinus Walleij select DRM_MIPI_DBI 505a3a5f9d0SLinus Walleij help 506a3a5f9d0SLinus Walleij Say Y here if you want to enable support for the Samsung 507a3a5f9d0SLinus Walleij DB7430 DPI display controller used in such devices as the 508a3a5f9d0SLinus Walleij LMS397KF04 480x800 DPI panel. 509a3a5f9d0SLinus Walleij 510ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0 511ac1d6d74SLinus Walleij tristate "Samsung S6D16D0 DSI video mode panel" 512ac1d6d74SLinus Walleij depends on OF 513ac1d6d74SLinus Walleij depends on DRM_MIPI_DSI 514ac1d6d74SLinus Walleij select VIDEOMODE_HELPERS 515ac1d6d74SLinus Walleij 516ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_S6D27A1 517ebd8cbf1SMarkuss Broks tristate "Samsung S6D27A1 DPI panel driver" 518ebd8cbf1SMarkuss Broks depends on OF && SPI && GPIOLIB 519ebd8cbf1SMarkuss Broks select DRM_MIPI_DBI 520ebd8cbf1SMarkuss Broks help 521ebd8cbf1SMarkuss Broks Say Y here if you want to enable support for the Samsung 522ebd8cbf1SMarkuss Broks S6D27A1 DPI 480x800 panel. 523ebd8cbf1SMarkuss Broks 524ebd8cbf1SMarkuss Broks This panel can be found in Samsung Galaxy Ace 2 525ebd8cbf1SMarkuss Broks GT-I8160 mobile phone. 526ebd8cbf1SMarkuss Broks 527ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2 528ed29f942SHoegeun Kwon tristate "Samsung S6E3HA2 DSI video mode panel" 529ed29f942SHoegeun Kwon depends on OF 530ed29f942SHoegeun Kwon depends on DRM_MIPI_DSI 53193023c14SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 532ed29f942SHoegeun Kwon select VIDEOMODE_HELPERS 533ed29f942SHoegeun Kwon 5342a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03 5352a05177dSHoegeun Kwon tristate "Samsung S6E63J0X03 DSI command mode panel" 5362a05177dSHoegeun Kwon depends on OF 5372a05177dSHoegeun Kwon depends on DRM_MIPI_DSI 5382a05177dSHoegeun Kwon depends on BACKLIGHT_CLASS_DEVICE 5392a05177dSHoegeun Kwon select VIDEOMODE_HELPERS 5402a05177dSHoegeun Kwon 541994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0 542b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB panel" 543994a08a2SPaweł Chmiel depends on OF 544994a08a2SPaweł Chmiel depends on BACKLIGHT_CLASS_DEVICE 545994a08a2SPaweł Chmiel help 546994a08a2SPaweł Chmiel Say Y here if you want to enable support for Samsung S6E63M0 547b7b23e44SLinus Walleij AMOLED LCD panel. This panel can be accessed using SPI or 548b7b23e44SLinus Walleij DSI. 549b7b23e44SLinus Walleij 550b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI 551b7b23e44SLinus Walleij tristate "Samsung S6E63M0 RGB SPI interface" 552b7b23e44SLinus Walleij depends on SPI 553b7b23e44SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 554b7b23e44SLinus Walleij default DRM_PANEL_SAMSUNG_S6E63M0 555c2a61865SLinus Walleij select DRM_MIPI_DBI 556b7b23e44SLinus Walleij help 557b7b23e44SLinus Walleij Say Y here if you want to be able to access the Samsung 558b7b23e44SLinus Walleij S6E63M0 panel using SPI. 559994a08a2SPaweł Chmiel 560435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI 561435e06c0SLinus Walleij tristate "Samsung S6E63M0 RGB DSI interface" 562435e06c0SLinus Walleij depends on DRM_MIPI_DSI 563435e06c0SLinus Walleij depends on DRM_PANEL_SAMSUNG_S6E63M0 564435e06c0SLinus Walleij help 565435e06c0SLinus Walleij Say Y here if you want to be able to access the Samsung 566435e06c0SLinus Walleij S6E63M0 panel using DSI. 567435e06c0SLinus Walleij 5686d598a32SMichael Srbaconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 5696d598a32SMichael Srba tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 5706d598a32SMichael Srba depends on OF 5716d598a32SMichael Srba select DRM_MIPI_DSI 5726d598a32SMichael Srba select VIDEOMODE_HELPERS 5736d598a32SMichael Srba 5749ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0 5759ef7e25fSThierry Reding tristate "Samsung S6E8AA0 DSI video mode panel" 57602051ca0SAndrzej Hajda depends on OF 57702051ca0SAndrzej Hajda select DRM_MIPI_DSI 57802051ca0SAndrzej Hajda select VIDEOMODE_HELPERS 57902051ca0SAndrzej Hajda 5805933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00 5815933baa3SCaleb Connolly tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 5825933baa3SCaleb Connolly depends on OF 5835933baa3SCaleb Connolly depends on DRM_MIPI_DSI 5845933baa3SCaleb Connolly depends on BACKLIGHT_CLASS_DEVICE 5855933baa3SCaleb Connolly select VIDEOMODE_HELPERS 5865933baa3SCaleb Connolly help 5875933baa3SCaleb Connolly Say Y or M here if you want to enable support for the Samsung AMOLED 5885933baa3SCaleb Connolly command mode panels found in the OnePlus 6/6T smartphones. 5895933baa3SCaleb Connolly 5905933baa3SCaleb Connolly The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 5915933baa3SCaleb Connolly 592043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G 593043652aaSMarco Franchi tristate "Seiko 43WVF1G panel" 594043652aaSMarco Franchi depends on OF 595043652aaSMarco Franchi depends on BACKLIGHT_CLASS_DEVICE 596043652aaSMarco Franchi select VIDEOMODE_HELPERS 597043652aaSMarco Franchi help 598043652aaSMarco Franchi Say Y here if you want to enable support for the Seiko 599043652aaSMarco Franchi 43WVF1G controller for 800x480 LCD panels 600043652aaSMarco Franchi 6011976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01 6021976dbcaSThierry Reding tristate "Sharp LQ101R1SX01 panel" 6031976dbcaSThierry Reding depends on OF 6041976dbcaSThierry Reding depends on DRM_MIPI_DSI 605f071b34fSArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 6061976dbcaSThierry Reding help 6071976dbcaSThierry Reding Say Y here if you want to enable support for Sharp LQ101R1SX01 6081976dbcaSThierry Reding TFT-LCD modules. The panel has a 2560x1600 resolution and uses 6091976dbcaSThierry Reding 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 6101976dbcaSThierry Reding the host and has a built-in LED backlight. 6111976dbcaSThierry Reding 6121976dbcaSThierry Reding To compile this driver as a module, choose M here: the module 6131976dbcaSThierry Reding will be called panel-sharp-lq101r1sx01. 6141976dbcaSThierry Reding 615c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01 616c9cf4c2aSLaurent Pinchart tristate "Sharp LS037V7DW01 VGA LCD panel" 617c9cf4c2aSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR 618c9cf4c2aSLaurent Pinchart help 619c9cf4c2aSLaurent Pinchart Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 620c9cf4c2aSLaurent Pinchart (480x640) LCD panel (found on the TI SDP3430 board). 621c9cf4c2aSLaurent Pinchart 622ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01 623ee017238SWerner Johansson tristate "Sharp LS043T1LE01 qHD video mode panel" 624ee017238SWerner Johansson depends on OF 625ee017238SWerner Johansson depends on DRM_MIPI_DSI 626ee017238SWerner Johansson depends on BACKLIGHT_CLASS_DEVICE 627ee017238SWerner Johansson help 628ee017238SWerner Johansson Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 629ee017238SWerner Johansson (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 630ee017238SWerner Johansson 631914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LS060T1SX01 632914b6f29SDmitry Baryshkov tristate "Sharp LS060T1SX01 FullHD video mode panel" 633914b6f29SDmitry Baryshkov depends on OF 634914b6f29SDmitry Baryshkov depends on DRM_MIPI_DSI 635914b6f29SDmitry Baryshkov depends on BACKLIGHT_CLASS_DEVICE 636914b6f29SDmitry Baryshkov help 637914b6f29SDmitry Baryshkov Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 638914b6f29SDmitry Baryshkov FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 639914b6f29SDmitry Baryshkov Bundle. 640914b6f29SDmitry Baryshkov 641849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701 642849b2e3fSJagan Teki tristate "Sitronix ST7701 panel driver" 643849b2e3fSJagan Teki depends on OF 644849b2e3fSJagan Teki depends on DRM_MIPI_DSI 645849b2e3fSJagan Teki depends on BACKLIGHT_CLASS_DEVICE 646849b2e3fSJagan Teki help 647849b2e3fSJagan Teki Say Y here if you want to enable support for the Sitronix 648849b2e3fSJagan Teki ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 649849b2e3fSJagan Teki system interfaces. 650849b2e3fSJagan Teki 651a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703 652a74e81a5SOndrej Jirman tristate "Sitronix ST7703 based MIPI touchscreen panels" 653a74e81a5SOndrej Jirman depends on OF 654a74e81a5SOndrej Jirman depends on DRM_MIPI_DSI 655a74e81a5SOndrej Jirman depends on BACKLIGHT_CLASS_DEVICE 656a74e81a5SOndrej Jirman help 657a74e81a5SOndrej Jirman Say Y here if you want to enable support for Sitronix ST7703 based 658a74e81a5SOndrej Jirman panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 659a74e81a5SOndrej Jirman the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 660a74e81a5SOndrej Jirman in backlight and touch controller. 661a74e81a5SOndrej Jirman Touch input support is provided by the goodix driver and needs to be 662a74e81a5SOndrej Jirman selected separately. 663a74e81a5SOndrej Jirman 6647142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V 6657142afb3SMaxime Ripard tristate "Sitronix ST7789V panel" 6667142afb3SMaxime Ripard depends on OF && SPI 6672a498168SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 6687142afb3SMaxime Ripard help 6697142afb3SMaxime Ripard Say Y here if you want to enable support for the Sitronix 6707142afb3SMaxime Ripard ST7789V controller for 240x320 LCD panels 6717142afb3SMaxime Ripard 6721c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM 6731c8fc3f0SLaurent Pinchart tristate "Sony ACX565AKM panel" 6741c8fc3f0SLaurent Pinchart depends on GPIOLIB && OF && SPI 6751c8fc3f0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 6761c8fc3f0SLaurent Pinchart help 6771c8fc3f0SLaurent Pinchart Say Y here if you want to enable support for the Sony ACX565AKM 6781c8fc3f0SLaurent Pinchart 800x600 3.5" panel (found on the Nokia N900). 6791c8fc3f0SLaurent Pinchart 6809aa2c232SShawn Guoconfig DRM_PANEL_SONY_TULIP_TRULY_NT35521 6819aa2c232SShawn Guo tristate "Sony Tulip Truly NT35521 panel" 6829aa2c232SShawn Guo depends on GPIOLIB && OF 6839aa2c232SShawn Guo depends on DRM_MIPI_DSI 6849aa2c232SShawn Guo depends on BACKLIGHT_CLASS_DEVICE 6859aa2c232SShawn Guo help 6869aa2c232SShawn Guo Say Y here if you want to enable support for the Sony Tulip 6879aa2c232SShawn Guo NT35521 1280x720 video mode panel as found on Sony Xperia M4 6889aa2c232SShawn Guo Aqua phone. 6899aa2c232SShawn Guo 690cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30 691cf40c660SNeil Armstrong tristate "TDO TL070WSH30 DSI panel" 692cf40c660SNeil Armstrong depends on OF 693cf40c660SNeil Armstrong depends on DRM_MIPI_DSI 694cf40c660SNeil Armstrong depends on BACKLIGHT_CLASS_DEVICE 695cf40c660SNeil Armstrong help 696cf40c660SNeil Armstrong Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 697cf40c660SNeil Armstrong panel module. The panel has a 1024×600 resolution and uses 698cf40c660SNeil Armstrong 24 bit RGB per pixel. It provides a MIPI DSI interface to 699cf40c660SNeil Armstrong the host, a built-in LED backlight and touch controller. 700cf40c660SNeil Armstrong 701415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1 702415b8dd0SLaurent Pinchart tristate "Toppoly (TPO) TD028TTEC1 panel driver" 703415b8dd0SLaurent Pinchart depends on OF && SPI 704415b8dd0SLaurent Pinchart depends on BACKLIGHT_CLASS_DEVICE 705415b8dd0SLaurent Pinchart help 706415b8dd0SLaurent Pinchart Say Y here if you want to enable support for TPO TD028TTEC1 480x640 707415b8dd0SLaurent Pinchart 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 708415b8dd0SLaurent Pinchart 709dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1 710dc2e1e5bSLaurent Pinchart tristate "Toppoly (TPO) TD043MTEA1 panel driver" 711dc2e1e5bSLaurent Pinchart depends on GPIOLIB && OF && REGULATOR && SPI 712dc2e1e5bSLaurent Pinchart help 713dc2e1e5bSLaurent Pinchart Say Y here if you want to enable support for TPO TD043MTEA1 800x480 714dc2e1e5bSLaurent Pinchart 4.3" panel (found on the OMAP3 Pandora board). 715dc2e1e5bSLaurent Pinchart 716324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110 717324bb707SLinus Walleij tristate "TPO TPG 800x400 panel" 718324bb707SLinus Walleij depends on OF && SPI && GPIOLIB 719324bb707SLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 720324bb707SLinus Walleij help 721324bb707SLinus Walleij Say Y here if you want to enable support for TPO TPG110 722324bb707SLinus Walleij 400CH LTPS TFT LCD Single Chip Digital Driver for up to 723324bb707SLinus Walleij 800x400 LCD panels. 724324bb707SLinus Walleij 7251dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA 7261dd0b147SAbhinav Kumar tristate "Truly WQXGA" 7271dd0b147SAbhinav Kumar depends on OF 7281dd0b147SAbhinav Kumar depends on DRM_MIPI_DSI 7291dd0b147SAbhinav Kumar help 7301dd0b147SAbhinav Kumar Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 7311dd0b147SAbhinav Kumar Video Mode panel 732d1479d02SHeiko Stuebner 733c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299 734c7f66d32SHarigovindan P tristate "Visionox RM69299" 735c7f66d32SHarigovindan P depends on OF 736c7f66d32SHarigovindan P depends on DRM_MIPI_DSI 737c7f66d32SHarigovindan P help 738c7f66d32SHarigovindan P Say Y here if you want to enable support for Visionox 739c7f66d32SHarigovindan P RM69299 DSI Video Mode panel. 740c7f66d32SHarigovindan P 7412349183dSNeil Armstrongconfig DRM_PANEL_VISIONOX_VTDR6130 7422349183dSNeil Armstrong tristate "Visionox VTDR6130" 7432349183dSNeil Armstrong depends on OF 7442349183dSNeil Armstrong depends on DRM_MIPI_DSI 745*499631d5SArnd Bergmann depends on BACKLIGHT_CLASS_DEVICE 7462349183dSNeil Armstrong help 7472349183dSNeil Armstrong Say Y here if you want to enable support for Visionox 7482349183dSNeil Armstrong VTDR6130 1080x2400 AMOLED DSI panel. 7492349183dSNeil Armstrong 75057f6190aSLinus Walleijconfig DRM_PANEL_WIDECHIPS_WS2401 75157f6190aSLinus Walleij tristate "Widechips WS2401 DPI panel driver" 75257f6190aSLinus Walleij depends on SPI && GPIOLIB 75357f6190aSLinus Walleij depends on BACKLIGHT_CLASS_DEVICE 75457f6190aSLinus Walleij select DRM_MIPI_DBI 75557f6190aSLinus Walleij help 75657f6190aSLinus Walleij Say Y here if you want to enable support for the Widechips WS2401 DPI 75757f6190aSLinus Walleij 480x800 display controller used in panels such as Samsung LMS380KF01. 75857f6190aSLinus Walleij This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 75957f6190aSLinus Walleij 760d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272 761d1479d02SHeiko Stuebner tristate "Xinpeng XPP055C272 panel driver" 762d1479d02SHeiko Stuebner depends on OF 763d1479d02SHeiko Stuebner depends on DRM_MIPI_DSI 764d1479d02SHeiko Stuebner depends on BACKLIGHT_CLASS_DEVICE 765d1479d02SHeiko Stuebner help 766d1479d02SHeiko Stuebner Say Y here if you want to enable support for the Xinpeng 767d1479d02SHeiko Stuebner XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 768d1479d02SHeiko Stuebner system interfaces. 769280921deSThierry Redingendmenu 770