Re: [PATCH v5 4/4] drm/amdgpu: Improve SDMA reset logic with guilty queue tracking

2025-02-10 Thread Lazar, Lijo
On 2/10/2025 3:26 PM, jesse.zh...@amd.com wrote: > From: "jesse.zh...@amd.com" > > This commit introduces several improvements to the SDMA reset logic: > > 1. Added `cached_rptr` to the `amdgpu_ring` structure to store the read > pointer >before a reset, ensuring proper state restoration

[PATCH v5 4/4] drm/amdgpu: Improve SDMA reset logic with guilty queue tracking

2025-02-10 Thread jesse.zh...@amd.com
From: "jesse.zh...@amd.com" This commit introduces several improvements to the SDMA reset logic: 1. Added `cached_rptr` to the `amdgpu_ring` structure to store the read pointer before a reset, ensuring proper state restoration after reset. 2. Introduced `gfx_guilty` and `page_guilty` flags i