summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2018-01-31 18:01:05 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-02-02 15:12:02 -0500
commit5cb742d228c6816e7fdd1220f4b4ee3378abf3dc (patch)
tree9499a43ae57f3bfc0c916bd5793cf5b25557b058 /include
parent98da3f8eed914225e9ffe0f768d7647506e95cdc (diff)
gpu: nvgpu: gv11b: add scg support info in gpu characteristics
Indicated support for Simultaneous Compute and Graphics(SCG) in gpu characteristics for gv11b. Bug 2053932 Change-Id: I788e22242083dff775dd4cc5b9aa73c938028536 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1649805 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nvgpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nvgpu.h b/include/uapi/linux/nvgpu.h
index 4ee6a459..95acc63c 100644
--- a/include/uapi/linux/nvgpu.h
+++ b/include/uapi/linux/nvgpu.h
@@ -152,6 +152,8 @@ struct nvgpu_gpu_zbc_query_table_args {
152#define NVGPU_GPU_FLAGS_SUPPORT_MAP_DIRECT_KIND_CTRL (1ULL << 23) 152#define NVGPU_GPU_FLAGS_SUPPORT_MAP_DIRECT_KIND_CTRL (1ULL << 23)
153/* NVGPU_GPU_IOCTL_SET_DETERMINISTIC_OPTS is available */ 153/* NVGPU_GPU_IOCTL_SET_DETERMINISTIC_OPTS is available */
154#define NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_OPTS (1ULL << 24) 154#define NVGPU_GPU_FLAGS_SUPPORT_DETERMINISTIC_OPTS (1ULL << 24)
155/* SCG support is available */
156#define NVGPU_GPU_FLAGS_SUPPORT_SCG (1ULL << 25)
155/* SM LRF ECC is enabled */ 157/* SM LRF ECC is enabled */
156#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60) 158#define NVGPU_GPU_FLAGS_ECC_ENABLED_SM_LRF (1ULL << 60)
157/* SM SHM ECC is enabled */ 159/* SM SHM ECC is enabled */