aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-15 14:58:05 +0100
committerThierry Reding <treding@nvidia.com>2013-12-19 09:29:52 +0100
commite6fff4aaf99763da8a68b237e09cb8d47730f118 (patch)
treefa050b9b2fa9c620dd289f2ef4d96969b10a19ad /drivers/gpu/host1x/Makefile
parentgpu: host1x: clk_round_rate() can return a zero upon error (diff)
downloadlinux-dev-e6fff4aaf99763da8a68b237e09cb8d47730f118.tar.xz
linux-dev-e6fff4aaf99763da8a68b237e09cb8d47730f118.zip
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 de305c2d510e..c1189f004441 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