<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
Hi Jesse,<br>
<br>
not sure how you created this, but usually we use "git send-email"
to send out patches. That one here looks kind of mangled.<br>
<br>
Additional to that this is most likely not the right place for the
call.<br>
<br>
Regards,<br>
Christian.<br>
<br>
<div class="moz-cite-prefix">Am 06.07.22 um 12:41 schrieb Zhang,
Jesse(Jie):<br>
</div>
<blockquote type="cite" cite="mid:DM4PR12MB515234346C965FD8936F5DEFE3809@DM4PR12MB5152.namprd12.prod.outlook.com">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style>@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:DengXian;
panose-1:2 1 6 0 3 1 1 1 1 1;}@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face
{font-family:"\@DengXian";
panose-1:2 1 6 0 3 1 1 1 1 1;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}div.WordSection1
{page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<p class="msipheaderdf3d92d6" style="margin:0" align="Left"><span style="font-size:10.0pt;font-family:Arial;color:#0000FF">[AMD
Official Use Only - General]</span></p>
<br>
<div class="WordSection1">
<p class="MsoNormal">Fix sync syncobj issue by enable the
signaling of the base fence.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">diff --git a/drivers/gpu/drm/drm_syncobj.c
b/drivers/gpu/drm/drm_syncobj.c<o:p></o:p></p>
<p class="MsoNormal">index d5db818f1c76..971ad97a2f54 100644<o:p></o:p></p>
<p class="MsoNormal">--- a/drivers/gpu/drm/drm_syncobj.c<o:p></o:p></p>
<p class="MsoNormal">+++ b/drivers/gpu/drm/drm_syncobj.c<o:p></o:p></p>
<p class="MsoNormal">@@ -887,6 +887,7 @@ static int
drm_syncobj_flatten_chain(struct dma_fence **f)<o:p></o:p></p>
<p class="MsoNormal"> goto free_fences;<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> dma_fence_put(*f);<o:p></o:p></p>
<p class="MsoNormal">+
dma_fence_enable_sw_signaling(&array->base);<o:p></o:p></p>
<p class="MsoNormal"> *f = array->fences[0];<o:p></o:p></p>
<p class="MsoNormal"> return 0;<o:p></o:p></p>
</div>
</blockquote>
<br>
</body>
</html>