summaryrefslogtreecommitdiff
path: root/linux-core/drm_fence.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-04 21:50:12 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-09-04 21:50:12 +0200
commit550f51b4bf9920718aab2c611b15de3020537f92 (patch)
treeda6bd0d4200c24cca7ac8f0648048b92dbcb8a8c /linux-core/drm_fence.c
parenta6b8e3eaf49044e135a0b9288192525f301458d5 (diff)
Buffer object wait IOCTL operation.
Remove option to wait for fence / buffers and block signals.
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: