mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +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>
16 lines
475 B
C
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)
|