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 c1fba235..79aeb42f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -710,6 +710,7 @@ int gr_gk20a_resume_contexts(struct gk20a *g,
710 struct dbg_session_gk20a *dbg_s, 710 struct dbg_session_gk20a *dbg_s,
711 int *ctx_resident_ch_fd); 711 int *ctx_resident_ch_fd);
712void gk20a_gr_enable_gpc_exceptions(struct gk20a *g); 712void gk20a_gr_enable_gpc_exceptions(struct gk20a *g);
713void gk20a_gr_enable_exceptions(struct gk20a *g);
713int gr_gk20a_inval_icache(struct gk20a *g, struct channel_gk20a *ch); 714int gr_gk20a_inval_icache(struct gk20a *g, struct channel_gk20a *ch);
714int gr_gk20a_trigger_suspend(struct gk20a *g); 715int gr_gk20a_trigger_suspend(struct gk20a *g);
715int gr_gk20a_wait_for_pause(struct gk20a *g, struct warpstate *w_state); 716int gr_gk20a_wait_for_pause(struct gk20a *g, struct warpstate *w_state);