2019-05-28 10:10:04 -07:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2018-01-25 14:10:44 +02:00
|
|
|
/*
|
|
|
|
|
* Tegra host1x Register Offsets for Tegra194
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2018 NVIDIA Corporation.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __HOST1X_HOST1X07_HARDWARE_H
|
|
|
|
|
#define __HOST1X_HOST1X07_HARDWARE_H
|
|
|
|
|
|
|
|
|
|
#include <linux/types.h>
|
|
|
|
|
#include <linux/bitops.h>
|
|
|
|
|
|
2019-02-01 14:28:23 +01:00
|
|
|
#include "hw_host1x07_channel.h"
|
2018-01-25 14:10:44 +02:00
|
|
|
#include "hw_host1x07_uclass.h"
|
|
|
|
|
#include "hw_host1x07_vm.h"
|
|
|
|
|
#include "hw_host1x07_hypervisor.h"
|
|
|
|
|
|
2022-06-27 17:19:59 +03:00
|
|
|
#include "opcodes.h"
|
2018-01-25 14:10:44 +02:00
|
|
|
|
|
|
|
|
#endif
|