summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 0d32cca3..303e1f53 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -420,11 +420,6 @@ struct gr_gk20a {
420 u32 no_of_sm; 420 u32 no_of_sm;
421 struct sm_info *sm_to_cluster; 421 struct sm_info *sm_to_cluster;
422 422
423#define NVGPU_SM_EXCEPTION_TYPE_MASK_NONE (0x0U)
424#define NVGPU_SM_EXCEPTION_TYPE_MASK_FATAL (0x1U << 0)
425 u32 sm_exception_mask_type;
426 u32 sm_exception_mask_refcount;
427
428#if defined(CONFIG_GK20A_CYCLE_STATS) 423#if defined(CONFIG_GK20A_CYCLE_STATS)
429 struct nvgpu_mutex cs_lock; 424 struct nvgpu_mutex cs_lock;
430 struct gk20a_cs_snapshot *cs_data; 425 struct gk20a_cs_snapshot *cs_data;