RE: [PATCH] drm/amdgpu: Add more checks to PSP mailbox

2025-06-03 Thread Zhang, Hawking
al Message- From: Lazar, Lijo Sent: Monday, June 2, 2025 15:32 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Deucher, Alexander Subject: [PATCH] drm/amdgpu: Add more checks to PSP mailbox Instead of checking the response flag, use status mask also to check against any unexpected failu

[PATCH] drm/amdgpu: Add more checks to PSP mailbox

2025-06-02 Thread Lijo Lazar
Instead of checking the response flag, use status mask also to check against any unexpected failures like a device drop. Also, log error if waiting if waiting on a psp response fails/times out. Signed-off-by: Lijo Lazar --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 4 +++ drivers/gpu/drm/amd/a