This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
6b4e48b5a9
linux
/
drivers
/
gpu
/
drm
/
tinydrm
/
Makefile
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
drm: Add DRM support for tiny LCD displays tinydrm provides helpers for very simple displays that can use CMA backed framebuffers and need flushing on changes. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Thierry Reding <treding@nvidia.com>
2017-01-22 07:15:00 +08:00
obj-$(CONFIG_DRM_TINYDRM)
+=
core/
drm/tinydrm: Add MIPI DBI support Add support for MIPI DBI compatible controllers. Interface type C option 1 and 3 are supported (SPI). Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Thierry Reding <treding@nvidia.com>
2017-01-22 07:30:47 +08:00
# Controllers
obj-$(CONFIG_TINYDRM_MIPI_DBI)
+=
mipi-dbi.o