summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/hw/host1x10_hardware.h
blob: abbead8190b12b957a97d818d13c03f7bf8f77dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Tegra host1x Register Offsets for Tegra264
 *
 * Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
 */

#ifndef __HOST1X_HOST1X10_HARDWARE_H
#define __HOST1X_HOST1X10_HARDWARE_H

#include <linux/types.h>
#include <linux/bitops.h>

#include "hw_host1x10_uclass.h"
#include "hw_host1x10_vm.h"
#include "hw_host1x10_hypervisor.h"
#include "hw_host1x10_common.h"

#include "opcodes.h"

#endif