diff options
author | Thierry Reding <treding@nvidia.com> | 2015-03-23 09:46:28 (GMT) |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-12-14 09:50:33 (GMT) |
commit | a134789a67480e6cc7e50c9dfcbc7adca5016010 (patch) | |
tree | faf701e52855836f342411e07dc6d636b67e4fe5 /drivers/gpu/host1x/Makefile | |
parent | e3e70814cebb0beec47dd38e60f89850950a2903 (diff) | |
download | linux-a134789a67480e6cc7e50c9dfcbc7adca5016010.tar.xz |
gpu: host1x: Add Tegra210 support
The host1x unit found in Tegra210 SoCs is very similar to the unit in
Tegra124, but it has 2 additional channels for a total of 14 channels.
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 c1189f0..a1d9974 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile @@ -10,6 +10,7 @@ host1x-y = \ mipi.o \ hw/host1x01.o \ hw/host1x02.o \ - hw/host1x04.o + hw/host1x04.o \ + hw/host1x05.o obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |