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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 4f83bba3..617aad34 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -616,7 +616,8 @@ int gk20a_gr_suspend(struct gk20a *g);
616struct nvgpu_dbg_reg_op; 616struct nvgpu_dbg_reg_op;
617int gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch, 617int gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
618 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops, 618 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops,
619 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops); 619 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops,
620 bool *is_curr_ctx);
620int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch, 621int __gr_gk20a_exec_ctx_ops(struct channel_gk20a *ch,
621 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops, 622 struct nvgpu_dbg_reg_op *ctx_ops, u32 num_ops,
622 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops, 623 u32 num_ctx_wr_ops, u32 num_ctx_rd_ops,