drm/amdgpu: Don't reallocate ucode bo when suspend
authorRex Zhu <Rex.Zhu@amd.com>
Sat, 29 Sep 2018 07:30:11 +0000 (15:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:07:57 +0000 (17:07 -0500)
commit07da6aa47f84150ec6476e670b48e3e7158a4b15
tree12ab145bf3d829ee0ab1d59df0dfd0edfd04d9d4
parent9b008fb7ede3ad293647e4ebdc8e0419c07e8aba
drm/amdgpu: Don't reallocate ucode bo when suspend

driver don't release the ucode memory when suspend. so don't
need to allocate bo when resume back.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c