Files
linux-nv-oot/drivers/gpu/host1x/hw/hw_host1x09_common.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
475 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*/
#define HOST1X_COMMON_VIC_MLOCK 0x4060
#define HOST1X_COMMON_INTR_CPU0_MASK 0x4
#define HOST1X_COMMON_THOST_INTRSTATUS 0x1c
#define HOST1X_COMMON_THOST_INTRMASK 0x30
#define HOST1X_COMMON_THOST_GLOBAL_INTRMASK 0x44
#define HOST1X_COMMON_THOST_INTRMASK_VIC_ACTMON(v) (v << 2)
#define HOST1X_COMMON_THOST_INTRSTATUS_VIC_ACTMON_INTR BIT(2)