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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 3dbf5697..8230ba72 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -541,6 +541,7 @@ void gr_gk20a_init_cg_mode(struct gk20a *g, u32 cgmode, u32 mode_config);
541bool gk20a_gr_sm_debugger_attached(struct gk20a *g); 541bool gk20a_gr_sm_debugger_attached(struct gk20a *g);
542void gk20a_gr_clear_sm_hww(struct gk20a *g, 542void gk20a_gr_clear_sm_hww(struct gk20a *g,
543 u32 gpc, u32 tpc, u32 global_esr); 543 u32 gpc, u32 tpc, u32 global_esr);
544u32 gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask(struct gk20a *g);
544 545
545#define gr_gk20a_elpg_protected_call(g, func) \ 546#define gr_gk20a_elpg_protected_call(g, func) \
546 ({ \ 547 ({ \