drm/radeon: Fix EEH during kexec
authorKyle Mahlkuch <kmahlkuc@linux.vnet.ibm.com>
Fri, 25 Oct 2019 20:40:50 +0000 (15:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Oct 2019 15:56:20 +0000 (11:56 -0400)
commit722608433c945c52b9ccb649c716a6c6c9012ce2
treeb2d8ad344cdc99a0dee53b5529035740b48046e8
parent30ef5c7eaba0ddafc6c23eca65ebe52169dfcc60
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>
drivers/gpu/drm/radeon/radeon_drv.c