summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/Makefile
diff options
context:
space:
mode:
authorThierry Reding2013-09-30 14:17:39 +0200
committerThierry Reding2013-10-31 09:55:41 +0100
commit5407f31bd37d1289dfd0a2a23a45c5ff2aec8e58 (patch)
tree3fb5e326c74693d083613568a2455a2b99f0e6e5 /drivers/gpu/host1x/Makefile
parentdrm/tegra: Allocate resources at probe time (diff)
downloadkernel-qcow2-linux-5407f31bd37d1289dfd0a2a23a45c5ff2aec8e58.tar.gz
kernel-qcow2-linux-5407f31bd37d1289dfd0a2a23a45c5ff2aec8e58.tar.xz
kernel-qcow2-linux-5407f31bd37d1289dfd0a2a23a45c5ff2aec8e58.zip
gpu: host1x: Add support for Tegra114
Tegra114 uses a slightly updated version of host1x with an additional syncpoint. 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 889217cfb79d..afa1e9e4e512 100644
--- a/drivers/gpu/host1x/Makefile
+++ b/drivers/gpu/host1x/Makefile
@@ -7,6 +7,7 @@ host1x-y = \
channel.o \
job.o \
debug.o \
- hw/host1x01.o
+ hw/host1x01.o \
+ hw/host1x02.o
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o