summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/ioctl_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/ioctl_channel.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/ioctl_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_channel.c b/drivers/gpu/nvgpu/os/linux/ioctl_channel.c
index dd69c590..45d49474 100644
--- a/drivers/gpu/nvgpu/os/linux/ioctl_channel.c
+++ b/drivers/gpu/nvgpu/os/linux/ioctl_channel.c
@@ -1014,7 +1014,7 @@ static int nvgpu_ioctl_channel_get_user_syncpoint(struct channel_gk20a *ch,
1014 return -EINVAL; 1014 return -EINVAL;
1015 } 1015 }
1016 1016
1017 if (!gk20a_platform_has_syncpoints(g)) { 1017 if (!nvgpu_has_syncpoints(g)) {
1018 nvgpu_err(g, "syncpoints not supported"); 1018 nvgpu_err(g, "syncpoints not supported");
1019 return -EINVAL; 1019 return -EINVAL;
1020 } 1020 }