Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc2 9 lines 304 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (c) 2022 NVIDIA Corporation. 4 */ 5 6#define HOST1X_HV_SYNCPT_PROT_EN 0x1724 7#define HOST1X_HV_SYNCPT_PROT_EN_CH_EN BIT(1) 8#define HOST1X_HV_CH_MLOCK_EN(x) (0x1700 + (x * 4)) 9#define HOST1X_HV_CH_KERNEL_FILTER_GBUFFER(x) (0x1710 + (x * 4))