aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Makefile
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2016-12-14 13:16:12 +0200
committerThierry Reding <treding@nvidia.com>2017-04-05 18:11:47 +0200
commit8746f6593d42d67e7cb7ef1f66003738a7357cc8 (patch)
treebccf8b6b89db0b20e5ed8650afea6fdf46146679 /drivers/gpu/drm/tegra/Makefile
parentdrm/tegra: Add Tegra DRM allocation API (diff)
downloadlinux-dev-8746f6593d42d67e7cb7ef1f66003738a7357cc8.tar.xz
linux-dev-8746f6593d42d67e7cb7ef1f66003738a7357cc8.zip
drm/tegra: Add falcon helper library
Add a set of falcon helper routines for use by the tegradrm client drivers of the various falcon-based engines. The falcon is a microcontroller that acts as a frontend for the rest of a particular Tegra engine. In order to properly utilize these engines, the frontend must be booted before pushing any commands. Based on work by Andrew Chew <achew@nvidia.com> Signed-off-by: Andrew Chew <achew@nvidia.com> Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> 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 2c66a8db9da4..93e9a4a1e3d1 100644
--- a/drivers/gpu/drm/tegra/Makefile
+++ b/drivers/gpu/drm/tegra/Makefile
@@ -13,6 +13,7 @@ tegra-drm-y := \
sor.o \
dpaux.o \
gr2d.o \
- gr3d.o
+ gr3d.o \
+ falcon.o
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o