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_HX83112B 197 tristate "Himax HX83112B-based DSI panel" 198 depends on OF 199 depends on DRM_MIPI_DSI 200 depends on BACKLIGHT_CLASS_DEVICE 201 select DRM_KMS_HELPER 202 help 203 Say Y here if you want to enable support for Himax HX83112B-based 204 display panels, such as the one found in the Fairphone 3 smartphone. 205 206config DRM_PANEL_HIMAX_HX8394 207 tristate "HIMAX HX8394 MIPI-DSI LCD 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 Himax HX8394 controller, such as the HannStar HSD060BHW4 214 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 215 216 If M is selected the module will be called panel-himax-hx8394. 217 218config DRM_PANEL_HYDIS_HV101HD1 219 tristate "Hydis HV101HD1 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 the Hydis HV101HD1 225 2-lane 1366x768 MIPI DSI panel found in ASUS VivoTab RT TF600T. 226 HV101HD1 is a color active matrix TFT LCD module using amorphous 227 silicon TFT's (Thin Film Transistors) as an active switching devices. 228 229 If M is selected the module will be called panel-hydis-hv101hd1 230 231config DRM_PANEL_ILITEK_IL9322 232 tristate "Ilitek ILI9322 320x240 QVGA panels" 233 depends on OF && SPI 234 select REGMAP 235 help 236 Say Y here if you want to enable support for Ilitek IL9322 237 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 238 239config DRM_PANEL_ILITEK_ILI9341 240 tristate "Ilitek ILI9341 240x320 QVGA panels" 241 depends on SPI 242 select DRM_KMS_HELPER 243 select DRM_GEM_DMA_HELPER 244 depends on BACKLIGHT_CLASS_DEVICE 245 select DRM_MIPI_DBI 246 help 247 Say Y here if you want to enable support for Ilitek IL9341 248 QVGA (240x320) RGB panels. support serial & parallel rgb 249 interface. 250 251config DRM_PANEL_ILITEK_ILI9805 252 tristate "Ilitek ILI9805-based panels" 253 depends on OF 254 depends on DRM_MIPI_DSI 255 depends on BACKLIGHT_CLASS_DEVICE 256 help 257 Say Y if you want to enable support for panels based on the 258 Ilitek ILI9805 controller. 259 260config DRM_PANEL_ILITEK_ILI9806E 261 tristate "Ilitek ILI9806E-based panels" 262 depends on OF 263 depends on DRM_MIPI_DSI 264 depends on BACKLIGHT_CLASS_DEVICE 265 help 266 Say Y if you want to enable support for panels based on the 267 Ilitek ILI9806E controller. 268 269config DRM_PANEL_ILITEK_ILI9881C 270 tristate "Ilitek ILI9881C-based panels" 271 depends on OF 272 depends on DRM_MIPI_DSI 273 depends on BACKLIGHT_CLASS_DEVICE 274 help 275 Say Y if you want to enable support for panels based on the 276 Ilitek ILI9881c controller. 277 278config DRM_PANEL_ILITEK_ILI9882T 279 tristate "Ilitek ILI9882t-based panels" 280 depends on OF 281 depends on DRM_MIPI_DSI 282 depends on BACKLIGHT_CLASS_DEVICE 283 select DRM_DISPLAY_DSC_HELPER 284 help 285 Say Y if you want to enable support for panels based on the 286 Ilitek ILI9882t controller. 287 288config DRM_PANEL_INNOLUX_EJ030NA 289 tristate "Innolux EJ030NA 320x480 LCD panel" 290 depends on OF && SPI 291 select REGMAP_SPI 292 help 293 Say Y here to enable support for the Innolux/Chimei EJ030NA 294 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 295 and LDK handheld gaming consoles. 296 297config DRM_PANEL_INNOLUX_P079ZCA 298 tristate "Innolux P079ZCA panel" 299 depends on OF 300 depends on DRM_MIPI_DSI 301 depends on BACKLIGHT_CLASS_DEVICE 302 help 303 Say Y here if you want to enable support for Innolux P079ZCA 304 TFT-LCD modules. The panel has a 1024x768 resolution and uses 305 24 bit RGB per pixel. It provides a MIPI DSI interface to 306 the host and has a built-in LED backlight. 307 308config DRM_PANEL_JADARD_JD9365DA_H3 309 tristate "Jadard JD9365DA-H3 WXGA DSI panel" 310 depends on OF 311 depends on DRM_MIPI_DSI 312 depends on BACKLIGHT_CLASS_DEVICE 313 help 314 Say Y here if you want to enable support for Jadard JD9365DA-H3 315 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 316 800RGBx1280 dots at maximum. 317 318config DRM_PANEL_JDI_LPM102A188A 319 tristate "JDI LPM102A188A DSI panel" 320 depends on OF && GPIOLIB 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 JDI LPM102A188A DSI 325 command mode panel as found in Google Pixel C devices. 326 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 327 to the host. 328 329config DRM_PANEL_JDI_LT070ME05000 330 tristate "JDI LT070ME05000 WUXGA DSI panel" 331 depends on OF 332 depends on DRM_MIPI_DSI 333 depends on BACKLIGHT_CLASS_DEVICE 334 help 335 Say Y here if you want to enable support for JDI DSI video mode 336 panel as found in Google Nexus 7 (2013) devices. 337 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 338 24 bit per pixel. 339 340config DRM_PANEL_JDI_R63452 341 tristate "JDI R63452 Full HD DSI panel" 342 depends on OF 343 depends on DRM_MIPI_DSI 344 depends on BACKLIGHT_CLASS_DEVICE 345 help 346 Say Y here if you want to enable support for the JDI R63452 347 DSI command mode panel as found in Xiaomi Mi 5 Devices. 348 349config DRM_PANEL_KHADAS_TS050 350 tristate "Khadas TS050 panel" 351 depends on OF 352 depends on DRM_MIPI_DSI 353 depends on BACKLIGHT_CLASS_DEVICE 354 help 355 Say Y here if you want to enable support for Khadas TS050 TFT-LCD 356 panel module. The panel has a 1080x1920 resolution and uses 357 24 bit RGB per pixel. It provides a MIPI DSI interface to 358 the host, a built-in LED backlight and touch controller. 359 360config DRM_PANEL_KINGDISPLAY_KD097D04 361 tristate "Kingdisplay kd097d04 panel" 362 depends on OF 363 depends on DRM_MIPI_DSI 364 depends on BACKLIGHT_CLASS_DEVICE 365 help 366 Say Y here if you want to enable support for Kingdisplay kd097d04 367 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 368 24 bit RGB per pixel. It provides a MIPI DSI interface to 369 the host and has a built-in LED backlight. 370 371config DRM_PANEL_LEADTEK_LTK050H3146W 372 tristate "Leadtek LTK050H3146W panel" 373 depends on OF 374 depends on DRM_MIPI_DSI 375 depends on BACKLIGHT_CLASS_DEVICE 376 help 377 Say Y here if you want to enable support for Leadtek LTK050H3146W 378 TFT-LCD modules. The panel has a 720x1280 resolution and uses 379 24 bit RGB per pixel. It provides a MIPI DSI interface to 380 the host and has a built-in LED backlight. 381 382config DRM_PANEL_LEADTEK_LTK500HD1829 383 tristate "Leadtek LTK500HD1829 panel" 384 depends on OF 385 depends on DRM_MIPI_DSI 386 depends on BACKLIGHT_CLASS_DEVICE 387 help 388 Say Y here if you want to enable support for Kingdisplay kd097d04 389 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 390 24 bit RGB per pixel. It provides a MIPI DSI interface to 391 the host and has a built-in LED backlight. 392 393config DRM_PANEL_LINCOLNTECH_LCD197 394 tristate "Lincoln Technologies lcd197 panel" 395 depends on OF 396 depends on DRM_MIPI_DSI 397 depends on BACKLIGHT_CLASS_DEVICE 398 help 399 Say Y here if you want to enable support for lincolntech lcd197 400 TFT-LCD modules. The panel has a 1080x1920 resolution and uses 401 24 bit RGB per pixel. It provides a MIPI DSI interface to 402 the host. 403 404config DRM_PANEL_LG_LB035Q02 405 tristate "LG LB035Q024573 RGB panel" 406 depends on GPIOLIB && OF && SPI 407 help 408 Say Y here if you want to enable support for the LB035Q02 RGB panel 409 (found on the Gumstix Overo Palo35 board). To compile this driver as 410 a module, choose M here. 411 412config DRM_PANEL_LG_LD070WX3 413 tristate "LG LD070WX3 MIPI DSI panel" 414 depends on OF 415 depends on DRM_MIPI_DSI 416 depends on BACKLIGHT_CLASS_DEVICE 417 select VIDEOMODE_HELPERS 418 help 419 Say Y here if you want to enable support for the LD070WX3 MIPI DSI 420 panel found in the NVIDIA Tegra Note 7 tablet. 421 422 To compile this driver as a module, choose M here: the module will 423 be called panel-lg-ld070wx3. 424 425config DRM_PANEL_LG_LG4573 426 tristate "LG4573 RGB/SPI panel" 427 depends on OF && SPI 428 select VIDEOMODE_HELPERS 429 help 430 Say Y here if you want to enable support for LG4573 RGB panel. 431 To compile this driver as a module, choose M here. 432 433config DRM_PANEL_LG_SW43408 434 tristate "LG SW43408 panel" 435 depends on OF 436 depends on DRM_MIPI_DSI 437 depends on BACKLIGHT_CLASS_DEVICE 438 select DRM_DISPLAY_DSC_HELPER 439 select DRM_DISPLAY_HELPER 440 help 441 Say Y here if you want to enable support for LG sw43408 panel. 442 The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per 443 pixel. It provides a MIPI DSI interface to the host and has a 444 built-in LED backlight. 445 446config DRM_PANEL_MAGNACHIP_D53E6EA8966 447 tristate "Magnachip D53E6EA8966 DSI panel" 448 depends on OF && SPI 449 depends on DRM_MIPI_DSI 450 depends on BACKLIGHT_CLASS_DEVICE 451 select DRM_MIPI_DBI 452 help 453 DRM panel driver for the Samsung AMS495QA01 panel controlled 454 with the Magnachip D53E6EA8966 panel IC. This panel receives 455 video data via DSI but commands via 9-bit SPI using DBI. 456 457config DRM_PANEL_MANTIX_MLAF057WE51 458 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 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 Mantix 464 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 465 has a resolution of 720x1440 pixels, a built in backlight and touch 466 controller. 467 468config DRM_PANEL_NEC_NL8048HL11 469 tristate "NEC NL8048HL11 RGB panel" 470 depends on GPIOLIB && OF && SPI 471 help 472 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 473 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 474 as a module, choose M here. 475 476config DRM_PANEL_NEWVISION_NV3051D 477 tristate "NewVision NV3051D DSI panel" 478 depends on OF 479 depends on DRM_MIPI_DSI 480 depends on BACKLIGHT_CLASS_DEVICE 481 help 482 This driver supports the NV3051D based panel found on the Anbernic 483 RG353P and RG353V. 484 485config DRM_PANEL_NEWVISION_NV3052C 486 tristate "NewVision NV3052C RGB/SPI panel" 487 depends on OF && SPI 488 depends on BACKLIGHT_CLASS_DEVICE 489 select DRM_MIPI_DBI 490 help 491 Say Y here if you want to enable support for the panels built 492 around the NewVision NV3052C display controller. 493 494config DRM_PANEL_NOVATEK_NT35510 495 tristate "Novatek NT35510 RGB panel driver" 496 depends on OF 497 depends on DRM_MIPI_DSI 498 depends on BACKLIGHT_CLASS_DEVICE 499 help 500 Say Y here if you want to enable support for the panels built 501 around the Novatek NT35510 display controller, such as some 502 Hydis panels. 503 504config DRM_PANEL_NOVATEK_NT35560 505 tristate "Novatek NT35560 DSI command mode panel" 506 depends on OF 507 depends on DRM_MIPI_DSI 508 depends on BACKLIGHT_CLASS_DEVICE 509 select VIDEOMODE_HELPERS 510 help 511 Say Y here if you want to enable the Novatek NT35560 display 512 controller. This panel supports DSI in both command and video 513 mode. This supports several panels such as Sony ACX424AKM and 514 ACX424AKP. 515 516config DRM_PANEL_NOVATEK_NT35950 517 tristate "Novatek NT35950 DSI panel" 518 depends on OF 519 depends on DRM_MIPI_DSI 520 depends on BACKLIGHT_CLASS_DEVICE 521 help 522 Say Y here if you want to enable support for the panels built 523 around the Novatek NT35950 display controller, such as some 524 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 525 mobile phones. 526 527config DRM_PANEL_NOVATEK_NT36523 528 tristate "Novatek NT36523 panel driver" 529 depends on OF 530 depends on DRM_MIPI_DSI 531 depends on BACKLIGHT_CLASS_DEVICE 532 help 533 Say Y here if you want to enable support for the panels built 534 around the Novatek NT36523 display controller, such as some 535 Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets. 536 537config DRM_PANEL_NOVATEK_NT36672A 538 tristate "Novatek NT36672A 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 the panels built 544 around the Novatek NT36672A display controller, such as some 545 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 546 547config DRM_PANEL_NOVATEK_NT36672E 548 tristate "Novatek NT36672E DSI panel" 549 depends on OF 550 depends on DRM_MIPI_DSI 551 depends on BACKLIGHT_CLASS_DEVICE 552 help 553 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode 554 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 555 RGB per pixel. 556 557config DRM_PANEL_NOVATEK_NT37801 558 tristate "Novatek NT37801/NT37810 AMOLED DSI panel" 559 depends on OF 560 depends on DRM_MIPI_DSI 561 depends on BACKLIGHT_CLASS_DEVICE 562 select DRM_DISPLAY_DSC_HELPER 563 select DRM_DISPLAY_HELPER 564 help 565 Say Y here if you want to enable support for Novatek NT37801 (or 566 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200 567 resolution. 568 569config DRM_PANEL_NOVATEK_NT39016 570 tristate "Novatek NT39016 RGB/SPI panel" 571 depends on OF && SPI 572 depends on BACKLIGHT_CLASS_DEVICE 573 select REGMAP_SPI 574 help 575 Say Y here if you want to enable support for the panels built 576 around the Novatek NT39016 display controller. 577 578config DRM_PANEL_OLIMEX_LCD_OLINUXINO 579 tristate "Olimex LCD-OLinuXino panel" 580 depends on OF 581 depends on I2C 582 depends on BACKLIGHT_CLASS_DEVICE 583 select CRC32 584 help 585 The panel is used with different sizes LCDs, from 480x272 to 586 1280x800, and 24 bit per pixel. 587 588 Say Y here if you want to enable support for Olimex Ltd. 589 LCD-OLinuXino panel. 590 591config DRM_PANEL_ORISETECH_OTA5601A 592 tristate "Orise Technology ota5601a RGB/SPI panel" 593 depends on SPI 594 depends on BACKLIGHT_CLASS_DEVICE 595 select REGMAP_SPI 596 help 597 Say Y here if you want to enable support for the panels built 598 around the Orise Technology OTA9601A display controller. 599 600config DRM_PANEL_ORISETECH_OTM8009A 601 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 602 depends on OF 603 depends on DRM_MIPI_DSI 604 depends on BACKLIGHT_CLASS_DEVICE 605 help 606 Say Y here if you want to enable support for Orise Technology 607 otm8009a 480x800 dsi 2dl panel. 608 609config DRM_PANEL_OSD_OSD101T2587_53TS 610 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 611 depends on OF 612 depends on DRM_MIPI_DSI 613 depends on BACKLIGHT_CLASS_DEVICE 614 help 615 Say Y here if you want to enable support for One Stop Displays 616 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 617 618config DRM_PANEL_PANASONIC_VVX10F034N00 619 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 620 depends on OF 621 depends on DRM_MIPI_DSI 622 depends on BACKLIGHT_CLASS_DEVICE 623 help 624 Say Y here if you want to enable support for Panasonic VVX10F034N00 625 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 626 Xperia Z2 tablets 627 628config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 629 tristate "Raspberry Pi 7-inch touchscreen panel" 630 depends on DRM_MIPI_DSI 631 help 632 Say Y here if you want to enable support for the Raspberry 633 Pi 7" Touchscreen. To compile this driver as a module, 634 choose M here. 635 636config DRM_PANEL_RAYDIUM_RM67191 637 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 638 depends on OF 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 RM67191 FHD 643 (1080x1920) DSI panel. 644 645config DRM_PANEL_RAYDIUM_RM67200 646 tristate "Raydium RM67200-based DSI panel" 647 depends on OF 648 depends on DRM_MIPI_DSI 649 help 650 Say Y here if you want to enable support for Raydium RM67200-based 651 DSI video mode panels. This panel controller can be found in the 652 Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1 653 evaluation boards. 654 655config DRM_PANEL_RAYDIUM_RM68200 656 tristate "Raydium RM68200 720x1280 DSI video mode panel" 657 depends on OF 658 depends on DRM_MIPI_DSI 659 depends on BACKLIGHT_CLASS_DEVICE 660 help 661 Say Y here if you want to enable support for Raydium RM68200 662 720x1280 DSI video mode panel. 663 664config DRM_PANEL_RAYDIUM_RM692E5 665 tristate "Raydium RM692E5-based DSI panel" 666 depends on OF 667 depends on DRM_MIPI_DSI 668 depends on BACKLIGHT_CLASS_DEVICE 669 select DRM_DISPLAY_DSC_HELPER 670 select DRM_DISPLAY_HELPER 671 help 672 Say Y here if you want to enable support for Raydium RM692E5-based 673 display panels, such as the one found in the Fairphone 5 smartphone. 674 675config DRM_PANEL_RAYDIUM_RM69380 676 tristate "Raydium RM69380-based DSI panel" 677 depends on OF && GPIOLIB 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 Raydium RM69380-based 682 display panels. 683 684 This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021 685 in combination with an EDO OLED panel. 686 687config DRM_PANEL_RENESAS_R61307 688 tristate "Renesas R61307 DSI video mode panel" 689 depends on OF 690 depends on DRM_MIPI_DSI 691 depends on BACKLIGHT_CLASS_DEVICE 692 help 693 Say Y here if you want to enable support for KOE tx13d100vm0eaa 694 IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768 695 resolution and uses 24 bit RGB per pixel. 696 697 This panel controller can be found in LG Optimus Vu P895 smartphone 698 in combination with LCD panel. 699 700config DRM_PANEL_RENESAS_R69328 701 tristate "Renesas R69328 720x1280 DSI video mode panel" 702 depends on OF 703 depends on DRM_MIPI_DSI 704 depends on BACKLIGHT_CLASS_DEVICE 705 help 706 Say Y here if you want to enable support for JDI dx12d100vm0eaa 707 IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280 708 resolution and uses 24 bit RGB per pixel. 709 710 This panel controller can be found in LG Optimus 4X P895 smartphone 711 in combination with LCD panel. 712 713config DRM_PANEL_RONBO_RB070D30 714 tristate "Ronbo Electronics RB070D30 panel" 715 depends on OF 716 depends on DRM_MIPI_DSI 717 depends on BACKLIGHT_CLASS_DEVICE 718 help 719 Say Y here if you want to enable support for Ronbo Electronics 720 RB070D30 1024x600 DSI panel. 721 722config DRM_PANEL_SAMSUNG_AMS581VF01 723 tristate "Samsung AMS581VF01 panel" 724 depends on OF 725 depends on DRM_MIPI_DSI 726 depends on BACKLIGHT_CLASS_DEVICE 727 help 728 Say Y or M here if you want to enable support for the 729 Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel. 730 731config DRM_PANEL_SAMSUNG_AMS639RQ08 732 tristate "Samsung AMS639RQ08 panel" 733 depends on OF 734 depends on DRM_MIPI_DSI 735 depends on BACKLIGHT_CLASS_DEVICE 736 help 737 Say Y or M here if you want to enable support for the 738 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 739 740config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 741 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 742 depends on GPIOLIB && OF && REGULATOR 743 depends on DRM_MIPI_DSI 744 depends on BACKLIGHT_CLASS_DEVICE 745 help 746 Say Y here if you want to enable support for Samsung AMS427AP24 panel 747 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 748 GT-I9195I). To compile this driver as a module, choose M here. 749 750config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 751 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 752 depends on OF 753 select DRM_MIPI_DSI 754 select VIDEOMODE_HELPERS 755 756config DRM_PANEL_SAMSUNG_ATNA33XC20 757 tristate "Samsung ATNA33XC20 eDP panel" 758 depends on OF 759 depends on BACKLIGHT_CLASS_DEVICE 760 depends on PM 761 select DRM_DISPLAY_DP_HELPER 762 select DRM_DISPLAY_HELPER 763 select DRM_DISPLAY_DP_AUX_BUS 764 help 765 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 766 be handled by the DRM_PANEL_SIMPLE driver because its power 767 sequencing is non-standard. 768 769config DRM_PANEL_SAMSUNG_DB7430 770 tristate "Samsung DB7430-based DPI panels" 771 depends on OF && SPI && GPIOLIB 772 depends on BACKLIGHT_CLASS_DEVICE 773 select DRM_MIPI_DBI 774 help 775 Say Y here if you want to enable support for the Samsung 776 DB7430 DPI display controller used in such devices as the 777 LMS397KF04 480x800 DPI panel. 778 779config DRM_PANEL_SAMSUNG_LD9040 780 tristate "Samsung LD9040 RGB/SPI panel" 781 depends on OF && SPI 782 depends on BACKLIGHT_CLASS_DEVICE 783 select VIDEOMODE_HELPERS 784 785config DRM_PANEL_SAMSUNG_LTL106HL02 786 tristate "Samsung LTL106HL02 panel" 787 depends on OF 788 depends on DRM_MIPI_DSI 789 depends on BACKLIGHT_CLASS_DEVICE 790 select VIDEOMODE_HELPERS 791 help 792 Say Y here if you want to enable support for the Samsung LTL106HL02 793 panel driver which is used in Microsoft Surface 2. 794 795 To compile this driver as a module, choose M here: the module 796 will be called panel-samsung-ltl106hl02. 797 798config DRM_PANEL_SAMSUNG_S6E3FA7 799 tristate "Samsung S6E3FA7 panel driver" 800 depends on OF 801 depends on DRM_MIPI_DSI 802 depends on BACKLIGHT_CLASS_DEVICE 803 help 804 Say Y here if you want to enable support for the Samsung S6E3FA7 805 1920x2220 panel. 806 807config DRM_PANEL_SAMSUNG_S6D16D0 808 tristate "Samsung S6D16D0 DSI video mode panel" 809 depends on OF 810 depends on DRM_MIPI_DSI 811 select VIDEOMODE_HELPERS 812 813config DRM_PANEL_SAMSUNG_S6D27A1 814 tristate "Samsung S6D27A1 DPI panel driver" 815 depends on OF && SPI && GPIOLIB 816 select DRM_MIPI_DBI 817 help 818 Say Y here if you want to enable support for the Samsung 819 S6D27A1 DPI 480x800 panel. 820 821 This panel can be found in Samsung Galaxy Ace 2 822 GT-I8160 mobile phone. 823 824config DRM_PANEL_SAMSUNG_S6D7AA0 825 tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller" 826 depends on OF 827 depends on BACKLIGHT_CLASS_DEVICE 828 select DRM_MIPI_DSI 829 select VIDEOMODE_HELPERS 830 831config DRM_PANEL_SAMSUNG_S6E3FC2X01 832 tristate "Samsung S6E3FC2X01 DSI panel controller" 833 depends on OF 834 depends on DRM_MIPI_DSI 835 depends on BACKLIGHT_CLASS_DEVICE 836 select VIDEOMODE_HELPERS 837 help 838 Say Y or M here if you want to enable support for the 839 Samsung S6E3FC2 DDIC and connected MIPI DSI panel. 840 Currently supported panels: 841 842 Samsung AMS641RW (found in the OnePlus 6T smartphone) 843 844config DRM_PANEL_SAMSUNG_S6E3HA2 845 tristate "Samsung S6E3HA2 DSI video mode panel" 846 depends on OF 847 depends on DRM_MIPI_DSI 848 depends on BACKLIGHT_CLASS_DEVICE 849 select VIDEOMODE_HELPERS 850 851config DRM_PANEL_SAMSUNG_S6E3HA8 852 tristate "Samsung S6E3HA8 DSI video mode panel" 853 depends on OF 854 depends on DRM_MIPI_DSI 855 depends on BACKLIGHT_CLASS_DEVICE 856 select DRM_DISPLAY_DSC_HELPER 857 select VIDEOMODE_HELPERS 858 859config DRM_PANEL_SAMSUNG_S6E63J0X03 860 tristate "Samsung S6E63J0X03 DSI command mode panel" 861 depends on OF 862 depends on DRM_MIPI_DSI 863 depends on BACKLIGHT_CLASS_DEVICE 864 select VIDEOMODE_HELPERS 865 866config DRM_PANEL_SAMSUNG_S6E63M0 867 tristate "Samsung S6E63M0 RGB panel" 868 depends on OF 869 depends on BACKLIGHT_CLASS_DEVICE 870 help 871 Say Y here if you want to enable support for Samsung S6E63M0 872 AMOLED LCD panel. This panel can be accessed using SPI or 873 DSI. 874 875config DRM_PANEL_SAMSUNG_S6E63M0_SPI 876 tristate "Samsung S6E63M0 RGB SPI interface" 877 depends on SPI 878 depends on DRM_PANEL_SAMSUNG_S6E63M0 879 default DRM_PANEL_SAMSUNG_S6E63M0 880 select DRM_MIPI_DBI 881 help 882 Say Y here if you want to be able to access the Samsung 883 S6E63M0 panel using SPI. 884 885config DRM_PANEL_SAMSUNG_S6E63M0_DSI 886 tristate "Samsung S6E63M0 RGB DSI interface" 887 depends on DRM_MIPI_DSI 888 depends on DRM_PANEL_SAMSUNG_S6E63M0 889 help 890 Say Y here if you want to be able to access the Samsung 891 S6E63M0 panel using DSI. 892 893config DRM_PANEL_SAMSUNG_S6E8AA0 894 tristate "Samsung S6E8AA0 DSI video mode panel" 895 depends on OF 896 select DRM_MIPI_DSI 897 select VIDEOMODE_HELPERS 898 899config DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01 900 tristate "Samsung AMS561RA01 panel with S6E8AA5X01 controller" 901 depends on GPIOLIB && OF && REGULATOR 902 depends on DRM_MIPI_DSI 903 depends on BACKLIGHT_CLASS_DEVICE 904 help 905 Say Y here if you want to enable support for Samsung AMS561RA01 906 panel, which uses Samsung's S6E8AA5X01 controller. The panel has a 907 ~5.6 inch AMOLED display, and the controller is driven by the MIPI 908 DSI protocol with 4 lanes. 909 910config DRM_PANEL_SAMSUNG_SOFEF00 911 tristate "Samsung SOFEF00 DSI panel controller" 912 depends on OF 913 depends on DRM_MIPI_DSI 914 depends on BACKLIGHT_CLASS_DEVICE 915 select VIDEOMODE_HELPERS 916 help 917 Say Y or M here if you want to enable support for the Samsung AMOLED 918 panel SOFEF00 DDIC and connected panel. 919 Currently supported panels: 920 921 Samsung AMS628NW01 (found in OnePlus 6, 1080x2280@60Hz) 922 923config DRM_PANEL_SEIKO_43WVF1G 924 tristate "Seiko 43WVF1G panel" 925 depends on OF 926 depends on BACKLIGHT_CLASS_DEVICE 927 select VIDEOMODE_HELPERS 928 help 929 Say Y here if you want to enable support for the Seiko 930 43WVF1G controller for 800x480 LCD panels 931 932config DRM_PANEL_SHARP_LQ079L1SX01 933 tristate "Sharp LQ079L1SX01 panel" 934 depends on OF 935 depends on DRM_MIPI_DSI 936 depends on BACKLIGHT_CLASS_DEVICE 937 select VIDEOMODE_HELPERS 938 help 939 Say Y here if you want to enable support for Sharp LQ079L1SX01 940 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 941 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 942 the host. 943 944 To compile this driver as a module, choose M here: the module 945 will be called panel-sharp-lq079l1sx01. 946 947config DRM_PANEL_SHARP_LQ101R1SX01 948 tristate "Sharp LQ101R1SX01 panel" 949 depends on OF 950 depends on DRM_MIPI_DSI 951 depends on BACKLIGHT_CLASS_DEVICE 952 help 953 Say Y here if you want to enable support for Sharp LQ101R1SX01 954 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 955 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 956 the host and has a built-in LED backlight. 957 958 To compile this driver as a module, choose M here: the module 959 will be called panel-sharp-lq101r1sx01. 960 961config DRM_PANEL_SHARP_LS037V7DW01 962 tristate "Sharp LS037V7DW01 VGA LCD panel" 963 depends on GPIOLIB && OF && REGULATOR 964 help 965 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 966 (480x640) LCD panel (found on the TI SDP3430 board). 967 968config DRM_PANEL_SHARP_LS043T1LE01 969 tristate "Sharp LS043T1LE01 qHD video mode panel" 970 depends on OF 971 depends on DRM_MIPI_DSI 972 depends on BACKLIGHT_CLASS_DEVICE 973 help 974 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 975 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 976 977config DRM_PANEL_SHARP_LS060T1SX01 978 tristate "Sharp LS060T1SX01 FullHD video mode panel" 979 depends on OF 980 depends on DRM_MIPI_DSI 981 depends on BACKLIGHT_CLASS_DEVICE 982 help 983 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 984 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 985 Bundle. 986 987config DRM_PANEL_SITRONIX_ST7701 988 tristate "Sitronix ST7701 panel driver" 989 depends on OF 990 depends on SPI || DRM_MIPI_DSI 991 select DRM_MIPI_DBI if SPI 992 depends on BACKLIGHT_CLASS_DEVICE 993 help 994 Say Y here if you want to enable support for the Sitronix 995 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 996 system interfaces. 997 998config DRM_PANEL_SITRONIX_ST7703 999 tristate "Sitronix ST7703 based MIPI touchscreen panels" 1000 depends on OF 1001 depends on DRM_MIPI_DSI 1002 depends on BACKLIGHT_CLASS_DEVICE 1003 help 1004 Say Y here if you want to enable support for Sitronix ST7703 based 1005 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 1006 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 1007 in backlight and touch controller. 1008 Touch input support is provided by the goodix driver and needs to be 1009 selected separately. 1010 1011config DRM_PANEL_SITRONIX_ST7789V 1012 tristate "Sitronix ST7789V panel" 1013 depends on OF && SPI 1014 depends on BACKLIGHT_CLASS_DEVICE 1015 help 1016 Say Y here if you want to enable support for the Sitronix 1017 ST7789V controller for 240x320 LCD panels 1018 1019config DRM_PANEL_SONY_ACX565AKM 1020 tristate "Sony ACX565AKM panel" 1021 depends on GPIOLIB && OF && SPI 1022 depends on BACKLIGHT_CLASS_DEVICE 1023 help 1024 Say Y here if you want to enable support for the Sony ACX565AKM 1025 800x600 3.5" panel (found on the Nokia N900). 1026 1027config DRM_PANEL_SONY_TD4353_JDI 1028 tristate "Sony TD4353 JDI panel" 1029 depends on GPIOLIB && OF 1030 depends on DRM_MIPI_DSI 1031 depends on BACKLIGHT_CLASS_DEVICE 1032 help 1033 Say Y here if you want to enable support for the Sony Tama 1034 TD4353 JDI command mode panel as found on some Sony Xperia 1035 XZ2 and XZ2 Compact smartphones. 1036 1037config DRM_PANEL_SONY_TULIP_TRULY_NT35521 1038 tristate "Sony Tulip Truly NT35521 panel" 1039 depends on GPIOLIB && OF 1040 depends on DRM_MIPI_DSI 1041 depends on BACKLIGHT_CLASS_DEVICE 1042 help 1043 Say Y here if you want to enable support for the Sony Tulip 1044 NT35521 1280x720 video mode panel as found on Sony Xperia M4 1045 Aqua phone. 1046 1047config DRM_PANEL_STARTEK_KD070FHFID015 1048 tristate "STARTEK KD070FHFID015 panel" 1049 depends on OF 1050 depends on DRM_MIPI_DSI 1051 depends on BACKLIGHT_CLASS_DEVICE 1052 help 1053 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 1054 based on RENESAS-R69429 controller. The panel is a 7-inch TFT LCD display 1055 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 1056 the host, a built-in LED backlight and touch controller. 1057 1058config DRM_PANEL_EDP 1059 tristate "support for simple Embedded DisplayPort panels" 1060 depends on OF 1061 depends on BACKLIGHT_CLASS_DEVICE 1062 depends on PM 1063 select VIDEOMODE_HELPERS 1064 select DRM_DISPLAY_DP_HELPER 1065 select DRM_DISPLAY_HELPER 1066 select DRM_DISPLAY_DP_AUX_BUS 1067 select DRM_KMS_HELPER 1068 help 1069 DRM panel driver for dumb eDP panels that need at most a regulator and 1070 a GPIO to be powered up. Optionally a backlight can be attached so 1071 that it can be automatically turned off when the panel goes into a 1072 low power state. 1073 1074config DRM_PANEL_SIMPLE 1075 tristate "support for simple panels (other than eDP ones)" 1076 depends on OF 1077 depends on BACKLIGHT_CLASS_DEVICE 1078 depends on PM 1079 select VIDEOMODE_HELPERS 1080 help 1081 DRM panel driver for dumb non-eDP panels that need at most a regulator 1082 and a GPIO to be powered up. Optionally a backlight can be attached so 1083 that it can be automatically turned off when the panel goes into a 1084 low power state. 1085 1086config DRM_PANEL_SUMMIT 1087 tristate "Apple Summit display panel" 1088 depends on OF 1089 depends on DRM_MIPI_DSI 1090 depends on BACKLIGHT_CLASS_DEVICE 1091 help 1092 Say Y if you want to enable support for the "Summit" display panel 1093 used as a touchbar on certain Apple laptops. 1094 1095config DRM_PANEL_SYNAPTICS_R63353 1096 tristate "Synaptics R63353-based panels" 1097 depends on OF 1098 depends on DRM_MIPI_DSI 1099 depends on BACKLIGHT_CLASS_DEVICE 1100 help 1101 Say Y if you want to enable support for panels based on the 1102 Synaptics R63353 controller. 1103 1104config DRM_PANEL_SYNAPTICS_TDDI 1105 tristate "Synaptics TDDI display panels" 1106 depends on OF 1107 depends on DRM_MIPI_DSI 1108 depends on BACKLIGHT_CLASS_DEVICE 1109 help 1110 Say Y if you want to enable support for the Synaptics TDDI display 1111 panels. There are multiple MIPI DSI panels manufactured under the TDDI 1112 namesake, with varying resolutions and data lanes. They also have a 1113 built-in LED backlight and a touch controller. 1114 1115config DRM_PANEL_TDO_TL070WSH30 1116 tristate "TDO TL070WSH30 DSI panel" 1117 depends on OF 1118 depends on DRM_MIPI_DSI 1119 depends on BACKLIGHT_CLASS_DEVICE 1120 help 1121 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 1122 panel module. The panel has a 1024×600 resolution and uses 1123 24 bit RGB per pixel. It provides a MIPI DSI interface to 1124 the host, a built-in LED backlight and touch controller. 1125 1126config DRM_PANEL_TPO_TD028TTEC1 1127 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 1128 depends on OF && SPI 1129 depends on BACKLIGHT_CLASS_DEVICE 1130 help 1131 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 1132 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 1133 1134config DRM_PANEL_TPO_TD043MTEA1 1135 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 1136 depends on GPIOLIB && OF && REGULATOR && SPI 1137 help 1138 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 1139 4.3" panel (found on the OMAP3 Pandora board). 1140 1141config DRM_PANEL_TPO_TPG110 1142 tristate "TPO TPG 800x400 panel" 1143 depends on OF && SPI && GPIOLIB 1144 depends on BACKLIGHT_CLASS_DEVICE 1145 help 1146 Say Y here if you want to enable support for TPO TPG110 1147 400CH LTPS TFT LCD Single Chip Digital Driver for up to 1148 800x400 LCD panels. 1149 1150config DRM_PANEL_TRULY_NT35597_WQXGA 1151 tristate "Truly WQXGA" 1152 depends on OF 1153 depends on DRM_MIPI_DSI 1154 help 1155 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 1156 Video Mode panel 1157 1158config DRM_PANEL_VISIONOX_G2647FB105 1159 tristate "Visionox G2647FB105" 1160 depends on OF 1161 depends on DRM_MIPI_DSI 1162 depends on BACKLIGHT_CLASS_DEVICE 1163 help 1164 Say Y here if you want to enable support for the Visionox 1165 G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel. 1166 1167config DRM_PANEL_VISIONOX_R66451 1168 tristate "Visionox R66451" 1169 depends on OF 1170 depends on DRM_MIPI_DSI 1171 depends on BACKLIGHT_CLASS_DEVICE 1172 select DRM_DISPLAY_DSC_HELPER 1173 select DRM_DISPLAY_HELPER 1174 help 1175 Say Y here if you want to enable support for Visionox 1176 R66451 1080x2340 AMOLED DSI panel. 1177 1178config DRM_PANEL_VISIONOX_RM69299 1179 tristate "Visionox RM69299" 1180 depends on OF 1181 depends on DRM_MIPI_DSI 1182 depends on BACKLIGHT_CLASS_DEVICE 1183 help 1184 Say Y here if you want to enable support for Visionox 1185 RM69299 DSI Video Mode panel. 1186 1187config DRM_PANEL_VISIONOX_RM692E5 1188 tristate "Visionox RM692E5" 1189 depends on OF 1190 depends on DRM_MIPI_DSI 1191 depends on BACKLIGHT_CLASS_DEVICE 1192 select DRM_DISPLAY_DSC_HELPER 1193 select DRM_DISPLAY_HELPER 1194 help 1195 Say Y here if you want to enable support for Visionox RM692E5 amoled 1196 display panels, such as the one found in the Nothing Phone (1) 1197 smartphone. 1198 1199config DRM_PANEL_VISIONOX_VTDR6130 1200 tristate "Visionox VTDR6130" 1201 depends on OF 1202 depends on DRM_MIPI_DSI 1203 depends on BACKLIGHT_CLASS_DEVICE 1204 help 1205 Say Y here if you want to enable support for Visionox 1206 VTDR6130 1080x2400 AMOLED DSI panel. 1207 1208config DRM_PANEL_WIDECHIPS_WS2401 1209 tristate "Widechips WS2401 DPI panel driver" 1210 depends on SPI && GPIOLIB 1211 depends on BACKLIGHT_CLASS_DEVICE 1212 select DRM_MIPI_DBI 1213 help 1214 Say Y here if you want to enable support for the Widechips WS2401 DPI 1215 480x800 display controller used in panels such as Samsung LMS380KF01. 1216 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 1217 1218config DRM_PANEL_XINPENG_XPP055C272 1219 tristate "Xinpeng XPP055C272 panel driver" 1220 depends on OF 1221 depends on DRM_MIPI_DSI 1222 depends on BACKLIGHT_CLASS_DEVICE 1223 help 1224 Say Y here if you want to enable support for the Xinpeng 1225 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 1226 system interfaces. 1227endmenu 1228