diff options
author | Thierry Reding <treding@nvidia.com> | 2013-11-15 14:58:05 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-19 09:29:52 +0100 |
commit | e6fff4aaf99763da8a68b237e09cb8d47730f118 (patch) | |
tree | fa050b9b2fa9c620dd289f2ef4d96969b10a19ad /drivers/gpu/host1x/Makefile | |
parent | 23a0e27aacad6b97598dd6786f782e4b6dd86096 (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/Makefile | 3 |
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 |