drm/amdgpu: Fix GPU reset crash regression.
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Fri, 2 Aug 2019 20:48:08 +0000 (16:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2019 18:53:19 +0000 (13:53 -0500)
commitb5507c7e06076d874923aa958ddb8829e3cfc573
tree1d03d22fcad7573bd9a485eee069c3eb49f55c99
parent8dd45504a7d70a23be6e4415edbac0e197935686
drm/amdgpu: Fix GPU reset crash regression.

amdgpu_ip_block.status.hw for GMC wasn't set to
false on suspend during GPU reset and so on resume gmc_v9_0_resume
wasn't called.
Caused by 'drm/amdgpu: fix double ucode load by PSP(v3)'

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c