<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Another thing I noticed is that in the ring test on amdgpu side we write a different value into the buffer, e.g.</p>
<p><br>
</p>
<p></p>
<div>-       amdgpu_ring_write(ring, (scratch - PACKET3_SET_UCONFIG_REG_START));</div>
<div>+       amdgpu_ring_write(ring, ((scratch - PACKET3_SET_UCONFIG_REG_START) >> 2));</div>
<div><br>
</div>
So far I've tried keep/change golden registers to match radeon, change this ring value, and for kicks disabled CG.  The ring test still fails.  I was really hoping this would be a simple copy/paste error from the radeon side :-)
<p></p>
<p><br>
</p>
<p>Tom</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of StDenis, Tom <Tom.StDenis@amd.com><br>
<b>Sent:</b> Thursday, June 16, 2016 7:17:45 AM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org<br>
<b>Subject:</b> [amd-gfx] golden registers for CIK devices</font>
<div> </div>
</div>
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi team,</p>
<p><br>
</p>
<p>Is there a reason the golden registers have different register addresses on amdgpu's cik.c versus radeon's cik.c?</p>
<p><br>
</p>
<p>Thanks,</p>
<p>Tom</p>
</div>
</div>
</body>
</html>