mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:51:02 +07:00
141518d234
While debugging an X11 display failure, I wanted to see where we were actually scanning out from. This is probably generally useful to others that might be working on this device. v2: Fix uint32_t sparse warning. Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170518005640.10310-1-eric@anholt.net Reviewed-by: Linus Walleij <linus.walleij@linaro.org> (v1)
8 lines
158 B
Makefile
8 lines
158 B
Makefile
pl111_drm-y += pl111_connector.o \
|
|
pl111_display.o \
|
|
pl111_drv.o
|
|
|
|
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
|
|
|
|
obj-$(CONFIG_DRM_PL111) += pl111_drm.o
|