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

2019-10-31 Thread Kyle Mahlkuch
On 10/30/19 5:35 AM, Michael Ellerman wrote: Hi Kyle, KyleMahlkuch writes: From: Kyle Mahlkuch 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 pa

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

2019-10-30 Thread Michael Ellerman
Hi Kyle, KyleMahlkuch writes: > From: Kyle Mahlkuch > > 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 > boar

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

2019-10-28 Thread Alex Deucher
On Fri, Oct 25, 2019 at 4:44 PM KyleMahlkuch wrote: > > From: Kyle Mahlkuch > > 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 issu

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

2019-10-28 Thread Greg KH
On Fri, Oct 25, 2019 at 03:40:50PM -0500, KyleMahlkuch wrote: > From: Kyle Mahlkuch > > 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 cau

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

2019-10-25 Thread Kyle Mahlkuch
On 10/10/19 11:27 PM, Greg KH wrote: On Thu, Oct 10, 2019 at 02:44:29PM -0500, 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. Enabled only on PPC because this p

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

2019-10-10 Thread Greg KH
On Thu, Oct 10, 2019 at 02:44:29PM -0500, 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. > Enabled only on PPC because this patch causes issues on some other >