summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index d444447d..d219b815 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -890,6 +890,10 @@ struct gk20a {
890 int dbg_powergating_disabled_refcount; /*refcount for pg disable */ 890 int dbg_powergating_disabled_refcount; /*refcount for pg disable */
891 int dbg_timeout_disabled_refcount; /*refcount for timeout disable */ 891 int dbg_timeout_disabled_refcount; /*refcount for timeout disable */
892 892
893 /* must have dbg_sessions_lock before use */
894 struct nvgpu_dbg_gpu_reg_op *dbg_regops_tmp_buf;
895 u32 dbg_regops_tmp_buf_ops;
896
893 /* 897 /*
894 * When set subsequent VMAs will separate fixed and non-fixed 898 * When set subsequent VMAs will separate fixed and non-fixed
895 * allocations. This avoids conflicts with fixed and non-fixed allocs 899 * allocations. This avoids conflicts with fixed and non-fixed allocs