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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 309faf3b..f130b830 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -496,7 +496,7 @@ int gr_gk20a_submit_fecs_method_op(struct gk20a *g,
496 struct fecs_method_op_gk20a op); 496 struct fecs_method_op_gk20a op);
497int gr_gk20a_alloc_gr_ctx(struct gk20a *g, 497int gr_gk20a_alloc_gr_ctx(struct gk20a *g,
498 struct gr_ctx_desc **__gr_ctx, struct vm_gk20a *vm, 498 struct gr_ctx_desc **__gr_ctx, struct vm_gk20a *vm,
499 u32 padding); 499 u32 class, u32 padding);
500void gr_gk20a_free_gr_ctx(struct gk20a *g, 500void gr_gk20a_free_gr_ctx(struct gk20a *g,
501 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx); 501 struct vm_gk20a *vm, struct gr_ctx_desc *gr_ctx);
502#endif /*__GR_GK20A_H__*/ 502#endif /*__GR_GK20A_H__*/