Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / gpu / host1x / hw / host1x07_hardware.h
blobd67364e03956f46234d4263a47d4764cc6bdff2b
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Tegra host1x Register Offsets for Tegra194
5 * Copyright (c) 2018 NVIDIA Corporation.
6 */
8 #ifndef __HOST1X_HOST1X07_HARDWARE_H
9 #define __HOST1X_HOST1X07_HARDWARE_H
11 #include <linux/types.h>
12 #include <linux/bitops.h>
14 #include "hw_host1x07_channel.h"
15 #include "hw_host1x07_uclass.h"
16 #include "hw_host1x07_vm.h"
17 #include "hw_host1x07_hypervisor.h"
19 #include "opcodes.h"
21 #endif