Re: [PATCH 1/2] drm/amdgpu/mes: add missing locking in helper functions

2025-05-27 Thread Chen, Michael
[Public] This series is Reviewed-by: Michael Chen From: amd-gfx on behalf of Alex Deucher Sent: Tuesday, May 27, 2025 10:46 AM To: Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 1/2] drm/amdgpu/mes: add missing locking in helper

Re: [PATCH 1/2] drm/amdgpu/mes: add missing locking in helper functions

2025-05-27 Thread Alex Deucher
Ping on this series? Alex On Mon, May 19, 2025 at 4:04 PM Alex Deucher wrote: > > We need to take the MES lock. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/

[PATCH 1/2] drm/amdgpu/mes: add missing locking in helper functions

2025-05-19 Thread Alex Deucher
We need to take the MES lock. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c index a4f2be39c237f..bf375687613a8 100644