mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 04:20:51 +07:00
5f60ed0d84
Initialize and power the 3D unit on Tegra20, Tegra30 and Tegra114 and register a channel with the Tegra DRM driver so that the unit can be used from userspace. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
16 lines
195 B
Makefile
16 lines
195 B
Makefile
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
|
|
|
tegra-drm-y := \
|
|
bus.o \
|
|
drm.o \
|
|
gem.o \
|
|
fb.o \
|
|
dc.o \
|
|
output.o \
|
|
rgb.o \
|
|
hdmi.o \
|
|
gr2d.o \
|
|
gr3d.o
|
|
|
|
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|