File tree Expand file tree Collapse file tree 4 files changed +1114
-0
lines changed Expand file tree Collapse file tree 4 files changed +1114
-0
lines changed Original file line number Diff line number Diff line change 4453
4453
S: Odd Fixes
4454
4454
F: drivers/gpu/drm/mgag200/
4455
4455
4456
+ DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4457
+ M: Noralf Trønnes <
[email protected] >
4458
+ S: Maintained
4459
+ F: drivers/gpu/drm/tinydrm/repaper.c
4460
+ F: Documentation/devicetree/bindings/display/repaper.txt
4461
+
4456
4462
DRM DRIVER FOR RAGE 128 VIDEO CARDS
4457
4463
S: Orphan / Obsolete
4458
4464
F: drivers/gpu/drm/r128/
Original file line number Diff line number Diff line change @@ -19,3 +19,15 @@ config TINYDRM_MI0283QT
19
19
help
20
20
DRM driver for the Multi-Inno MI0283QT display panel
21
21
If M is selected the module will be called mi0283qt.
22
+
23
+ config TINYDRM_REPAPER
24
+ tristate "DRM support for Pervasive Displays RePaper panels (V231)"
25
+ depends on DRM_TINYDRM && SPI
26
+ help
27
+ DRM driver for the following Pervasive Displays panels:
28
+ 1.44" TFT EPD Panel (E1144CS021)
29
+ 1.90" TFT EPD Panel (E1190CS021)
30
+ 2.00" TFT EPD Panel (E2200CS021)
31
+ 2.71" TFT EPD Panel (E2271CS021)
32
+
33
+ If M is selected the module will be called repaper.
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
5
5
6
6
# Displays
7
7
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
8
+ obj-$(CONFIG_TINYDRM_REPAPER) += repaper.o
You can’t perform that action at this time.
0 commit comments