<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<p style="font-family:Arial;font-size:10pt;color:#008000;margin:15pt;font-style:normal;font-weight:normal;text-decoration:none;" align="Left">
[Public]<br>
</p>
<br>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Series is:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Reviewed-by: Alex Deucher <alexander.deucher@amd.com></div>
<div id="appendonsend"></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> Luo, Zhigang <Zhigang.Luo@amd.com><br>
<b>Sent:</b> Thursday, June 15, 2023 1:49 PM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Deucher, Alexander <Alexander.Deucher@amd.com>; Luo, Zhigang <Zhigang.Luo@amd.com><br>
<b>Subject:</b> [PATCH 1/2] drm/amdgpu: Skip TMR for MP0_HWIP 13.0.6</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">For SRIOV VF, no TMR needed.<br>
<br>
Signed-off-by: Zhigang Luo <Zhigang.Luo@amd.com><br>
Change-Id: If9556cf60dfcbd95e102b1387cf233e902d9490e<br>
---<br>
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c<br>
index e15c27e05564..ac9b57231589 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c<br>
@@ -839,6 +839,7 @@ static bool psp_skip_tmr(struct psp_context *psp)<br>
         case IP_VERSION(11, 0, 9):<br>
         case IP_VERSION(11, 0, 7):<br>
         case IP_VERSION(13, 0, 2):<br>
+       case IP_VERSION(13, 0, 6):<br>
         case IP_VERSION(13, 0, 10):<br>
                 return true;<br>
         default:<br>
-- <br>
2.25.1<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>