Re: [PATCH] drm/amd/amdgpu: fix warining during suspend

2023-02-14 Thread Jocelyn Falempe
On 13/02/2023 11:52, Jack Xiao wrote: Freeing memory was warned during suspend. Move the self test out of suspend. Thanks a lot, this fixes the following warning during suspend/resume on v6.2-rc8 WARNING: CPU: 2 PID: 3980 at drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:425 amdgpu_bo_free_ker

RE: [PATCH] drm/amd/amdgpu: fix warining during suspend

2023-02-13 Thread Quan, Evan
[AMD Official Use Only - General] Reviewed-and-tested-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Jack > Xiao > Sent: Monday, February 13, 2023 6:52 PM > To: amd-gfx@lists.freedesktop.org > Cc: Xiao, Jack ; jfale...@redhat.com > Subject: [PATCH] drm/amd/amdgpu: fix w

RE: [PATCH] drm/amd/amdgpu: fix warining during suspend

2023-02-13 Thread Xu, Feifei
Reviewed-by: Feifei Xu -Original Message- From: amd-gfx On Behalf Of Jack Xiao Sent: Monday, February 13, 2023 6:52 PM To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack ; jfale...@redhat.com Subject: [PATCH] drm/amd/amdgpu: fix warining during suspend Freeing memory was warned during

Re: [PATCH] drm/amd/amdgpu: fix warining during suspend

2023-02-13 Thread Christian König
Am 13.02.23 um 11:52 schrieb Jack Xiao: Freeing memory was warned during suspend. Move the self test out of suspend. Link: https://bugzilla.redhat.com/show_bug.cgi?id=2151825 Cc: jfale...@redhat.com Signed-off-by: Jack Xiao Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdg