summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
index f3a83602..8b6de266 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h
@@ -570,6 +570,7 @@ struct gpu_ops {
570 struct wpr_carveout_info *inf); 570 struct wpr_carveout_info *inf);
571 bool (*is_debug_mode_enabled)(struct gk20a *g); 571 bool (*is_debug_mode_enabled)(struct gk20a *g);
572 void (*set_debug_mode)(struct gk20a *g, bool enable); 572 void (*set_debug_mode)(struct gk20a *g, bool enable);
573 void (*set_mmu_debug_mode)(struct gk20a *g, bool enable);
573 int (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb); 574 int (*tlb_invalidate)(struct gk20a *g, struct nvgpu_mem *pdb);
574 void (*hub_isr)(struct gk20a *g); 575 void (*hub_isr)(struct gk20a *g);
575 void (*handle_replayable_fault)(struct gk20a *g); 576 void (*handle_replayable_fault)(struct gk20a *g);
@@ -1623,6 +1624,7 @@ struct gk20a {
1623 struct gk20a_fecs_trace *fecs_trace; 1624 struct gk20a_fecs_trace *fecs_trace;
1624 1625
1625 bool mmu_debug_ctrl; 1626 bool mmu_debug_ctrl;
1627 u32 mmu_debug_mode_refcnt;
1626 1628
1627 u32 tpc_fs_mask_user; 1629 u32 tpc_fs_mask_user;
1628 1630