1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "Cirrus driver for QEMU emulated device"
5 depends on DRM && PCI && MMU
7 select DRM_GEM_SHMEM_HELPER
9 This is a KMS driver for emulated cirrus device in qemu.
10 It is *NOT* intended for real cirrus devices. This requires
11 the modesetting userspace X.org driver.
13 Cirrus is obsolete, the hardware was designed in the 90ies
14 and can't keep up with todays needs. More background:
15 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
17 Better alternatives are:
18 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
19 - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
20 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
23 tristate "GM12U320 driver for USB projectors"
26 select DRM_GEM_SHMEM_HELPER
28 This is a KMS driver for projectors which use the GM12U320 chipset
29 for video transfer over USB2/3, such as the Acer C120 mini projector.
31 config TINYDRM_HX8357D
32 tristate "DRM support for HX8357D display panels"
35 select DRM_KMS_CMA_HELPER
37 select BACKLIGHT_CLASS_DEVICE
39 DRM driver for the following HX8357D panels:
40 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
42 If M is selected the module will be called hx8357d.
44 config TINYDRM_ILI9225
45 tristate "DRM support for ILI9225 display panels"
48 select DRM_KMS_CMA_HELPER
51 DRM driver for the following Ilitek ILI9225 panels:
52 * No-name 2.2" color screen module
54 If M is selected the module will be called ili9225.
56 config TINYDRM_ILI9341
57 tristate "DRM support for ILI9341 display panels"
60 select DRM_KMS_CMA_HELPER
62 select BACKLIGHT_CLASS_DEVICE
64 DRM driver for the following Ilitek ILI9341 panels:
65 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
67 If M is selected the module will be called ili9341.
69 config TINYDRM_ILI9486
70 tristate "DRM support for ILI9486 display panels"
73 select DRM_KMS_CMA_HELPER
75 select BACKLIGHT_CLASS_DEVICE
77 DRM driver for the following Ilitek ILI9486 panels:
78 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
79 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
81 If M is selected the module will be called ili9486.
83 config TINYDRM_MI0283QT
84 tristate "DRM support for MI0283QT"
87 select DRM_KMS_CMA_HELPER
89 select BACKLIGHT_CLASS_DEVICE
91 DRM driver for the Multi-Inno MI0283QT display panel
92 If M is selected the module will be called mi0283qt.
94 config TINYDRM_REPAPER
95 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
98 select DRM_KMS_CMA_HELPER
100 DRM driver for the following Pervasive Displays panels:
101 1.44" TFT EPD Panel (E1144CS021)
102 1.90" TFT EPD Panel (E1190CS021)
103 2.00" TFT EPD Panel (E2200CS021)
104 2.71" TFT EPD Panel (E2271CS021)
106 If M is selected the module will be called repaper.
108 config TINYDRM_ST7586
109 tristate "DRM support for Sitronix ST7586 display panels"
110 depends on DRM && SPI
111 select DRM_KMS_HELPER
112 select DRM_KMS_CMA_HELPER
115 DRM driver for the following Sitronix ST7586 panels:
116 * LEGO MINDSTORMS EV3
118 If M is selected the module will be called st7586.
120 config TINYDRM_ST7735R
121 tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
122 depends on DRM && SPI
123 select DRM_KMS_HELPER
124 select DRM_KMS_CMA_HELPER
126 select BACKLIGHT_CLASS_DEVICE
128 DRM driver for Sitronix ST7715R/ST7735R with one of the following
130 * Jianda JD-T18003-T01 1.8" 128x160 TFT
131 * Okaya RH128128T 1.44" 128x128 TFT
133 If M is selected the module will be called st7735r.