Re: [PATCH] drm/amdkfd: Extend gfx12 trap handler fix to gfx10/11

2024-06-07 Thread Lancelot SIX
On 06/06/2024 00:16, Jay Cornwall wrote: In commit 6d1878882d2d ("drm/amdkfd: gfx12 context save/restore trap handler fixes") the following fix was introduced but incorrectly restricted to gfx12. The same issue and a corresponding fix apply to gfx10 and gfx11. Do not overwrite

Re: [PATCH] drm/amdkfd: Extend gfx12 trap handler fix to gfx10/11

2024-06-06 Thread Alex Deucher
On Wed, Jun 5, 2024 at 7:27 PM Jay Cornwall wrote: > > In commit 6d1878882d2d > ("drm/amdkfd: gfx12 context save/restore trap handler fixes") the > following fix was introduced but incorrectly restricted to gfx12. > The same issue and a corresponding fix apply to gfx10 and gfx11. > > Do not

[PATCH] drm/amdkfd: Extend gfx12 trap handler fix to gfx10/11

2024-06-05 Thread Jay Cornwall
In commit 6d1878882d2d ("drm/amdkfd: gfx12 context save/restore trap handler fixes") the following fix was introduced but incorrectly restricted to gfx12. The same issue and a corresponding fix apply to gfx10 and gfx11. Do not overwrite TRAPSTS.{SAVECTX,HOST_TRAP} when restoring this register.