summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
index 6da65abd..0280bbbb 100644
--- a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.c
@@ -449,7 +449,7 @@ u32 gk20a_ce_create_context(struct gk20a *g,
449 ce_ctx->ch->timeout.enabled = false; 449 ce_ctx->ch->timeout.enabled = false;
450 450
451 /* bind the channel to the vm */ 451 /* bind the channel to the vm */
452 err = __gk20a_vm_bind_channel(g->mm.ce.vm, ce_ctx->ch); 452 err = g->ops.mm.vm_bind_channel(g->mm.ce.vm, ce_ctx->ch);
453 if (err) { 453 if (err) {
454 nvgpu_err(g, "ce: could not bind vm"); 454 nvgpu_err(g, "ce: could not bind vm");
455 goto end; 455 goto end;