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_BOE_BF060Y8M_AJ0 41 tristate "Boe BF060Y8M-AJ0 panel" 42 depends on OF 43 depends on DRM_MIPI_DSI 44 depends on BACKLIGHT_CLASS_DEVICE 45 help 46 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 47 5.99" AMOLED modules. The panel has a 1080x2160 resolution and 48 uses 24 bit RGB per pixel. It provides a MIPI DSI interface to 49 the host and backlight is controlled through DSI commands. 50 51config DRM_PANEL_BOE_HIMAX8279D 52 tristate "Boe Himax8279d panel" 53 depends on OF 54 depends on DRM_MIPI_DSI 55 depends on BACKLIGHT_CLASS_DEVICE 56 help 57 Say Y here if you want to enable support for Boe Himax8279d 58 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 59 24 bit RGB per pixel. It provides a MIPI DSI interface to 60 the host and has a built-in LED backlight. 61 62config DRM_PANEL_BOE_TV101WUM_NL6 63 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 64 depends on OF 65 depends on DRM_MIPI_DSI 66 depends on BACKLIGHT_CLASS_DEVICE 67 help 68 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 69 45NA WUXGA PANEL DSI Video Mode panel 70 71config DRM_PANEL_DSI_CM 72 tristate "Generic DSI command mode panels" 73 depends on OF 74 depends on DRM_MIPI_DSI 75 depends on BACKLIGHT_CLASS_DEVICE 76 help 77 DRM panel driver for DSI command mode panels with support for 78 embedded and external backlights. 79 80config DRM_PANEL_LVDS 81 tristate "Generic LVDS panel driver" 82 depends on OF 83 depends on BACKLIGHT_CLASS_DEVICE 84 select VIDEOMODE_HELPERS 85 help 86 This driver supports LVDS panels that don't require device-specific 87 handling of power supplies or control signals. It implements automatic 88 backlight handling if the panel is attached to a backlight controller. 89 90config DRM_PANEL_SIMPLE 91 tristate "support for simple panels (other than eDP ones)" 92 depends on OF 93 depends on BACKLIGHT_CLASS_DEVICE 94 depends on PM 95 select VIDEOMODE_HELPERS 96 help 97 DRM panel driver for dumb non-eDP panels that need at most a regulator 98 and a GPIO to be powered up. Optionally a backlight can be attached so 99 that it can be automatically turned off when the panel goes into a 100 low power state. 101 102config DRM_PANEL_EDP 103 tristate "support for simple Embedded DisplayPort panels" 104 depends on OF 105 depends on BACKLIGHT_CLASS_DEVICE 106 depends on PM 107 select VIDEOMODE_HELPERS 108 select DRM_DISPLAY_DP_HELPER 109 select DRM_DISPLAY_HELPER 110 select DRM_DP_AUX_BUS 111 select DRM_KMS_HELPER 112 help 113 DRM panel driver for dumb eDP panels that need at most a regulator and 114 a GPIO to be powered up. Optionally a backlight can be attached so 115 that it can be automatically turned off when the panel goes into a 116 low power state. 117 118config DRM_PANEL_EBBG_FT8719 119 tristate "EBBG FT8719 panel driver" 120 depends on OF 121 depends on DRM_MIPI_DSI 122 depends on BACKLIGHT_CLASS_DEVICE 123 help 124 Say Y here if you want to enable support for the EBBG FT8719 125 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 126 The panel has a resolution of 1080x2246. It provides a MIPI DSI 127 interface to the host. 128 129config DRM_PANEL_ELIDA_KD35T133 130 tristate "Elida KD35T133 panel driver" 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 Elida 136 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 137 system interfaces. 138 139config DRM_PANEL_FEIXIN_K101_IM2BA02 140 tristate "Feixin K101 IM2BA02 panel" 141 depends on OF 142 depends on DRM_MIPI_DSI 143 depends on BACKLIGHT_CLASS_DEVICE 144 help 145 Say Y here if you want to enable support for the Feixin K101 IM2BA02 146 4-lane 800x1280 MIPI DSI panel. 147 148config DRM_PANEL_FEIYANG_FY07024DI26A30D 149 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 150 depends on OF 151 depends on DRM_MIPI_DSI 152 depends on BACKLIGHT_CLASS_DEVICE 153 help 154 Say Y if you want to enable support for panels based on the 155 Feiyang FY07024DI26A30-D MIPI-DSI interface. 156 157config DRM_PANEL_HIMAX_HX8394 158 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 159 depends on OF 160 depends on DRM_MIPI_DSI 161 depends on BACKLIGHT_CLASS_DEVICE 162 help 163 Say Y if you want to enable support for panels based on the 164 Himax HX8394 controller, such as the HannStar HSD060BHW4 165 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 166 167 If M is selected the module will be called panel-himax-hx8394. 168 169config DRM_PANEL_ILITEK_IL9322 170 tristate "Ilitek ILI9322 320x240 QVGA panels" 171 depends on OF && SPI 172 select REGMAP 173 help 174 Say Y here if you want to enable support for Ilitek IL9322 175 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 176 177config DRM_PANEL_ILITEK_ILI9341 178 tristate "Ilitek ILI9341 240x320 QVGA panels" 179 depends on OF && SPI 180 select DRM_KMS_HELPER 181 select DRM_GEM_DMA_HELPER 182 depends on BACKLIGHT_CLASS_DEVICE 183 select DRM_MIPI_DBI 184 help 185 Say Y here if you want to enable support for Ilitek IL9341 186 QVGA (240x320) RGB panels. support serial & parallel rgb 187 interface. 188 189config DRM_PANEL_ILITEK_ILI9881C 190 tristate "Ilitek ILI9881C-based panels" 191 depends on OF 192 depends on DRM_MIPI_DSI 193 depends on BACKLIGHT_CLASS_DEVICE 194 help 195 Say Y if you want to enable support for panels based on the 196 Ilitek ILI9881c controller. 197 198config DRM_PANEL_INNOLUX_EJ030NA 199 tristate "Innolux EJ030NA 320x480 LCD panel" 200 depends on OF && SPI 201 select REGMAP_SPI 202 help 203 Say Y here to enable support for the Innolux/Chimei EJ030NA 204 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 205 and LDK handheld gaming consoles. 206 207config DRM_PANEL_INNOLUX_P079ZCA 208 tristate "Innolux P079ZCA panel" 209 depends on OF 210 depends on DRM_MIPI_DSI 211 depends on BACKLIGHT_CLASS_DEVICE 212 help 213 Say Y here if you want to enable support for Innolux P079ZCA 214 TFT-LCD modules. The panel has a 1024x768 resolution and uses 215 24 bit RGB per pixel. It provides a MIPI DSI interface to 216 the host and has a built-in LED backlight. 217 218config DRM_PANEL_JADARD_JD9365DA_H3 219 tristate "Jadard JD9365DA-H3 WXGA DSI panel" 220 depends on OF 221 depends on DRM_MIPI_DSI 222 depends on BACKLIGHT_CLASS_DEVICE 223 help 224 Say Y here if you want to enable support for Jadard JD9365DA-H3 225 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 226 800RGBx1280 dots at maximum. 227 228config DRM_PANEL_JDI_LT070ME05000 229 tristate "JDI LT070ME05000 WUXGA DSI panel" 230 depends on OF 231 depends on DRM_MIPI_DSI 232 depends on BACKLIGHT_CLASS_DEVICE 233 help 234 Say Y here if you want to enable support for JDI DSI video mode 235 panel as found in Google Nexus 7 (2013) devices. 236 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 237 24 bit per pixel. 238 239config DRM_PANEL_JDI_R63452 240 tristate "JDI R63452 Full HD DSI panel" 241 depends on OF 242 depends on DRM_MIPI_DSI 243 depends on BACKLIGHT_CLASS_DEVICE 244 help 245 Say Y here if you want to enable support for the JDI R63452 246 DSI command mode panel as found in Xiaomi Mi 5 Devices. 247 248config DRM_PANEL_KHADAS_TS050 249 tristate "Khadas TS050 panel" 250 depends on OF 251 depends on DRM_MIPI_DSI 252 depends on BACKLIGHT_CLASS_DEVICE 253 help 254 Say Y here if you want to enable support for Khadas TS050 TFT-LCD 255 panel module. The panel has a 1080x1920 resolution and uses 256 24 bit RGB per pixel. It provides a MIPI DSI interface to 257 the host, a built-in LED backlight and touch controller. 258 259config DRM_PANEL_KINGDISPLAY_KD097D04 260 tristate "Kingdisplay kd097d04 panel" 261 depends on OF 262 depends on DRM_MIPI_DSI 263 depends on BACKLIGHT_CLASS_DEVICE 264 help 265 Say Y here if you want to enable support for Kingdisplay kd097d04 266 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 267 24 bit RGB per pixel. It provides a MIPI DSI interface to 268 the host and has a built-in LED backlight. 269 270config DRM_PANEL_LEADTEK_LTK050H3146W 271 tristate "Leadtek LTK050H3146W panel" 272 depends on OF 273 depends on DRM_MIPI_DSI 274 depends on BACKLIGHT_CLASS_DEVICE 275 help 276 Say Y here if you want to enable support for Leadtek LTK050H3146W 277 TFT-LCD modules. The panel has a 720x1280 resolution and uses 278 24 bit RGB per pixel. It provides a MIPI DSI interface to 279 the host and has a built-in LED backlight. 280 281config DRM_PANEL_LEADTEK_LTK500HD1829 282 tristate "Leadtek LTK500HD1829 panel" 283 depends on OF 284 depends on DRM_MIPI_DSI 285 depends on BACKLIGHT_CLASS_DEVICE 286 help 287 Say Y here if you want to enable support for Kingdisplay kd097d04 288 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 289 24 bit RGB per pixel. It provides a MIPI DSI interface to 290 the host and has a built-in LED backlight. 291 292config DRM_PANEL_SAMSUNG_LD9040 293 tristate "Samsung LD9040 RGB/SPI panel" 294 depends on OF && SPI 295 select VIDEOMODE_HELPERS 296 297config DRM_PANEL_LG_LB035Q02 298 tristate "LG LB035Q024573 RGB panel" 299 depends on GPIOLIB && OF && SPI 300 help 301 Say Y here if you want to enable support for the LB035Q02 RGB panel 302 (found on the Gumstix Overo Palo35 board). To compile this driver as 303 a module, choose M here. 304 305config DRM_PANEL_LG_LG4573 306 tristate "LG4573 RGB/SPI panel" 307 depends on OF && SPI 308 select VIDEOMODE_HELPERS 309 help 310 Say Y here if you want to enable support for LG4573 RGB panel. 311 To compile this driver as a module, choose M here. 312 313config DRM_PANEL_NEC_NL8048HL11 314 tristate "NEC NL8048HL11 RGB panel" 315 depends on GPIOLIB && OF && SPI 316 help 317 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 318 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 319 as a module, choose M here. 320 321config DRM_PANEL_NEWVISION_NV3051D 322 tristate "NewVision NV3051D DSI panel" 323 depends on OF 324 depends on DRM_MIPI_DSI 325 depends on BACKLIGHT_CLASS_DEVICE 326 help 327 This driver supports the NV3051D based panel found on the Anbernic 328 RG353P and RG353V. 329 330config DRM_PANEL_NEWVISION_NV3052C 331 tristate "NewVision NV3052C RGB/SPI panel" 332 depends on OF && SPI 333 depends on BACKLIGHT_CLASS_DEVICE 334 select DRM_MIPI_DBI 335 help 336 Say Y here if you want to enable support for the panels built 337 around the NewVision NV3052C display controller. 338 339config DRM_PANEL_NOVATEK_NT35510 340 tristate "Novatek NT35510 RGB panel driver" 341 depends on OF 342 depends on DRM_MIPI_DSI 343 depends on BACKLIGHT_CLASS_DEVICE 344 help 345 Say Y here if you want to enable support for the panels built 346 around the Novatek NT35510 display controller, such as some 347 Hydis panels. 348 349config DRM_PANEL_NOVATEK_NT35560 350 tristate "Novatek NT35560 DSI command mode panel" 351 depends on OF 352 depends on DRM_MIPI_DSI 353 depends on BACKLIGHT_CLASS_DEVICE 354 select VIDEOMODE_HELPERS 355 help 356 Say Y here if you want to enable the Novatek NT35560 display 357 controller. This panel supports DSI in both command and video 358 mode. This supports several panels such as Sony ACX424AKM and 359 ACX424AKP. 360 361config DRM_PANEL_NOVATEK_NT35950 362 tristate "Novatek NT35950 DSI panel" 363 depends on OF 364 depends on DRM_MIPI_DSI 365 depends on BACKLIGHT_CLASS_DEVICE 366 help 367 Say Y here if you want to enable support for the panels built 368 around the Novatek NT35950 display controller, such as some 369 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 370 mobile phones. 371 372config DRM_PANEL_NOVATEK_NT36672A 373 tristate "Novatek NT36672A DSI panel" 374 depends on OF 375 depends on DRM_MIPI_DSI 376 depends on BACKLIGHT_CLASS_DEVICE 377 help 378 Say Y here if you want to enable support for the panels built 379 around the Novatek NT36672A display controller, such as some 380 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 381 382config DRM_PANEL_NOVATEK_NT39016 383 tristate "Novatek NT39016 RGB/SPI panel" 384 depends on OF && SPI 385 depends on BACKLIGHT_CLASS_DEVICE 386 select REGMAP_SPI 387 help 388 Say Y here if you want to enable support for the panels built 389 around the Novatek NT39016 display controller. 390 391config DRM_PANEL_MANTIX_MLAF057WE51 392 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 393 depends on OF 394 depends on DRM_MIPI_DSI 395 depends on BACKLIGHT_CLASS_DEVICE 396 help 397 Say Y here if you want to enable support for the Mantix 398 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 399 has a resolution of 720x1440 pixels, a built in backlight and touch 400 controller. 401 402config DRM_PANEL_OLIMEX_LCD_OLINUXINO 403 tristate "Olimex LCD-OLinuXino panel" 404 depends on OF 405 depends on I2C 406 depends on BACKLIGHT_CLASS_DEVICE 407 select CRC32 408 help 409 The panel is used with different sizes LCDs, from 480x272 to 410 1280x800, and 24 bit per pixel. 411 412 Say Y here if you want to enable support for Olimex Ltd. 413 LCD-OLinuXino panel. 414 415config DRM_PANEL_ORISETECH_OTA5601A 416 tristate "Orise Technology ota5601a RGB/SPI panel" 417 depends on SPI 418 depends on BACKLIGHT_CLASS_DEVICE 419 select REGMAP_SPI 420 help 421 Say Y here if you want to enable support for the panels built 422 around the Orise Technology OTA9601A display controller. 423 424config DRM_PANEL_ORISETECH_OTM8009A 425 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 426 depends on OF 427 depends on DRM_MIPI_DSI 428 depends on BACKLIGHT_CLASS_DEVICE 429 help 430 Say Y here if you want to enable support for Orise Technology 431 otm8009a 480x800 dsi 2dl panel. 432 433config DRM_PANEL_OSD_OSD101T2587_53TS 434 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 435 depends on OF 436 depends on DRM_MIPI_DSI 437 depends on BACKLIGHT_CLASS_DEVICE 438 help 439 Say Y here if you want to enable support for One Stop Displays 440 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 441 442config DRM_PANEL_PANASONIC_VVX10F034N00 443 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 444 depends on OF 445 depends on DRM_MIPI_DSI 446 depends on BACKLIGHT_CLASS_DEVICE 447 help 448 Say Y here if you want to enable support for Panasonic VVX10F034N00 449 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 450 Xperia Z2 tablets 451 452config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 453 tristate "Raspberry Pi 7-inch touchscreen panel" 454 depends on DRM_MIPI_DSI 455 help 456 Say Y here if you want to enable support for the Raspberry 457 Pi 7" Touchscreen. To compile this driver as a module, 458 choose M here. 459 460config DRM_PANEL_RAYDIUM_RM67191 461 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 462 depends on OF 463 depends on DRM_MIPI_DSI 464 depends on BACKLIGHT_CLASS_DEVICE 465 help 466 Say Y here if you want to enable support for Raydium RM67191 FHD 467 (1080x1920) DSI panel. 468 469config DRM_PANEL_RAYDIUM_RM68200 470 tristate "Raydium RM68200 720x1280 DSI video mode panel" 471 depends on OF 472 depends on DRM_MIPI_DSI 473 depends on BACKLIGHT_CLASS_DEVICE 474 help 475 Say Y here if you want to enable support for Raydium RM68200 476 720x1280 DSI video mode panel. 477 478config DRM_PANEL_RONBO_RB070D30 479 tristate "Ronbo Electronics RB070D30 panel" 480 depends on OF 481 depends on DRM_MIPI_DSI 482 depends on BACKLIGHT_CLASS_DEVICE 483 help 484 Say Y here if you want to enable support for Ronbo Electronics 485 RB070D30 1024x600 DSI panel. 486 487config DRM_PANEL_SAMSUNG_ATNA33XC20 488 tristate "Samsung ATNA33XC20 eDP panel" 489 depends on OF 490 depends on BACKLIGHT_CLASS_DEVICE 491 depends on PM 492 select DRM_DISPLAY_DP_HELPER 493 select DRM_DISPLAY_HELPER 494 select DRM_DP_AUX_BUS 495 help 496 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 497 be handled by the DRM_PANEL_SIMPLE driver because its power 498 sequencing is non-standard. 499 500config DRM_PANEL_SAMSUNG_DB7430 501 tristate "Samsung DB7430-based DPI panels" 502 depends on OF && SPI && GPIOLIB 503 depends on BACKLIGHT_CLASS_DEVICE 504 select DRM_MIPI_DBI 505 help 506 Say Y here if you want to enable support for the Samsung 507 DB7430 DPI display controller used in such devices as the 508 LMS397KF04 480x800 DPI panel. 509 510config DRM_PANEL_SAMSUNG_S6D16D0 511 tristate "Samsung S6D16D0 DSI video mode panel" 512 depends on OF 513 depends on DRM_MIPI_DSI 514 select VIDEOMODE_HELPERS 515 516config DRM_PANEL_SAMSUNG_S6D27A1 517 tristate "Samsung S6D27A1 DPI panel driver" 518 depends on OF && SPI && GPIOLIB 519 select DRM_MIPI_DBI 520 help 521 Say Y here if you want to enable support for the Samsung 522 S6D27A1 DPI 480x800 panel. 523 524 This panel can be found in Samsung Galaxy Ace 2 525 GT-I8160 mobile phone. 526 527config DRM_PANEL_SAMSUNG_S6E3HA2 528 tristate "Samsung S6E3HA2 DSI video mode panel" 529 depends on OF 530 depends on DRM_MIPI_DSI 531 depends on BACKLIGHT_CLASS_DEVICE 532 select VIDEOMODE_HELPERS 533 534config DRM_PANEL_SAMSUNG_S6E63J0X03 535 tristate "Samsung S6E63J0X03 DSI command mode panel" 536 depends on OF 537 depends on DRM_MIPI_DSI 538 depends on BACKLIGHT_CLASS_DEVICE 539 select VIDEOMODE_HELPERS 540 541config DRM_PANEL_SAMSUNG_S6E63M0 542 tristate "Samsung S6E63M0 RGB panel" 543 depends on OF 544 depends on BACKLIGHT_CLASS_DEVICE 545 help 546 Say Y here if you want to enable support for Samsung S6E63M0 547 AMOLED LCD panel. This panel can be accessed using SPI or 548 DSI. 549 550config DRM_PANEL_SAMSUNG_S6E63M0_SPI 551 tristate "Samsung S6E63M0 RGB SPI interface" 552 depends on SPI 553 depends on DRM_PANEL_SAMSUNG_S6E63M0 554 default DRM_PANEL_SAMSUNG_S6E63M0 555 select DRM_MIPI_DBI 556 help 557 Say Y here if you want to be able to access the Samsung 558 S6E63M0 panel using SPI. 559 560config DRM_PANEL_SAMSUNG_S6E63M0_DSI 561 tristate "Samsung S6E63M0 RGB DSI interface" 562 depends on DRM_MIPI_DSI 563 depends on DRM_PANEL_SAMSUNG_S6E63M0 564 help 565 Say Y here if you want to be able to access the Samsung 566 S6E63M0 panel using DSI. 567 568config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 569 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 570 depends on OF 571 select DRM_MIPI_DSI 572 select VIDEOMODE_HELPERS 573 574config DRM_PANEL_SAMSUNG_S6E8AA0 575 tristate "Samsung S6E8AA0 DSI video mode panel" 576 depends on OF 577 select DRM_MIPI_DSI 578 select VIDEOMODE_HELPERS 579 580config DRM_PANEL_SAMSUNG_SOFEF00 581 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 582 depends on OF 583 depends on DRM_MIPI_DSI 584 depends on BACKLIGHT_CLASS_DEVICE 585 select VIDEOMODE_HELPERS 586 help 587 Say Y or M here if you want to enable support for the Samsung AMOLED 588 command mode panels found in the OnePlus 6/6T smartphones. 589 590 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 591 592config DRM_PANEL_SEIKO_43WVF1G 593 tristate "Seiko 43WVF1G panel" 594 depends on OF 595 depends on BACKLIGHT_CLASS_DEVICE 596 select VIDEOMODE_HELPERS 597 help 598 Say Y here if you want to enable support for the Seiko 599 43WVF1G controller for 800x480 LCD panels 600 601config DRM_PANEL_SHARP_LQ101R1SX01 602 tristate "Sharp LQ101R1SX01 panel" 603 depends on OF 604 depends on DRM_MIPI_DSI 605 depends on BACKLIGHT_CLASS_DEVICE 606 help 607 Say Y here if you want to enable support for Sharp LQ101R1SX01 608 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 609 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 610 the host and has a built-in LED backlight. 611 612 To compile this driver as a module, choose M here: the module 613 will be called panel-sharp-lq101r1sx01. 614 615config DRM_PANEL_SHARP_LS037V7DW01 616 tristate "Sharp LS037V7DW01 VGA LCD panel" 617 depends on GPIOLIB && OF && REGULATOR 618 help 619 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 620 (480x640) LCD panel (found on the TI SDP3430 board). 621 622config DRM_PANEL_SHARP_LS043T1LE01 623 tristate "Sharp LS043T1LE01 qHD video mode panel" 624 depends on OF 625 depends on DRM_MIPI_DSI 626 depends on BACKLIGHT_CLASS_DEVICE 627 help 628 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 629 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 630 631config DRM_PANEL_SHARP_LS060T1SX01 632 tristate "Sharp LS060T1SX01 FullHD video mode panel" 633 depends on OF 634 depends on DRM_MIPI_DSI 635 depends on BACKLIGHT_CLASS_DEVICE 636 help 637 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 638 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 639 Bundle. 640 641config DRM_PANEL_SITRONIX_ST7701 642 tristate "Sitronix ST7701 panel driver" 643 depends on OF 644 depends on DRM_MIPI_DSI 645 depends on BACKLIGHT_CLASS_DEVICE 646 help 647 Say Y here if you want to enable support for the Sitronix 648 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 649 system interfaces. 650 651config DRM_PANEL_SITRONIX_ST7703 652 tristate "Sitronix ST7703 based MIPI touchscreen panels" 653 depends on OF 654 depends on DRM_MIPI_DSI 655 depends on BACKLIGHT_CLASS_DEVICE 656 help 657 Say Y here if you want to enable support for Sitronix ST7703 based 658 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 659 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 660 in backlight and touch controller. 661 Touch input support is provided by the goodix driver and needs to be 662 selected separately. 663 664config DRM_PANEL_SITRONIX_ST7789V 665 tristate "Sitronix ST7789V panel" 666 depends on OF && SPI 667 depends on BACKLIGHT_CLASS_DEVICE 668 help 669 Say Y here if you want to enable support for the Sitronix 670 ST7789V controller for 240x320 LCD panels 671 672config DRM_PANEL_SONY_ACX565AKM 673 tristate "Sony ACX565AKM panel" 674 depends on GPIOLIB && OF && SPI 675 depends on BACKLIGHT_CLASS_DEVICE 676 help 677 Say Y here if you want to enable support for the Sony ACX565AKM 678 800x600 3.5" panel (found on the Nokia N900). 679 680config DRM_PANEL_SONY_TULIP_TRULY_NT35521 681 tristate "Sony Tulip Truly NT35521 panel" 682 depends on GPIOLIB && OF 683 depends on DRM_MIPI_DSI 684 depends on BACKLIGHT_CLASS_DEVICE 685 help 686 Say Y here if you want to enable support for the Sony Tulip 687 NT35521 1280x720 video mode panel as found on Sony Xperia M4 688 Aqua phone. 689 690config DRM_PANEL_TDO_TL070WSH30 691 tristate "TDO TL070WSH30 DSI panel" 692 depends on OF 693 depends on DRM_MIPI_DSI 694 depends on BACKLIGHT_CLASS_DEVICE 695 help 696 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 697 panel module. The panel has a 1024×600 resolution and uses 698 24 bit RGB per pixel. It provides a MIPI DSI interface to 699 the host, a built-in LED backlight and touch controller. 700 701config DRM_PANEL_TPO_TD028TTEC1 702 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 703 depends on OF && SPI 704 depends on BACKLIGHT_CLASS_DEVICE 705 help 706 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 707 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 708 709config DRM_PANEL_TPO_TD043MTEA1 710 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 711 depends on GPIOLIB && OF && REGULATOR && SPI 712 help 713 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 714 4.3" panel (found on the OMAP3 Pandora board). 715 716config DRM_PANEL_TPO_TPG110 717 tristate "TPO TPG 800x400 panel" 718 depends on OF && SPI && GPIOLIB 719 depends on BACKLIGHT_CLASS_DEVICE 720 help 721 Say Y here if you want to enable support for TPO TPG110 722 400CH LTPS TFT LCD Single Chip Digital Driver for up to 723 800x400 LCD panels. 724 725config DRM_PANEL_TRULY_NT35597_WQXGA 726 tristate "Truly WQXGA" 727 depends on OF 728 depends on DRM_MIPI_DSI 729 help 730 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 731 Video Mode panel 732 733config DRM_PANEL_VISIONOX_RM69299 734 tristate "Visionox RM69299" 735 depends on OF 736 depends on DRM_MIPI_DSI 737 help 738 Say Y here if you want to enable support for Visionox 739 RM69299 DSI Video Mode panel. 740 741config DRM_PANEL_VISIONOX_VTDR6130 742 tristate "Visionox VTDR6130" 743 depends on OF 744 depends on DRM_MIPI_DSI 745 help 746 Say Y here if you want to enable support for Visionox 747 VTDR6130 1080x2400 AMOLED DSI panel. 748 749config DRM_PANEL_WIDECHIPS_WS2401 750 tristate "Widechips WS2401 DPI panel driver" 751 depends on SPI && GPIOLIB 752 depends on BACKLIGHT_CLASS_DEVICE 753 select DRM_MIPI_DBI 754 help 755 Say Y here if you want to enable support for the Widechips WS2401 DPI 756 480x800 display controller used in panels such as Samsung LMS380KF01. 757 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 758 759config DRM_PANEL_XINPENG_XPP055C272 760 tristate "Xinpeng XPP055C272 panel driver" 761 depends on OF 762 depends on DRM_MIPI_DSI 763 depends on BACKLIGHT_CLASS_DEVICE 764 help 765 Say Y here if you want to enable support for the Xinpeng 766 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 767 system interfaces. 768endmenu 769