Files
linux-nv-oot/drivers/gpu/host1x/hw/host1x09_hardware.h
Santosh BS 340bd4418f gpu: host1x: add t264 hw specific nvhost changes
- 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>
2025-07-24 10:19:09 +00:00

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