Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-31 Thread Alex Deucher
On Mon, Aug 31, 2020 at 10:26 AM Andrey Grodzovsky wrote: > > > On 8/28/20 3:23 PM, Alex Deucher wrote: > > On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky > > wrote: > >> Add DPC handlers with basic recovery functionality. > >> > >> v2: remove pci_save_state to avoid breaking suspend/resume >

Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-31 Thread Andrey Grodzovsky
On 8/28/20 3:23 PM, Alex Deucher wrote: On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky wrote: Add DPC handlers with basic recovery functionality. v2: remove pci_save_state to avoid breaking suspend/resume Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h

Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-31 Thread Christian König
Am 28.08.20 um 18:05 schrieb Andrey Grodzovsky: Add DPC handlers with basic recovery functionality. v2: remove pci_save_state to avoid breaking suspend/resume Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 9 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-28 Thread Alex Deucher
On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky wrote: > > Add DPC handlers with basic recovery functionality. > > v2: remove pci_save_state to avoid breaking suspend/resume > > Signed-off-by: Andrey Grodzovsky Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h|

Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-28 Thread Alex Deucher
On Fri, Aug 28, 2020 at 3:23 PM Alex Deucher wrote: > > On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky > wrote: > > > > Add DPC handlers with basic recovery functionality. > > > > v2: remove pci_save_state to avoid breaking suspend/resume > > > > Signed-off-by: Andrey Grodzovsky > > --- > >

Re: [PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-28 Thread Alex Deucher
On Fri, Aug 28, 2020 at 12:06 PM Andrey Grodzovsky wrote: > > Add DPC handlers with basic recovery functionality. > > v2: remove pci_save_state to avoid breaking suspend/resume > > Signed-off-by: Andrey Grodzovsky > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h| 9 ++ > drivers/gpu/drm/amd

[PATCH v2 1/7] drm/amdgpu: Implement DPC recovery

2020-08-28 Thread Andrey Grodzovsky
Add DPC handlers with basic recovery functionality. v2: remove pci_save_state to avoid breaking suspend/resume Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 9 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 169 - drivers/gpu/dr