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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
index 18432c55..391f6612 100644
--- a/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/cde_gk20a.c
@@ -1239,7 +1239,7 @@ static int gk20a_cde_load(struct gk20a_cde_ctx *cde_ctx)
1239 } 1239 }
1240 1240
1241 /* map backing store to gpu virtual space */ 1241 /* map backing store to gpu virtual space */
1242 vaddr = gk20a_gmmu_map(ch->vm, &gr->compbit_store.mem.sgt, 1242 vaddr = gk20a_gmmu_map(ch->vm, &gr->compbit_store.mem.priv.sgt,
1243 g->gr.compbit_store.mem.size, 1243 g->gr.compbit_store.mem.size,
1244 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_TRUE, 1244 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_TRUE,
1245 gk20a_mem_flag_read_only, 1245 gk20a_mem_flag_read_only,