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