mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: update SETUP_BIND uapi
This patch updates the SETUP_BIND uapi for conditionally exposing the GPFIFO, UserD and Usermode MMIO GPU VAs to userspace. Bug 3938139 Change-Id: Ifa42d592d5224de075c8c9640dd67cab398a9786 Signed-off-by: Martin Radev <mradev@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2908614 Reviewed-by: Dinesh T <dt@nvidia.com> Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a062676e71
commit
9487599da1
@@ -201,6 +201,8 @@ struct nvgpu_gpu_zbc_query_table_args {
|
||||
#define NVGPU_GPU_FLAGS_MULTI_PROCESS_TSG_SHARING (1ULL << 56)
|
||||
/* SM LRF ECC is enabled */
|
||||
#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)
|
||||
/* Flag to indicate GPU MMIO support */
|
||||
#define NVGPU_GPU_FLAGS_SUPPORT_GPU_MMIO (1ULL << 57)
|
||||
/* SM SHM ECC is enabled */
|
||||
#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_SHM (1ULL << 61)
|
||||
/* TEX ECC is enabled */
|
||||
|
||||
Reference in New Issue
Block a user