]> Git Repo - linux.git/blob - drivers/gpu/host1x/hw/host1x08_hardware.h
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpu / host1x / hw / host1x08_hardware.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Tegra host1x Register Offsets for Tegra234
4  *
5  * Copyright (c) 2022 NVIDIA Corporation.
6  */
7
8 #ifndef __HOST1X_HOST1X08_HARDWARE_H
9 #define __HOST1X_HOST1X08_HARDWARE_H
10
11 #include <linux/types.h>
12 #include <linux/bitops.h>
13
14 #include "hw_host1x08_uclass.h"
15 #include "hw_host1x08_vm.h"
16 #include "hw_host1x08_hypervisor.h"
17 #include "hw_host1x08_common.h"
18
19 #include "opcodes.h"
20
21 #endif
This page took 0.034163 seconds and 4 git commands to generate.