mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Add device data and chip headers for Tegra264. Signed-off-by: Santosh BS <santoshb@nvidia.com> Co-developed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patch.msgid.link/20260622-t264-host1x-v2-4-ff7364d9ff7b@nvidia.com
22 lines
462 B
C
22 lines
462 B
C
/* 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
|