<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:Calibri;font-size:10pt;color:#0000FF;margin:5pt;font-style:normal;font-weight:normal;text-decoration:none;" align="Left">
[AMD Official Use Only - AMD Internal Distribution Only]<br>
</p>
<br>
<div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Acked-by: Vitaly Prosyak <vitaly.prosyak@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> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of amd-gfx-request@lists.freedesktop.org <amd-gfx-request@lists.freedesktop.org><br>
<b>Sent:</b> Wednesday, July 17, 2024 4:38 PM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Subject:</b> amd-gfx Digest, Vol 98, Issue 214</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send amd-gfx mailing list submissions to<br>
        amd-gfx@lists.freedesktop.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
or, via email, send a message with subject or body 'help' to<br>
        amd-gfx-request@lists.freedesktop.org<br>
<br>
You can reach the person managing the list at<br>
        amd-gfx-owner@lists.freedesktop.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of amd-gfx digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. [PATCH 2/7] drm/amdgpu/gfx8: enable wave kill for compute<br>
      queues (Alex Deucher)<br>
   2. [PATCH 3/7] drm/amdgpu/gfx9: enable wave kill for compute<br>
      queues (Alex Deucher)<br>
   3. [PATCH 1/7] drm/amdgpu/gfx7: enable wave kill for compute<br>
      queues (Alex Deucher)<br>
   4. [PATCH 6/7] drm/amdgpu/gfx11: enable wave kill for compute<br>
      queues (Alex Deucher)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 17 Jul 2024 16:37:35 -0400<br>
From: Alex Deucher <alexander.deucher@amd.com><br>
To: <amd-gfx@lists.freedesktop.org><br>
Cc: Alex Deucher <alexander.deucher@amd.com><br>
Subject: [PATCH 2/7] drm/amdgpu/gfx8: enable wave kill for compute<br>
        queues<br>
Message-ID: <20240717203740.14059-2-alexander.deucher@amd.com><br>
Content-Type: text/plain<br>
<br>
It should work the same for compute as well as gfx.<br>
<br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c<br>
index b4658c7db0e1..a1963e6c5cab 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c<br>
@@ -6955,6 +6955,7 @@ static const struct amdgpu_ring_funcs gfx_v8_0_ring_funcs_compute = {<br>
         .insert_nop = amdgpu_ring_insert_nop,<br>
         .pad_ib = amdgpu_ring_generic_pad_ib,<br>
         .emit_wreg = gfx_v8_0_ring_emit_wreg,<br>
+       .soft_recovery = gfx_v8_0_ring_soft_recovery,<br>
         .emit_mem_sync = gfx_v8_0_emit_mem_sync_compute,<br>
         .emit_wave_limit = gfx_v8_0_emit_wave_limit,<br>
 };<br>
-- <br>
2.45.2<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 17 Jul 2024 16:37:36 -0400<br>
From: Alex Deucher <alexander.deucher@amd.com><br>
To: <amd-gfx@lists.freedesktop.org><br>
Cc: Alex Deucher <alexander.deucher@amd.com><br>
Subject: [PATCH 3/7] drm/amdgpu/gfx9: enable wave kill for compute<br>
        queues<br>
Message-ID: <20240717203740.14059-3-alexander.deucher@amd.com><br>
Content-Type: text/plain<br>
<br>
It should work the same for compute as well as gfx.<br>
<br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c<br>
index 2929c8972ea7..d4e38edc9353 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c<br>
@@ -7244,6 +7244,7 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_compute = {<br>
         .emit_wreg = gfx_v9_0_ring_emit_wreg,<br>
         .emit_reg_wait = gfx_v9_0_ring_emit_reg_wait,<br>
         .emit_reg_write_reg_wait = gfx_v9_0_ring_emit_reg_write_reg_wait,<br>
+       .soft_recovery = gfx_v9_0_ring_soft_recovery,<br>
         .emit_mem_sync = gfx_v9_0_emit_mem_sync,<br>
         .emit_wave_limit = gfx_v9_0_emit_wave_limit,<br>
 };<br>
-- <br>
2.45.2<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 17 Jul 2024 16:37:34 -0400<br>
From: Alex Deucher <alexander.deucher@amd.com><br>
To: <amd-gfx@lists.freedesktop.org><br>
Cc: Alex Deucher <alexander.deucher@amd.com><br>
Subject: [PATCH 1/7] drm/amdgpu/gfx7: enable wave kill for compute<br>
        queues<br>
Message-ID: <20240717203740.14059-1-alexander.deucher@amd.com><br>
Content-Type: text/plain<br>
<br>
It should work the same for compute as well as gfx.<br>
<br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c<br>
index d84589137df9..5fbdef04c9aa 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c<br>
@@ -5002,6 +5002,7 @@ static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_compute = {<br>
         .insert_nop = amdgpu_ring_insert_nop,<br>
         .pad_ib = amdgpu_ring_generic_pad_ib,<br>
         .emit_wreg = gfx_v7_0_ring_emit_wreg,<br>
+       .soft_recovery = gfx_v7_0_ring_soft_recovery,<br>
         .emit_mem_sync = gfx_v7_0_emit_mem_sync_compute,<br>
 };<br>
 <br>
-- <br>
2.45.2<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 17 Jul 2024 16:37:39 -0400<br>
From: Alex Deucher <alexander.deucher@amd.com><br>
To: <amd-gfx@lists.freedesktop.org><br>
Cc: Alex Deucher <alexander.deucher@amd.com><br>
Subject: [PATCH 6/7] drm/amdgpu/gfx11: enable wave kill for compute<br>
        queues<br>
Message-ID: <20240717203740.14059-6-alexander.deucher@amd.com><br>
Content-Type: text/plain<br>
<br>
It should work the same for compute as well as gfx.<br>
<br>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com><br>
---<br>
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c<br>
index dcef39907449..554aae995f41 100644<br>
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c<br>
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c<br>
@@ -6603,6 +6603,7 @@ static const struct amdgpu_ring_funcs gfx_v11_0_ring_funcs_compute = {<br>
         .emit_wreg = gfx_v11_0_ring_emit_wreg,<br>
         .emit_reg_wait = gfx_v11_0_ring_emit_reg_wait,<br>
         .emit_reg_write_reg_wait = gfx_v11_0_ring_emit_reg_write_reg_wait,<br>
+       .soft_recovery = gfx_v11_0_ring_soft_recovery,<br>
         .emit_mem_sync = gfx_v11_0_emit_mem_sync,<br>
 };<br>
 <br>
-- <br>
2.45.2<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
amd-gfx mailing list<br>
amd-gfx@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx">https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
<br>
<br>
------------------------------<br>
<br>
End of amd-gfx Digest, Vol 98, Issue 214<br>
****************************************<br>
</div>
</span></font></div>
</div>
</body>
</html>