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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 189994ef..ad6d8049 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -530,11 +530,11 @@ int gr_gk20a_update_hwpm_ctxsw_mode(struct gk20a *g,
530 bool enable_hwpm_ctxsw); 530 bool enable_hwpm_ctxsw);
531 531
532struct channel_ctx_gk20a; 532struct channel_ctx_gk20a;
533int gr_gk20a_ctx_patch_write(struct gk20a *g, struct channel_ctx_gk20a *ch_ctx, 533void gr_gk20a_ctx_patch_write(struct gk20a *g, struct channel_ctx_gk20a *ch_ctx,
534 u32 addr, u32 data, bool patch); 534 u32 addr, u32 data, bool patch);
535int gr_gk20a_ctx_patch_write_begin(struct gk20a *g, 535int gr_gk20a_ctx_patch_write_begin(struct gk20a *g,
536 struct channel_ctx_gk20a *ch_ctx); 536 struct channel_ctx_gk20a *ch_ctx);
537int gr_gk20a_ctx_patch_write_end(struct gk20a *g, 537void gr_gk20a_ctx_patch_write_end(struct gk20a *g,
538 struct channel_ctx_gk20a *ch_ctx); 538 struct channel_ctx_gk20a *ch_ctx);
539void gr_gk20a_commit_global_pagepool(struct gk20a *g, 539void gr_gk20a_commit_global_pagepool(struct gk20a *g,
540 struct channel_ctx_gk20a *ch_ctx, 540 struct channel_ctx_gk20a *ch_ctx,