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
c47d7f56e9
linux
/
drivers
/
gpu
/
drm
/
tinydrm
/
core
/
Makefile
4 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
drm/tinydrm: Add helper functions Add common functionality needed by many tinydrm drivers. 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:19:51 +08:00
tinydrm-y
:=
tinydrm-core.o tinydrm-pipe.o tinydrm-helpers.o
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)
+=
tinydrm.o