RE: [PATCH] drm/amdgpu: fix for suspend/resume sequence under sriov

2022-11-09 Thread Chickanayakanahalli, Sirish
: Zhao, Victor ; amd-gfx@lists.freedesktop.org; Deucher, Alexander Cc: Zhang, Bokun ; Chickanayakanahalli, Sirish Subject: RE: [PATCH] drm/amdgpu: fix for suspend/resume sequence under sriov [AMD Official Use Only - General] Hi Alex, This is a patch fixing the sriov suspend/resume se

Re: [PATCH] drm/amdgpu: fix for suspend/resume sequence under sriov

2022-11-03 Thread Christian König
Am 03.11.22 um 05:06 schrieb Victor Zhao: - clear kiq ring after suspend/resume under sriov to aviod kiq ring test failure - update irq after resume to fix kiq interrput loss Good to see that somebody takes a look into this. Is that enough to get suspend/resume with SRIOV going? Signed-off

Re: [PATCH] drm/amdgpu: fix for suspend/resume sequence under sriov

2022-11-02 Thread Alex Deucher
On Thu, Nov 3, 2022 at 12:06 AM Victor Zhao wrote: > > - clear kiq ring after suspend/resume under sriov to aviod kiq ring > test failure > - update irq after resume to fix kiq interrput loss > > Signed-off-by: Victor Zhao > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 ++ > drivers/gpu/

RE: [PATCH] drm/amdgpu: fix for suspend/resume sequence under sriov

2022-11-02 Thread Zhao, Victor
[AMD Official Use Only - General] Hi Alex, This is a patch fixing the sriov suspend/resume sequence. Please help review. Thanks, Victor -Original Message- From: Victor Zhao Sent: Thursday, November 3, 2022 12:06 PM To: amd-gfx@lists.freedesktop.org; Deucher, Alexander Cc: Zhao, V