summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/cde.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/cde.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/cde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/cde.c b/drivers/gpu/nvgpu/common/linux/cde.c
index f3895d5c..7c92246c 100644
--- a/drivers/gpu/nvgpu/common/linux/cde.c
+++ b/drivers/gpu/nvgpu/common/linux/cde.c
@@ -1306,7 +1306,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1306 } 1306 }
1307 1307
1308 /* bind the channel to the vm */ 1308 /* bind the channel to the vm */
1309 err = __gk20a_vm_bind_channel(g->mm.cde.vm, ch); 1309 err = g->ops.mm.vm_bind_channel(g->mm.cde.vm, ch);
1310 if (err) { 1310 if (err) {
1311 nvgpu_warn(g, "cde: could not bind vm"); 1311 nvgpu_warn(g, "cde: could not bind vm");
1312 goto err_commit_va; 1312 goto err_commit_va;