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