summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x08_hardware.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_hardware.h
parent7afd1194a3cdb7ba5aa8d658b2d0655f61457c86 (diff)
downloadlinux-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.tar.bz2
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_hardware.h')
-rw-r--r--drivers/gpu/host1x/hw/host1x08_hardware.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/host1x08_hardware.h b/drivers/gpu/host1x/hw/host1x08_hardware.h
new file mode 100644
index 000000000000..936243060bff
--- /dev/null
+++ b/drivers/gpu/host1x/hw/host1x08_hardware.h
@@ -0,0 +1,21 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Tegra host1x Register Offsets for Tegra234
+ *
+ * Copyright (c) 2022 NVIDIA Corporation.
+ */
+
+#ifndef __HOST1X_HOST1X08_HARDWARE_H
+#define __HOST1X_HOST1X08_HARDWARE_H
+
+#include <linux/types.h>
+#include <linux/bitops.h>
+
+#include "hw_host1x08_uclass.h"
+#include "hw_host1x08_vm.h"
+#include "hw_host1x08_hypervisor.h"
+#include "hw_host1x08_common.h"
+
+#include "opcodes.h"
+
+#endif