[PATCH v2] drm/radeon: Fix EEH during kexec

2019-07-31 Thread KyleMahlkuch
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: Kyle Mahlkuch --- drivers/gpu/drm/radeon/radeon_drv.c | 8 1 file changed, 8 insertions(+) diff --git a/driver

Re: [PATCH v2] drm/radeon: Fix EEH during kexec

2019-08-01 Thread Alex Deucher
On Thu, Aug 1, 2019 at 2:01 PM KyleMahlkuch wrote: > > 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: Kyle Mahlkuch Applied. thanks! Alex > --- > drivers/g