[PATCH] drm/radeon: Clean up code in radeon_pci_shutdown()

2019-11-11 Thread Kyle Mahlkuch
From: KyleMahlkuch This fixes the formatting on one comment and consolidates the pci_get_drvdata() into the radeon_suspend_kms(). Signed-off-by: Kyle Mahlkuch --- drivers/gpu/drm/radeon/radeon_drv.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm

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

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

2019-10-25 Thread Kyle Mahlkuch
this patch causes issues on some other boards. Signed-off-by: Kyle Mahlkuch Real email address please, with a '@' sign. And your "From:" line did not match up with this :( Greg, thanks for your help, I've resubmitted my patch. --- drivers/gpu/drm/radeon/radeon_drv.c | 14 +