summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c b/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
index c37f45dd..3392b6fa 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_ctrl.c
@@ -339,7 +339,7 @@ static int gk20a_ctrl_prepare_compressible_read(
339 339
340#ifdef CONFIG_NVGPU_SUPPORT_CDE 340#ifdef CONFIG_NVGPU_SUPPORT_CDE
341 struct nvgpu_os_linux *l = nvgpu_os_linux_from_gk20a(g); 341 struct nvgpu_os_linux *l = nvgpu_os_linux_from_gk20a(g);
342 struct nvgpu_fence fence; 342 struct nvgpu_channel_fence fence;
343 struct gk20a_fence *fence_out = NULL; 343 struct gk20a_fence *fence_out = NULL;
344 int flags = args->submit_flags; 344 int flags = args->submit_flags;
345 345