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

2019-07-16 Thread Alex Deucher
On Tue, Jul 16, 2019 at 2:15 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. > > Since radeon.h is now included in radeon_drv.c radeon_init() needs > a

[PATCH] drm/radeon: Fix EEH during kexec

2019-07-16 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. Since radeon.h is now included in radeon_drv.c radeon_init() needs a new name. I chose radeon_initl(). This can be changed if there is