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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 2b3b74bc..b437838f 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -619,9 +619,11 @@ struct channel_ctx_gk20a;
619void gr_gk20a_ctx_patch_write(struct gk20a *g, struct channel_ctx_gk20a *ch_ctx, 619void gr_gk20a_ctx_patch_write(struct gk20a *g, struct channel_ctx_gk20a *ch_ctx,
620 u32 addr, u32 data, bool patch); 620 u32 addr, u32 data, bool patch);
621int gr_gk20a_ctx_patch_write_begin(struct gk20a *g, 621int gr_gk20a_ctx_patch_write_begin(struct gk20a *g,
622 struct channel_ctx_gk20a *ch_ctx); 622 struct channel_ctx_gk20a *ch_ctx,
623 bool update_patch_count);
623void gr_gk20a_ctx_patch_write_end(struct gk20a *g, 624void gr_gk20a_ctx_patch_write_end(struct gk20a *g,
624 struct channel_ctx_gk20a *ch_ctx); 625 struct channel_ctx_gk20a *ch_ctx,
626 bool update_patch_count);
625void gr_gk20a_commit_global_pagepool(struct gk20a *g, 627void gr_gk20a_commit_global_pagepool(struct gk20a *g,
626 struct channel_ctx_gk20a *ch_ctx, 628 struct channel_ctx_gk20a *ch_ctx,
627 u64 addr, u32 size, bool patch); 629 u64 addr, u32 size, bool patch);
@@ -745,8 +747,7 @@ int gr_gk20a_resume_from_pause(struct gk20a *g);
745int gr_gk20a_clear_sm_errors(struct gk20a *g); 747int gr_gk20a_clear_sm_errors(struct gk20a *g);
746u32 gr_gk20a_tpc_enabled_exceptions(struct gk20a *g); 748u32 gr_gk20a_tpc_enabled_exceptions(struct gk20a *g);
747 749
748int gr_gk20a_commit_global_timeslice(struct gk20a *g, 750int gr_gk20a_commit_global_timeslice(struct gk20a *g, struct channel_gk20a *c);
749 struct channel_gk20a *c, bool patch);
750 751
751void gr_gk20a_init_sm_id_table(struct gk20a *g); 752void gr_gk20a_init_sm_id_table(struct gk20a *g);
752 753