Re: [PATCH] Handling of amdgpu_device_resume return value for graceful teardown

2021-04-28 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Apr 27, 2021 at 1:46 PM Alex Deucher wrote: > > On Tue, Apr 27, 2021 at 12:51 AM wrote: > > > > From: Pavan Kumar Ramayanam > > > > The runtime resume PM op disregards the return value from > > amdgpu_device_resume(), masking errors for failed resumes at the PM >

Re: [PATCH] Handling of amdgpu_device_resume return value for graceful teardown

2021-04-27 Thread Alex Deucher
On Tue, Apr 27, 2021 at 12:51 AM wrote: > > From: Pavan Kumar Ramayanam > > The runtime resume PM op disregards the return value from > amdgpu_device_resume(), masking errors for failed resumes at the PM > layer. > > Signed-off-by: Pavan Kumar Ramayanam Subject should be prefixed with drm/amdgp

[PATCH] Handling of amdgpu_device_resume return value for graceful teardown

2021-04-26 Thread pavan.ramayanam
From: Pavan Kumar Ramayanam The runtime resume PM op disregards the return value from amdgpu_device_resume(), masking errors for failed resumes at the PM layer. Signed-off-by: Pavan Kumar Ramayanam --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +++ 1 file changed, 3 insertions(+) diff --git