<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>Can your guys help me push it and last vamgr patches to upstream?<br>
My new count request for libdrm still is under pending.<br>
<br>
Thanks,<br>
David Zhou<br>
<br>
<p dir="ltr" style="display:inline"><span style="color:#888888"><span style="font-size:0.81em">发自坚果 Pro</span></span></p>
<style type="text/css">
<!--
* body
        {padding:0 16px 30px!important;
        margin:0!important;
        background-color:#ffffff;
        line-height:1.4;
        word-wrap:break-word;
        word-break:normal}
div
        {word-wrap:break-word;
        word-break:normal}
p
        {word-wrap:break-word;
        word-break:normal;
        text-indent:0pt!important}
span
        {word-wrap:break-word;
        word-break:normal}
a
        {word-wrap:break-word;
        word-break:normal}
td
        {word-wrap:break-word;
        word-break:break-all}
-->
</style>
<div class="x_quote">
<div style="margin:0 0px; font-size:105%"><font color="#629140" style="line-height:1.4"><span>Christian K鰊ig <ckoenig.leichtzumerken@gmail.com> 于 2018年1月16日 下午4:56写道:</span></font></div>
<br type="attribution">
</div>
</div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText">Apart from that a good catch and Reviewed-by: Christian König
<br>
<christian.koenig@amd.com>.<br>
<br>
Regards,<br>
Christian.<br>
<br>
Am 16.01.2018 um 09:49 schrieb Michel Dänzer:<br>
> Moving from the amd-gfx list to dri-devel, since this isn't amdgpu specific.<br>
><br>
><br>
> On 2018-01-16 03:54 AM, Chunming Zhou wrote:<br>
>> otherwise -ETIME is missed.<br>
>><br>
>> Change-Id: Ic5580a74d8027cc468c6135f8cf2f81817993423<br>
>> Signed-off-by: Chunming Zhou <david1.zhou@amd.com><br>
>> ---<br>
>>   xf86drm.c | 2 +-<br>
>>   1 file changed, 1 insertion(+), 1 deletion(-)<br>
>><br>
>> diff --git a/xf86drm.c b/xf86drm.c<br>
>> index 8a327170..3881bd9f 100644<br>
>> --- a/xf86drm.c<br>
>> +++ b/xf86drm.c<br>
>> @@ -4241,7 +4241,7 @@ int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles,<br>
>>   <br>
>>       ret = drmIoctl(fd, DRM_IOCTL_SYNCOBJ_WAIT, &args);<br>
>>       if (ret < 0)<br>
>> -            return ret;<br>
>> +            return -errno;<br>
>>   <br>
>>       if (first_signaled)<br>
>>               *first_signaled = args.first_signaled;<br>
>><br>
><br>
<br>
</div>
</span></font>
</body>
</html>