Suspend and resume issues on Ubuntu 22.10

I performed a fresh installation of Ubuntu 22.04 a few months ago and soon after started experiencing these suspend and resume issues. The system would sometimes suspend and never resume all while giving me a blank screen. Sometimes it would do the same on the suspend. It happens with both wayland and X11.

When connected via ssh from another machine I was able to see a lot of amdgpu errors where I assumed that it was having issues to reset the GPU on resume. After some searching I came across this: https://lore.kernel.org/regressions/[email protected]/ which indicated that it worked with a newer kernel. I upgraded to 5.18.12 which was the latest at the time and all the amdgpu reset issues dissappeared and I was able to suspend and resume once more.

About a month or so later the issue started again. I honestly did not bother with troubleshooting at that point and waited to upgrade to 22.10 thinking the issue would have been resolved. So here I am now having the same issue on 22.10. I recently tried using the zen kernel with 6.0.0-6.1 kernel and still have the same problem making me think the issue lies elsewhere.

I am not sure if the problem is specific to the 22 series release as I see so forum posts on suspend issues with 22.04 and 22.10 but with no resolution.

Hardware - 3800X, X370 Taichi, 6600XT

Sample from Journalctl when I tried to suspend today which resulted in a hard shutdown afterwards:

Oct 31 12:02:54 MBLPC systemd[1]: Finished GRUB failed boot detection.
Oct 31 12:03:14 MBLPC kernel: Filesystems sync: 0.315 seconds
Oct 31 12:03:14 MBLPC kernel: Freezing user space processes ...
Oct 31 12:03:14 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:03:14 MBLPC kernel: usb usb1-port9: attempt power cycle
Oct 31 12:03:14 MBLPC kernel: usb 1-9: new full-speed USB device number 26 using xhci_hcd
Oct 31 12:03:14 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:03:14 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:03:14 MBLPC kernel: usb 1-9: device not accepting address 26, error -71
Oct 31 12:03:14 MBLPC kernel: usb 1-9: new full-speed USB device number 27 using xhci_hcd
Oct 31 12:03:14 MBLPC kernel:
Oct 31 12:03:14 MBLPC kernel: Freezing of tasks failed after 20.011 seconds (1 tasks refusing to freeze, wq_busy=0):
Oct 31 12:03:14 MBLPC kernel: task:colord-sane     state:D stack:    0 pid: 4062 ppid:  1746 flags:0x00000006
Oct 31 12:03:14 MBLPC kernel: Call Trace:
Oct 31 12:03:14 MBLPC kernel:  <TASK>
Oct 31 12:03:14 MBLPC kernel:  __schedule+0x24b/0x5f0
Oct 31 12:03:14 MBLPC kernel:  schedule+0x63/0x110
Oct 31 12:03:14 MBLPC kernel:  schedule_preempt_disabled+0x15/0x30
Oct 31 12:03:14 MBLPC kernel:  __mutex_lock.constprop.0+0x516/0x790
Oct 31 12:03:14 MBLPC kernel:  __mutex_lock_slowpath+0x13/0x20
Oct 31 12:03:14 MBLPC kernel:  mutex_lock+0x3c/0x50
Oct 31 12:03:14 MBLPC kernel:  usbdev_open+0xe6/0x270
Oct 31 12:03:14 MBLPC kernel:  chrdev_open+0xc5/0x240
Oct 31 12:03:14 MBLPC kernel:  ? fsnotify_perm.part.0+0x79/0x190
Oct 31 12:03:14 MBLPC kernel:  ? cdev_device_add+0xa0/0xa0
Oct 31 12:03:14 MBLPC kernel:  do_dentry_open+0x1e6/0x380
Oct 31 12:03:14 MBLPC kernel:  vfs_open+0x2d/0x40
Oct 31 12:03:14 MBLPC kernel:  do_open+0x2e8/0x4b0
Oct 31 12:03:14 MBLPC kernel:  path_openat+0x135/0x2e0
Oct 31 12:03:14 MBLPC kernel:  ? security_file_free+0x54/0x70
Oct 31 12:03:14 MBLPC kernel:  ? kmem_cache_free+0x158/0x3d0
Oct 31 12:03:14 MBLPC kernel:  ? rseq_get_rseq_cs.isra.0+0x1b/0x280
Oct 31 12:03:14 MBLPC kernel:  do_filp_open+0xaf/0x170
Oct 31 12:03:14 MBLPC kernel:  do_sys_openat2+0xbf/0x180
Oct 31 12:03:14 MBLPC kernel:  __x64_sys_openat+0x6c/0xa0
Oct 31 12:03:14 MBLPC kernel:  do_syscall_64+0x5b/0x90
Oct 31 12:03:14 MBLPC kernel:  ? irqentry_exit+0x43/0x50
Oct 31 12:03:14 MBLPC kernel:  ? exc_page_fault+0x91/0x1b0
Oct 31 12:03:14 MBLPC kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Oct 31 12:03:14 MBLPC kernel: RIP: 0033:0x7fdeb950cac0
Oct 31 12:03:14 MBLPC kernel: RSP: 002b:00007ffc256e74e0 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
Oct 31 12:03:14 MBLPC kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fdeb950cac0
Oct 31 12:03:14 MBLPC kernel: RDX: 0000000000000000 RSI: 00007ffc256e85e0 RDI: 00000000ffffff9c
Oct 31 12:03:14 MBLPC kernel: RBP: 00007ffc256e85e0 R08: 0000000000000000 R09: 000055cd12388483
Oct 31 12:03:14 MBLPC kernel: R10: 0000000000000000 R11: 0000000000000293 R12: 00000000ffffffff
Oct 31 12:03:14 MBLPC kernel: R13: 000055cd123a54d0 R14: 00007fdeac009290 R15: 00007ffc256e85e0
Oct 31 12:03:14 MBLPC kernel:  </TASK>
Oct 31 12:03:14 MBLPC kernel:
Oct 31 12:03:14 MBLPC kernel: OOM killer enabled.
Oct 31 12:03:14 MBLPC kernel: Restarting tasks ... done.
Oct 31 12:03:14 MBLPC kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 31 12:03:14 MBLPC kernel: PM: suspend exit
Oct 31 12:03:14 MBLPC kernel: PM: suspend entry (s2idle)
Oct 31 12:03:14 MBLPC systemd-udevd[567]: 1-5: Worker [4037] processing SEQNUM=4674 is taking a long time
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: The canary thread is apparently starving. Taking action.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Demoting known real-time threads.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2221 of process 2151.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2151 of process 2151.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2219 of process 2154.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2154 of process 2154.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2227 of process 2155.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2155 of process 2155.
Oct 31 12:03:14 MBLPC rtkit-daemon[2180]: Demoted 6 threads.
Oct 31 12:03:14 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:03:26 MBLPC kernel: Filesystems sync: 0.420 seconds
Oct 31 12:03:26 MBLPC kernel: Freezing user space processes ...
Oct 31 12:03:26 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:03:26 MBLPC kernel: usb 1-9: device not accepting address 27, error -71
Oct 31 12:03:26 MBLPC kernel: usb usb1-port9: unable to enumerate USB device
Oct 31 12:03:26 MBLPC kernel: (elapsed 0.376 seconds) done.
Oct 31 12:03:26 MBLPC kernel: OOM killer disabled.
Oct 31 12:03:26 MBLPC kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Oct 31 12:03:26 MBLPC kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Oct 31 12:03:26 MBLPC kernel: sd 8:0:0:0: [sdd] Synchronizing SCSI cache
Oct 31 12:03:26 MBLPC kernel: sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Oct 31 12:03:26 MBLPC kernel: sd 2:0:0:0: [sdc] Synchronizing SCSI cache
Oct 31 12:03:26 MBLPC kernel: sd 9:0:0:0: [sde] Synchronizing SCSI cache
Oct 31 12:03:26 MBLPC kernel: sd 9:0:0:0: [sde] Stopping disk
Oct 31 12:03:26 MBLPC kernel: sd 8:0:0:0: [sdd] Stopping disk
Oct 31 12:03:26 MBLPC kernel: sd 1:0:0:0: [sdb] Stopping disk
Oct 31 12:03:26 MBLPC kernel: sd 2:0:0:0: [sdc] Stopping disk
Oct 31 12:03:26 MBLPC kernel: [drm] free PSP TMR buffer
Oct 31 12:03:26 MBLPC kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Oct 31 12:03:26 MBLPC kernel: sd 0:0:0:0: [sda] Stopping disk
Oct 31 12:03:26 MBLPC kernel: sd 0:0:0:0: [sda] Starting disk
Oct 31 12:03:26 MBLPC kernel: sd 1:0:0:0: [sdb] Starting disk
Oct 31 12:03:26 MBLPC kernel: [drm] PCIE GART of 512M enabled (table at 0x00000080007E9000).
Oct 31 12:03:26 MBLPC kernel: sd 2:0:0:0: [sdc] Starting disk
Oct 31 12:03:26 MBLPC kernel: [drm] PSP is resuming...
Oct 31 12:03:26 MBLPC kernel: sd 8:0:0:0: [sdd] Starting disk
Oct 31 12:03:26 MBLPC kernel: sd 9:0:0:0: [sde] Starting disk
Oct 31 12:03:26 MBLPC kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU is resuming...
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2900 (59.41.0)
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU driver if version not matched
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: use vbios provided pptable
Oct 31 12:03:26 MBLPC kernel: ata7: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata5: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata6: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata8: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata12: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata11: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata4: SATA link down (SStatus 0 SControl 300)
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: reset full-speed USB device number 10 using xhci_hcd
Oct 31 12:03:26 MBLPC kernel: ata10: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 31 12:03:26 MBLPC kernel: ata3.00: configured for UDMA/133
Oct 31 12:03:26 MBLPC kernel: ata10.00: configured for UDMA/133
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: PM: dpm_run_callback(): usb_dev_resume+0x0/0x20 returns -5
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: PM: failed to resume async: error -5
Oct 31 12:03:26 MBLPC kernel: ata1.00: configured for UDMA/133
Oct 31 12:03:26 MBLPC kernel: ata2.00: configured for UDMA/133
Oct 31 12:03:26 MBLPC kernel: ata9.00: configured for UDMA/133
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000036 SMN_C2PMSG_82:0x00000000
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: RunDcBtc failed!
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Failed to setup smc hw!
Oct 31 12:03:26 MBLPC kernel: [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <smu> failed -62
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: amdgpu_device_ip_resume failed (-62).
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: PM: dpm_run_callback(): pci_pm_resume+0x0/0x110 returns -62
Oct 31 12:03:26 MBLPC kernel: amdgpu 0000:0f:00.0: PM: failed to resume async: error -62
Oct 31 12:03:26 MBLPC kernel: igb 0000:0a:00.0 enp10s0: igb: enp10s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Oct 31 12:03:26 MBLPC kernel: OOM killer enabled.
Oct 31 12:03:26 MBLPC kernel: Restarting tasks ...
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: USB disconnect, device number 10
Oct 31 12:03:26 MBLPC kernel: done.
Oct 31 12:03:26 MBLPC kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Oct 31 12:03:26 MBLPC kernel: PM: suspend exit
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: The canary thread is apparently starving. Taking action.
Oct 31 12:03:26 MBLPC systemd-sleep[4334]: System returned from sleep state.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Demoting known real-time threads.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2221 of process 2151.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2151 of process 2151.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2219 of process 2154.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2154 of process 2154.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2227 of process 2155.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Successfully demoted thread 2155 of process 2155.
Oct 31 12:03:26 MBLPC rtkit-daemon[2180]: Demoted 6 threads.
Oct 31 12:03:26 MBLPC systemd-sleep[4392]: /dev/sdc:
Oct 31 12:03:26 MBLPC systemd-sleep[4392]:  setting Advanced Power Management level to 0xfe (254)
Oct 31 12:03:26 MBLPC systemd-sleep[4392]:  APM_level        = 254
Oct 31 12:03:26 MBLPC kernel: snd_hda_intel 0000:0f:00.1: Refused to change power state from D0 to D3hot
Oct 31 12:03:26 MBLPC systemd-sleep[4415]: /dev/sde:
Oct 31 12:03:26 MBLPC systemd-sleep[4415]:  setting Advanced Power Management level to 0xfe (254)
Oct 31 12:03:26 MBLPC systemd-sleep[4415]:  APM_level        = 254
Oct 31 12:03:26 MBLPC systemd[1]: systemd-suspend.service: Deactivated successfully.
Oct 31 12:03:26 MBLPC systemd[1]: Finished System Suspend.
Oct 31 12:03:26 MBLPC systemd[1]: Stopped target Sleep.
Oct 31 12:03:26 MBLPC systemd[1]: Reached target Suspend.
Oct 31 12:03:26 MBLPC systemd[1]: Stopped target Suspend.
Oct 31 12:03:26 MBLPC systemd-logind[1554]: Operation 'sleep' finished.
Oct 31 12:03:26 MBLPC ModemManager[1616]: <info>  [sleep-monitor-systemd] system is resuming
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.5228] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.5228] device (enp10s0): state change: activated -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Oct 31 12:03:26 MBLPC udisksd[1558]: Applying configuration from /etc/udisks2/ST4000DM004-2CV104-ZTT439TE.conf to /dev/sda
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: new full-speed USB device number 11 using xhci_hcd
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.5614] dhcp4 (enp10s0): canceled DHCP transaction
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.5614] dhcp4 (enp10s0): activation: beginning transaction (timeout in 45 seconds)
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.5614] dhcp4 (enp10s0): state changed no lease
Oct 31 12:03:26 MBLPC systemd-resolved[1455]: enp10s0: Bus client reset search domain list.
Oct 31 12:03:26 MBLPC dnsmasq[2147]: reading /etc/resolv.conf
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Withdrawing address record for 192.168.2.199 on enp10s0.
Oct 31 12:03:26 MBLPC systemd-resolved[1455]: enp10s0: Bus client set default route setting: no
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Leaving mDNS multicast group on interface enp10s0.IPv4 with address 192.168.2.199.
Oct 31 12:03:26 MBLPC dnsmasq[2147]: using nameserver 127.0.0.53#53
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Interface enp10s0.IPv4 no longer relevant for mDNS.
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Withdrawing address record for fe80::d15:b39f:fa16:228b on enp10s0.
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Leaving mDNS multicast group on interface enp10s0.IPv6 with address fe80::d15:b39f:fa16:228b.
Oct 31 12:03:26 MBLPC systemd-resolved[1455]: enp10s0: Bus client reset DNS server list.
Oct 31 12:03:26 MBLPC avahi-daemon[1520]: Interface enp10s0.IPv6 no longer relevant for mDNS.
Oct 31 12:03:26 MBLPC kernel: usb 1-9: new full-speed USB device number 28 using xhci_hcd
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.6574] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.6884] device (enp10s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: New USB device found, idVendor=045e, idProduct=0291, bcdDevice= 1.07
Oct 31 12:03:26 MBLPC kernel: usb 3-3.1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 31 12:03:26 MBLPC dbus-daemon[1521]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.17' (uid=0 pid=1714 comm="/usr/sbin/NetworkManager --no-daemon" label="unconfined")
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.7166] device (wlp8s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 31 12:03:26 MBLPC NetworkManager[1714]: <info>  [1667232206.7180] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 31 12:03:26 MBLPC systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 31 12:03:26 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:27 MBLPC mtp-probe[4563]: checking bus 3, device 11: "/sys/devices/pci0000:00/0000:00:08.1/0000:11:00.3/usb3/3-3/3-3.1/3-3.1.3"
Oct 31 12:03:27 MBLPC mtp-probe[4563]: bus: 3, device: 11 was not an MTP device
Oct 31 12:03:27 MBLPC mtp-probe[4580]: checking bus 3, device 11: "/sys/devices/pci0000:00/0000:00:08.1/0000:11:00.3/usb3/3-3/3-3.1/3-3.1.3"
Oct 31 12:03:27 MBLPC mtp-probe[4580]: bus: 3, device: 11 was not an MTP device
Oct 31 12:03:28 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:28] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:03:28 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:28] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:03:28 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:28] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:03:28 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:28] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:03:29 MBLPC ModemManager[1616]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:03.0/0000:06:00.0/0000:07:01.0/0000:08:00.0': not supported by any plugin
Oct 31 12:03:29 MBLPC ModemManager[1616]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:03.0/0000:06:00.0/0000:07:05.0/0000:0a:00.0': not supported by any plugin
Oct 31 12:03:29 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:29 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:29 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:30 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:30 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:30 MBLPC kernel: igb 0000:0a:00.0 enp10s0: igb: enp10s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Oct 31 12:03:30 MBLPC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0: link becomes ready
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3734] device (enp10s0): carrier: link connected
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3736] device (enp10s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3752] policy: auto-activating connection 'Wired connection 1' (2f4f8b73-8831-3e5d-9935-4e933fc4a6e4)
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3756] device (enp10s0): Activation: starting connection 'Wired connection 1' (2f4f8b73-8831-3e5d-9935-4e933fc4a6e4)
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3757] device (enp10s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3760] manager: NetworkManager state is now CONNECTING
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3761] device (enp10s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3770] device (enp10s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3783] dhcp4 (enp10s0): activation: beginning transaction (timeout in 45 seconds)
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: Joining mDNS multicast group on interface enp10s0.IPv6 with address fe80::d15:b39f:fa16:228b.
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3796] dhcp4 (enp10s0): state changed new lease, address=192.168.2.199
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: New relevant interface enp10s0.IPv6 for mDNS.
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: Registering new address record for fe80::d15:b39f:fa16:228b on enp10s0.*.
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3800] policy: set 'Wired connection 1' (enp10s0) as default for IPv4 routing and DNS
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: Joining mDNS multicast group on interface enp10s0.IPv4 with address 192.168.2.199.
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: New relevant interface enp10s0.IPv4 for mDNS.
Oct 31 12:03:30 MBLPC avahi-daemon[1520]: Registering new address record for 192.168.2.199 on enp10s0.IPv4.
Oct 31 12:03:30 MBLPC systemd-resolved[1455]: enp10s0: Bus client set search domain list to: localdomain
Oct 31 12:03:30 MBLPC systemd-resolved[1455]: enp10s0: Bus client set default route setting: yes
Oct 31 12:03:30 MBLPC dnsmasq[2147]: reading /etc/resolv.conf
Oct 31 12:03:30 MBLPC dnsmasq[2147]: using nameserver 127.0.0.53#53
Oct 31 12:03:30 MBLPC dnsmasq[2147]: reading /etc/resolv.conf
Oct 31 12:03:30 MBLPC dnsmasq[2147]: using nameserver 127.0.0.53#53
Oct 31 12:03:30 MBLPC systemd-resolved[1455]: enp10s0: Bus client set DNS server list to: 192.168.2.1
Oct 31 12:03:30 MBLPC NetworkManager[1714]: <info>  [1667232210.3843] device (enp10s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:30 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:30 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:31 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:31 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:31 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:31 MBLPC udisksd[1558]: Enabled Write-Cache on /dev/sda [ST4000DM004-2CV104-ZTT439TE]
Oct 31 12:03:31 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:32 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:32 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:32 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:32 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:33 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:33 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:33 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 1 of 4 failed @ rate(10) x lane(4)
Oct 31 12:03:33 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:34 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:34 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:34 MBLPC systemd-udevd[567]: sda: Worker [4060] processing SEQNUM=4714 is taking a long time
Oct 31 12:03:34 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:34 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:35 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:35 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:35 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:35 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:36 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:36 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:36 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:36 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=1858, emitted seq=1860
Oct 31 12:03:36 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process  pid 0 thread  pid 0
Oct 31 12:03:36 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset begin!
Oct 31 12:03:36 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:37 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:37 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:37 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:38 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:38 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 2 of 4 failed @ rate(10) x lane(4)
Oct 31 12:03:38 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:38 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:38 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:39 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:39 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:39 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:40 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:40 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:40 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:40 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:41 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:41 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:41 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:41 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:42 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:03:42 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:42 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:42 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:42 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:43 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:43 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:43 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:43 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 3 of 4 failed @ rate(10) x lane(4)
Oct 31 12:03:44 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:44 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:44 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:44 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:45 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:45 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:45 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:45 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:46 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:46 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:46 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:47 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:47 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:47 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:47 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:48 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:48 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:48 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:48 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:49 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:49 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:49 MBLPC kernel: [drm] enabling link 2 failed: 15
Oct 31 12:03:51 MBLPC dbus-daemon[1521]: [system] Failed to activate service 'org.freedesktop.nm_dispatcher': timed out (service_start_timeout=25000ms)
Oct 31 12:03:51 MBLPC NetworkManager[1714]: <info>  [1667232231.6977] device (enp10s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:51 MBLPC NetworkManager[1714]: <info>  [1667232231.6978] device (enp10s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 31 12:03:51 MBLPC NetworkManager[1714]: <info>  [1667232231.6980] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 31 12:03:51 MBLPC NetworkManager[1714]: <info>  [1667232231.6981] device (enp10s0): Activation: successful, device activated.
Oct 31 12:03:51 MBLPC dbus-daemon[1521]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.17' (uid=0 pid=1714 comm="/usr/sbin/NetworkManager --no-daemon" label="unconfined")
Oct 31 12:03:54 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:54 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:54 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:54 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:55 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:55] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:03:55 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:55] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:03:55 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:55] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:03:55 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:55] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:03:55 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:55 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:55 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:55 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:56 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:56 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 1 of 4 failed @ rate(10) x lane(2)
Oct 31 12:03:56 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:56 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:57 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:57] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:03:57 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:57] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:03:57 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:57] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:03:57 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:57] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:03:57 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:57 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:57 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:03:57 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:57 MBLPC kernel: usb 1-9: new full-speed USB device number 29 using xhci_hcd
Oct 31 12:03:57 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:58 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:58 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:58 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:58 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 2 of 4 failed @ rate(10) x lane(2)
Oct 31 12:03:59 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:59] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:03:59 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:59] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:03:59 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:59] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:03:59 MBLPC psensor.desktop[3061]: [2022-10-31T16:03:59] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:03:59 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:59 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:59 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:03:59 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:00 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:00 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:00 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:00 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:01 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:01 MBLPC kernel: [drm] perform_link_training_with_retries: Link training attempt 3 of 4 failed @ rate(10) x lane(2)
Oct 31 12:04:01 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:01 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:02 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:02 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:02 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:02 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:03 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:03 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:03 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Oct 31 12:04:03 MBLPC kernel: [drm] enabling link 1 failed: 15
Oct 31 12:04:06 MBLPC gsd-power[2628]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: Timeout was reached (g-io-error-quark, 24)
Oct 31 12:04:13 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:04:16 MBLPC dbus-daemon[1521]: [system] Failed to activate service 'org.freedesktop.nm_dispatcher': timed out (service_start_timeout=25000ms)
Oct 31 12:04:17 MBLPC kernel: amdgpu 0000:0f:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
Oct 31 12:04:17 MBLPC kernel: [drm:gfx_v10_0_hw_fini [amdgpu]] *ERROR* KGQ disable failed
Oct 31 12:04:22 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000036 SMN_C2PMSG_82:0x00000000
Oct 31 12:04:22 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Failed to disable smu features.
Oct 31 12:04:22 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Fail to disable dpm features!
Oct 31 12:04:22 MBLPC kernel: [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block <smu> failed -62
Oct 31 12:04:22 MBLPC kernel: [drm] free PSP TMR buffer
Oct 31 12:04:23 MBLPC kernel: [drm] psp gfx command DESTROY_TMR(0x7) failed and response status is (0x80000306)
Oct 31 12:04:23 MBLPC kernel: CPU: 10 PID: 3895 Comm: kworker/u64:74 Tainted: G           OE     5.19.0-23-generic #24-Ubuntu
Oct 31 12:04:23 MBLPC kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./X370 Taichi, BIOS P7.00 01/15/2022
Oct 31 12:04:23 MBLPC kernel: Workqueue: amdgpu-reset-dev drm_sched_job_timedout [gpu_sched]
Oct 31 12:04:23 MBLPC kernel: Call Trace:
Oct 31 12:04:23 MBLPC kernel:  <TASK>
Oct 31 12:04:23 MBLPC kernel:  show_stack+0x4e/0x61
Oct 31 12:04:23 MBLPC kernel:  dump_stack_lvl+0x4a/0x6d
Oct 31 12:04:23 MBLPC kernel:  dump_stack+0x10/0x18
Oct 31 12:04:23 MBLPC kernel:  amdgpu_do_asic_reset+0x2b/0x45e [amdgpu]
Oct 31 12:04:23 MBLPC kernel:  amdgpu_device_gpu_recover_imp.cold+0x748/0x7f0 [amdgpu]
Oct 31 12:04:23 MBLPC kernel:  amdgpu_job_timedout+0x196/0x1d0 [amdgpu]
Oct 31 12:04:23 MBLPC kernel:  ? finish_task_switch.isra.0+0x85/0x290
Oct 31 12:04:23 MBLPC kernel:  drm_sched_job_timedout+0x70/0x120 [gpu_sched]
Oct 31 12:04:23 MBLPC kernel:  process_one_work+0x225/0x400
Oct 31 12:04:23 MBLPC kernel:  worker_thread+0x50/0x3e0
Oct 31 12:04:23 MBLPC kernel:  ? rescuer_thread+0x3c0/0x3c0
Oct 31 12:04:23 MBLPC kernel:  kthread+0xe9/0x110
Oct 31 12:04:23 MBLPC kernel:  ? kthread_complete_and_exit+0x20/0x20
Oct 31 12:04:23 MBLPC kernel:  ret_from_fork+0x22/0x30
Oct 31 12:04:23 MBLPC kernel:  </TASK>
Oct 31 12:04:23 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: MODE1 reset
Oct 31 12:04:23 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU mode1 reset
Oct 31 12:04:23 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU smu mode1 reset
Oct 31 12:04:23 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:23] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:23 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:23] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:23 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:23] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:23 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:23] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:25 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:25] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:25 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:25] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:25 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:25] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:25 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:25] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:27 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:27] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:27 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:27] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:27 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:27] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:27 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:27] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:28 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000036 SMN_C2PMSG_82:0x00000000
Oct 31 12:04:28 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU mode1 reset failed
Oct 31 12:04:28 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: ASIC reset failed with error, -62 for drm dev, 0000:0f:00.0
Oct 31 12:04:29 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:04:29 MBLPC kernel: usb usb1-port9: attempt power cycle
Oct 31 12:04:29 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:29] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:29 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:29] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:29 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:29] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:29 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:29] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:29 MBLPC kernel: usb 1-9: new full-speed USB device number 30 using xhci_hcd
Oct 31 12:04:34 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:04:34 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:04:34 MBLPC kernel: usb 1-9: device not accepting address 30, error -71
Oct 31 12:04:35 MBLPC kernel: usb 1-9: new full-speed USB device number 31 using xhci_hcd
Oct 31 12:04:38 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset succeeded, trying to resume
Oct 31 12:04:38 MBLPC kernel: [drm] PCIE GART of 512M enabled (table at 0x00000080007E9000).
Oct 31 12:04:38 MBLPC kernel: [drm] VRAM is lost due to GPU reset!
Oct 31 12:04:38 MBLPC kernel: [drm] PSP is resuming...
Oct 31 12:04:39 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:04:40 MBLPC kernel: [drm] failed to load ucode SMC(0x2C)
Oct 31 12:04:40 MBLPC kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000306)
Oct 31 12:04:40 MBLPC kernel: [drm] reserve 0xa00000 from 0x800f400000 for PSP TMR
Oct 31 12:04:40 MBLPC kernel: usb 1-9: Device not responding to setup address.
Oct 31 12:04:40 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 31 12:04:40 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Oct 31 12:04:40 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU is resuming...
Oct 31 12:04:40 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2900 (59.41.0)
Oct 31 12:04:40 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU driver if version not matched
Oct 31 12:04:40 MBLPC kernel: usb 1-9: device not accepting address 31, error -71
Oct 31 12:04:40 MBLPC kernel: usb usb1-port9: unable to enumerate USB device
Oct 31 12:04:40 MBLPC kernel: usb 1-9: new full-speed USB device number 32 using xhci_hcd
Oct 31 12:04:44 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000036 SMN_C2PMSG_82:0x00000000
Oct 31 12:04:49 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000036 SMN_C2PMSG_82:0x00000000
Oct 31 12:04:49 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Failed to SetDriverDramAddr!
Oct 31 12:04:49 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Failed to setup smc hw!
Oct 31 12:04:49 MBLPC kernel: [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <smu> failed -62
Oct 31 12:04:49 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset(1) failed
Oct 31 12:04:49 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset end with ret = -62
Oct 31 12:04:49 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* GPU Recovery Failed: -62
Oct 31 12:04:49 MBLPC kernel: snd_hda_intel 0000:0f:00.1: Refused to change power state from D0 to D3hot
Oct 31 12:04:53 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:53] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:53 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:53] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:53 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:53] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:53 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:53] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:55 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:04:56 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:56] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:56 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:56] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:56 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:56] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:56 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:56] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:56 MBLPC systemd[1]: NetworkManager-dispatcher.service: start operation timed out. Terminating.
Oct 31 12:04:56 MBLPC systemd[1]: NetworkManager-dispatcher.service: Failed with result 'timeout'.
Oct 31 12:04:56 MBLPC systemd[1]: Failed to start Network Manager Script Dispatcher Service.
Oct 31 12:04:58 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:58] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:04:58 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:58] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:04:58 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:58] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:04:58 MBLPC psensor.desktop[3061]: [2022-10-31T16:04:58] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:04:59 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=1860, emitted seq=1860
Oct 31 12:04:59 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process  pid 0 thread  pid 0
Oct 31 12:04:59 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset begin!
Oct 31 12:05:00 MBLPC psensor.desktop[3061]: [2022-10-31T16:05:00] [ERR] lmsensor: Cannot get value of subfeature fan1_input: Can't read.
Oct 31 12:05:00 MBLPC psensor.desktop[3061]: [2022-10-31T16:05:00] [ERR] lmsensor: Cannot get value of subfeature temp1_input: Can't read.
Oct 31 12:05:00 MBLPC psensor.desktop[3061]: [2022-10-31T16:05:00] [ERR] lmsensor: Cannot get value of subfeature temp2_input: Can't read.
Oct 31 12:05:00 MBLPC psensor.desktop[3061]: [2022-10-31T16:05:00] [ERR] lmsensor: Cannot get value of subfeature temp3_input: Can't read.
Oct 31 12:05:02 MBLPC systemd-logind[1554]: Power key pressed short.
Oct 31 12:05:11 MBLPC kernel: usb 1-9: device descriptor read/64, error -110
Oct 31 12:05:11 MBLPC kernel: usb 1-9: new full-speed USB device number 33 using xhci_hcd
­­­­­­­­

Samples from Dmesg and journalctl when I initially found the problem on Ubuntu 22.04:

Jul 19 15:09:23 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=2833, emitted seq=2836
Jul 19 15:09:23 MBLPC kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process  pid 0 thread  pid 0
Jul 19 15:09:23 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: GPU reset begin!
Jul 19 15:09:27 MBLPC systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 19 15:09:28 MBLPC kernel: amdgpu 0000:0f:00.0: amdgpu: Failed to disable gfxoff!
Jul 19 15:09:28 MBLPC /usr/libexec/gdm-x-session[1845]: amdgpu: The CS has been rejected, see dmesg for more information (-16).
Jul 19 15:09:28 MBLPC kernel: amdgpu: Move buffer fallback to memcpy unavailable
Jul 19 15:09:28 MBLPC kernel: [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
Jul 19 15:09:28 MBLPC kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!
Jul 19 15:09:28 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Jul 19 15:09:33 MBLPC kernel: [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
Jul 19 15:09:43 MBLPC /usr/libexec/gdm-x-session[1845]: amdgpu: The CS has been rejected, see dmesg for more information (-16).
Jul 19 15:09:43 MBLPC /usr/libexec/gdm-x-session[1845]: (II) event2  - USB Laser Game Mouse: SYN_DROPPED event - some input events have been lost.
Jul 19 15:09:43 MBLPC kernel: amdgpu: Move buffer fallback to memcpy unavailable
Jul 19 15:09:43 MBLPC kernel: [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
Jul 19 15:09:43 MBLPC kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!

Dmesg:

[  870.073534] amdgpu 0000:0f:00.0: amdgpu: GPU reset begin!
[  874.708070] amdgpu 0000:0f:00.0: amdgpu: Failed to disable gfxoff!
[  875.192581] amdgpu: Move buffer fallback to memcpy unavailable
[  875.192592] [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
[  875.192816] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!
[  875.233785] [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
[  880.109487] [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
[  890.296488] amdgpu: Move buffer fallback to memcpy unavailable
[  890.296497] [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
[  890.296708] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!
[  893.952810] amdgpu 0000:0f:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
[  893.952909] [drm:gfx_v10_0_hw_fini [amdgpu]] *ERROR* KGQ disable failed
[  894.224730] amdgpu 0000:0f:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_2.1.0 test failed (-110)
[  894.224831] [drm:gfx_v10_0_hw_fini [amdgpu]] *ERROR* KCQ disable failed
[  898.872216] amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command!
[  898.872219] amdgpu 0000:0f:00.0: amdgpu: Failed to disable smu features.
[  898.872222] amdgpu 0000:0f:00.0: amdgpu: Fail to disable dpm features!
[  898.872223] [drm:amdgpu_device_ip_suspend_phase2 [amdgpu]] *ERROR* suspend of IP block <smu> failed -62
[  898.882557] [drm] free PSP TMR buffer
[  899.976700] [drm] psp gfx command DESTROY_TMR(0x7) failed and response status is (0x80000306)
[  899.997848] amdgpu 0000:0f:00.0: amdgpu: MODE1 reset
[  899.997850] amdgpu 0000:0f:00.0: amdgpu: GPU mode1 reset
[  899.997930] amdgpu 0000:0f:00.0: amdgpu: GPU smu mode1 reset
[  904.627674] amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command!
[  904.627679] amdgpu 0000:0f:00.0: amdgpu: GPU mode1 reset failed
[  904.627788] amdgpu 0000:0f:00.0: amdgpu: ASIC reset failed with error, -62 for drm dev, 0000:0f:00.0
[  905.400355] amdgpu: Move buffer fallback to memcpy unavailable
[  905.400362] [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
[  905.400497] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!
[  915.527813] amdgpu 0000:0f:00.0: amdgpu: GPU reset succeeded, trying to resume
[  915.528071] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[  915.528095] [drm] VRAM is lost due to GPU reset!
[  915.528997] [drm] PSP is resuming...
[  916.641712] [drm] failed to load ucode SMC(0x18)
[  916.641716] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000306)
[  916.641720] [drm] reserve 0xa00000 from 0x81f6400000 for PSP TMR
[  916.642154] [drm] psp gfx command SETUP_TMR(0x5) failed and response status is (0xFFFF0008)
[  916.642381] [drm] failed to load ucode SDMA0(0x0)
[  916.642383] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.642612] [drm] failed to load ucode CP_CE(0x8)
[  916.642614] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.642843] [drm] failed to load ucode CP_PFP(0x9)
[  916.642845] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.643073] [drm] failed to load ucode CP_ME(0xA)
[  916.643076] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.643304] [drm] failed to load ucode CP_MEC1(0xB)
[  916.643306] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.643534] [drm] failed to load ucode CP_MEC2(0xD)
[  916.643536] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.645939] [drm] failed to load ucode RLC_RESTORE_LIST_GPM_MEM(0x12)
[  916.645942] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.646169] [drm] failed to load ucode RLC_RESTORE_LIST_SRM_MEM(0x13)
[  916.646172] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.646399] [drm] failed to load ucode RLC_IRAM(0x14)
[  916.646401] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.646628] [drm] failed to load ucode RLC_DRAM(0x15)
[  916.646631] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.646858] [drm] failed to load ucode RLC_G(0x16)
[  916.646860] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.647312] [drm] failed to load ucode VCN(0x1C)
[  916.647314] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.816991] [drm] failed to load ucode DMCUB(0x22)
[  916.816995] [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0x80000203)
[  916.825607] amdgpu 0000:0f:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  916.837114] amdgpu 0000:0f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  916.837116] amdgpu 0000:0f:00.0: amdgpu: SMU is resuming...
[  916.837120] amdgpu 0000:0f:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw version = 0x003b2800 (59.40.0)
[  916.837122] amdgpu 0000:0f:00.0: amdgpu: SMU driver if version not matched
[  920.264289] usb usb2-port6: Cannot enable. Maybe the USB cable is bad?
[  920.504265] amdgpu: Move buffer fallback to memcpy unavailable
[  920.504272] [drm:amdgpu_cs_parser_bos [amdgpu]] *ERROR* amdgpu_vm_validate_pt_bos() failed.
[  920.504495] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to process the buffer list -16!
[  921.475189] amdgpu 0000:0f:00.0: amdgpu: SMU: I'm not done with your previous command!
[  921.475193] amdgpu 0000:0f:00.0: amdgpu: Failed to SetDriverDramAddr!
[  921.475194] amdgpu 0000:0f:00.0: amdgpu: Failed to setup smc hw!
[  921.475195] [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <smu> failed -62
[  921.475303] amdgpu 0000:0f:00.0: amdgpu: GPU reset(1) failed
[  921.477625] amdgpu 0000:0f:00.0: amdgpu: GPU reset end with ret = -62
[  921.496408] snd_hda_intel 0000:0f:00.1: refused to change power state from D0 to D3hot
[  931.512632] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout, signaled seq=2836, emitted seq=2836
[  931.512886] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process  pid 0 thread  pid 0
[  931.513112] amdgpu 0000:0f:00.0: amdgpu: GPU reset begin!