commit | 6f7fe9a93e6c09bf988c5059403f5f88e17e21e6 | [log] [tgz] |
---|---|---|
author | KyleMahlkuch <kmahlkuc@linux.vnet.ibm.com> | Wed Jul 31 17:10:14 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Aug 02 10:30:15 2019 -0500 |
tree | 89a472071197219949fb0dae00d341119905b287 | |
parent | 5145d57ec5f5cf7dadaa6ccd9c9f1e4dae82570b [diff] |
drm/radeon: Fix EEH during kexec During kexec some adapters hit an EEH since they are not properly shut down in the radeon_pci_shutdown() function. Adding radeon_suspend_kms() fixes this issue. Signed-off-by: KyleMahlkuch <kmahlkuc@linux.vnet.ibm.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>