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, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 0df88988..5a5809fc 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -604,12 +604,12 @@ u32 gk20a_gr_get_sm_no_lock_down_hww_global_esr_mask(struct gk20a *g);
604 604
605int gk20a_gr_suspend(struct gk20a *g); 605int gk20a_gr_suspend(struct gk20a *g);
606 606
607struct nvgpu_dbg_gpu_reg_op; 607struct nvgpu_dbg_reg_op;
608int gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch, 608int gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
609 struct nvgpu_dbg_gpu_reg_op *ctx_ops, u32 num_ops, 609 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops,
610 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops); 610 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops);
611int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch, 611int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
612 struct nvgpu_dbg_gpu_reg_op *ctx_ops, u32 num_ops, 612 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops,
613 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops, 613 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops,
614 bool ch_is_curr_ctx); 614 bool ch_is_curr_ctx);
615int gr_gk20a_get_ctx_buffer_offsets(struct gk20a *g, 615int gr_gk20a_get_ctx_buffer_offsets(struct gk20a *g,