Re: [PATCH] drm/amdgpu: fix memory leak in mes self test

2023-04-21 Thread Christian König
Am 21.04.23 um 09:06 schrieb Jack Xiao: The fences associated with mes queue have to be freed up during amdgpu_ring_fini. Signed-off-by: Jack Xiao Well big NAK to this! The fences are supposed to be freed by the fence handling code. Christian. --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring

RE: [PATCH] drm/amdgpu: fix memory leak in mes self test

2023-04-21 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Xiao, Jack Sent: Friday, April 21, 2023 15:06 To: amd-gfx@lists.freedesktop.org; Zhang, Hawking Cc: Xiao, Jack Subject: [PATCH] drm/amdgpu: fix memory leak in mes self test The

[PATCH] drm/amdgpu: fix memory leak in mes self test

2023-04-21 Thread Jack Xiao
The fences associated with mes queue have to be freed up during amdgpu_ring_fini. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c index