summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 303e1f53..44b6de8d 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -373,6 +373,12 @@ struct gr_gk20a {
373 u32 gfxp_wfi_timeout_count; 373 u32 gfxp_wfi_timeout_count;
374 u32 gfxp_wfi_timeout_unit; 374 u32 gfxp_wfi_timeout_unit;
375 375
376 /*
377 * The deductible memory size for max_comptag_mem (in MBytes)
378 * Usually close to memory size that running system is taking
379 */
380 u32 comptag_mem_deduct;
381
376 struct gr_ctx_buffer_desc global_ctx_buffer[NR_GLOBAL_CTX_BUF]; 382 struct gr_ctx_buffer_desc global_ctx_buffer[NR_GLOBAL_CTX_BUF];
377 383
378 struct nvgpu_mem mmu_wr_mem; 384 struct nvgpu_mem mmu_wr_mem;