Files
linux-nv-oot/drivers/gpu/host1x/hw/host1x09.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

16 lines
247 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Host1x init for Tegra264 SoCs
*
* Copyright (c) 2023 NVIDIA Corporation.
*/
#ifndef HOST1X_HOST1X09_H
#define HOST1X_HOST1X09_H
struct host1x;
int host1x09_init(struct host1x *host);
#endif