]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix panic during gpu reset
authorxinhui pan <xinhui.pan@amd.com>
Mon, 5 Aug 2019 06:53:49 +0000 (14:53 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Aug 2019 18:52:37 +0000 (13:52 -0500)
commitaf30b8cd4c9bf60bf9714c0b2a350a37b18ed915
tree2312053144c9ff933fcdc28b1bed5745aa2ef2a7
parent7dae02025d8ce46f717c31ef17093118e51b9f7e
drm/amdgpu: Fix panic during gpu reset

Clear the flag after hw suspend, otherwise it skips the corresponding hw
resume.

Signed-off-by: xinhui pan <xinhui.pan@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_device.c