mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
- Add chip specific nvhost files for t264 - Programming sequence modification needed for Thor - Update the register addresses accordingly for mmio-vm, classid-vm, streamid base-limit, channel, gating registers .etc Bug 4132685 Change-Id: I03e710c0941a68e0b6bc1352134eae6d6fd9c2b0 Signed-off-by: Santosh BS <santoshb@nvidia.com>
22 lines
428 B
C
22 lines
428 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Tegra host1x Register Offsets for Tegra264
|
|
*
|
|
* Copyright (c) 2023 NVIDIA Corporation.
|
|
*/
|
|
|
|
#ifndef __HOST1X_HOST1X09_HARDWARE_H
|
|
#define __HOST1X_HOST1X09_HARDWARE_H
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/bitops.h>
|
|
|
|
#include "hw_host1x09_uclass.h"
|
|
#include "hw_host1x09_vm.h"
|
|
#include "hw_host1x09_hypervisor.h"
|
|
#include "hw_host1x09_common.h"
|
|
|
|
#include "opcodes.h"
|
|
|
|
#endif
|