aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x08.h
diff options
context:
space:
mode:
authorMikko Perttunen <mperttunen@nvidia.com>2022-06-27 17:20:04 +0300
committerThierry Reding <treding@nvidia.com>2022-07-08 16:27:52 +0200
commit9abdd497cd0ac08ed55aea30de1e46d73eef9fc5 (patch)
tree50a88db914337dd65c5f71a7e8501d041cd94c54 /drivers/gpu/host1x/hw/host1x08.h
parentgpu: host1x: Program interrupt destinations on Tegra234 (diff)
downloadlinux-dev-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.tar.xz
linux-dev-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.zip
gpu: host1x: Tegra234 device data and headers
Add device data and chip headers for Tegra234. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/host1x08.h')
-rw-r--r--drivers/gpu/host1x/hw/host1x08.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/host1x08.h b/drivers/gpu/host1x/hw/host1x08.h
new file mode 100644
index 000000000000..a6bad56e44cf
--- /dev/null
+++ b/drivers/gpu/host1x/hw/host1x08.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Host1x init for Tegra234 SoCs
+ *
+ * Copyright (c) 2018 NVIDIA Corporation.
+ */
+
+#ifndef HOST1X_HOST1X08_H
+#define HOST1X_HOST1X08_H
+
+struct host1x;
+
+int host1x08_init(struct host1x *host);
+
+#endif