OSDN Git Service

drm/amd/amdgpu: skip unload message in reset
authorKenneth Feng <kenneth.feng@amd.com>
Fri, 20 Nov 2020 06:31:13 +0000 (14:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Nov 2020 17:03:24 +0000 (12:03 -0500)
commitc95ec47ccbcff991935eb711f3d5c29fcdf75ee1
tree1fd340a4bb1960868d853833b45af1a6dfb196dc
parent6fb33209831b387d73dee8720850c7bcb8db93c6
drm/amd/amdgpu: skip unload message in reset

This has been confirmed that unload message is not needed from SIENNA_CICHLID in reset.
Otherwise it will cause the fw wrong state after reset and no response for any messages.

Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c