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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index db5cb56d..71271a2c 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -697,6 +697,8 @@ struct gk20a {
697 697
698 struct gk20a_cde_app cde_app; 698 struct gk20a_cde_app cde_app;
699 bool mmu_debug_ctrl; 699 bool mmu_debug_ctrl;
700
701 u32 tpc_fs_mask_user;
700}; 702};
701 703
702static inline unsigned long gk20a_get_gr_idle_timeout(struct gk20a *g) 704static inline unsigned long gk20a_get_gr_idle_timeout(struct gk20a *g)