* [Regression bisected] v6.3-rc4 Error scheduling IBs after resume from hibernate
@ 2023-03-30 14:07 Julian Wollrath
2023-03-30 15:22 ` Deucher, Alexander
0 siblings, 1 reply; 3+ messages in thread
From: Julian Wollrath @ 2023-03-30 14:07 UTC (permalink / raw)
To: dri-devel; +Cc: alexander.deucher, tim.huang
Hi,
on an AMD Ryzen 5 PRO 4650U / Renoir (amdgpu: added device
1002:1636) I the screen basically freezes and I get the
following errors with kernel v6.3-rc4
[ 26.214541] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on gfx_low (-110).
[ 26.379624] [drm] ring 0 timeout to preempt ib
[ 27.387884] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on gfx_high (-110).
[ 27.392945] [drm:process_one_work] *ERROR* ib ring test failed (-110).
[ 27.400370] amdgpu 0000:03:00.0: amdgpu: couldn't schedule ib on ring <gfx_low>
[ 27.400384] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling
IBs (-22)
[ 44.440532] amdgpu 0000:03:00.0: amdgpu: failed to write reg 28b4 wait reg 28c6
[ 61.177118] amdgpu 0000:03:00.0: amdgpu: failed to write reg 1a6f4 wait reg 1a706
[ 61.189275] amdgpu 0000:03:00.0: amdgpu: couldn't schedule ib on ring <gfx_low>
[ 61.189286] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling
IBs (-22)
I bisected the issue, the first bad commit is
b589626674de94d977e81c99bf7905872b991197 reverting it on top
of v6.3-rc4 also fixes the issue.
Best regards,
Julian Wollrath
--
() ascii ribbon campaign - against html e-mail
/\ - against proprietary attachments
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [Regression bisected] v6.3-rc4 Error scheduling IBs after resume from hibernate
2023-03-30 14:07 [Regression bisected] v6.3-rc4 Error scheduling IBs after resume from hibernate Julian Wollrath
@ 2023-03-30 15:22 ` Deucher, Alexander
2023-03-30 16:18 ` Julian Wollrath
0 siblings, 1 reply; 3+ messages in thread
From: Deucher, Alexander @ 2023-03-30 15:22 UTC (permalink / raw)
To: Julian Wollrath, dri-devel@lists.freedesktop.org; +Cc: Huang, Tim
[Public]
> -----Original Message-----
> From: Julian Wollrath <jwollrath@web.de>
> Sent: Thursday, March 30, 2023 10:08 AM
> To: dri-devel@lists.freedesktop.org
> Cc: Huang, Tim <Tim.Huang@amd.com>; Deucher, Alexander
> <Alexander.Deucher@amd.com>
> Subject: [Regression bisected] v6.3-rc4 Error scheduling IBs after resume
> from hibernate
>
> Hi,
>
> on an AMD Ryzen 5 PRO 4650U / Renoir (amdgpu: added device
> 1002:1636) I the screen basically freezes and I get the following errors with
> kernel v6.3-rc4
>
> [ 26.214541] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests [amdgpu]]
> *ERROR* IB test failed on gfx_low (-110).
> [ 26.379624] [drm] ring 0 timeout to preempt ib
> [ 27.387884] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests [amdgpu]]
> *ERROR* IB test failed on gfx_high (-110).
> [ 27.392945] [drm:process_one_work] *ERROR* ib ring test failed (-110).
> [ 27.400370] amdgpu 0000:03:00.0: amdgpu: couldn't schedule ib on ring
> <gfx_low>
> [ 27.400384] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling
> IBs (-22)
> [ 44.440532] amdgpu 0000:03:00.0: amdgpu: failed to write reg 28b4 wait reg
> 28c6
> [ 61.177118] amdgpu 0000:03:00.0: amdgpu: failed to write reg 1a6f4 wait reg
> 1a706
> [ 61.189275] amdgpu 0000:03:00.0: amdgpu: couldn't schedule ib on ring
> <gfx_low>
> [ 61.189286] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling
> IBs (-22)
>
> I bisected the issue, the first bad commit is
> b589626674de94d977e81c99bf7905872b991197 reverting it on top of v6.3-rc4
> also fixes the issue.
Fixed in:
https://patchwork.freedesktop.org/patch/529751/
Alex
>
>
> Best regards,
> Julian Wollrath
>
> --
> () ascii ribbon campaign - against html e-mail
> /\ - against proprietary attachments
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Regression bisected] v6.3-rc4 Error scheduling IBs after resume from hibernate
2023-03-30 15:22 ` Deucher, Alexander
@ 2023-03-30 16:18 ` Julian Wollrath
0 siblings, 0 replies; 3+ messages in thread
From: Julian Wollrath @ 2023-03-30 16:18 UTC (permalink / raw)
To: Deucher, Alexander; +Cc: Huang, Tim, dri-devel@lists.freedesktop.org
Hi Alex,
Am Thu, 30 Mar 2023 15:22:34 +0000
schrieb "Deucher, Alexander" <Alexander.Deucher@amd.com>:
> [Public]
>
> > -----Original Message-----
> > From: Julian Wollrath <jwollrath@web.de>
> > Sent: Thursday, March 30, 2023 10:08 AM
> > To: dri-devel@lists.freedesktop.org
> > Cc: Huang, Tim <Tim.Huang@amd.com>; Deucher, Alexander
> > <Alexander.Deucher@amd.com>
> > Subject: [Regression bisected] v6.3-rc4 Error scheduling IBs after
> > resume from hibernate
> >
> > Hi,
> >
> > on an AMD Ryzen 5 PRO 4650U / Renoir (amdgpu: added device
> > 1002:1636) I the screen basically freezes and I get the following
> > errors with kernel v6.3-rc4
> >
> > [ 26.214541] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests
> > [amdgpu]] *ERROR* IB test failed on gfx_low (-110).
> > [ 26.379624] [drm] ring 0 timeout to preempt ib
> > [ 27.387884] amdgpu 0000:03:00.0: [drm:amdgpu_ib_ring_tests
> > [amdgpu]] *ERROR* IB test failed on gfx_high (-110).
> > [ 27.392945] [drm:process_one_work] *ERROR* ib ring test failed
> > (-110). [ 27.400370] amdgpu 0000:03:00.0: amdgpu: couldn't
> > schedule ib on ring <gfx_low>
> > [ 27.400384] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error
> > scheduling IBs (-22)
> > [ 44.440532] amdgpu 0000:03:00.0: amdgpu: failed to write reg
> > 28b4 wait reg 28c6
> > [ 61.177118] amdgpu 0000:03:00.0: amdgpu: failed to write reg
> > 1a6f4 wait reg 1a706
> > [ 61.189275] amdgpu 0000:03:00.0: amdgpu: couldn't schedule ib on
> > ring <gfx_low>
> > [ 61.189286] [drm:amdgpu_job_run [amdgpu]] *ERROR* Error
> > scheduling IBs (-22)
> >
> > I bisected the issue, the first bad commit is
> > b589626674de94d977e81c99bf7905872b991197 reverting it on top of
> > v6.3-rc4 also fixes the issue.
>
> Fixed in:
> https://patchwork.freedesktop.org/patch/529751/
thank you. I can confirm, that this patch indeed fixes the issue.
Cheers,
Julian
>
> Alex
>
> >
> >
> > Best regards,
> > Julian Wollrath
> >
> > --
> > () ascii ribbon campaign - against html e-mail
> > /\ - against proprietary attachments
--
() ascii ribbon campaign - against html e-mail
/\ - against proprietary attachments
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-30 20:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-30 14:07 [Regression bisected] v6.3-rc4 Error scheduling IBs after resume from hibernate Julian Wollrath
2023-03-30 15:22 ` Deucher, Alexander
2023-03-30 16:18 ` Julian Wollrath
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.