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