]> 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)
commitb15c5ecdf1431f5b8a0e9c150802fec703c3c362
tree2312053144c9ff933fcdc28b1bed5745aa2ef2a7
parent4abbf565bd0ca45863b863c47afc5bf013837ebf
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