This website requires JavaScript.
Explore
Help
Register
Sign In
geemili
/
drm
Watch
1
Star
0
Fork
You've already forked drm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
140943281b
drm
/
tests
/
util
/
Makefile.sources
9 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
tests: Split helpers into library Some of the helpers, such as the pattern drawing helpers or the format lookup helpers, have potential to be reused. Move them into a separate library to make it easier to share them. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 10:37:39 -07:00
UTIL_FILES
:=
\
common.h
\
format.c
\
format.h
\
tests: Move name tables to libutil These tables are duplicated in several places, so move them into libutil so that they can be shared. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 10:37:40 -07:00
kms.c
\
kms.h
\
tests: Split helpers into library Some of the helpers, such as the pattern drawing helpers or the format lookup helpers, have potential to be reused. Move them into a separate library to make it easier to share them. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-12-09 10:37:39 -07:00
pattern.c
\
pattern.h