summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.c
diff options
context:
space:
mode:
authorArto Merilainen <amerilainen@nvidia.com>2014-04-09 08:04:33 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:05 -0400
commit38de7b64757cd683ec367b44976eda6bf41fb8c7 (patch)
treec7cb391039b8a7978f921ce3d8c1f81f09e07f10 /drivers/gpu/nvgpu/gk20a/mm_gk20a.c
parent2c615d68b835697f1c77dcb4f069ce5a84abd3d6 (diff)
gpu: nvgpu: Add CBC clean and invalidate
Bug 1409151 Change-Id: I232af159d402f818cf972498d721c3b57846ce74 Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
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 }