aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-02-28 02:08:01 -0500
committerThierry Reding <treding@nvidia.com>2013-10-31 04:55:45 -0400
commit5f60ed0d840d53e9d65aa54e1a5365af8ce2769e (patch)
tree7c41cdd661bb768d54ad3c0c22c1c894b05df09c /drivers/gpu/drm/tegra/Makefile
parentc40f0f1afcb1dcce7f9fd978fbbc8d8d68cf5e84 (diff)
drm/tegra: Add 3D support
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Makefile')
-rw-r--r--drivers/gpu/drm/tegra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile
index e1cdf1da2778..edc76abd58bb 100644
--- a/drivers/gpu/drm/tegra/Makefile
+++ b/drivers/gpu/drm/tegra/Makefile
@@ -9,6 +9,7 @@ tegra-drm-y := \
9 output.o \ 9 output.o \
10 rgb.o \ 10 rgb.o \
11 hdmi.o \ 11 hdmi.o \
12 gr2d.o 12 gr2d.o \
13 gr3d.o
13 14
14obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o 15obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o