mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:00:58 +07:00
67e04d1ab1
Add tracepoint events for display controller register accesses. Signed-off-by: Thierry Reding <treding@nvidia.com>
23 lines
274 B
Makefile
23 lines
274 B
Makefile
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
|
|
|
tegra-drm-y := \
|
|
drm.o \
|
|
gem.o \
|
|
fb.o \
|
|
dc.o \
|
|
output.o \
|
|
rgb.o \
|
|
hdmi.o \
|
|
mipi-phy.o \
|
|
dsi.o \
|
|
sor.o \
|
|
dpaux.o \
|
|
gr2d.o \
|
|
gr3d.o \
|
|
falcon.o \
|
|
vic.o
|
|
|
|
tegra-drm-y += trace.o
|
|
|
|
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|