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