Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 7877cb91f1081754a1487c144d85dc0d2e2e7fc4 authored by Linus Torvalds on 28 May 2023, 11:49:00 UTC
Linux 6.4-rc4
Tip revision: 7877cb9
hw_host1x08_common.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2022 NVIDIA Corporation.
 */

#define HOST1X_COMMON_OFA_MLOCK			0x4050
#define HOST1X_COMMON_NVJPG1_MLOCK		0x4070
#define HOST1X_COMMON_VIC_MLOCK			0x4078
#define HOST1X_COMMON_NVENC_MLOCK		0x407c
#define HOST1X_COMMON_NVDEC_MLOCK		0x4080
#define HOST1X_COMMON_NVJPG_MLOCK		0x4084
back to top