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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 2dd1eaf5..33721f08 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -704,6 +704,12 @@ int gr_gk20a_resume_contexts(struct gk20a *g,
704 struct dbg_session_gk20a *dbg_s, 704 struct dbg_session_gk20a *dbg_s,
705 int *ctx_resident_ch_fd); 705 int *ctx_resident_ch_fd);
706void gk20a_gr_enable_gpc_exceptions(struct gk20a *g); 706void gk20a_gr_enable_gpc_exceptions(struct gk20a *g);
707int gr_gk20a_inval_icache(struct gk20a *g, struct channel_gk20a *ch);
708int gr_gk20a_trigger_suspend(struct gk20a *g);
709int gr_gk20a_wait_for_pause(struct gk20a *g, struct warpstate *w_state);
710int gr_gk20a_resume_from_pause(struct gk20a *g);
711int gr_gk20a_clear_sm_errors(struct gk20a *g);
712u32 gr_gk20a_tpc_enabled_exceptions(struct gk20a *g);
707 713
708int gr_gk20a_commit_global_timeslice(struct gk20a *g, 714int gr_gk20a_commit_global_timeslice(struct gk20a *g,
709 struct channel_gk20a *c, bool patch); 715 struct channel_gk20a *c, bool patch);