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