summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_dbg.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_dbg.c b/drivers/gpu/nvgpu/common/linux/ioctl_dbg.c
index 56edc11b..c8831a97 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_dbg.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_dbg.c
@@ -1372,7 +1372,7 @@ static int gk20a_perfbuf_release_locked(struct gk20a *g, u64 offset)
1372 err = g->ops.dbg_session_ops.perfbuffer_disable(g); 1372 err = g->ops.dbg_session_ops.perfbuffer_disable(g);
1373 1373
1374 nvgpu_vm_unmap_buffer(vm, offset, NULL); 1374 nvgpu_vm_unmap_buffer(vm, offset, NULL);
1375 gk20a_free_inst_block(g, &mm->perfbuf.inst_block); 1375 nvgpu_free_inst_block(g, &mm->perfbuf.inst_block);
1376 nvgpu_vm_put(vm); 1376 nvgpu_vm_put(vm);
1377 1377
1378 g->perfbuf.owner = NULL; 1378 g->perfbuf.owner = NULL;