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>
11 lines
354 B
C
11 lines
354 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2023 NVIDIA Corporation.
|
|
*/
|
|
|
|
#define HOST1X_HV_SYNCPT_PROT_EN 0x172c
|
|
#define HOST1X_HV_SYNCPT_PROT_EN_CH_EN BIT(1)
|
|
#define HOST1X_HV_CH_MLOCK_EN(x) (0x1708 + (x * 4))
|
|
#define HOST1X_HV_CH_KERNEL_FILTER_GBUFFER(x) (0x1718 + (x * 4))
|
|
#define HOST1X_HV_SYNCPT_VM(x) (0x0 + 4 * (x))
|