summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/cde_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/cde_gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index 6d8633a7..01fca058 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -1194,8 +1194,8 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1194 } 1194 }
1195 1195
1196 /* bind the channel to the vm */ 1196 /* bind the channel to the vm */
1197 gk20a_vm_get(&g->mm.pmu.vm); 1197 gk20a_vm_get(&g->mm.cde.vm);
1198 ch->vm = &g->mm.pmu.vm; 1198 ch->vm = &g->mm.cde.vm;
1199 err = channel_gk20a_commit_va(ch); 1199 err = channel_gk20a_commit_va(ch);
1200 if (err) { 1200 if (err) {
1201 gk20a_warn(&cde_ctx->pdev->dev, "cde: could not bind vm"); 1201 gk20a_warn(&cde_ctx->pdev->dev, "cde: could not bind vm");