]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf51e622022d450b2ec4451c2561998b526fb4473
tree12ab145bf3d829ee0ab1d59df0dfd0edfd04d9d4
parent76b1b31540afd4e2a2bab9191586359bc5a9dc04
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