* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
@ 2020-08-06 14:38 ` bugzilla-daemon
2020-08-07 14:04 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2020-08-06 14:38 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
Alex Deucher (alexdeucher@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexdeucher@gmail.com
--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
Does it work without the external display connected?
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
2020-08-06 14:38 ` [Bug 208835] " bugzilla-daemon
@ 2020-08-07 14:04 ` bugzilla-daemon
2020-10-30 16:31 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2020-08-07 14:04 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
--- Comment #2 from sevenever (sevenever@gmail.com) ---
(In reply to Alex Deucher from comment #1)
> Does it work without the external display connected?
Tried several times, Looks like no problem without the external display
connected.
btw, I have kernel option amd_iommu=off and vt.handoff=7
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
2020-08-06 14:38 ` [Bug 208835] " bugzilla-daemon
2020-08-07 14:04 ` bugzilla-daemon
@ 2020-10-30 16:31 ` bugzilla-daemon
2020-10-30 16:33 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2020-10-30 16:31 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
Tom (tom@collider.in) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tom@collider.in
--- Comment #3 from Tom (tom@collider.in) ---
I am also affected by this. There are a few recent amdgpu suspend bugs open but
this one is most similar.
My card is a Radeon R7 260X (Bonaire XTX [Radeon R7 260X/360]), so I'm using
the experimental amdgpu driver support.
5.4.58 works,
5.4.72 does not,
5.9.1 does not.
My computer seems to be completely unresponsive after resuming. I haven't tried
SSHing but it does not respond to pressing the power button to put it back into
sleep. However there are systemd service logs in the journal after resume.
Kernel messages of note, which are not part of working logs:
18:14:26 amdgpu: [powerplay]
failed to send message 5e ret is 0
18:14:26 amdgpu: [powerplay]
failed to send message 145 ret is 0
------------------
18:14:26 [drm:uvd_v4_2_start [amdgpu]] *ERROR* UVD not responding, trying to
reset the VCPU!!!
18:14:26 [drm:uvd_v4_2_start [amdgpu]] *ERROR* UVD not responding, giving up!!!
18:14:26 [drm:amdgpu_device_ip_set_powergating_state [amdgpu]] *ERROR*
set_powergating_state of IP block <uvd_v4_2> failed -1
------------------
18:14:26 amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR*
ring uvd test failed (-110)
18:14:26 [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP
block <uvd_v4_2> failed -110
18:14:26 [drm:amdgpu_device_resume [amdgpu]] *ERROR* amdgpu_device_ip_resume
failed (-110).
18:14:26 PM: dpm_run_callback(): pci_pm_resume+0x0/0xe0 returns -110
18:14:26 PM: Device 0000:01:00.0 failed to resume async: error -110
------------------
18:14:27 [drm] Fence fallback timer expired on ring sdma0
Full journalctl from after resume attached.
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
` (2 preceding siblings ...)
2020-10-30 16:31 ` bugzilla-daemon
@ 2020-10-30 16:33 ` bugzilla-daemon
2022-07-07 20:48 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2020-10-30 16:33 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
--- Comment #4 from Tom (tom@collider.in) ---
Created attachment 293321
--> https://bugzilla.kernel.org/attachment.cgi?id=293321&action=edit
systemd journal
--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
` (3 preceding siblings ...)
2020-10-30 16:33 ` bugzilla-daemon
@ 2022-07-07 20:48 ` bugzilla-daemon
2022-07-08 7:27 ` bugzilla-daemon
2022-07-08 16:03 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2022-07-07 20:48 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
Mario Limonciello (AMD) (mario.limonciello@amd.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |mario.limonciello@amd.com
--- Comment #5 from Mario Limonciello (AMD) (mario.limonciello@amd.com) ---
Can you please re-check this on a recent 5.18.y kernel and latest
linux-firmware? I don't believe it should still be an issue. If it is, I
would like to see a new log.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
` (4 preceding siblings ...)
2022-07-07 20:48 ` bugzilla-daemon
@ 2022-07-08 7:27 ` bugzilla-daemon
2022-07-08 16:03 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2022-07-08 7:27 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
--- Comment #6 from sevenever (sevenever@gmail.com) ---
I don’t hit this issue anymore, looks it has been fixed. Please close. Thank
you!
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread* [Bug 208835] amdgpu fails to resume from suspend
2020-08-06 14:27 [Bug 208835] New: amdgpu fails to resume from suspend bugzilla-daemon
` (5 preceding siblings ...)
2022-07-08 7:27 ` bugzilla-daemon
@ 2022-07-08 16:03 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2022-07-08 16:03 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=208835
Mario Limonciello (AMD) (mario.limonciello@amd.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |PATCH_ALREADY_AVAILABLE
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread