summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-15 13:58:05 (GMT)
committerThierry Reding <treding@nvidia.com>2013-12-19 08:29:52 (GMT)
commite6fff4aaf99763da8a68b237e09cb8d47730f118 (patch)
treefa050b9b2fa9c620dd289f2ef4d96969b10a19ad /drivers/gpu/host1x/Makefile
parent23a0e27aacad6b97598dd6786f782e4b6dd86096 (diff)
downloadlinux-e6fff4aaf99763da8a68b237e09cb8d47730f118.tar.xz
gpu: host1x: Add Tegra124 support
Tegra124 has 192 syncpoints whereas its predecessors had 32 syncpoints. This required changes to the hardware register layout. Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
-rw-r--r--drivers/gpu/host1x/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile
index de305c2..c1189f0 100644
--- a/drivers/gpu/host1x/Makefile
+++ b/drivers/gpu/host1x/Makefile
@@ -9,6 +9,7 @@ host1x-y = \
debug.o \
mipi.o \
hw/host1x01.o \
- hw/host1x02.o
+ hw/host1x02.o \
+ hw/host1x04.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o