summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/ioctl_dbg.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/ioctl_dbg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c b/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
index 76ff25c0..938e0abd 100644
--- a/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
+++ b/drivers/gpu/nvgpu/os/linux/ioctl_dbg.c
@@ -1372,10 +1372,11 @@ static int gk20a_perfbuf_map(struct dbg_session_gk20a *dbg_s,
1372 args->dmabuf_fd, 1372 args->dmabuf_fd,
1373 &args->offset, 1373 &args->offset,
1374 0, 1374 0,
1375 SZ_4K,
1376 0,
1375 0, 1377 0,
1376 0, 1378 0,
1377 0, 1379 0,
1378 args->mapping_size,
1379 NULL); 1380 NULL);
1380 if (err) 1381 if (err)
1381 goto err_remove_vm; 1382 goto err_remove_vm;