Re: [PATCH 1/4] drm/amdgpu: add check before free wb entry

2024-04-23 Thread Alex Deucher
On Tue, Apr 23, 2024 at 11:27 PM wrote: > > From: Jesse Zhang > > check if ring is not mes queue before free wb entry. Minor clarification to the commit text: Check if ring is not a mes queue before freeing the wb entry because we only allocate a wb entry when it's not a mes queue. With that f

[PATCH 1/4] drm/amdgpu: add check before free wb entry

2024-04-23 Thread jesse.zhang
From: Jesse Zhang check if ring is not mes queue before free wb entry. Signed-off-by: Jesse Zhang --- drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 3 ++- drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 3 ++- drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-)