commit | d02f5aab06c84ed7d18a4d709c19e400faf361f6 | [log] [tgz] |
---|---|---|
author | Kyle Mahlkuch <kmahlkuc@linux.vnet.ibm.com> | Fri Oct 25 15:40:50 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Oct 28 11:19:17 2019 -0400 |
tree | f453bd5657f5affb342a2c9d531456df19ae1a64 | |
parent | b64919a2366ada6e96474148f0459ac12d8d813c [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. Enabled only on PPC because this patch causes issues on some other boards. Signed-off-by: Kyle Mahlkuch <kmahlkuc@linux.vnet.ibm.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>