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 help 526 Say Y here if you want to enable support for Novatek NT37801 (or 527 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200 528 resolution. 529 530config DRM_PANEL_NOVATEK_NT39016 531 tristate "Novatek NT39016 RGB/SPI panel" 532 depends on OF && SPI 533 depends on BACKLIGHT_CLASS_DEVICE 534 select REGMAP_SPI 535 help 536 Say Y here if you want to enable support for the panels built 537 around the Novatek NT39016 display controller. 538 539config DRM_PANEL_OLIMEX_LCD_OLINUXINO 540 tristate "Olimex LCD-OLinuXino panel" 541 depends on OF 542 depends on I2C 543 depends on BACKLIGHT_CLASS_DEVICE 544 select CRC32 545 help 546 The panel is used with different sizes LCDs, from 480x272 to 547 1280x800, and 24 bit per pixel. 548 549 Say Y here if you want to enable support for Olimex Ltd. 550 LCD-OLinuXino panel. 551 552config DRM_PANEL_ORISETECH_OTA5601A 553 tristate "Orise Technology ota5601a RGB/SPI panel" 554 depends on SPI 555 depends on BACKLIGHT_CLASS_DEVICE 556 select REGMAP_SPI 557 help 558 Say Y here if you want to enable support for the panels built 559 around the Orise Technology OTA9601A display controller. 560 561config DRM_PANEL_ORISETECH_OTM8009A 562 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 563 depends on OF 564 depends on DRM_MIPI_DSI 565 depends on BACKLIGHT_CLASS_DEVICE 566 help 567 Say Y here if you want to enable support for Orise Technology 568 otm8009a 480x800 dsi 2dl panel. 569 570config DRM_PANEL_OSD_OSD101T2587_53TS 571 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 572 depends on OF 573 depends on DRM_MIPI_DSI 574 depends on BACKLIGHT_CLASS_DEVICE 575 help 576 Say Y here if you want to enable support for One Stop Displays 577 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 578 579config DRM_PANEL_PANASONIC_VVX10F034N00 580 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 581 depends on OF 582 depends on DRM_MIPI_DSI 583 depends on BACKLIGHT_CLASS_DEVICE 584 help 585 Say Y here if you want to enable support for Panasonic VVX10F034N00 586 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 587 Xperia Z2 tablets 588 589config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 590 tristate "Raspberry Pi 7-inch touchscreen panel" 591 depends on DRM_MIPI_DSI 592 help 593 Say Y here if you want to enable support for the Raspberry 594 Pi 7" Touchscreen. To compile this driver as a module, 595 choose M here. 596 597config DRM_PANEL_RAYDIUM_RM67191 598 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 599 depends on OF 600 depends on DRM_MIPI_DSI 601 depends on BACKLIGHT_CLASS_DEVICE 602 help 603 Say Y here if you want to enable support for Raydium RM67191 FHD 604 (1080x1920) DSI panel. 605 606config DRM_PANEL_RAYDIUM_RM67200 607 tristate "Raydium RM67200-based DSI panel" 608 depends on OF 609 depends on DRM_MIPI_DSI 610 help 611 Say Y here if you want to enable support for Raydium RM67200-based 612 DSI video mode panels. This panel controller can be found in the 613 Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1 614 evaluation boards. 615 616config DRM_PANEL_RAYDIUM_RM68200 617 tristate "Raydium RM68200 720x1280 DSI video mode panel" 618 depends on OF 619 depends on DRM_MIPI_DSI 620 depends on BACKLIGHT_CLASS_DEVICE 621 help 622 Say Y here if you want to enable support for Raydium RM68200 623 720x1280 DSI video mode panel. 624 625config DRM_PANEL_RAYDIUM_RM692E5 626 tristate "Raydium RM692E5-based DSI panel" 627 depends on OF 628 depends on DRM_MIPI_DSI 629 depends on BACKLIGHT_CLASS_DEVICE 630 select DRM_DISPLAY_DSC_HELPER 631 select DRM_DISPLAY_HELPER 632 help 633 Say Y here if you want to enable support for Raydium RM692E5-based 634 display panels, such as the one found in the Fairphone 5 smartphone. 635 636config DRM_PANEL_RAYDIUM_RM69380 637 tristate "Raydium RM69380-based DSI panel" 638 depends on OF && GPIOLIB 639 depends on DRM_MIPI_DSI 640 depends on BACKLIGHT_CLASS_DEVICE 641 help 642 Say Y here if you want to enable support for Raydium RM69380-based 643 display panels. 644 645 This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021 646 in combination with an EDO OLED panel. 647 648config DRM_PANEL_RENESAS_R61307 649 tristate "Renesas R61307 DSI video mode panel" 650 depends on OF 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 KOE tx13d100vm0eaa 655 IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768 656 resolution and uses 24 bit RGB per pixel. 657 658 This panel controller can be found in LG Optimus Vu P895 smartphone 659 in combination with LCD panel. 660 661config DRM_PANEL_RENESAS_R69328 662 tristate "Renesas R69328 720x1280 DSI video mode panel" 663 depends on OF 664 depends on DRM_MIPI_DSI 665 depends on BACKLIGHT_CLASS_DEVICE 666 help 667 Say Y here if you want to enable support for JDI dx12d100vm0eaa 668 IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280 669 resolution and uses 24 bit RGB per pixel. 670 671 This panel controller can be found in LG Optimus 4X P895 smartphone 672 in combination with LCD panel. 673 674config DRM_PANEL_RONBO_RB070D30 675 tristate "Ronbo Electronics RB070D30 panel" 676 depends on OF 677 depends on DRM_MIPI_DSI 678 depends on BACKLIGHT_CLASS_DEVICE 679 help 680 Say Y here if you want to enable support for Ronbo Electronics 681 RB070D30 1024x600 DSI panel. 682 683config DRM_PANEL_SAMSUNG_AMS581VF01 684 tristate "Samsung AMS581VF01 panel" 685 depends on OF 686 depends on DRM_MIPI_DSI 687 depends on BACKLIGHT_CLASS_DEVICE 688 help 689 Say Y or M here if you want to enable support for the 690 Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel. 691 692config DRM_PANEL_SAMSUNG_AMS639RQ08 693 tristate "Samsung AMS639RQ08 panel" 694 depends on OF 695 depends on DRM_MIPI_DSI 696 depends on BACKLIGHT_CLASS_DEVICE 697 help 698 Say Y or M here if you want to enable support for the 699 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 700 701config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 702 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 703 depends on GPIOLIB && OF && REGULATOR 704 depends on DRM_MIPI_DSI 705 depends on BACKLIGHT_CLASS_DEVICE 706 help 707 Say Y here if you want to enable support for Samsung AMS427AP24 panel 708 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 709 GT-I9195I). To compile this driver as a module, choose M here. 710 711config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 712 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 713 depends on OF 714 select DRM_MIPI_DSI 715 select VIDEOMODE_HELPERS 716 717config DRM_PANEL_SAMSUNG_ATNA33XC20 718 tristate "Samsung ATNA33XC20 eDP panel" 719 depends on OF 720 depends on BACKLIGHT_CLASS_DEVICE 721 depends on PM 722 select DRM_DISPLAY_DP_HELPER 723 select DRM_DISPLAY_HELPER 724 select DRM_DISPLAY_DP_AUX_BUS 725 help 726 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 727 be handled by the DRM_PANEL_SIMPLE driver because its power 728 sequencing is non-standard. 729 730config DRM_PANEL_SAMSUNG_DB7430 731 tristate "Samsung DB7430-based DPI panels" 732 depends on OF && SPI && GPIOLIB 733 depends on BACKLIGHT_CLASS_DEVICE 734 select DRM_MIPI_DBI 735 help 736 Say Y here if you want to enable support for the Samsung 737 DB7430 DPI display controller used in such devices as the 738 LMS397KF04 480x800 DPI panel. 739 740config DRM_PANEL_SAMSUNG_LD9040 741 tristate "Samsung LD9040 RGB/SPI panel" 742 depends on OF && SPI 743 depends on BACKLIGHT_CLASS_DEVICE 744 select VIDEOMODE_HELPERS 745 746config DRM_PANEL_SAMSUNG_S6E3FA7 747 tristate "Samsung S6E3FA7 panel driver" 748 depends on OF 749 depends on DRM_MIPI_DSI 750 depends on BACKLIGHT_CLASS_DEVICE 751 help 752 Say Y here if you want to enable support for the Samsung S6E3FA7 753 1920x2220 panel. 754 755config DRM_PANEL_SAMSUNG_S6D16D0 756 tristate "Samsung S6D16D0 DSI video mode panel" 757 depends on OF 758 depends on DRM_MIPI_DSI 759 select VIDEOMODE_HELPERS 760 761config DRM_PANEL_SAMSUNG_S6D27A1 762 tristate "Samsung S6D27A1 DPI panel driver" 763 depends on OF && SPI && GPIOLIB 764 select DRM_MIPI_DBI 765 help 766 Say Y here if you want to enable support for the Samsung 767 S6D27A1 DPI 480x800 panel. 768 769 This panel can be found in Samsung Galaxy Ace 2 770 GT-I8160 mobile phone. 771 772config DRM_PANEL_SAMSUNG_S6D7AA0 773 tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller" 774 depends on OF 775 depends on BACKLIGHT_CLASS_DEVICE 776 select DRM_MIPI_DSI 777 select VIDEOMODE_HELPERS 778 779config DRM_PANEL_SAMSUNG_S6E3HA2 780 tristate "Samsung S6E3HA2 DSI video mode panel" 781 depends on OF 782 depends on DRM_MIPI_DSI 783 depends on BACKLIGHT_CLASS_DEVICE 784 select VIDEOMODE_HELPERS 785 786config DRM_PANEL_SAMSUNG_S6E3HA8 787 tristate "Samsung S6E3HA8 DSI video mode panel" 788 depends on OF 789 depends on DRM_MIPI_DSI 790 depends on BACKLIGHT_CLASS_DEVICE 791 select DRM_DISPLAY_DSC_HELPER 792 select VIDEOMODE_HELPERS 793 794config DRM_PANEL_SAMSUNG_S6E63J0X03 795 tristate "Samsung S6E63J0X03 DSI command mode panel" 796 depends on OF 797 depends on DRM_MIPI_DSI 798 depends on BACKLIGHT_CLASS_DEVICE 799 select VIDEOMODE_HELPERS 800 801config DRM_PANEL_SAMSUNG_S6E63M0 802 tristate "Samsung S6E63M0 RGB panel" 803 depends on OF 804 depends on BACKLIGHT_CLASS_DEVICE 805 help 806 Say Y here if you want to enable support for Samsung S6E63M0 807 AMOLED LCD panel. This panel can be accessed using SPI or 808 DSI. 809 810config DRM_PANEL_SAMSUNG_S6E63M0_SPI 811 tristate "Samsung S6E63M0 RGB SPI interface" 812 depends on SPI 813 depends on DRM_PANEL_SAMSUNG_S6E63M0 814 default DRM_PANEL_SAMSUNG_S6E63M0 815 select DRM_MIPI_DBI 816 help 817 Say Y here if you want to be able to access the Samsung 818 S6E63M0 panel using SPI. 819 820config DRM_PANEL_SAMSUNG_S6E63M0_DSI 821 tristate "Samsung S6E63M0 RGB DSI interface" 822 depends on DRM_MIPI_DSI 823 depends on DRM_PANEL_SAMSUNG_S6E63M0 824 help 825 Say Y here if you want to be able to access the Samsung 826 S6E63M0 panel using DSI. 827 828config DRM_PANEL_SAMSUNG_S6E8AA0 829 tristate "Samsung S6E8AA0 DSI video mode panel" 830 depends on OF 831 select DRM_MIPI_DSI 832 select VIDEOMODE_HELPERS 833 834config DRM_PANEL_SAMSUNG_SOFEF00 835 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 836 depends on OF 837 depends on DRM_MIPI_DSI 838 depends on BACKLIGHT_CLASS_DEVICE 839 select VIDEOMODE_HELPERS 840 help 841 Say Y or M here if you want to enable support for the Samsung AMOLED 842 command mode panels found in the OnePlus 6/6T smartphones. 843 844 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 845 846config DRM_PANEL_SEIKO_43WVF1G 847 tristate "Seiko 43WVF1G panel" 848 depends on OF 849 depends on BACKLIGHT_CLASS_DEVICE 850 select VIDEOMODE_HELPERS 851 help 852 Say Y here if you want to enable support for the Seiko 853 43WVF1G controller for 800x480 LCD panels 854 855config DRM_PANEL_SHARP_LQ101R1SX01 856 tristate "Sharp LQ101R1SX01 panel" 857 depends on OF 858 depends on DRM_MIPI_DSI 859 depends on BACKLIGHT_CLASS_DEVICE 860 help 861 Say Y here if you want to enable support for Sharp LQ101R1SX01 862 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 863 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 864 the host and has a built-in LED backlight. 865 866 To compile this driver as a module, choose M here: the module 867 will be called panel-sharp-lq101r1sx01. 868 869config DRM_PANEL_SHARP_LS037V7DW01 870 tristate "Sharp LS037V7DW01 VGA LCD panel" 871 depends on GPIOLIB && OF && REGULATOR 872 help 873 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 874 (480x640) LCD panel (found on the TI SDP3430 board). 875 876config DRM_PANEL_SHARP_LS043T1LE01 877 tristate "Sharp LS043T1LE01 qHD video mode panel" 878 depends on OF 879 depends on DRM_MIPI_DSI 880 depends on BACKLIGHT_CLASS_DEVICE 881 help 882 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 883 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 884 885config DRM_PANEL_SHARP_LS060T1SX01 886 tristate "Sharp LS060T1SX01 FullHD video mode panel" 887 depends on OF 888 depends on DRM_MIPI_DSI 889 depends on BACKLIGHT_CLASS_DEVICE 890 help 891 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 892 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 893 Bundle. 894 895config DRM_PANEL_SITRONIX_ST7701 896 tristate "Sitronix ST7701 panel driver" 897 depends on OF 898 depends on SPI || DRM_MIPI_DSI 899 select DRM_MIPI_DBI if SPI 900 depends on BACKLIGHT_CLASS_DEVICE 901 help 902 Say Y here if you want to enable support for the Sitronix 903 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 904 system interfaces. 905 906config DRM_PANEL_SITRONIX_ST7703 907 tristate "Sitronix ST7703 based MIPI touchscreen panels" 908 depends on OF 909 depends on DRM_MIPI_DSI 910 depends on BACKLIGHT_CLASS_DEVICE 911 help 912 Say Y here if you want to enable support for Sitronix ST7703 based 913 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 914 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 915 in backlight and touch controller. 916 Touch input support is provided by the goodix driver and needs to be 917 selected separately. 918 919config DRM_PANEL_SITRONIX_ST7789V 920 tristate "Sitronix ST7789V panel" 921 depends on OF && SPI 922 depends on BACKLIGHT_CLASS_DEVICE 923 help 924 Say Y here if you want to enable support for the Sitronix 925 ST7789V controller for 240x320 LCD panels 926 927config DRM_PANEL_SONY_ACX565AKM 928 tristate "Sony ACX565AKM panel" 929 depends on GPIOLIB && OF && SPI 930 depends on BACKLIGHT_CLASS_DEVICE 931 help 932 Say Y here if you want to enable support for the Sony ACX565AKM 933 800x600 3.5" panel (found on the Nokia N900). 934 935config DRM_PANEL_SONY_TD4353_JDI 936 tristate "Sony TD4353 JDI panel" 937 depends on GPIOLIB && OF 938 depends on DRM_MIPI_DSI 939 depends on BACKLIGHT_CLASS_DEVICE 940 help 941 Say Y here if you want to enable support for the Sony Tama 942 TD4353 JDI command mode panel as found on some Sony Xperia 943 XZ2 and XZ2 Compact smartphones. 944 945config DRM_PANEL_SONY_TULIP_TRULY_NT35521 946 tristate "Sony Tulip Truly NT35521 panel" 947 depends on GPIOLIB && OF 948 depends on DRM_MIPI_DSI 949 depends on BACKLIGHT_CLASS_DEVICE 950 help 951 Say Y here if you want to enable support for the Sony Tulip 952 NT35521 1280x720 video mode panel as found on Sony Xperia M4 953 Aqua phone. 954 955config DRM_PANEL_STARTEK_KD070FHFID015 956 tristate "STARTEK KD070FHFID015 panel" 957 depends on OF 958 depends on DRM_MIPI_DSI 959 depends on BACKLIGHT_CLASS_DEVICE 960 help 961 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 962 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 963 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 964 the host, a built-in LED backlight and touch controller. 965 966config DRM_PANEL_EDP 967 tristate "support for simple Embedded DisplayPort panels" 968 depends on OF 969 depends on BACKLIGHT_CLASS_DEVICE 970 depends on PM 971 select VIDEOMODE_HELPERS 972 select DRM_DISPLAY_DP_HELPER 973 select DRM_DISPLAY_HELPER 974 select DRM_DISPLAY_DP_AUX_BUS 975 select DRM_KMS_HELPER 976 help 977 DRM panel driver for dumb eDP panels that need at most a regulator and 978 a GPIO to be powered up. Optionally a backlight can be attached so 979 that it can be automatically turned off when the panel goes into a 980 low power state. 981 982config DRM_PANEL_SIMPLE 983 tristate "support for simple panels (other than eDP ones)" 984 depends on OF 985 depends on BACKLIGHT_CLASS_DEVICE 986 depends on PM 987 select VIDEOMODE_HELPERS 988 help 989 DRM panel driver for dumb non-eDP panels that need at most a regulator 990 and 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_SUMMIT 995 tristate "Apple Summit display panel" 996 depends on OF 997 depends on DRM_MIPI_DSI 998 depends on BACKLIGHT_CLASS_DEVICE 999 help 1000 Say Y if you want to enable support for the "Summit" display panel 1001 used as a touchbar on certain Apple laptops. 1002 1003config DRM_PANEL_SYNAPTICS_R63353 1004 tristate "Synaptics R63353-based panels" 1005 depends on OF 1006 depends on DRM_MIPI_DSI 1007 depends on BACKLIGHT_CLASS_DEVICE 1008 help 1009 Say Y if you want to enable support for panels based on the 1010 Synaptics R63353 controller. 1011 1012config DRM_PANEL_TDO_TL070WSH30 1013 tristate "TDO TL070WSH30 DSI panel" 1014 depends on OF 1015 depends on DRM_MIPI_DSI 1016 depends on BACKLIGHT_CLASS_DEVICE 1017 help 1018 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 1019 panel module. The panel has a 1024×600 resolution and uses 1020 24 bit RGB per pixel. It provides a MIPI DSI interface to 1021 the host, a built-in LED backlight and touch controller. 1022 1023config DRM_PANEL_TPO_TD028TTEC1 1024 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 1025 depends on OF && SPI 1026 depends on BACKLIGHT_CLASS_DEVICE 1027 help 1028 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 1029 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 1030 1031config DRM_PANEL_TPO_TD043MTEA1 1032 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 1033 depends on GPIOLIB && OF && REGULATOR && SPI 1034 help 1035 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 1036 4.3" panel (found on the OMAP3 Pandora board). 1037 1038config DRM_PANEL_TPO_TPG110 1039 tristate "TPO TPG 800x400 panel" 1040 depends on OF && SPI && GPIOLIB 1041 depends on BACKLIGHT_CLASS_DEVICE 1042 help 1043 Say Y here if you want to enable support for TPO TPG110 1044 400CH LTPS TFT LCD Single Chip Digital Driver for up to 1045 800x400 LCD panels. 1046 1047config DRM_PANEL_TRULY_NT35597_WQXGA 1048 tristate "Truly WQXGA" 1049 depends on OF 1050 depends on DRM_MIPI_DSI 1051 help 1052 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 1053 Video Mode panel 1054 1055config DRM_PANEL_VISIONOX_G2647FB105 1056 tristate "Visionox G2647FB105" 1057 depends on OF 1058 depends on DRM_MIPI_DSI 1059 depends on BACKLIGHT_CLASS_DEVICE 1060 help 1061 Say Y here if you want to enable support for the Visionox 1062 G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel. 1063 1064config DRM_PANEL_VISIONOX_R66451 1065 tristate "Visionox R66451" 1066 depends on OF 1067 depends on DRM_MIPI_DSI 1068 depends on BACKLIGHT_CLASS_DEVICE 1069 select DRM_DISPLAY_DSC_HELPER 1070 select DRM_DISPLAY_HELPER 1071 help 1072 Say Y here if you want to enable support for Visionox 1073 R66451 1080x2340 AMOLED DSI panel. 1074 1075config DRM_PANEL_VISIONOX_RM69299 1076 tristate "Visionox RM69299" 1077 depends on OF 1078 depends on DRM_MIPI_DSI 1079 help 1080 Say Y here if you want to enable support for Visionox 1081 RM69299 DSI Video Mode panel. 1082 1083config DRM_PANEL_VISIONOX_RM692E5 1084 tristate "Visionox RM692E5" 1085 depends on OF 1086 depends on DRM_MIPI_DSI 1087 depends on BACKLIGHT_CLASS_DEVICE 1088 select DRM_DISPLAY_DSC_HELPER 1089 select DRM_DISPLAY_HELPER 1090 help 1091 Say Y here if you want to enable support for Visionox RM692E5 amoled 1092 display panels, such as the one found in the Nothing Phone (1) 1093 smartphone. 1094 1095config DRM_PANEL_VISIONOX_VTDR6130 1096 tristate "Visionox VTDR6130" 1097 depends on OF 1098 depends on DRM_MIPI_DSI 1099 depends on BACKLIGHT_CLASS_DEVICE 1100 help 1101 Say Y here if you want to enable support for Visionox 1102 VTDR6130 1080x2400 AMOLED DSI panel. 1103 1104config DRM_PANEL_WIDECHIPS_WS2401 1105 tristate "Widechips WS2401 DPI panel driver" 1106 depends on SPI && GPIOLIB 1107 depends on BACKLIGHT_CLASS_DEVICE 1108 select DRM_MIPI_DBI 1109 help 1110 Say Y here if you want to enable support for the Widechips WS2401 DPI 1111 480x800 display controller used in panels such as Samsung LMS380KF01. 1112 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 1113 1114config DRM_PANEL_XINPENG_XPP055C272 1115 tristate "Xinpeng XPP055C272 panel driver" 1116 depends on OF 1117 depends on DRM_MIPI_DSI 1118 depends on BACKLIGHT_CLASS_DEVICE 1119 help 1120 Say Y here if you want to enable support for the Xinpeng 1121 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 1122 system interfaces. 1123endmenu 1124