<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;" 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">
Acked-by: Alex Deucher <alexander.deucher@amd.com><br>
</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> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Zhang, Jesse(Jie) <Jesse.Zhang@amd.com><br>
<b>Sent:</b> Wednesday, August 31, 2022 9:11 PM<br>
<b>To:</b> Alex Deucher <alexdeucher@gmail.com>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Zhang, Yifan <Yifan1.Zhang@amd.com>; Huang, Ray <Ray.Huang@amd.com><br>
<b>Subject:</b> [PATCH] drm/amdgpu: disable the debugger on gfx1036</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">[Public]<br>
<br>
<br>
Disable the debugger on gfx1036.<br>
 <br>
Signed-off-by: jie1zhan jesse.zhang@amd.com<br>
    Change-Id: If1d9608d508d1eb29e6c1de7ac7d1db93d1000b0<br>
 <br>
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_debug.c b/drivers/gpu/drm/amd/amdkfd/kfd_debug.c<br>
index 5ab20f6dc291..89ebb3ee9ccc 100644<br>
--- a/drivers/gpu/drm/amd/amdkfd/kfd_debug.c<br>
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_debug.c<br>
@@ -1097,6 +1097,7 @@ bool kfd_dbg_has_supported_firmware(struct kfd_dev *dev)<br>
                break;<br>
        case IP_VERSION(10, 1, 3): /* Cyan Skillfish */<br>
        case IP_VERSION(10, 3, 3): /* Yellow Carp*/<br>
+      case IP_VERSION(10, 3, 6): /* gfx1036*/<br>
                firmware_supported = false;<br>
                break;<br>
        default:<br>
</div>
</span></font></div>
</div>
</body>
</html>