diff options
author | Thierry Reding | 2018-01-25 14:10:44 +0200 |
---|---|---|
committer | Thierry Reding | 2018-11-29 17:11:49 +0100 |
commit | ac1bdbf22bebabfee150bb5c33a02c4d0119d185 (patch) | |
tree | bfd80e1a97604aeecab7ffb6b35bc3d17e44def1 /drivers/gpu/host1x/Makefile | |
parent | b91bf997ea6efe9c48540572d693415fddaf0c3a (diff) |
gpu: host1x: Add Tegra194 support
The host1x hardware found on Tegra194 is mostly backwards compatible
with the version found on Tegra186, with the notable exceptions of the
increased number of syncpoints and mlocks. In addition, some rarely
used features such as syncpoint wait bases were dropped and some
registers had to move around to accomodate the increased number of
syncpoints.
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 b92016ce09b7..096017b8789d 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile @@ -13,6 +13,7 @@ host1x-y = \ hw/host1x02.o \ hw/host1x04.o \ hw/host1x05.o \ - hw/host1x06.o + hw/host1x06.o \ + hw/host1x07.o obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |