summaryrefslogtreecommitdiff
path: root/linux-core/drm_fence.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drm_fence.c')
-rw-r--r--linux-core/drm_fence.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-core/drm_fence.c b/linux-core/drm_fence.c
index 622cad10..1deeaaa5 100644
--- a/linux-core/drm_fence.c
+++ b/linux-core/drm_fence.c
@@ -567,9 +567,7 @@ int drm_fence_ioctl(DRM_IOCTL_ARGS)
ret =
drm_fence_object_wait(dev, fence,
arg.flags & DRM_FENCE_FLAG_WAIT_LAZY,
- arg.
- flags &
- DRM_FENCE_FLAG_WAIT_IGNORE_SIGNALS,
+ 0,
arg.type);
break;
case drm_fence_emit: