1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_PANEL 3 bool 4 depends on DRM 5 help 6 Panel registration and lookup framework. 7 8menu "Display Panels" 9 depends on DRM && DRM_PANEL 10 11config DRM_PANEL_ABT_Y030XX067A 12 tristate "ABT Y030XX067A 320x480 LCD panel" 13 depends on OF && SPI 14 select REGMAP_SPI 15 help 16 Say Y here to enable support for the Asia Better Technology Ltd. 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 19 20config DRM_PANEL_ARM_VERSATILE 21 tristate "ARM Versatile panel driver" 22 depends on OF 23 depends on MFD_SYSCON 24 select VIDEOMODE_HELPERS 25 help 26 This driver supports the ARM Versatile panels connected to ARM 27 reference designs. The panel is detected using special registers 28 in the Versatile family syscon registers. 29 30config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 31 tristate "ASUS Z00T TM5P5 NT35596 panel" 32 depends on GPIOLIB && OF 33 depends on DRM_MIPI_DSI 34 depends on BACKLIGHT_CLASS_DEVICE 35 help 36 Say Y here if you want to enable support for the ASUS TMP5P5 37 NT35596 1080x1920 video mode panel as found in some Asus 38 Zenfone 2 Laser Z00T devices. 39 40config DRM_PANEL_AUO_A030JTN01 41 tristate "AUO A030JTN01" 42 depends on SPI 43 select REGMAP_SPI 44 help 45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel 46 as found in the YLM RS-97 handheld gaming console. 47 48config DRM_PANEL_BOE_BF060Y8M_AJ0 49 tristate "Boe BF060Y8M-AJ0 panel" 50 depends on OF 51 depends on DRM_MIPI_DSI 52 depends on BACKLIGHT_CLASS_DEVICE 53 help 54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 55 5.99" AMOLED modules. The panel has a 1080x2160 resolution and 56 uses 24 bit RGB per pixel. It provides a MIPI DSI interface to 57 the host and backlight is controlled through DSI commands. 58 59config DRM_PANEL_BOE_HIMAX8279D 60 tristate "Boe Himax8279d panel" 61 depends on OF 62 depends on DRM_MIPI_DSI 63 depends on BACKLIGHT_CLASS_DEVICE 64 help 65 Say Y here if you want to enable support for Boe Himax8279d 66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 67 24 bit RGB per pixel. It provides a MIPI DSI interface to 68 the host and has a built-in LED backlight. 69 70config DRM_PANEL_BOE_TD4320 71 tristate "BOE TD4320 DSI panel" 72 depends on OF 73 depends on DRM_MIPI_DSI 74 depends on BACKLIGHT_CLASS_DEVICE 75 help 76 Say Y here if you want to enable support for BOE TD4320 1080x2340 77 video mode panel found in Xiaomi Redmi Note 7 smartphones. 78 79config DRM_PANEL_BOE_TH101MB31UIG002_28A 80 tristate "Boe TH101MB31UIG002-28A panel" 81 depends on OF 82 depends on DRM_MIPI_DSI 83 depends on BACKLIGHT_CLASS_DEVICE 84 help 85 Say Y here if you want to enable support for Boe 86 TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280 87 resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI 88 interface to the host and has a built-in LED backlight. 89 90config DRM_PANEL_BOE_TV101WUM_NL6 91 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 92 depends on OF 93 depends on DRM_MIPI_DSI 94 depends on BACKLIGHT_CLASS_DEVICE 95 help 96 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 97 45NA WUXGA PANEL DSI Video Mode panel 98 99config DRM_PANEL_BOE_TV101WUM_LL2 100 tristate "BOE TV101WUM LL2 1200x1920 panel" 101 depends on OF 102 depends on DRM_MIPI_DSI 103 depends on BACKLIGHT_CLASS_DEVICE 104 help 105 Say Y here if you want to support for BOE TV101WUM-LL2 106 WUXGA PANEL DSI Video Mode panel 107 108config DRM_PANEL_EBBG_FT8719 109 tristate "EBBG FT8719 panel driver" 110 depends on OF 111 depends on DRM_MIPI_DSI 112 depends on BACKLIGHT_CLASS_DEVICE 113 help 114 Say Y here if you want to enable support for the EBBG FT8719 115 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 116 The panel has a resolution of 1080x2246. It provides a MIPI DSI 117 interface to the host. 118 119config DRM_PANEL_ELIDA_KD35T133 120 tristate "Elida KD35T133 panel driver" 121 depends on OF 122 depends on DRM_MIPI_DSI 123 depends on BACKLIGHT_CLASS_DEVICE 124 help 125 Say Y here if you want to enable support for the Elida 126 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 127 system interfaces. 128 129config DRM_PANEL_FEIXIN_K101_IM2BA02 130 tristate "Feixin K101 IM2BA02 panel" 131 depends on OF 132 depends on DRM_MIPI_DSI 133 depends on BACKLIGHT_CLASS_DEVICE 134 help 135 Say Y here if you want to enable support for the Feixin K101 IM2BA02 136 4-lane 800x1280 MIPI DSI panel. 137 138config DRM_PANEL_FEIYANG_FY07024DI26A30D 139 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 140 depends on OF 141 depends on DRM_MIPI_DSI 142 depends on BACKLIGHT_CLASS_DEVICE 143 help 144 Say Y if you want to enable support for panels based on the 145 Feiyang FY07024DI26A30-D MIPI-DSI interface. 146 147config DRM_PANEL_DSI_CM 148 tristate "Generic DSI command mode panels" 149 depends on OF 150 depends on DRM_MIPI_DSI 151 depends on BACKLIGHT_CLASS_DEVICE 152 help 153 DRM panel driver for DSI command mode panels with support for 154 embedded and external backlights. 155 156config DRM_PANEL_LVDS 157 tristate "Generic LVDS panel driver" 158 depends on OF 159 depends on BACKLIGHT_CLASS_DEVICE 160 select VIDEOMODE_HELPERS 161 help 162 This driver supports LVDS panels that don't require device-specific 163 handling of power supplies or control signals. It implements automatic 164 backlight handling if the panel is attached to a backlight controller. 165 166config DRM_PANEL_HIMAX_HX8279 167 tristate "Himax HX8279-based panels" 168 depends on OF 169 depends on DRM_MIPI_DSI 170 depends on BACKLIGHT_CLASS_DEVICE 171 help 172 Say Y if you want to enable support for panels based on the 173 Himax HX8279 controller, such as the Startek KD070FHFID078 174 7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface 175 and others. 176 177config DRM_PANEL_HIMAX_HX83102 178 tristate "Himax HX83102-based panels" 179 depends on OF 180 depends on DRM_MIPI_DSI 181 depends on BACKLIGHT_CLASS_DEVICE 182 help 183 Say Y if you want to enable support for panels based on the 184 Himax HX83102 controller. 185 186config DRM_PANEL_HIMAX_HX83112A 187 tristate "Himax HX83112A-based DSI panel" 188 depends on OF 189 depends on DRM_MIPI_DSI 190 depends on BACKLIGHT_CLASS_DEVICE 191 select DRM_KMS_HELPER 192 help 193 Say Y here if you want to enable support for Himax HX83112A-based 194 display panels, such as the one found in the Fairphone 4 smartphone. 195 196config DRM_PANEL_HIMAX_HX8394 197 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 198 depends on OF 199 depends on DRM_MIPI_DSI 200 depends on BACKLIGHT_CLASS_DEVICE 201 help 202 Say Y if you want to enable support for panels based on the 203 Himax HX8394 controller, such as the HannStar HSD060BHW4 204 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 205 206 If M is selected the module will be called panel-himax-hx8394. 207 208config DRM_PANEL_ILITEK_IL9322 209 tristate "Ilitek ILI9322 320x240 QVGA panels" 210 depends on OF && SPI 211 select REGMAP 212 help 213 Say Y here if you want to enable support for Ilitek IL9322 214 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 215 216config DRM_PANEL_ILITEK_ILI9341 217 tristate "Ilitek ILI9341 240x320 QVGA panels" 218 depends on SPI 219 select DRM_KMS_HELPER 220 select DRM_GEM_DMA_HELPER 221 depends on BACKLIGHT_CLASS_DEVICE 222 select DRM_MIPI_DBI 223 help 224 Say Y here if you want to enable support for Ilitek IL9341 225 QVGA (240x320) RGB panels. support serial & parallel rgb 226 interface. 227 228config DRM_PANEL_ILITEK_ILI9805 229 tristate "Ilitek ILI9805-based panels" 230 depends on OF 231 depends on DRM_MIPI_DSI 232 depends on BACKLIGHT_CLASS_DEVICE 233 help 234 Say Y if you want to enable support for panels based on the 235 Ilitek ILI9805 controller. 236 237config DRM_PANEL_ILITEK_ILI9806E 238 tristate "Ilitek ILI9806E-based panels" 239 depends on OF 240 depends on DRM_MIPI_DSI 241 depends on BACKLIGHT_CLASS_DEVICE 242 help 243 Say Y if you want to enable support for panels based on the 244 Ilitek ILI9806E controller. 245 246config DRM_PANEL_ILITEK_ILI9881C 247 tristate "Ilitek ILI9881C-based panels" 248 depends on OF 249 depends on DRM_MIPI_DSI 250 depends on BACKLIGHT_CLASS_DEVICE 251 help 252 Say Y if you want to enable support for panels based on the 253 Ilitek ILI9881c controller. 254 255config DRM_PANEL_ILITEK_ILI9882T 256 tristate "Ilitek ILI9882t-based panels" 257 depends on OF 258 depends on DRM_MIPI_DSI 259 depends on BACKLIGHT_CLASS_DEVICE 260 help 261 Say Y if you want to enable support for panels based on the 262 Ilitek ILI9882t controller. 263 264config DRM_PANEL_INNOLUX_EJ030NA 265 tristate "Innolux EJ030NA 320x480 LCD panel" 266 depends on OF && SPI 267 select REGMAP_SPI 268 help 269 Say Y here to enable support for the Innolux/Chimei EJ030NA 270 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 271 and LDK handheld gaming consoles. 272 273config DRM_PANEL_INNOLUX_P079ZCA 274 tristate "Innolux P079ZCA panel" 275 depends on OF 276 depends on DRM_MIPI_DSI 277 depends on BACKLIGHT_CLASS_DEVICE 278 help 279 Say Y here if you want to enable support for Innolux P079ZCA 280 TFT-LCD modules. The panel has a 1024x768 resolution and uses 281 24 bit RGB per pixel. It provides a MIPI DSI interface to 282 the host and has a built-in LED backlight. 283 284config DRM_PANEL_JADARD_JD9365DA_H3 285 tristate "Jadard JD9365DA-H3 WXGA DSI panel" 286 depends on OF 287 depends on DRM_MIPI_DSI 288 depends on BACKLIGHT_CLASS_DEVICE 289 help 290 Say Y here if you want to enable support for Jadard JD9365DA-H3 291 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 292 800RGBx1280 dots at maximum. 293 294config DRM_PANEL_JDI_LPM102A188A 295 tristate "JDI LPM102A188A DSI panel" 296 depends on OF && GPIOLIB 297 depends on DRM_MIPI_DSI 298 depends on BACKLIGHT_CLASS_DEVICE 299 help 300 Say Y here if you want to enable support for JDI LPM102A188A DSI 301 command mode panel as found in Google Pixel C devices. 302 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 303 to the host. 304 305config DRM_PANEL_JDI_LT070ME05000 306 tristate "JDI LT070ME05000 WUXGA DSI panel" 307 depends on OF 308 depends on DRM_MIPI_DSI 309 depends on BACKLIGHT_CLASS_DEVICE 310 help 311 Say Y here if you want to enable support for JDI DSI video mode 312 panel as found in Google Nexus 7 (2013) devices. 313 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 314 24 bit per pixel. 315 316config DRM_PANEL_JDI_R63452 317 tristate "JDI R63452 Full HD DSI panel" 318 depends on OF 319 depends on DRM_MIPI_DSI 320 depends on BACKLIGHT_CLASS_DEVICE 321 help 322 Say Y here if you want to enable support for the JDI R63452 323 DSI command mode panel as found in Xiaomi Mi 5 Devices. 324 325config DRM_PANEL_KHADAS_TS050 326 tristate "Khadas TS050 panel" 327 depends on OF 328 depends on DRM_MIPI_DSI 329 depends on BACKLIGHT_CLASS_DEVICE 330 help 331 Say Y here if you want to enable support for Khadas TS050 TFT-LCD 332 panel module. The panel has a 1080x1920 resolution and uses 333 24 bit RGB per pixel. It provides a MIPI DSI interface to 334 the host, a built-in LED backlight and touch controller. 335 336config DRM_PANEL_KINGDISPLAY_KD097D04 337 tristate "Kingdisplay kd097d04 panel" 338 depends on OF 339 depends on DRM_MIPI_DSI 340 depends on BACKLIGHT_CLASS_DEVICE 341 help 342 Say Y here if you want to enable support for Kingdisplay kd097d04 343 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 344 24 bit RGB per pixel. It provides a MIPI DSI interface to 345 the host and has a built-in LED backlight. 346 347config DRM_PANEL_LEADTEK_LTK050H3146W 348 tristate "Leadtek LTK050H3146W panel" 349 depends on OF 350 depends on DRM_MIPI_DSI 351 depends on BACKLIGHT_CLASS_DEVICE 352 help 353 Say Y here if you want to enable support for Leadtek LTK050H3146W 354 TFT-LCD modules. The panel has a 720x1280 resolution and uses 355 24 bit RGB per pixel. It provides a MIPI DSI interface to 356 the host and has a built-in LED backlight. 357 358config DRM_PANEL_LEADTEK_LTK500HD1829 359 tristate "Leadtek LTK500HD1829 panel" 360 depends on OF 361 depends on DRM_MIPI_DSI 362 depends on BACKLIGHT_CLASS_DEVICE 363 help 364 Say Y here if you want to enable support for Kingdisplay kd097d04 365 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 366 24 bit RGB per pixel. It provides a MIPI DSI interface to 367 the host and has a built-in LED backlight. 368 369config DRM_PANEL_LINCOLNTECH_LCD197 370 tristate "Lincoln Technologies lcd197 panel" 371 depends on OF 372 depends on DRM_MIPI_DSI 373 depends on BACKLIGHT_CLASS_DEVICE 374 help 375 Say Y here if you want to enable support for lincolntech lcd197 376 TFT-LCD modules. The panel has a 1080x1920 resolution and uses 377 24 bit RGB per pixel. It provides a MIPI DSI interface to 378 the host. 379 380config DRM_PANEL_LG_LB035Q02 381 tristate "LG LB035Q024573 RGB panel" 382 depends on GPIOLIB && OF && SPI 383 help 384 Say Y here if you want to enable support for the LB035Q02 RGB panel 385 (found on the Gumstix Overo Palo35 board). To compile this driver as 386 a module, choose M here. 387 388config DRM_PANEL_LG_LG4573 389 tristate "LG4573 RGB/SPI panel" 390 depends on OF && SPI 391 select VIDEOMODE_HELPERS 392 help 393 Say Y here if you want to enable support for LG4573 RGB panel. 394 To compile this driver as a module, choose M here. 395 396config DRM_PANEL_LG_SW43408 397 tristate "LG SW43408 panel" 398 depends on OF 399 depends on DRM_MIPI_DSI 400 depends on BACKLIGHT_CLASS_DEVICE 401 select DRM_DISPLAY_DSC_HELPER 402 select DRM_DISPLAY_HELPER 403 help 404 Say Y here if you want to enable support for LG sw43408 panel. 405 The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per 406 pixel. It provides a MIPI DSI interface to the host and has a 407 built-in LED backlight. 408 409config DRM_PANEL_MAGNACHIP_D53E6EA8966 410 tristate "Magnachip D53E6EA8966 DSI panel" 411 depends on OF && SPI 412 depends on DRM_MIPI_DSI 413 depends on BACKLIGHT_CLASS_DEVICE 414 select DRM_MIPI_DBI 415 help 416 DRM panel driver for the Samsung AMS495QA01 panel controlled 417 with the Magnachip D53E6EA8966 panel IC. This panel receives 418 video data via DSI but commands via 9-bit SPI using DBI. 419 420config DRM_PANEL_MANTIX_MLAF057WE51 421 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 422 depends on OF 423 depends on DRM_MIPI_DSI 424 depends on BACKLIGHT_CLASS_DEVICE 425 help 426 Say Y here if you want to enable support for the Mantix 427 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 428 has a resolution of 720x1440 pixels, a built in backlight and touch 429 controller. 430 431config DRM_PANEL_NEC_NL8048HL11 432 tristate "NEC NL8048HL11 RGB panel" 433 depends on GPIOLIB && OF && SPI 434 help 435 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 436 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 437 as a module, choose M here. 438 439config DRM_PANEL_NEWVISION_NV3051D 440 tristate "NewVision NV3051D DSI panel" 441 depends on OF 442 depends on DRM_MIPI_DSI 443 depends on BACKLIGHT_CLASS_DEVICE 444 help 445 This driver supports the NV3051D based panel found on the Anbernic 446 RG353P and RG353V. 447 448config DRM_PANEL_NEWVISION_NV3052C 449 tristate "NewVision NV3052C RGB/SPI panel" 450 depends on OF && SPI 451 depends on BACKLIGHT_CLASS_DEVICE 452 select DRM_MIPI_DBI 453 help 454 Say Y here if you want to enable support for the panels built 455 around the NewVision NV3052C display controller. 456 457config DRM_PANEL_NOVATEK_NT35510 458 tristate "Novatek NT35510 RGB panel driver" 459 depends on OF 460 depends on DRM_MIPI_DSI 461 depends on BACKLIGHT_CLASS_DEVICE 462 help 463 Say Y here if you want to enable support for the panels built 464 around the Novatek NT35510 display controller, such as some 465 Hydis panels. 466 467config DRM_PANEL_NOVATEK_NT35560 468 tristate "Novatek NT35560 DSI command mode panel" 469 depends on OF 470 depends on DRM_MIPI_DSI 471 depends on BACKLIGHT_CLASS_DEVICE 472 select VIDEOMODE_HELPERS 473 help 474 Say Y here if you want to enable the Novatek NT35560 display 475 controller. This panel supports DSI in both command and video 476 mode. This supports several panels such as Sony ACX424AKM and 477 ACX424AKP. 478 479config DRM_PANEL_NOVATEK_NT35950 480 tristate "Novatek NT35950 DSI panel" 481 depends on OF 482 depends on DRM_MIPI_DSI 483 depends on BACKLIGHT_CLASS_DEVICE 484 help 485 Say Y here if you want to enable support for the panels built 486 around the Novatek NT35950 display controller, such as some 487 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 488 mobile phones. 489 490config DRM_PANEL_NOVATEK_NT36523 491 tristate "Novatek NT36523 panel driver" 492 depends on OF 493 depends on DRM_MIPI_DSI 494 depends on BACKLIGHT_CLASS_DEVICE 495 help 496 Say Y here if you want to enable support for the panels built 497 around the Novatek NT36523 display controller, such as some 498 Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets. 499 500config DRM_PANEL_NOVATEK_NT36672A 501 tristate "Novatek NT36672A DSI panel" 502 depends on OF 503 depends on DRM_MIPI_DSI 504 depends on BACKLIGHT_CLASS_DEVICE 505 help 506 Say Y here if you want to enable support for the panels built 507 around the Novatek NT36672A display controller, such as some 508 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 509 510config DRM_PANEL_NOVATEK_NT36672E 511 tristate "Novatek NT36672E DSI panel" 512 depends on OF 513 depends on DRM_MIPI_DSI 514 depends on BACKLIGHT_CLASS_DEVICE 515 help 516 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode 517 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 518 RGB per pixel. 519 520config DRM_PANEL_NOVATEK_NT37801 521 tristate "Novatek NT37801/NT37810 AMOLED DSI panel" 522 depends on OF 523 depends on DRM_MIPI_DSI 524 depends on BACKLIGHT_CLASS_DEVICE 525 help 526 Say Y here if you want to enable support for Novatek NT37801 (or 527 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200 528 resolution. 529 530config DRM_PANEL_NOVATEK_NT39016 531 tristate "Novatek NT39016 RGB/SPI panel" 532 depends on OF && SPI 533 depends on BACKLIGHT_CLASS_DEVICE 534 select REGMAP_SPI 535 help 536 Say Y here if you want to enable support for the panels built 537 around the Novatek NT39016 display controller. 538 539config DRM_PANEL_OLIMEX_LCD_OLINUXINO 540 tristate "Olimex LCD-OLinuXino panel" 541 depends on OF 542 depends on I2C 543 depends on BACKLIGHT_CLASS_DEVICE 544 select CRC32 545 help 546 The panel is used with different sizes LCDs, from 480x272 to 547 1280x800, and 24 bit per pixel. 548 549 Say Y here if you want to enable support for Olimex Ltd. 550 LCD-OLinuXino panel. 551 552config DRM_PANEL_ORISETECH_OTA5601A 553 tristate "Orise Technology ota5601a RGB/SPI panel" 554 depends on SPI 555 depends on BACKLIGHT_CLASS_DEVICE 556 select REGMAP_SPI 557 help 558 Say Y here if you want to enable support for the panels built 559 around the Orise Technology OTA9601A display controller. 560 561config DRM_PANEL_ORISETECH_OTM8009A 562 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 563 depends on OF 564 depends on DRM_MIPI_DSI 565 depends on BACKLIGHT_CLASS_DEVICE 566 help 567 Say Y here if you want to enable support for Orise Technology 568 otm8009a 480x800 dsi 2dl panel. 569 570config DRM_PANEL_OSD_OSD101T2587_53TS 571 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 572 depends on OF 573 depends on DRM_MIPI_DSI 574 depends on BACKLIGHT_CLASS_DEVICE 575 help 576 Say Y here if you want to enable support for One Stop Displays 577 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 578 579config DRM_PANEL_PANASONIC_VVX10F034N00 580 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 581 depends on OF 582 depends on DRM_MIPI_DSI 583 depends on BACKLIGHT_CLASS_DEVICE 584 help 585 Say Y here if you want to enable support for Panasonic VVX10F034N00 586 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 587 Xperia Z2 tablets 588 589config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 590 tristate "Raspberry Pi 7-inch touchscreen panel" 591 depends on DRM_MIPI_DSI 592 help 593 Say Y here if you want to enable support for the Raspberry 594 Pi 7" Touchscreen. To compile this driver as a module, 595 choose M here. 596 597config DRM_PANEL_RAYDIUM_RM67191 598 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 599 depends on OF 600 depends on DRM_MIPI_DSI 601 depends on BACKLIGHT_CLASS_DEVICE 602 help 603 Say Y here if you want to enable support for Raydium RM67191 FHD 604 (1080x1920) DSI panel. 605 606config DRM_PANEL_RAYDIUM_RM67200 607 tristate "Raydium RM67200-based DSI panel" 608 depends on OF 609 depends on DRM_MIPI_DSI 610 help 611 Say Y here if you want to enable support for Raydium RM67200-based 612 DSI video mode panels. This panel controller can be found in the 613 Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1 614 evaluation boards. 615 616config DRM_PANEL_RAYDIUM_RM68200 617 tristate "Raydium RM68200 720x1280 DSI video mode panel" 618 depends on OF 619 depends on DRM_MIPI_DSI 620 depends on BACKLIGHT_CLASS_DEVICE 621 help 622 Say Y here if you want to enable support for Raydium RM68200 623 720x1280 DSI video mode panel. 624 625config DRM_PANEL_RAYDIUM_RM692E5 626 tristate "Raydium RM692E5-based DSI panel" 627 depends on OF 628 depends on DRM_MIPI_DSI 629 depends on BACKLIGHT_CLASS_DEVICE 630 select DRM_DISPLAY_DSC_HELPER 631 select DRM_DISPLAY_HELPER 632 help 633 Say Y here if you want to enable support for Raydium RM692E5-based 634 display panels, such as the one found in the Fairphone 5 smartphone. 635 636config DRM_PANEL_RAYDIUM_RM69380 637 tristate "Raydium RM69380-based DSI panel" 638 depends on OF && GPIOLIB 639 depends on DRM_MIPI_DSI 640 depends on BACKLIGHT_CLASS_DEVICE 641 help 642 Say Y here if you want to enable support for Raydium RM69380-based 643 display panels. 644 645 This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021 646 in combination with an EDO OLED panel. 647 648config DRM_PANEL_RONBO_RB070D30 649 tristate "Ronbo Electronics RB070D30 panel" 650 depends on OF 651 depends on DRM_MIPI_DSI 652 depends on BACKLIGHT_CLASS_DEVICE 653 help 654 Say Y here if you want to enable support for Ronbo Electronics 655 RB070D30 1024x600 DSI panel. 656 657config DRM_PANEL_SAMSUNG_AMS581VF01 658 tristate "Samsung AMS581VF01 panel" 659 depends on OF 660 depends on DRM_MIPI_DSI 661 depends on BACKLIGHT_CLASS_DEVICE 662 help 663 Say Y or M here if you want to enable support for the 664 Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel. 665 666config DRM_PANEL_SAMSUNG_AMS639RQ08 667 tristate "Samsung AMS639RQ08 panel" 668 depends on OF 669 depends on DRM_MIPI_DSI 670 depends on BACKLIGHT_CLASS_DEVICE 671 help 672 Say Y or M here if you want to enable support for the 673 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 674 675config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 676 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 677 depends on GPIOLIB && OF && REGULATOR 678 depends on DRM_MIPI_DSI 679 depends on BACKLIGHT_CLASS_DEVICE 680 help 681 Say Y here if you want to enable support for Samsung AMS427AP24 panel 682 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 683 GT-I9195I). To compile this driver as a module, choose M here. 684 685config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 686 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 687 depends on OF 688 select DRM_MIPI_DSI 689 select VIDEOMODE_HELPERS 690 691config DRM_PANEL_SAMSUNG_ATNA33XC20 692 tristate "Samsung ATNA33XC20 eDP panel" 693 depends on OF 694 depends on BACKLIGHT_CLASS_DEVICE 695 depends on PM 696 select DRM_DISPLAY_DP_HELPER 697 select DRM_DISPLAY_HELPER 698 select DRM_DISPLAY_DP_AUX_BUS 699 help 700 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 701 be handled by the DRM_PANEL_SIMPLE driver because its power 702 sequencing is non-standard. 703 704config DRM_PANEL_SAMSUNG_DB7430 705 tristate "Samsung DB7430-based DPI panels" 706 depends on OF && SPI && GPIOLIB 707 depends on BACKLIGHT_CLASS_DEVICE 708 select DRM_MIPI_DBI 709 help 710 Say Y here if you want to enable support for the Samsung 711 DB7430 DPI display controller used in such devices as the 712 LMS397KF04 480x800 DPI panel. 713 714config DRM_PANEL_SAMSUNG_LD9040 715 tristate "Samsung LD9040 RGB/SPI panel" 716 depends on OF && SPI 717 depends on BACKLIGHT_CLASS_DEVICE 718 select VIDEOMODE_HELPERS 719 720config DRM_PANEL_SAMSUNG_S6E3FA7 721 tristate "Samsung S6E3FA7 panel driver" 722 depends on OF 723 depends on DRM_MIPI_DSI 724 depends on BACKLIGHT_CLASS_DEVICE 725 help 726 Say Y here if you want to enable support for the Samsung S6E3FA7 727 1920x2220 panel. 728 729config DRM_PANEL_SAMSUNG_S6D16D0 730 tristate "Samsung S6D16D0 DSI video mode panel" 731 depends on OF 732 depends on DRM_MIPI_DSI 733 select VIDEOMODE_HELPERS 734 735config DRM_PANEL_SAMSUNG_S6D27A1 736 tristate "Samsung S6D27A1 DPI panel driver" 737 depends on OF && SPI && GPIOLIB 738 select DRM_MIPI_DBI 739 help 740 Say Y here if you want to enable support for the Samsung 741 S6D27A1 DPI 480x800 panel. 742 743 This panel can be found in Samsung Galaxy Ace 2 744 GT-I8160 mobile phone. 745 746config DRM_PANEL_SAMSUNG_S6D7AA0 747 tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller" 748 depends on OF 749 depends on BACKLIGHT_CLASS_DEVICE 750 select DRM_MIPI_DSI 751 select VIDEOMODE_HELPERS 752 753config DRM_PANEL_SAMSUNG_S6E3HA2 754 tristate "Samsung S6E3HA2 DSI video mode panel" 755 depends on OF 756 depends on DRM_MIPI_DSI 757 depends on BACKLIGHT_CLASS_DEVICE 758 select VIDEOMODE_HELPERS 759 760config DRM_PANEL_SAMSUNG_S6E3HA8 761 tristate "Samsung S6E3HA8 DSI video mode panel" 762 depends on OF 763 depends on DRM_MIPI_DSI 764 depends on BACKLIGHT_CLASS_DEVICE 765 select DRM_DISPLAY_DSC_HELPER 766 select VIDEOMODE_HELPERS 767 768config DRM_PANEL_SAMSUNG_S6E63J0X03 769 tristate "Samsung S6E63J0X03 DSI command mode panel" 770 depends on OF 771 depends on DRM_MIPI_DSI 772 depends on BACKLIGHT_CLASS_DEVICE 773 select VIDEOMODE_HELPERS 774 775config DRM_PANEL_SAMSUNG_S6E63M0 776 tristate "Samsung S6E63M0 RGB panel" 777 depends on OF 778 depends on BACKLIGHT_CLASS_DEVICE 779 help 780 Say Y here if you want to enable support for Samsung S6E63M0 781 AMOLED LCD panel. This panel can be accessed using SPI or 782 DSI. 783 784config DRM_PANEL_SAMSUNG_S6E63M0_SPI 785 tristate "Samsung S6E63M0 RGB SPI interface" 786 depends on SPI 787 depends on DRM_PANEL_SAMSUNG_S6E63M0 788 default DRM_PANEL_SAMSUNG_S6E63M0 789 select DRM_MIPI_DBI 790 help 791 Say Y here if you want to be able to access the Samsung 792 S6E63M0 panel using SPI. 793 794config DRM_PANEL_SAMSUNG_S6E63M0_DSI 795 tristate "Samsung S6E63M0 RGB DSI interface" 796 depends on DRM_MIPI_DSI 797 depends on DRM_PANEL_SAMSUNG_S6E63M0 798 help 799 Say Y here if you want to be able to access the Samsung 800 S6E63M0 panel using DSI. 801 802config DRM_PANEL_SAMSUNG_S6E8AA0 803 tristate "Samsung S6E8AA0 DSI video mode panel" 804 depends on OF 805 select DRM_MIPI_DSI 806 select VIDEOMODE_HELPERS 807 808config DRM_PANEL_SAMSUNG_SOFEF00 809 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 810 depends on OF 811 depends on DRM_MIPI_DSI 812 depends on BACKLIGHT_CLASS_DEVICE 813 select VIDEOMODE_HELPERS 814 help 815 Say Y or M here if you want to enable support for the Samsung AMOLED 816 command mode panels found in the OnePlus 6/6T smartphones. 817 818 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 819 820config DRM_PANEL_SEIKO_43WVF1G 821 tristate "Seiko 43WVF1G panel" 822 depends on OF 823 depends on BACKLIGHT_CLASS_DEVICE 824 select VIDEOMODE_HELPERS 825 help 826 Say Y here if you want to enable support for the Seiko 827 43WVF1G controller for 800x480 LCD panels 828 829config DRM_PANEL_SHARP_LQ101R1SX01 830 tristate "Sharp LQ101R1SX01 panel" 831 depends on OF 832 depends on DRM_MIPI_DSI 833 depends on BACKLIGHT_CLASS_DEVICE 834 help 835 Say Y here if you want to enable support for Sharp LQ101R1SX01 836 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 837 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 838 the host and has a built-in LED backlight. 839 840 To compile this driver as a module, choose M here: the module 841 will be called panel-sharp-lq101r1sx01. 842 843config DRM_PANEL_SHARP_LS037V7DW01 844 tristate "Sharp LS037V7DW01 VGA LCD panel" 845 depends on GPIOLIB && OF && REGULATOR 846 help 847 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 848 (480x640) LCD panel (found on the TI SDP3430 board). 849 850config DRM_PANEL_SHARP_LS043T1LE01 851 tristate "Sharp LS043T1LE01 qHD video mode panel" 852 depends on OF 853 depends on DRM_MIPI_DSI 854 depends on BACKLIGHT_CLASS_DEVICE 855 help 856 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 857 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 858 859config DRM_PANEL_SHARP_LS060T1SX01 860 tristate "Sharp LS060T1SX01 FullHD video mode panel" 861 depends on OF 862 depends on DRM_MIPI_DSI 863 depends on BACKLIGHT_CLASS_DEVICE 864 help 865 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 866 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 867 Bundle. 868 869config DRM_PANEL_SITRONIX_ST7701 870 tristate "Sitronix ST7701 panel driver" 871 depends on OF 872 depends on SPI || DRM_MIPI_DSI 873 select DRM_MIPI_DBI if SPI 874 depends on BACKLIGHT_CLASS_DEVICE 875 help 876 Say Y here if you want to enable support for the Sitronix 877 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 878 system interfaces. 879 880config DRM_PANEL_SITRONIX_ST7703 881 tristate "Sitronix ST7703 based MIPI touchscreen panels" 882 depends on OF 883 depends on DRM_MIPI_DSI 884 depends on BACKLIGHT_CLASS_DEVICE 885 help 886 Say Y here if you want to enable support for Sitronix ST7703 based 887 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 888 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 889 in backlight and touch controller. 890 Touch input support is provided by the goodix driver and needs to be 891 selected separately. 892 893config DRM_PANEL_SITRONIX_ST7789V 894 tristate "Sitronix ST7789V panel" 895 depends on OF && SPI 896 depends on BACKLIGHT_CLASS_DEVICE 897 help 898 Say Y here if you want to enable support for the Sitronix 899 ST7789V controller for 240x320 LCD panels 900 901config DRM_PANEL_SONY_ACX565AKM 902 tristate "Sony ACX565AKM panel" 903 depends on GPIOLIB && OF && SPI 904 depends on BACKLIGHT_CLASS_DEVICE 905 help 906 Say Y here if you want to enable support for the Sony ACX565AKM 907 800x600 3.5" panel (found on the Nokia N900). 908 909config DRM_PANEL_SONY_TD4353_JDI 910 tristate "Sony TD4353 JDI panel" 911 depends on GPIOLIB && OF 912 depends on DRM_MIPI_DSI 913 depends on BACKLIGHT_CLASS_DEVICE 914 help 915 Say Y here if you want to enable support for the Sony Tama 916 TD4353 JDI command mode panel as found on some Sony Xperia 917 XZ2 and XZ2 Compact smartphones. 918 919config DRM_PANEL_SONY_TULIP_TRULY_NT35521 920 tristate "Sony Tulip Truly NT35521 panel" 921 depends on GPIOLIB && OF 922 depends on DRM_MIPI_DSI 923 depends on BACKLIGHT_CLASS_DEVICE 924 help 925 Say Y here if you want to enable support for the Sony Tulip 926 NT35521 1280x720 video mode panel as found on Sony Xperia M4 927 Aqua phone. 928 929config DRM_PANEL_STARTEK_KD070FHFID015 930 tristate "STARTEK KD070FHFID015 panel" 931 depends on OF 932 depends on DRM_MIPI_DSI 933 depends on BACKLIGHT_CLASS_DEVICE 934 help 935 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 936 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 937 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 938 the host, a built-in LED backlight and touch controller. 939 940config DRM_PANEL_EDP 941 tristate "support for simple Embedded DisplayPort panels" 942 depends on OF 943 depends on BACKLIGHT_CLASS_DEVICE 944 depends on PM 945 select VIDEOMODE_HELPERS 946 select DRM_DISPLAY_DP_HELPER 947 select DRM_DISPLAY_HELPER 948 select DRM_DISPLAY_DP_AUX_BUS 949 select DRM_KMS_HELPER 950 help 951 DRM panel driver for dumb eDP panels that need at most a regulator and 952 a GPIO to be powered up. Optionally a backlight can be attached so 953 that it can be automatically turned off when the panel goes into a 954 low power state. 955 956config DRM_PANEL_SIMPLE 957 tristate "support for simple panels (other than eDP ones)" 958 depends on OF 959 depends on BACKLIGHT_CLASS_DEVICE 960 depends on PM 961 select VIDEOMODE_HELPERS 962 help 963 DRM panel driver for dumb non-eDP panels that need at most a regulator 964 and a GPIO to be powered up. Optionally a backlight can be attached so 965 that it can be automatically turned off when the panel goes into a 966 low power state. 967 968config DRM_PANEL_SUMMIT 969 tristate "Apple Summit display panel" 970 depends on OF 971 depends on DRM_MIPI_DSI 972 depends on BACKLIGHT_CLASS_DEVICE 973 help 974 Say Y if you want to enable support for the "Summit" display panel 975 used as a touchbar on certain Apple laptops. 976 977config DRM_PANEL_SYNAPTICS_R63353 978 tristate "Synaptics R63353-based panels" 979 depends on OF 980 depends on DRM_MIPI_DSI 981 depends on BACKLIGHT_CLASS_DEVICE 982 help 983 Say Y if you want to enable support for panels based on the 984 Synaptics R63353 controller. 985 986config DRM_PANEL_TDO_TL070WSH30 987 tristate "TDO TL070WSH30 DSI panel" 988 depends on OF 989 depends on DRM_MIPI_DSI 990 depends on BACKLIGHT_CLASS_DEVICE 991 help 992 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 993 panel module. The panel has a 1024×600 resolution and uses 994 24 bit RGB per pixel. It provides a MIPI DSI interface to 995 the host, a built-in LED backlight and touch controller. 996 997config DRM_PANEL_TPO_TD028TTEC1 998 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 999 depends on OF && SPI 1000 depends on BACKLIGHT_CLASS_DEVICE 1001 help 1002 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 1003 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 1004 1005config DRM_PANEL_TPO_TD043MTEA1 1006 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 1007 depends on GPIOLIB && OF && REGULATOR && SPI 1008 help 1009 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 1010 4.3" panel (found on the OMAP3 Pandora board). 1011 1012config DRM_PANEL_TPO_TPG110 1013 tristate "TPO TPG 800x400 panel" 1014 depends on OF && SPI && GPIOLIB 1015 depends on BACKLIGHT_CLASS_DEVICE 1016 help 1017 Say Y here if you want to enable support for TPO TPG110 1018 400CH LTPS TFT LCD Single Chip Digital Driver for up to 1019 800x400 LCD panels. 1020 1021config DRM_PANEL_TRULY_NT35597_WQXGA 1022 tristate "Truly WQXGA" 1023 depends on OF 1024 depends on DRM_MIPI_DSI 1025 help 1026 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 1027 Video Mode panel 1028 1029config DRM_PANEL_VISIONOX_G2647FB105 1030 tristate "Visionox G2647FB105" 1031 depends on OF 1032 depends on DRM_MIPI_DSI 1033 depends on BACKLIGHT_CLASS_DEVICE 1034 help 1035 Say Y here if you want to enable support for the Visionox 1036 G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel. 1037 1038config DRM_PANEL_VISIONOX_R66451 1039 tristate "Visionox R66451" 1040 depends on OF 1041 depends on DRM_MIPI_DSI 1042 depends on BACKLIGHT_CLASS_DEVICE 1043 select DRM_DISPLAY_DSC_HELPER 1044 select DRM_DISPLAY_HELPER 1045 help 1046 Say Y here if you want to enable support for Visionox 1047 R66451 1080x2340 AMOLED DSI panel. 1048 1049config DRM_PANEL_VISIONOX_RM69299 1050 tristate "Visionox RM69299" 1051 depends on OF 1052 depends on DRM_MIPI_DSI 1053 help 1054 Say Y here if you want to enable support for Visionox 1055 RM69299 DSI Video Mode panel. 1056 1057config DRM_PANEL_VISIONOX_RM692E5 1058 tristate "Visionox RM692E5" 1059 depends on OF 1060 depends on DRM_MIPI_DSI 1061 depends on BACKLIGHT_CLASS_DEVICE 1062 select DRM_DISPLAY_DSC_HELPER 1063 select DRM_DISPLAY_HELPER 1064 help 1065 Say Y here if you want to enable support for Visionox RM692E5 amoled 1066 display panels, such as the one found in the Nothing Phone (1) 1067 smartphone. 1068 1069config DRM_PANEL_VISIONOX_VTDR6130 1070 tristate "Visionox VTDR6130" 1071 depends on OF 1072 depends on DRM_MIPI_DSI 1073 depends on BACKLIGHT_CLASS_DEVICE 1074 help 1075 Say Y here if you want to enable support for Visionox 1076 VTDR6130 1080x2400 AMOLED DSI panel. 1077 1078config DRM_PANEL_WIDECHIPS_WS2401 1079 tristate "Widechips WS2401 DPI panel driver" 1080 depends on SPI && GPIOLIB 1081 depends on BACKLIGHT_CLASS_DEVICE 1082 select DRM_MIPI_DBI 1083 help 1084 Say Y here if you want to enable support for the Widechips WS2401 DPI 1085 480x800 display controller used in panels such as Samsung LMS380KF01. 1086 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 1087 1088config DRM_PANEL_XINPENG_XPP055C272 1089 tristate "Xinpeng XPP055C272 panel driver" 1090 depends on OF 1091 depends on DRM_MIPI_DSI 1092 depends on BACKLIGHT_CLASS_DEVICE 1093 help 1094 Say Y here if you want to enable support for the Xinpeng 1095 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 1096 system interfaces. 1097endmenu 1098