1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_PANEL 3 bool 4 depends on DRM 5 help 6 Panel registration and lookup framework. 7 8menu "Display Panels" 9 depends on DRM && DRM_PANEL 10 11config DRM_PANEL_ABT_Y030XX067A 12 tristate "ABT Y030XX067A 320x480 LCD panel" 13 depends on OF && SPI 14 select REGMAP_SPI 15 help 16 Say Y here to enable support for the Asia Better Technology Ltd. 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 19 20config DRM_PANEL_ARM_VERSATILE 21 tristate "ARM Versatile panel driver" 22 depends on OF 23 depends on MFD_SYSCON 24 select VIDEOMODE_HELPERS 25 help 26 This driver supports the ARM Versatile panels connected to ARM 27 reference designs. The panel is detected using special registers 28 in the Versatile family syscon registers. 29 30config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 31 tristate "ASUS Z00T TM5P5 NT35596 panel" 32 depends on GPIOLIB && OF 33 depends on DRM_MIPI_DSI 34 depends on BACKLIGHT_CLASS_DEVICE 35 help 36 Say Y here if you want to enable support for the ASUS TMP5P5 37 NT35596 1080x1920 video mode panel as found in some Asus 38 Zenfone 2 Laser Z00T devices. 39 40config DRM_PANEL_AUO_A030JTN01 41 tristate "AUO A030JTN01" 42 depends on SPI 43 select REGMAP_SPI 44 help 45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel 46 as found in the YLM RS-97 handheld gaming console. 47 48config DRM_PANEL_BOE_BF060Y8M_AJ0 49 tristate "Boe BF060Y8M-AJ0 panel" 50 depends on OF 51 depends on DRM_MIPI_DSI 52 depends on BACKLIGHT_CLASS_DEVICE 53 help 54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 55 5.99" AMOLED modules. The panel has a 1080x2160 resolution and 56 uses 24 bit RGB per pixel. It provides a MIPI DSI interface to 57 the host and backlight is controlled through DSI commands. 58 59config DRM_PANEL_BOE_HIMAX8279D 60 tristate "Boe Himax8279d panel" 61 depends on OF 62 depends on DRM_MIPI_DSI 63 depends on BACKLIGHT_CLASS_DEVICE 64 help 65 Say Y here if you want to enable support for Boe Himax8279d 66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 67 24 bit RGB per pixel. It provides a MIPI DSI interface to 68 the host and has a built-in LED backlight. 69 70config DRM_PANEL_BOE_TD4320 71 tristate "BOE TD4320 DSI panel" 72 depends on OF 73 depends on DRM_MIPI_DSI 74 depends on BACKLIGHT_CLASS_DEVICE 75 help 76 Say Y here if you want to enable support for BOE TD4320 1080x2340 77 video mode panel found in Xiaomi Redmi Note 7 smartphones. 78 79config DRM_PANEL_BOE_TH101MB31UIG002_28A 80 tristate "Boe TH101MB31UIG002-28A panel" 81 depends on OF 82 depends on DRM_MIPI_DSI 83 depends on BACKLIGHT_CLASS_DEVICE 84 help 85 Say Y here if you want to enable support for Boe 86 TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280 87 resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI 88 interface to the host and has a built-in LED backlight. 89 90config DRM_PANEL_BOE_TV101WUM_NL6 91 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 92 depends on OF 93 depends on DRM_MIPI_DSI 94 depends on BACKLIGHT_CLASS_DEVICE 95 help 96 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 97 45NA WUXGA PANEL DSI Video Mode panel 98 99config DRM_PANEL_BOE_TV101WUM_LL2 100 tristate "BOE TV101WUM LL2 1200x1920 panel" 101 depends on OF 102 depends on DRM_MIPI_DSI 103 depends on BACKLIGHT_CLASS_DEVICE 104 help 105 Say Y here if you want to support for BOE TV101WUM-LL2 106 WUXGA PANEL DSI Video Mode panel 107 108config DRM_PANEL_EBBG_FT8719 109 tristate "EBBG FT8719 panel driver" 110 depends on OF 111 depends on DRM_MIPI_DSI 112 depends on BACKLIGHT_CLASS_DEVICE 113 help 114 Say Y here if you want to enable support for the EBBG FT8719 115 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 116 The panel has a resolution of 1080x2246. It provides a MIPI DSI 117 interface to the host. 118 119config DRM_PANEL_ELIDA_KD35T133 120 tristate "Elida KD35T133 panel driver" 121 depends on OF 122 depends on DRM_MIPI_DSI 123 depends on BACKLIGHT_CLASS_DEVICE 124 help 125 Say Y here if you want to enable support for the Elida 126 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 127 system interfaces. 128 129config DRM_PANEL_FEIXIN_K101_IM2BA02 130 tristate "Feixin K101 IM2BA02 panel" 131 depends on OF 132 depends on DRM_MIPI_DSI 133 depends on BACKLIGHT_CLASS_DEVICE 134 help 135 Say Y here if you want to enable support for the Feixin K101 IM2BA02 136 4-lane 800x1280 MIPI DSI panel. 137 138config DRM_PANEL_FEIYANG_FY07024DI26A30D 139 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 140 depends on OF 141 depends on DRM_MIPI_DSI 142 depends on BACKLIGHT_CLASS_DEVICE 143 help 144 Say Y if you want to enable support for panels based on the 145 Feiyang FY07024DI26A30-D MIPI-DSI interface. 146 147config DRM_PANEL_DSI_CM 148 tristate "Generic DSI command mode panels" 149 depends on OF 150 depends on DRM_MIPI_DSI 151 depends on BACKLIGHT_CLASS_DEVICE 152 help 153 DRM panel driver for DSI command mode panels with support for 154 embedded and external backlights. 155 156config DRM_PANEL_LVDS 157 tristate "Generic LVDS panel driver" 158 depends on OF 159 depends on BACKLIGHT_CLASS_DEVICE 160 select VIDEOMODE_HELPERS 161 help 162 This driver supports LVDS panels that don't require device-specific 163 handling of power supplies or control signals. It implements automatic 164 backlight handling if the panel is attached to a backlight controller. 165 166config DRM_PANEL_HIMAX_HX8279 167 tristate "Himax HX8279-based panels" 168 depends on OF 169 depends on DRM_MIPI_DSI 170 depends on BACKLIGHT_CLASS_DEVICE 171 help 172 Say Y if you want to enable support for panels based on the 173 Himax HX8279 controller, such as the Startek KD070FHFID078 174 7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface 175 and others. 176 177config DRM_PANEL_HIMAX_HX83102 178 tristate "Himax HX83102-based panels" 179 depends on OF 180 depends on DRM_MIPI_DSI 181 depends on BACKLIGHT_CLASS_DEVICE 182 help 183 Say Y if you want to enable support for panels based on the 184 Himax HX83102 controller. 185 186config DRM_PANEL_HIMAX_HX83112A 187 tristate "Himax HX83112A-based DSI panel" 188 depends on OF 189 depends on DRM_MIPI_DSI 190 depends on BACKLIGHT_CLASS_DEVICE 191 select DRM_KMS_HELPER 192 help 193 Say Y here if you want to enable support for Himax HX83112A-based 194 display panels, such as the one found in the Fairphone 4 smartphone. 195 196config DRM_PANEL_HIMAX_HX83112B 197 tristate "Himax HX83112B-based DSI panel" 198 depends on OF 199 depends on DRM_MIPI_DSI 200 depends on BACKLIGHT_CLASS_DEVICE 201 select DRM_KMS_HELPER 202 help 203 Say Y here if you want to enable support for Himax HX83112B-based 204 display panels, such as the one found in the Fairphone 3 smartphone. 205 206config DRM_PANEL_HIMAX_HX8394 207 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 208 depends on OF 209 depends on DRM_MIPI_DSI 210 depends on BACKLIGHT_CLASS_DEVICE 211 help 212 Say Y if you want to enable support for panels based on the 213 Himax HX8394 controller, such as the HannStar HSD060BHW4 214 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 215 216 If M is selected the module will be called panel-himax-hx8394. 217 218config DRM_PANEL_ILITEK_IL9322 219 tristate "Ilitek ILI9322 320x240 QVGA panels" 220 depends on OF && SPI 221 select REGMAP 222 help 223 Say Y here if you want to enable support for Ilitek IL9322 224 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 225 226config DRM_PANEL_ILITEK_ILI9341 227 tristate "Ilitek ILI9341 240x320 QVGA panels" 228 depends on SPI 229 select DRM_KMS_HELPER 230 select DRM_GEM_DMA_HELPER 231 depends on BACKLIGHT_CLASS_DEVICE 232 select DRM_MIPI_DBI 233 help 234 Say Y here if you want to enable support for Ilitek IL9341 235 QVGA (240x320) RGB panels. support serial & parallel rgb 236 interface. 237 238config DRM_PANEL_ILITEK_ILI9805 239 tristate "Ilitek ILI9805-based panels" 240 depends on OF 241 depends on DRM_MIPI_DSI 242 depends on BACKLIGHT_CLASS_DEVICE 243 help 244 Say Y if you want to enable support for panels based on the 245 Ilitek ILI9805 controller. 246 247config DRM_PANEL_ILITEK_ILI9806E 248 tristate "Ilitek ILI9806E-based panels" 249 depends on OF 250 depends on DRM_MIPI_DSI 251 depends on BACKLIGHT_CLASS_DEVICE 252 help 253 Say Y if you want to enable support for panels based on the 254 Ilitek ILI9806E controller. 255 256config DRM_PANEL_ILITEK_ILI9881C 257 tristate "Ilitek ILI9881C-based panels" 258 depends on OF 259 depends on DRM_MIPI_DSI 260 depends on BACKLIGHT_CLASS_DEVICE 261 help 262 Say Y if you want to enable support for panels based on the 263 Ilitek ILI9881c controller. 264 265config DRM_PANEL_ILITEK_ILI9882T 266 tristate "Ilitek ILI9882t-based panels" 267 depends on OF 268 depends on DRM_MIPI_DSI 269 depends on BACKLIGHT_CLASS_DEVICE 270 help 271 Say Y if you want to enable support for panels based on the 272 Ilitek ILI9882t controller. 273 274config DRM_PANEL_INNOLUX_EJ030NA 275 tristate "Innolux EJ030NA 320x480 LCD panel" 276 depends on OF && SPI 277 select REGMAP_SPI 278 help 279 Say Y here to enable support for the Innolux/Chimei EJ030NA 280 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 281 and LDK handheld gaming consoles. 282 283config DRM_PANEL_INNOLUX_P079ZCA 284 tristate "Innolux P079ZCA panel" 285 depends on OF 286 depends on DRM_MIPI_DSI 287 depends on BACKLIGHT_CLASS_DEVICE 288 help 289 Say Y here if you want to enable support for Innolux P079ZCA 290 TFT-LCD modules. The panel has a 1024x768 resolution and uses 291 24 bit RGB per pixel. It provides a MIPI DSI interface to 292 the host and has a built-in LED backlight. 293 294config DRM_PANEL_JADARD_JD9365DA_H3 295 tristate "Jadard JD9365DA-H3 WXGA DSI panel" 296 depends on OF 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 Jadard JD9365DA-H3 301 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 302 800RGBx1280 dots at maximum. 303 304config DRM_PANEL_JDI_LPM102A188A 305 tristate "JDI LPM102A188A DSI panel" 306 depends on OF && GPIOLIB 307 depends on DRM_MIPI_DSI 308 depends on BACKLIGHT_CLASS_DEVICE 309 help 310 Say Y here if you want to enable support for JDI LPM102A188A DSI 311 command mode panel as found in Google Pixel C devices. 312 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 313 to the host. 314 315config DRM_PANEL_JDI_LT070ME05000 316 tristate "JDI LT070ME05000 WUXGA DSI panel" 317 depends on OF 318 depends on DRM_MIPI_DSI 319 depends on BACKLIGHT_CLASS_DEVICE 320 help 321 Say Y here if you want to enable support for JDI DSI video mode 322 panel as found in Google Nexus 7 (2013) devices. 323 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 324 24 bit per pixel. 325 326config DRM_PANEL_JDI_R63452 327 tristate "JDI R63452 Full HD DSI panel" 328 depends on OF 329 depends on DRM_MIPI_DSI 330 depends on BACKLIGHT_CLASS_DEVICE 331 help 332 Say Y here if you want to enable support for the JDI R63452 333 DSI command mode panel as found in Xiaomi Mi 5 Devices. 334 335config DRM_PANEL_KHADAS_TS050 336 tristate "Khadas TS050 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 Khadas TS050 TFT-LCD 342 panel module. The panel has a 1080x1920 resolution and uses 343 24 bit RGB per pixel. It provides a MIPI DSI interface to 344 the host, a built-in LED backlight and touch controller. 345 346config DRM_PANEL_KINGDISPLAY_KD097D04 347 tristate "Kingdisplay kd097d04 panel" 348 depends on OF 349 depends on DRM_MIPI_DSI 350 depends on BACKLIGHT_CLASS_DEVICE 351 help 352 Say Y here if you want to enable support for Kingdisplay kd097d04 353 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 354 24 bit RGB per pixel. It provides a MIPI DSI interface to 355 the host and has a built-in LED backlight. 356 357config DRM_PANEL_LEADTEK_LTK050H3146W 358 tristate "Leadtek LTK050H3146W panel" 359 depends on OF 360 depends on DRM_MIPI_DSI 361 depends on BACKLIGHT_CLASS_DEVICE 362 help 363 Say Y here if you want to enable support for Leadtek LTK050H3146W 364 TFT-LCD modules. The panel has a 720x1280 resolution and uses 365 24 bit RGB per pixel. It provides a MIPI DSI interface to 366 the host and has a built-in LED backlight. 367 368config DRM_PANEL_LEADTEK_LTK500HD1829 369 tristate "Leadtek LTK500HD1829 panel" 370 depends on OF 371 depends on DRM_MIPI_DSI 372 depends on BACKLIGHT_CLASS_DEVICE 373 help 374 Say Y here if you want to enable support for Kingdisplay kd097d04 375 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 376 24 bit RGB per pixel. It provides a MIPI DSI interface to 377 the host and has a built-in LED backlight. 378 379config DRM_PANEL_LINCOLNTECH_LCD197 380 tristate "Lincoln Technologies lcd197 panel" 381 depends on OF 382 depends on DRM_MIPI_DSI 383 depends on BACKLIGHT_CLASS_DEVICE 384 help 385 Say Y here if you want to enable support for lincolntech lcd197 386 TFT-LCD modules. The panel has a 1080x1920 resolution and uses 387 24 bit RGB per pixel. It provides a MIPI DSI interface to 388 the host. 389 390config DRM_PANEL_LG_LB035Q02 391 tristate "LG LB035Q024573 RGB panel" 392 depends on GPIOLIB && OF && SPI 393 help 394 Say Y here if you want to enable support for the LB035Q02 RGB panel 395 (found on the Gumstix Overo Palo35 board). To compile this driver as 396 a module, choose M here. 397 398config DRM_PANEL_LG_LG4573 399 tristate "LG4573 RGB/SPI panel" 400 depends on OF && SPI 401 select VIDEOMODE_HELPERS 402 help 403 Say Y here if you want to enable support for LG4573 RGB panel. 404 To compile this driver as a module, choose M here. 405 406config DRM_PANEL_LG_SW43408 407 tristate "LG SW43408 panel" 408 depends on OF 409 depends on DRM_MIPI_DSI 410 depends on BACKLIGHT_CLASS_DEVICE 411 select DRM_DISPLAY_DSC_HELPER 412 select DRM_DISPLAY_HELPER 413 help 414 Say Y here if you want to enable support for LG sw43408 panel. 415 The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per 416 pixel. It provides a MIPI DSI interface to the host and has a 417 built-in LED backlight. 418 419config DRM_PANEL_MAGNACHIP_D53E6EA8966 420 tristate "Magnachip D53E6EA8966 DSI panel" 421 depends on OF && SPI 422 depends on DRM_MIPI_DSI 423 depends on BACKLIGHT_CLASS_DEVICE 424 select DRM_MIPI_DBI 425 help 426 DRM panel driver for the Samsung AMS495QA01 panel controlled 427 with the Magnachip D53E6EA8966 panel IC. This panel receives 428 video data via DSI but commands via 9-bit SPI using DBI. 429 430config DRM_PANEL_MANTIX_MLAF057WE51 431 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 432 depends on OF 433 depends on DRM_MIPI_DSI 434 depends on BACKLIGHT_CLASS_DEVICE 435 help 436 Say Y here if you want to enable support for the Mantix 437 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 438 has a resolution of 720x1440 pixels, a built in backlight and touch 439 controller. 440 441config DRM_PANEL_NEC_NL8048HL11 442 tristate "NEC NL8048HL11 RGB panel" 443 depends on GPIOLIB && OF && SPI 444 help 445 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 446 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 447 as a module, choose M here. 448 449config DRM_PANEL_NEWVISION_NV3051D 450 tristate "NewVision NV3051D DSI panel" 451 depends on OF 452 depends on DRM_MIPI_DSI 453 depends on BACKLIGHT_CLASS_DEVICE 454 help 455 This driver supports the NV3051D based panel found on the Anbernic 456 RG353P and RG353V. 457 458config DRM_PANEL_NEWVISION_NV3052C 459 tristate "NewVision NV3052C RGB/SPI panel" 460 depends on OF && SPI 461 depends on BACKLIGHT_CLASS_DEVICE 462 select DRM_MIPI_DBI 463 help 464 Say Y here if you want to enable support for the panels built 465 around the NewVision NV3052C display controller. 466 467config DRM_PANEL_NOVATEK_NT35510 468 tristate "Novatek NT35510 RGB panel driver" 469 depends on OF 470 depends on DRM_MIPI_DSI 471 depends on BACKLIGHT_CLASS_DEVICE 472 help 473 Say Y here if you want to enable support for the panels built 474 around the Novatek NT35510 display controller, such as some 475 Hydis panels. 476 477config DRM_PANEL_NOVATEK_NT35560 478 tristate "Novatek NT35560 DSI command mode panel" 479 depends on OF 480 depends on DRM_MIPI_DSI 481 depends on BACKLIGHT_CLASS_DEVICE 482 select VIDEOMODE_HELPERS 483 help 484 Say Y here if you want to enable the Novatek NT35560 display 485 controller. This panel supports DSI in both command and video 486 mode. This supports several panels such as Sony ACX424AKM and 487 ACX424AKP. 488 489config DRM_PANEL_NOVATEK_NT35950 490 tristate "Novatek NT35950 DSI panel" 491 depends on OF 492 depends on DRM_MIPI_DSI 493 depends on BACKLIGHT_CLASS_DEVICE 494 help 495 Say Y here if you want to enable support for the panels built 496 around the Novatek NT35950 display controller, such as some 497 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 498 mobile phones. 499 500config DRM_PANEL_NOVATEK_NT36523 501 tristate "Novatek NT36523 panel driver" 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 NT36523 display controller, such as some 508 Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets. 509 510config DRM_PANEL_NOVATEK_NT36672A 511 tristate "Novatek NT36672A 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 the panels built 517 around the Novatek NT36672A display controller, such as some 518 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 519 520config DRM_PANEL_NOVATEK_NT36672E 521 tristate "Novatek NT36672E DSI panel" 522 depends on OF 523 depends on DRM_MIPI_DSI 524 depends on BACKLIGHT_CLASS_DEVICE 525 help 526 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode 527 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 528 RGB per pixel. 529 530config DRM_PANEL_NOVATEK_NT37801 531 tristate "Novatek NT37801/NT37810 AMOLED DSI panel" 532 depends on OF 533 depends on DRM_MIPI_DSI 534 depends on BACKLIGHT_CLASS_DEVICE 535 select DRM_DISPLAY_DSC_HELPER 536 select DRM_DISPLAY_HELPER 537 help 538 Say Y here if you want to enable support for Novatek NT37801 (or 539 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200 540 resolution. 541 542config DRM_PANEL_NOVATEK_NT39016 543 tristate "Novatek NT39016 RGB/SPI panel" 544 depends on OF && SPI 545 depends on BACKLIGHT_CLASS_DEVICE 546 select REGMAP_SPI 547 help 548 Say Y here if you want to enable support for the panels built 549 around the Novatek NT39016 display controller. 550 551config DRM_PANEL_OLIMEX_LCD_OLINUXINO 552 tristate "Olimex LCD-OLinuXino panel" 553 depends on OF 554 depends on I2C 555 depends on BACKLIGHT_CLASS_DEVICE 556 select CRC32 557 help 558 The panel is used with different sizes LCDs, from 480x272 to 559 1280x800, and 24 bit per pixel. 560 561 Say Y here if you want to enable support for Olimex Ltd. 562 LCD-OLinuXino panel. 563 564config DRM_PANEL_ORISETECH_OTA5601A 565 tristate "Orise Technology ota5601a RGB/SPI panel" 566 depends on SPI 567 depends on BACKLIGHT_CLASS_DEVICE 568 select REGMAP_SPI 569 help 570 Say Y here if you want to enable support for the panels built 571 around the Orise Technology OTA9601A display controller. 572 573config DRM_PANEL_ORISETECH_OTM8009A 574 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 575 depends on OF 576 depends on DRM_MIPI_DSI 577 depends on BACKLIGHT_CLASS_DEVICE 578 help 579 Say Y here if you want to enable support for Orise Technology 580 otm8009a 480x800 dsi 2dl panel. 581 582config DRM_PANEL_OSD_OSD101T2587_53TS 583 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 584 depends on OF 585 depends on DRM_MIPI_DSI 586 depends on BACKLIGHT_CLASS_DEVICE 587 help 588 Say Y here if you want to enable support for One Stop Displays 589 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 590 591config DRM_PANEL_PANASONIC_VVX10F034N00 592 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 593 depends on OF 594 depends on DRM_MIPI_DSI 595 depends on BACKLIGHT_CLASS_DEVICE 596 help 597 Say Y here if you want to enable support for Panasonic VVX10F034N00 598 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 599 Xperia Z2 tablets 600 601config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 602 tristate "Raspberry Pi 7-inch touchscreen panel" 603 depends on DRM_MIPI_DSI 604 help 605 Say Y here if you want to enable support for the Raspberry 606 Pi 7" Touchscreen. To compile this driver as a module, 607 choose M here. 608 609config DRM_PANEL_RAYDIUM_RM67191 610 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 611 depends on OF 612 depends on DRM_MIPI_DSI 613 depends on BACKLIGHT_CLASS_DEVICE 614 help 615 Say Y here if you want to enable support for Raydium RM67191 FHD 616 (1080x1920) DSI panel. 617 618config DRM_PANEL_RAYDIUM_RM67200 619 tristate "Raydium RM67200-based DSI panel" 620 depends on OF 621 depends on DRM_MIPI_DSI 622 help 623 Say Y here if you want to enable support for Raydium RM67200-based 624 DSI video mode panels. This panel controller can be found in the 625 Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1 626 evaluation boards. 627 628config DRM_PANEL_RAYDIUM_RM68200 629 tristate "Raydium RM68200 720x1280 DSI video mode panel" 630 depends on OF 631 depends on DRM_MIPI_DSI 632 depends on BACKLIGHT_CLASS_DEVICE 633 help 634 Say Y here if you want to enable support for Raydium RM68200 635 720x1280 DSI video mode panel. 636 637config DRM_PANEL_RAYDIUM_RM692E5 638 tristate "Raydium RM692E5-based DSI panel" 639 depends on OF 640 depends on DRM_MIPI_DSI 641 depends on BACKLIGHT_CLASS_DEVICE 642 select DRM_DISPLAY_DSC_HELPER 643 select DRM_DISPLAY_HELPER 644 help 645 Say Y here if you want to enable support for Raydium RM692E5-based 646 display panels, such as the one found in the Fairphone 5 smartphone. 647 648config DRM_PANEL_RAYDIUM_RM69380 649 tristate "Raydium RM69380-based DSI panel" 650 depends on OF && GPIOLIB 651 depends on DRM_MIPI_DSI 652 depends on BACKLIGHT_CLASS_DEVICE 653 help 654 Say Y here if you want to enable support for Raydium RM69380-based 655 display panels. 656 657 This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021 658 in combination with an EDO OLED panel. 659 660config DRM_PANEL_RENESAS_R61307 661 tristate "Renesas R61307 DSI video mode panel" 662 depends on OF 663 depends on DRM_MIPI_DSI 664 depends on BACKLIGHT_CLASS_DEVICE 665 help 666 Say Y here if you want to enable support for KOE tx13d100vm0eaa 667 IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768 668 resolution and uses 24 bit RGB per pixel. 669 670 This panel controller can be found in LG Optimus Vu P895 smartphone 671 in combination with LCD panel. 672 673config DRM_PANEL_RENESAS_R69328 674 tristate "Renesas R69328 720x1280 DSI video mode panel" 675 depends on OF 676 depends on DRM_MIPI_DSI 677 depends on BACKLIGHT_CLASS_DEVICE 678 help 679 Say Y here if you want to enable support for JDI dx12d100vm0eaa 680 IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280 681 resolution and uses 24 bit RGB per pixel. 682 683 This panel controller can be found in LG Optimus 4X P895 smartphone 684 in combination with LCD panel. 685 686config DRM_PANEL_RONBO_RB070D30 687 tristate "Ronbo Electronics RB070D30 panel" 688 depends on OF 689 depends on DRM_MIPI_DSI 690 depends on BACKLIGHT_CLASS_DEVICE 691 help 692 Say Y here if you want to enable support for Ronbo Electronics 693 RB070D30 1024x600 DSI panel. 694 695config DRM_PANEL_SAMSUNG_AMS581VF01 696 tristate "Samsung AMS581VF01 panel" 697 depends on OF 698 depends on DRM_MIPI_DSI 699 depends on BACKLIGHT_CLASS_DEVICE 700 help 701 Say Y or M here if you want to enable support for the 702 Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel. 703 704config DRM_PANEL_SAMSUNG_AMS639RQ08 705 tristate "Samsung AMS639RQ08 panel" 706 depends on OF 707 depends on DRM_MIPI_DSI 708 depends on BACKLIGHT_CLASS_DEVICE 709 help 710 Say Y or M here if you want to enable support for the 711 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 712 713config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 714 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 715 depends on GPIOLIB && OF && REGULATOR 716 depends on DRM_MIPI_DSI 717 depends on BACKLIGHT_CLASS_DEVICE 718 help 719 Say Y here if you want to enable support for Samsung AMS427AP24 panel 720 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 721 GT-I9195I). To compile this driver as a module, choose M here. 722 723config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 724 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 725 depends on OF 726 select DRM_MIPI_DSI 727 select VIDEOMODE_HELPERS 728 729config DRM_PANEL_SAMSUNG_ATNA33XC20 730 tristate "Samsung ATNA33XC20 eDP panel" 731 depends on OF 732 depends on BACKLIGHT_CLASS_DEVICE 733 depends on PM 734 select DRM_DISPLAY_DP_HELPER 735 select DRM_DISPLAY_HELPER 736 select DRM_DISPLAY_DP_AUX_BUS 737 help 738 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 739 be handled by the DRM_PANEL_SIMPLE driver because its power 740 sequencing is non-standard. 741 742config DRM_PANEL_SAMSUNG_DB7430 743 tristate "Samsung DB7430-based DPI panels" 744 depends on OF && SPI && GPIOLIB 745 depends on BACKLIGHT_CLASS_DEVICE 746 select DRM_MIPI_DBI 747 help 748 Say Y here if you want to enable support for the Samsung 749 DB7430 DPI display controller used in such devices as the 750 LMS397KF04 480x800 DPI panel. 751 752config DRM_PANEL_SAMSUNG_LD9040 753 tristate "Samsung LD9040 RGB/SPI panel" 754 depends on OF && SPI 755 depends on BACKLIGHT_CLASS_DEVICE 756 select VIDEOMODE_HELPERS 757 758config DRM_PANEL_SAMSUNG_S6E3FA7 759 tristate "Samsung S6E3FA7 panel driver" 760 depends on OF 761 depends on DRM_MIPI_DSI 762 depends on BACKLIGHT_CLASS_DEVICE 763 help 764 Say Y here if you want to enable support for the Samsung S6E3FA7 765 1920x2220 panel. 766 767config DRM_PANEL_SAMSUNG_S6D16D0 768 tristate "Samsung S6D16D0 DSI video mode panel" 769 depends on OF 770 depends on DRM_MIPI_DSI 771 select VIDEOMODE_HELPERS 772 773config DRM_PANEL_SAMSUNG_S6D27A1 774 tristate "Samsung S6D27A1 DPI panel driver" 775 depends on OF && SPI && GPIOLIB 776 select DRM_MIPI_DBI 777 help 778 Say Y here if you want to enable support for the Samsung 779 S6D27A1 DPI 480x800 panel. 780 781 This panel can be found in Samsung Galaxy Ace 2 782 GT-I8160 mobile phone. 783 784config DRM_PANEL_SAMSUNG_S6D7AA0 785 tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller" 786 depends on OF 787 depends on BACKLIGHT_CLASS_DEVICE 788 select DRM_MIPI_DSI 789 select VIDEOMODE_HELPERS 790 791config DRM_PANEL_SAMSUNG_S6E3HA2 792 tristate "Samsung S6E3HA2 DSI video mode panel" 793 depends on OF 794 depends on DRM_MIPI_DSI 795 depends on BACKLIGHT_CLASS_DEVICE 796 select VIDEOMODE_HELPERS 797 798config DRM_PANEL_SAMSUNG_S6E3HA8 799 tristate "Samsung S6E3HA8 DSI video mode panel" 800 depends on OF 801 depends on DRM_MIPI_DSI 802 depends on BACKLIGHT_CLASS_DEVICE 803 select DRM_DISPLAY_DSC_HELPER 804 select VIDEOMODE_HELPERS 805 806config DRM_PANEL_SAMSUNG_S6E63J0X03 807 tristate "Samsung S6E63J0X03 DSI command mode panel" 808 depends on OF 809 depends on DRM_MIPI_DSI 810 depends on BACKLIGHT_CLASS_DEVICE 811 select VIDEOMODE_HELPERS 812 813config DRM_PANEL_SAMSUNG_S6E63M0 814 tristate "Samsung S6E63M0 RGB panel" 815 depends on OF 816 depends on BACKLIGHT_CLASS_DEVICE 817 help 818 Say Y here if you want to enable support for Samsung S6E63M0 819 AMOLED LCD panel. This panel can be accessed using SPI or 820 DSI. 821 822config DRM_PANEL_SAMSUNG_S6E63M0_SPI 823 tristate "Samsung S6E63M0 RGB SPI interface" 824 depends on SPI 825 depends on DRM_PANEL_SAMSUNG_S6E63M0 826 default DRM_PANEL_SAMSUNG_S6E63M0 827 select DRM_MIPI_DBI 828 help 829 Say Y here if you want to be able to access the Samsung 830 S6E63M0 panel using SPI. 831 832config DRM_PANEL_SAMSUNG_S6E63M0_DSI 833 tristate "Samsung S6E63M0 RGB DSI interface" 834 depends on DRM_MIPI_DSI 835 depends on DRM_PANEL_SAMSUNG_S6E63M0 836 help 837 Say Y here if you want to be able to access the Samsung 838 S6E63M0 panel using DSI. 839 840config DRM_PANEL_SAMSUNG_S6E8AA0 841 tristate "Samsung S6E8AA0 DSI video mode panel" 842 depends on OF 843 select DRM_MIPI_DSI 844 select VIDEOMODE_HELPERS 845 846config DRM_PANEL_SAMSUNG_SOFEF00 847 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 848 depends on OF 849 depends on DRM_MIPI_DSI 850 depends on BACKLIGHT_CLASS_DEVICE 851 select VIDEOMODE_HELPERS 852 help 853 Say Y or M here if you want to enable support for the Samsung AMOLED 854 command mode panels found in the OnePlus 6/6T smartphones. 855 856 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 857 858config DRM_PANEL_SEIKO_43WVF1G 859 tristate "Seiko 43WVF1G panel" 860 depends on OF 861 depends on BACKLIGHT_CLASS_DEVICE 862 select VIDEOMODE_HELPERS 863 help 864 Say Y here if you want to enable support for the Seiko 865 43WVF1G controller for 800x480 LCD panels 866 867config DRM_PANEL_SHARP_LQ101R1SX01 868 tristate "Sharp LQ101R1SX01 panel" 869 depends on OF 870 depends on DRM_MIPI_DSI 871 depends on BACKLIGHT_CLASS_DEVICE 872 help 873 Say Y here if you want to enable support for Sharp LQ101R1SX01 874 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 875 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 876 the host and has a built-in LED backlight. 877 878 To compile this driver as a module, choose M here: the module 879 will be called panel-sharp-lq101r1sx01. 880 881config DRM_PANEL_SHARP_LS037V7DW01 882 tristate "Sharp LS037V7DW01 VGA LCD panel" 883 depends on GPIOLIB && OF && REGULATOR 884 help 885 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 886 (480x640) LCD panel (found on the TI SDP3430 board). 887 888config DRM_PANEL_SHARP_LS043T1LE01 889 tristate "Sharp LS043T1LE01 qHD video mode panel" 890 depends on OF 891 depends on DRM_MIPI_DSI 892 depends on BACKLIGHT_CLASS_DEVICE 893 help 894 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 895 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 896 897config DRM_PANEL_SHARP_LS060T1SX01 898 tristate "Sharp LS060T1SX01 FullHD video mode panel" 899 depends on OF 900 depends on DRM_MIPI_DSI 901 depends on BACKLIGHT_CLASS_DEVICE 902 help 903 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 904 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 905 Bundle. 906 907config DRM_PANEL_SITRONIX_ST7701 908 tristate "Sitronix ST7701 panel driver" 909 depends on OF 910 depends on SPI || DRM_MIPI_DSI 911 select DRM_MIPI_DBI if SPI 912 depends on BACKLIGHT_CLASS_DEVICE 913 help 914 Say Y here if you want to enable support for the Sitronix 915 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 916 system interfaces. 917 918config DRM_PANEL_SITRONIX_ST7703 919 tristate "Sitronix ST7703 based MIPI touchscreen panels" 920 depends on OF 921 depends on DRM_MIPI_DSI 922 depends on BACKLIGHT_CLASS_DEVICE 923 help 924 Say Y here if you want to enable support for Sitronix ST7703 based 925 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 926 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 927 in backlight and touch controller. 928 Touch input support is provided by the goodix driver and needs to be 929 selected separately. 930 931config DRM_PANEL_SITRONIX_ST7789V 932 tristate "Sitronix ST7789V panel" 933 depends on OF && SPI 934 depends on BACKLIGHT_CLASS_DEVICE 935 help 936 Say Y here if you want to enable support for the Sitronix 937 ST7789V controller for 240x320 LCD panels 938 939config DRM_PANEL_SONY_ACX565AKM 940 tristate "Sony ACX565AKM panel" 941 depends on GPIOLIB && OF && SPI 942 depends on BACKLIGHT_CLASS_DEVICE 943 help 944 Say Y here if you want to enable support for the Sony ACX565AKM 945 800x600 3.5" panel (found on the Nokia N900). 946 947config DRM_PANEL_SONY_TD4353_JDI 948 tristate "Sony TD4353 JDI panel" 949 depends on GPIOLIB && OF 950 depends on DRM_MIPI_DSI 951 depends on BACKLIGHT_CLASS_DEVICE 952 help 953 Say Y here if you want to enable support for the Sony Tama 954 TD4353 JDI command mode panel as found on some Sony Xperia 955 XZ2 and XZ2 Compact smartphones. 956 957config DRM_PANEL_SONY_TULIP_TRULY_NT35521 958 tristate "Sony Tulip Truly NT35521 panel" 959 depends on GPIOLIB && OF 960 depends on DRM_MIPI_DSI 961 depends on BACKLIGHT_CLASS_DEVICE 962 help 963 Say Y here if you want to enable support for the Sony Tulip 964 NT35521 1280x720 video mode panel as found on Sony Xperia M4 965 Aqua phone. 966 967config DRM_PANEL_STARTEK_KD070FHFID015 968 tristate "STARTEK KD070FHFID015 panel" 969 depends on OF 970 depends on DRM_MIPI_DSI 971 depends on BACKLIGHT_CLASS_DEVICE 972 help 973 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 974 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 975 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 976 the host, a built-in LED backlight and touch controller. 977 978config DRM_PANEL_EDP 979 tristate "support for simple Embedded DisplayPort panels" 980 depends on OF 981 depends on BACKLIGHT_CLASS_DEVICE 982 depends on PM 983 select VIDEOMODE_HELPERS 984 select DRM_DISPLAY_DP_HELPER 985 select DRM_DISPLAY_HELPER 986 select DRM_DISPLAY_DP_AUX_BUS 987 select DRM_KMS_HELPER 988 help 989 DRM panel driver for dumb eDP panels that need at most a regulator and 990 a GPIO to be powered up. Optionally a backlight can be attached so 991 that it can be automatically turned off when the panel goes into a 992 low power state. 993 994config DRM_PANEL_SIMPLE 995 tristate "support for simple panels (other than eDP ones)" 996 depends on OF 997 depends on BACKLIGHT_CLASS_DEVICE 998 depends on PM 999 select VIDEOMODE_HELPERS 1000 help 1001 DRM panel driver for dumb non-eDP panels that need at most a regulator 1002 and a GPIO to be powered up. Optionally a backlight can be attached so 1003 that it can be automatically turned off when the panel goes into a 1004 low power state. 1005 1006config DRM_PANEL_SUMMIT 1007 tristate "Apple Summit display panel" 1008 depends on OF 1009 depends on DRM_MIPI_DSI 1010 depends on BACKLIGHT_CLASS_DEVICE 1011 help 1012 Say Y if you want to enable support for the "Summit" display panel 1013 used as a touchbar on certain Apple laptops. 1014 1015config DRM_PANEL_SYNAPTICS_R63353 1016 tristate "Synaptics R63353-based panels" 1017 depends on OF 1018 depends on DRM_MIPI_DSI 1019 depends on BACKLIGHT_CLASS_DEVICE 1020 help 1021 Say Y if you want to enable support for panels based on the 1022 Synaptics R63353 controller. 1023 1024config DRM_PANEL_TDO_TL070WSH30 1025 tristate "TDO TL070WSH30 DSI panel" 1026 depends on OF 1027 depends on DRM_MIPI_DSI 1028 depends on BACKLIGHT_CLASS_DEVICE 1029 help 1030 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 1031 panel module. The panel has a 1024×600 resolution and uses 1032 24 bit RGB per pixel. It provides a MIPI DSI interface to 1033 the host, a built-in LED backlight and touch controller. 1034 1035config DRM_PANEL_TPO_TD028TTEC1 1036 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 1037 depends on OF && SPI 1038 depends on BACKLIGHT_CLASS_DEVICE 1039 help 1040 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 1041 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 1042 1043config DRM_PANEL_TPO_TD043MTEA1 1044 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 1045 depends on GPIOLIB && OF && REGULATOR && SPI 1046 help 1047 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 1048 4.3" panel (found on the OMAP3 Pandora board). 1049 1050config DRM_PANEL_TPO_TPG110 1051 tristate "TPO TPG 800x400 panel" 1052 depends on OF && SPI && GPIOLIB 1053 depends on BACKLIGHT_CLASS_DEVICE 1054 help 1055 Say Y here if you want to enable support for TPO TPG110 1056 400CH LTPS TFT LCD Single Chip Digital Driver for up to 1057 800x400 LCD panels. 1058 1059config DRM_PANEL_TRULY_NT35597_WQXGA 1060 tristate "Truly WQXGA" 1061 depends on OF 1062 depends on DRM_MIPI_DSI 1063 help 1064 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 1065 Video Mode panel 1066 1067config DRM_PANEL_VISIONOX_G2647FB105 1068 tristate "Visionox G2647FB105" 1069 depends on OF 1070 depends on DRM_MIPI_DSI 1071 depends on BACKLIGHT_CLASS_DEVICE 1072 help 1073 Say Y here if you want to enable support for the Visionox 1074 G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel. 1075 1076config DRM_PANEL_VISIONOX_R66451 1077 tristate "Visionox R66451" 1078 depends on OF 1079 depends on DRM_MIPI_DSI 1080 depends on BACKLIGHT_CLASS_DEVICE 1081 select DRM_DISPLAY_DSC_HELPER 1082 select DRM_DISPLAY_HELPER 1083 help 1084 Say Y here if you want to enable support for Visionox 1085 R66451 1080x2340 AMOLED DSI panel. 1086 1087config DRM_PANEL_VISIONOX_RM69299 1088 tristate "Visionox RM69299" 1089 depends on OF 1090 depends on DRM_MIPI_DSI 1091 help 1092 Say Y here if you want to enable support for Visionox 1093 RM69299 DSI Video Mode panel. 1094 1095config DRM_PANEL_VISIONOX_RM692E5 1096 tristate "Visionox RM692E5" 1097 depends on OF 1098 depends on DRM_MIPI_DSI 1099 depends on BACKLIGHT_CLASS_DEVICE 1100 select DRM_DISPLAY_DSC_HELPER 1101 select DRM_DISPLAY_HELPER 1102 help 1103 Say Y here if you want to enable support for Visionox RM692E5 amoled 1104 display panels, such as the one found in the Nothing Phone (1) 1105 smartphone. 1106 1107config DRM_PANEL_VISIONOX_VTDR6130 1108 tristate "Visionox VTDR6130" 1109 depends on OF 1110 depends on DRM_MIPI_DSI 1111 depends on BACKLIGHT_CLASS_DEVICE 1112 help 1113 Say Y here if you want to enable support for Visionox 1114 VTDR6130 1080x2400 AMOLED DSI panel. 1115 1116config DRM_PANEL_WIDECHIPS_WS2401 1117 tristate "Widechips WS2401 DPI panel driver" 1118 depends on SPI && GPIOLIB 1119 depends on BACKLIGHT_CLASS_DEVICE 1120 select DRM_MIPI_DBI 1121 help 1122 Say Y here if you want to enable support for the Widechips WS2401 DPI 1123 480x800 display controller used in panels such as Samsung LMS380KF01. 1124 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 1125 1126config DRM_PANEL_XINPENG_XPP055C272 1127 tristate "Xinpeng XPP055C272 panel driver" 1128 depends on OF 1129 depends on DRM_MIPI_DSI 1130 depends on BACKLIGHT_CLASS_DEVICE 1131 help 1132 Say Y here if you want to enable support for the Xinpeng 1133 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 1134 system interfaces. 1135endmenu 1136