Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/gpu/host1x/hw/hw_host1x08_common.h
26493 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2022 NVIDIA Corporation.
4
*/
5
6
#define HOST1X_COMMON_OFA_MLOCK 0x4050
7
#define HOST1X_COMMON_NVJPG1_MLOCK 0x4070
8
#define HOST1X_COMMON_VIC_MLOCK 0x4078
9
#define HOST1X_COMMON_NVENC_MLOCK 0x407c
10
#define HOST1X_COMMON_NVDEC_MLOCK 0x4080
11
#define HOST1X_COMMON_NVJPG_MLOCK 0x4084
12
13