From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 215436] admgpu: suspend and resuming from suspend don't work
Date: Mon, 03 Jan 2022 17:12:38 +0000 [thread overview]
Message-ID: <bug-215436-2300-CeWFRbtVuI@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-215436-2300@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=215436
--- Comment #16 from spasswolf@web.de ---
Added a dev_info:
dev_info(adev->dev, "adev->in_s0ix = %d\n", adev->in_s0ix);
if (display_count == 0 && (adev->in_s0ix || !hpd_state)) {
with the result:
It seems that adev->in_s0ix = 0 during suspend. Only later during resume (after
ACPI: EC: interrupt unblocked) do we have adev->in_s0ix = 1.
Jan 3 18:00:24 lisa kernel: [ 40.367310] wlp4s0: deauthenticating from
54:67:51:3d:a2:e0 by local choice (Reason: 3=DEAUTH_LEAVING)
Jan 3 18:00:24 lisa kernel: [ 40.437382] amdgpu 0000:08:00.0: amdgpu:
adev->in_s0ix = 0
Jan 3 18:00:27 lisa kernel: [ 44.031004] PM: suspend entry (s2idle)
Jan 3 18:00:28 lisa kernel: [ 44.252353] Filesystems sync: 0.221 seconds
Jan 3 18:00:58 lisa kernel: [ 44.253185] Freezing user space processes ...
(elapsed 0.002 seconds) done.
Jan 3 18:00:58 lisa kernel: [ 44.255407] OOM killer disabled.
Jan 3 18:00:58 lisa kernel: [ 44.255407] Freezing remaining freezable tasks
... (elapsed 0.000 seconds) done.
Jan 3 18:00:58 lisa kernel: [ 44.256406] printk: Suspending console(s) (use
no_console_suspend to debug)
Jan 3 18:00:58 lisa kernel: [ 44.277805] queueing ieee80211 work while going
to suspend
Jan 3 18:00:58 lisa kernel: [ 44.831434] [drm] PCIE GART of 512M enabled
(table at 0x0000008000000000).
Jan 3 18:00:58 lisa kernel: [ 44.831464] [drm] PSP is resuming...
Jan 3 18:00:58 lisa kernel: [ 45.019729] [drm] reserve 0xa00000 from
0x81fe000000 for PSP TMR
Jan 3 18:00:58 lisa kernel: [ 45.091174] amdgpu 0000:03:00.0: amdgpu: RAS:
optional ras ta ucode is not available
Jan 3 18:00:58 lisa kernel: [ 45.100301] amdgpu 0000:03:00.0: amdgpu:
SECUREDISPLAY: securedisplay ta ucode is not available
Jan 3 18:00:58 lisa kernel: [ 45.100305] amdgpu 0000:03:00.0: amdgpu: SMU is
resuming...
Jan 3 18:00:58 lisa kernel: [ 45.100308] amdgpu 0000:03:00.0: amdgpu: smu
driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw version
= 0x003b2500 (59.37.0)
Jan 3 18:00:58 lisa kernel: [ 45.100311] amdgpu 0000:03:00.0: amdgpu: SMU
driver if version not matched
Jan 3 18:00:58 lisa kernel: [ 45.151255] amdgpu 0000:03:00.0: amdgpu: SMU is
resumed successfully!
Jan 3 18:00:58 lisa kernel: [ 45.152433] [drm] DMUB hardware initialized:
version=0x02020007
Jan 3 18:00:58 lisa kernel: [ 45.194058] [drm] kiq ring mec 2 pipe 1 q 0
Jan 3 18:00:58 lisa kernel: [ 45.198331] [drm] VCN decode and encode
initialized successfully(under DPG Mode).
Jan 3 18:00:58 lisa kernel: [ 45.198603] [drm] JPEG decode initialized
successfully.
Jan 3 18:00:58 lisa kernel: [ 45.198652] amdgpu 0000:03:00.0: amdgpu: ring
gfx_0.0.0 uses VM inv eng 0 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198654] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.0.0 uses VM inv eng 1 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198655] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.1.0 uses VM inv eng 4 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198655] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.2.0 uses VM inv eng 5 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198656] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.3.0 uses VM inv eng 6 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198657] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.0.1 uses VM inv eng 7 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198658] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.1.1 uses VM inv eng 8 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198659] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.2.1 uses VM inv eng 9 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198659] amdgpu 0000:03:00.0: amdgpu: ring
comp_1.3.1 uses VM inv eng 10 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198660] amdgpu 0000:03:00.0: amdgpu: ring
kiq_2.1.0 uses VM inv eng 11 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198661] amdgpu 0000:03:00.0: amdgpu: ring
sdma0 uses VM inv eng 12 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198661] amdgpu 0000:03:00.0: amdgpu: ring
sdma1 uses VM inv eng 13 on hub 0
Jan 3 18:00:58 lisa kernel: [ 45.198662] amdgpu 0000:03:00.0: amdgpu: ring
vcn_dec_0 uses VM inv eng 0 on hub 1
Jan 3 18:00:58 lisa kernel: [ 45.198662] amdgpu 0000:03:00.0: amdgpu: ring
vcn_enc_0.0 uses VM inv eng 1 on hub 1
Jan 3 18:00:58 lisa kernel: [ 45.198663] amdgpu 0000:03:00.0: amdgpu: ring
vcn_enc_0.1 uses VM inv eng 4 on hub 1
Jan 3 18:00:58 lisa kernel: [ 45.198663] amdgpu 0000:03:00.0: amdgpu: ring
jpeg_dec uses VM inv eng 5 on hub 1
Jan 3 18:00:58 lisa kernel: [ 45.202326] amdgpu 0000:03:00.0: [drm] Cannot
find any crtc or sizes
Jan 3 18:00:58 lisa kernel: [ 45.527398] [drm] Register(0)
[mmUVD_POWER_STATUS] failed to reach value 0x00000001 != 0x00000002
Jan 3 18:00:58 lisa kernel: [ 45.844705] [drm] Register(0)
[mmUVD_POWER_STATUS] failed to reach value 0x00000001 != 0x00000002
Jan 3 18:00:58 lisa kernel: [ 45.889752] [drm] free PSP TMR buffer
Jan 3 18:00:58 lisa kernel: [ 45.939048] amdgpu 0000:03:00.0: amdgpu: MODE1
reset
Jan 3 18:00:58 lisa kernel: [ 45.939052] amdgpu 0000:03:00.0: amdgpu: GPU
mode1 reset
Jan 3 18:00:58 lisa kernel: [ 45.939132] amdgpu 0000:03:00.0: amdgpu: GPU
smu mode1 reset
Jan 3 18:00:58 lisa kernel: [ 46.450444] ACPI: EC: interrupt blocked
Jan 3 18:00:58 lisa kernel: [ 46.472489] xhci_hcd 0000:08:00.3: refused to
change power state from D0 to D3hot
Jan 3 18:00:58 lisa kernel: [ 55.081262] ACPI: EC: interrupt unblocked
Jan 3 18:00:58 lisa kernel: [ 55.632167] pci 0000:00:00.2: can't derive
routing for PCI INT A
Jan 3 18:00:58 lisa kernel: [ 55.632172] pci 0000:00:00.2: PCI INT A: no GSI
Jan 3 18:00:58 lisa kernel: [ 55.635561] [drm] PCIE GART of 512M enabled
(table at 0x0000008000000000).
Jan 3 18:00:58 lisa kernel: [ 55.637155] [drm] PSP is resuming...
Jan 3 18:00:58 lisa kernel: [ 55.637252] [drm] PCIE GART of 1024M enabled.
Jan 3 18:00:58 lisa kernel: [ 55.637254] [drm] PTB located at
0x000000F400900000
Jan 3 18:00:58 lisa kernel: [ 55.637769] amdgpu 0000:08:00.0: amdgpu: SMU is
resuming...
Jan 3 18:00:58 lisa kernel: [ 55.640076] amdgpu 0000:08:00.0: amdgpu: dpm
has been disabled
Jan 3 18:00:58 lisa kernel: [ 55.643194] amdgpu 0000:08:00.0: amdgpu: SMU is
resumed successfully!
Jan 3 18:00:58 lisa kernel: [ 55.649205] [drm] DMUB hardware initialized:
version=0x0101001C
Jan 3 18:00:58 lisa kernel: [ 55.661720] nvme nvme0: 15/0/0
default/read/poll queues
Jan 3 18:00:58 lisa kernel: [ 55.702951] nvme nvme1: Shutdown timeout set to
10 seconds
Jan 3 18:00:58 lisa kernel: [ 55.704396] nvme nvme1: 8/0/0 default/read/poll
queues
Jan 3 18:00:58 lisa kernel: [ 55.737425] amdgpu 0000:08:00.0: amdgpu:
adev->in_s0ix = 1
Jan 3 18:00:58 lisa kernel: [ 55.828624] [drm] reserve 0xa00000 from
0x81fe000000 for PSP TMR
Jan 3 18:00:58 lisa kernel: [ 55.898619] amdgpu 0000:03:00.0: amdgpu: RAS:
optional ras ta ucode is not available
Jan 3 18:00:58 lisa kernel: [ 55.907754] amdgpu 0000:03:00.0: amdgpu:
SECUREDISPLAY: securedisplay ta ucode is not available
Jan 3 18:00:58 lisa kernel: [ 55.907757] amdgpu 0000:03:00.0: amdgpu: SMU is
resuming...
Jan 3 18:00:58 lisa kernel: [ 55.907761] amdgpu 0000:03:00.0: amdgpu: smu
driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw version
= 0x003b2500 (59.37.0)
Jan 3 18:00:58 lisa kernel: [ 55.907767] amdgpu 0000:03:00.0: amdgpu: SMU
driver if version not matched
Jan 3 18:00:58 lisa kernel: [ 55.958092] amdgpu 0000:03:00.0: amdgpu: SMU is
resumed successfully!
Jan 3 18:00:58 lisa kernel: [ 55.959299] [drm] DMUB hardware initialized:
version=0x02020007
Jan 3 18:00:58 lisa kernel: [ 55.968918] amdgpu 0000:08:00.0:
[drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring sdma0 test failed (-110)
Jan 3 18:00:58 lisa kernel: [ 55.969120] [drm:amdgpu_device_ip_resume_phase2
[amdgpu]] *ERROR* resume of IP block <sdma_v4_0> failed -110
Jan 3 18:00:58 lisa kernel: [ 55.969298] amdgpu 0000:08:00.0: amdgpu:
amdgpu_device_ip_resume failed (-110).
Jan 3 18:00:58 lisa kernel: [ 55.969301] PM: dpm_run_callback():
pci_pm_resume+0x0/0xd0 returns -110
Jan 3 18:00:58 lisa kernel: [ 55.969313] amdgpu 0000:08:00.0: PM: failed to
resume async: error -110
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2022-01-03 17:12 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 12:28 [Bug 215436] New: admgpu: suspend and resuming from suspend don't work bugzilla-daemon
2021-12-29 15:08 ` [Bug 215436] " bugzilla-daemon
2021-12-29 15:10 ` bugzilla-daemon
2021-12-30 13:03 ` bugzilla-daemon
2021-12-30 13:16 ` bugzilla-daemon
2021-12-30 14:33 ` bugzilla-daemon
2021-12-31 0:17 ` bugzilla-daemon
2021-12-31 0:22 ` bugzilla-daemon
2021-12-31 15:10 ` bugzilla-daemon
2021-12-31 16:14 ` bugzilla-daemon
2022-01-01 1:42 ` bugzilla-daemon
2022-01-03 9:29 ` bugzilla-daemon
2022-01-03 9:35 ` bugzilla-daemon
2022-01-03 9:36 ` bugzilla-daemon
2022-01-03 10:20 ` bugzilla-daemon
2022-01-03 10:29 ` bugzilla-daemon
2022-01-03 15:48 ` bugzilla-daemon
2022-01-03 17:12 ` bugzilla-daemon [this message]
2022-01-03 17:49 ` bugzilla-daemon
2022-01-03 17:51 ` bugzilla-daemon
2022-01-04 10:17 ` bugzilla-daemon
2022-01-04 10:25 ` bugzilla-daemon
2022-01-04 11:15 ` bugzilla-daemon
2022-01-04 11:27 ` bugzilla-daemon
2022-01-04 14:14 ` bugzilla-daemon
2022-01-04 14:59 ` bugzilla-daemon
2022-01-04 15:03 ` bugzilla-daemon
2022-01-04 15:27 ` bugzilla-daemon
2022-01-04 15:28 ` bugzilla-daemon
2022-01-24 22:45 ` bugzilla-daemon
2022-01-25 20:25 ` 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-215436-2300-CeWFRbtVuI@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 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.