dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 211425] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting
Date: Fri, 24 Sep 2021 15:53:35 +0000	[thread overview]
Message-ID: <bug-211425-2300-R1O2EJFwYy@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-211425-2300@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=211425

Daniel Roschka (danielroschka+kernel@phoenitydawn.de) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danielroschka+kernel@phoeni
                   |                            |tydawn.de

--- Comment #21 from Daniel Roschka (danielroschka+kernel@phoenitydawn.de) ---
I got the same problem, although the symptoms differ slightly, probably because
of the monitor in use.

I use an AMD Ryzen 5 PRO 4650G with a DELL UltraSharp U2713H as display.

As I started to use this APU with Linux 5.10 I had the problems from the
beginning. Here is how it looks in my logs:

> Sep 24 10:13:02 localhost kernel: [ 1200.673943] [drm]
> perform_link_training_with_retries: Link training attempt 1 of 4 failed
> Sep 24 10:13:22 localhost kernel: [ 1221.274959] [drm:atom_op_jump [amdgpu]]
> *ERROR* atombios stuck in loop for more than 20secs aborting
> Sep 24 10:13:22 localhost kernel: [ 1221.275078]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B228 (len 3608, WS 8, PS 0) @ 0xB376
> Sep 24 10:13:22 localhost kernel: [ 1221.275171]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B11C (len 268, WS 4, PS 0) @ 0xB16F
> Sep 24 10:13:22 localhost kernel: [ 1221.275264]
> [drm:dcn10_link_encoder_enable_dp_output [amdgpu]] *ERROR*
> dcn10_link_encoder_enable_dp_output: Failed to execute VBIOS command table!
> Sep 24 10:13:22 localhost kernel: [ 1221.311894] [drm]
> perform_link_training_with_retries: Link training attempt 2 of 4 failed
> Sep 24 10:13:24 localhost kernel: [ 1222.528157] [drm]
> perform_link_training_with_retries: Link training attempt 3 of 4 failed
> Sep 24 10:13:44 localhost kernel: [ 1243.230246] [drm:atom_op_jump [amdgpu]]
> *ERROR* atombios stuck in loop for more than 20secs aborting
> Sep 24 10:13:44 localhost kernel: [ 1243.230360]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B228 (len 3608, WS 8, PS 0) @ 0xB712
> Sep 24 10:13:44 localhost kernel: [ 1243.230453]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B11C (len 268, WS 4, PS 0) @ 0xB16F
> Sep 24 10:13:44 localhost kernel: [ 1243.230553]
> [drm:dcn10_link_encoder_enable_dp_output [amdgpu]] *ERROR*
> dcn10_link_encoder_enable_dp_output: Failed to execute VBIOS command table!
> Sep 24 10:13:44 localhost kernel: [ 1243.265681] [drm] enabling link 1
> failed: 15
> Sep 24 10:14:06 localhost kernel: [ 1265.165859] [drm:atom_op_jump [amdgpu]]
> *ERROR* atombios stuck in loop for more than 20secs aborting
> Sep 24 10:14:06 localhost kernel: [ 1265.165971]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B228 (len 3608, WS 8, PS 0) @ 0xB712
> Sep 24 10:14:06 localhost kernel: [ 1265.166064]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B11C (len 268, WS 4, PS 0) @ 0xB16F
> Sep 24 10:14:06 localhost kernel: [ 1265.166157]
> [drm:dcn10_link_encoder_enable_dp_output [amdgpu]] *ERROR*
> dcn10_link_encoder_enable_dp_output: Failed to execute VBIOS command table!
> Sep 24 10:14:30 localhost kernel: [ 1288.496778] [drm:atom_op_jump [amdgpu]]
> *ERROR* atombios stuck in loop for more than 20secs aborting
> Sep 24 10:14:30 localhost kernel: [ 1288.496903]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B228 (len 3608, WS 8, PS 0) @ 0xB712
> Sep 24 10:14:30 localhost kernel: [ 1288.496996]
> [drm:amdgpu_atom_execute_table_locked [amdgpu]] *ERROR* atombios stuck
> executing B11C (len 268, WS 4, PS 0) @ 0xB16F
> Sep 24 10:14:30 localhost kernel: [ 1288.497101]
> [drm:dcn10_link_encoder_enable_dp_output [amdgpu]] *ERROR*
> dcn10_link_encoder_enable_dp_output: Failed to execute VBIOS command table!

The behavior I see is the same black screen after the display gets switched of
using DPMS, however it doesn't recover on its own. I have to manually push a
button on the monitor to re-trigger input detection or even completely power
cycle the monitor. That also doesn't work in all cases. Having the monitor
configured to use DisplayPort 1.1a it works most of the time with the mentioned
manual intervention (however the success ratio got worse when I switched from
Linux 5.10 to 5.14), with DisplayPort 1.2 it's completely unusable, as it's
like a one in a hundred chance to get the monitor to display something again.

I'd be happy to provide more information to further debug this issue.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

  parent reply	other threads:[~2021-09-24 15:53 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-27  8:29 [Bug 211425] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 20secs aborting bugzilla-daemon
2021-01-27 10:30 ` [Bug 211425] " bugzilla-daemon
2021-01-27 21:19 ` bugzilla-daemon
2021-01-27 21:20 ` bugzilla-daemon
2021-02-02 16:41 ` bugzilla-daemon
2021-02-05  8:19 ` bugzilla-daemon
2021-02-09 13:49 ` bugzilla-daemon
2021-02-09 16:55 ` bugzilla-daemon
2021-02-09 21:06 ` bugzilla-daemon
2021-02-13 19:48 ` bugzilla-daemon
2021-02-13 19:48 ` bugzilla-daemon
2021-02-15 15:14 ` bugzilla-daemon
2021-02-16 17:59 ` bugzilla-daemon
2021-02-19  8:50 ` bugzilla-daemon
2021-02-27 17:00 ` bugzilla-daemon
2021-03-06 16:43 ` bugzilla-daemon
2021-03-08  8:13 ` bugzilla-daemon
2021-03-09 19:15 ` bugzilla-daemon
2021-03-30 19:28 ` bugzilla-daemon
2021-03-30 20:49 ` bugzilla-daemon
2021-03-31  7:40 ` bugzilla-daemon
2021-04-08  9:27 ` bugzilla-daemon
2021-06-23 17:59 ` bugzilla-daemon
2021-06-26 12:11 ` bugzilla-daemon
2021-07-07  7:13 ` bugzilla-daemon
2021-07-21  7:08 ` bugzilla-daemon
2021-07-22 17:40 ` bugzilla-daemon
2021-07-22 17:43 ` bugzilla-daemon
2021-08-01 10:10 ` bugzilla-daemon
2021-08-17 18:21 ` bugzilla-daemon
2021-08-27 18:21 ` bugzilla-daemon
2021-09-13 16:07 ` bugzilla-daemon
2021-09-22  7:02 ` bugzilla-daemon
2021-09-24 15:53 ` bugzilla-daemon [this message]
2021-10-20 14:48 ` bugzilla-daemon
2021-10-31 17:00 ` bugzilla-daemon
2021-11-06 10:53 ` bugzilla-daemon
2021-11-27 13:34 ` bugzilla-daemon
2021-12-18 10:28 ` bugzilla-daemon
2022-04-11  0:06 ` bugzilla-daemon
2022-12-21 16:35 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-211425-2300-R1O2EJFwYy@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).