aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2013-11-15 08:58:05 -0500
committerThierry Reding <treding@nvidia.com>2013-12-19 03:29:52 -0500
commite6fff4aaf99763da8a68b237e09cb8d47730f118 (patch)
treefa050b9b2fa9c620dd289f2ef4d96969b10a19ad /drivers/gpu/host1x/Makefile
parent23a0e27aacad6b97598dd6786f782e4b6dd86096 (diff)
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 = \
9 debug.o \ 9 debug.o \
10 mipi.o \ 10 mipi.o \
11 hw/host1x01.o \ 11 hw/host1x01.o \
12 hw/host1x02.o 12 hw/host1x02.o \
13 hw/host1x04.o
13 14
14obj-$(CONFIG_TEGRA_HOST1X) += host1x.o 15obj-$(CONFIG_TEGRA_HOST1X) += host1x.o