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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index d32a719e..400b7feb 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -733,6 +733,9 @@ u32 gk20a_gr_gpc_offset(struct gk20a *g, u32 gpc);
733u32 gk20a_gr_tpc_offset(struct gk20a *g, u32 tpc); 733u32 gk20a_gr_tpc_offset(struct gk20a *g, u32 tpc);
734void gk20a_gr_get_esr_sm_sel(struct gk20a *g, u32 gpc, u32 tpc, 734void gk20a_gr_get_esr_sm_sel(struct gk20a *g, u32 gpc, u32 tpc,
735 u32 *esr_sm_sel); 735 u32 *esr_sm_sel);
736void gk20a_gr_init_ovr_sm_dsm_perf(void);
737void gk20a_gr_get_ovr_perf_regs(struct gk20a *g, u32 *num_ovr_perf_regs,
738 u32 **ovr_perf_regs);
736 739
737static inline const char *gr_gk20a_graphics_preempt_mode_name(u32 graphics_preempt_mode) 740static inline const char *gr_gk20a_graphics_preempt_mode_name(u32 graphics_preempt_mode)
738{ 741{