Apart from that a good catch and Reviewed-by: Christian König
<christian.koenig@xxxxxxx>.
Regards,
Christian.
Am 16.01.2018 um 09:49 schrieb Michel Dänzer:
Moving from the amd-gfx list to dri-devel, since this isn't amdgpu specific.
On 2018-01-16 03:54 AM, Chunming Zhou wrote:
otherwise -ETIME is missed.
Change-Id: Ic5580a74d8027cc468c6135f8cf2f81817993423
Signed-off-by: Chunming Zhou <david1.zhou@xxxxxxx>
---
xf86drm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xf86drm.c b/xf86drm.c
index 8a327170..3881bd9f 100644
--- a/xf86drm.c
+++ b/xf86drm.c
@@ -4241,7 +4241,7 @@ int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles,
ret = drmIoctl(fd, DRM_IOCTL_SYNCOBJ_WAIT, &args);
if (ret < 0)
- return ret;
+ return -errno;
if (first_signaled)
*first_signaled = args.first_signaled;
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel