From 4077d262e027d2de80af93d7277aec6977408898 Mon Sep 17 00:00:00 2001 From: Lakshmanan M Date: Wed, 11 Dec 2019 09:58:33 +0530 Subject: [PATCH] gpu: nvgpu: linux: Remove diversity related gpu flags SM and CE diversities are safety only features. Hence, we do not require to expose their diversity related gpu flags for Linux. JIRA NVGPU-4133 Bug 2776580 Change-Id: Idd00bc928a0a7fbbf3bdaccb2d46ffbe4a59ff34 Signed-off-by: Lakshmanan M Reviewed-on: https://git-master.nvidia.com/r/2259847 Reviewed-by: Shashank Singh GVS: Gerrit_Virtual_Submit Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions --- include/uapi/linux/nvgpu.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h index 73733d40e..b72a9a0e7 100644 --- a/include/uapi/linux/nvgpu.h +++ b/include/uapi/linux/nvgpu.h @@ -172,10 +172,6 @@ struct nvgpu_gpu_zbc_query_table_args { #define NVGPU_GPU_FLAGS_SUPPORT_SET_CTX_MMU_DEBUG_MODE (1ULL << 32) /* Fault recovery is enabled */ #define NVGPU_GPU_FLAGS_SUPPORT_FAULT_RECOVERY (1ULL << 33) -/* Copy Engine diversity is available */ -#define NVGPU_GPU_FLAGS_SUPPORT_COPY_ENGINE_DIVERSITY (1ULL << 34) -/** SM diversity is available. */ -#define NVGPU_GPU_FLAGS_SUPPORT_SM_DIVERSITY (1ULL << 35) /* SM LRF ECC is enabled */ #define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) /* SM SHM ECC is enabled */