summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
index c6883b61..210fe1b3 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
@@ -1380,7 +1380,7 @@ u64 gk20a_vm_map(struct vm_gk20a *vm,
1380 gk20a_get_comptags(d, dmabuf, &comptags); 1380 gk20a_get_comptags(d, dmabuf, &comptags);
1381 1381
1382 /* init/clear the ctag buffer */ 1382 /* init/clear the ctag buffer */
1383 g->ops.ltc.clear_comptags(g, 1383 g->ops.ltc.cbc_ctrl(g, gk20a_cbc_op_clear,
1384 comptags.offset, 1384 comptags.offset,
1385 comptags.offset + comptags.lines - 1); 1385 comptags.offset + comptags.lines - 1);
1386 } 1386 }