RE: [PATCH] drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost

2020-03-01 Thread Liu, Monk
Hi Samir Looks it is your first upstream path, The format of your description need to change: Modify: [PATCH] drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost To: drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost with that changed you can get my RB (means you can put "Reviewed-by:

Re: [PATCH] drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost

2020-02-06 Thread Alex Deucher
On Thu, Feb 6, 2020 at 3:00 PM Samir Dhume wrote: > > Ported from Vega10. SDMA stress tests sometimes see IRQ lost. > > Signed-off-by: Samir Dhume Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/navi10_ih.c | 36 ++ > 1 file changed, 36 insertions(+) > > diff

[PATCH] drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lost

2020-02-06 Thread Samir Dhume
Ported from Vega10. SDMA stress tests sometimes see IRQ lost. Signed-off-by: Samir Dhume --- drivers/gpu/drm/amd/amdgpu/navi10_ih.c | 36 ++ 1 file changed, 36 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c ind