You are not logged in.

#1 2025-04-23 13:53:02

tsukimomo
Member
Registered: 2022-05-21
Posts: 24

AMDGPU Pageflip screen unresponsive

Posting here because this is roughly the third time this has occured to me in about 7 days, so I've been incentivised to look into this.

On kernel 6.14.3-arch1-1 with AMD Framework 13 (AMD Ryzen 5 7640U w/ Radeon 760M Graphics), radeon, I get screen artifacting/freezing especially whilst using Firefox (currently v137.0.2-1).

dmesg output (`journalctl -k` from googling dmesg output of previous sessions) leading up to the screen freezing:

Apr 23 21:07:30 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
Apr 23 21:07:31 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
Apr 23 21:07:31 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
Apr 23 21:07:31 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 100000 tries - mpc2_assert_idle_mpcc line:481
Apr 23 21:07:42 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* [CRTC:79:crtc-0] flip_done timed out
Apr 23 21:08:22 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* flip_done timed out
Apr 23 21:08:22 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* [CRTC:79:crtc-0] commit wait timed out
Apr 23 21:08:32 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* flip_done timed out
Apr 23 21:08:32 framework kernel: amdgpu 0000:c1:00.0: [drm] *ERROR* [PLANE:58:plane-3] commit wait timed out

journalctl output from `--user-unit plasma-kwin_wayland` relevant:

Apr 23 20:57:40 framework kwin_wayland[1307]: kwin_libinput: Libinput: event8  - PIXA3854:00 093A:0274 Touchpad: kernel bug: Touch jump detected and discarded.
                                              See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
Apr 23 21:07:34 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Apr 23 21:07:34 framework kwin_wayland[1307]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Apr 23 21:07:34 framework kwin_wayland[1307]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Apr 23 21:07:35 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Apr 23 21:07:35 framework kwin_wayland[1307]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Apr 23 21:07:35 framework kwin_wayland[1307]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Apr 23 21:07:40 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Apr 23 21:07:40 framework kwin_wayland[1307]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Apr 23 21:07:40 framework kwin_wayland[1307]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Apr 23 21:07:41 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Apr 23 21:07:41 framework kwin_wayland[1307]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Apr 23 21:07:41 framework kwin_wayland[1307]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Apr 23 21:07:42 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Apr 23 21:07:42 framework kwin_wayland[1307]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Apr 23 21:07:42 framework kwin_wayland[1307]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Apr 23 21:07:43 framework kwin_wayland[1307]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver

I can only recover from the frozen screen by force-reboot.

I can't quite tell if this is already on the freedesktop gitlab (I also dont have an account to post there, and would like to check with my distro first if this is a distro-specific issue).

I have once observed this while running the linux-lts kernel too.

Offline

#2 2025-04-23 14:27:31

Xephon
Member
Registered: 2024-12-22
Posts: 119

Re: AMDGPU Pageflip screen unresponsive

Might be the same as
https://gitlab.freedesktop.org/drm/amd/-/issues/2006

In that case recommended workaround is to set amdgpu.runpm=0 kernel parameter

Offline

#3 2025-04-28 14:48:06

birdie-github
Member
From: Artem S. Tashkinov
Registered: 2021-10-09
Posts: 14
Website

Re: AMDGPU Pageflip screen unresponsive

This is this issue:

https://gitlab.freedesktop.org/drm/amd/-/issues/4141

Known for months, AMD is still investigating.

amdgpu.runpm=0 amdgpu.dcdebugmask=0x10

for kernel arguments should fix it at the expense of a much higher idle power consumption.

Last edited by birdie-github (2025-04-28 14:50:01)

Offline

#4 2025-04-28 14:54:20

tsukimomo
Member
Registered: 2022-05-21
Posts: 24

Re: AMDGPU Pageflip screen unresponsive

birdie-github wrote:

This is this issue:

https://gitlab.freedesktop.org/drm/amd/-/issues/4141

Known for months, AMD is still investigating.

amdgpu.runpm=0 amdgpu.dcdebugmask=0x10

for kernel arguments should fix it at the expense of a much higher idle power consumption.

Thank you!

Offline

#5 2025-05-01 15:54:32

tsukimomo
Member
Registered: 2022-05-21
Posts: 24

Re: AMDGPU Pageflip screen unresponsive

Hmmm... happened to me again but only after waking from wake instead of midway through a Firefox full screen instance despite being on 6.14.4 with the runpm and dcdebugmask kernel params...

kwin-wayland journalctl:

May 01 22:46:49 framework kwin_wayland[12009]: kwin_core: Cannot grant a token to KWin::ClientConnection(0x5e98e4e60a50)
May 01 22:54:29 framework kwin_wayland[12009]: kwin_libinput: Libinput: event8  - PIXA3854:00 093A:0274 Touchpad: kernel bug: Touch jump detected and discarded.
                                               See https://wayland.freedesktop.org/libinput/doc/1.28.1/touchpad-jumping-cursors.html for details
May 01 23:07:49 framework kscreenlocker_greet[29928]: pam_fprintd(kde:auth): ReleaseDevice failed: Release failed with error: The device is still busy with another operatio>
May 01 23:37:16 framework kwin_wayland[12009]: kwin_libinput: Libinput: event1  - Power Button: client bug: event processing lagging behind by 10174ms, your system is too s>
May 01 23:37:16 framework kwin_wayland[12009]: kwin_libinput: Libinput: event0  - Lid Switch: client bug: event processing lagging behind by 815ms, your system is too slow
May 01 23:37:17 framework kwin_wayland[12009]: kwin_wayland_drm: atomic commit failed: Invalid argument
May 01 23:37:36 framework kscreenlocker_greet[29928]: pam_unix(kde:auth): authentication failure; logname=yomo uid=1001 euid=1001 tty= ruser= rhost=  user=yomo
May 01 23:38:55 framework kscreenlocker_greet[29928]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000)
May 01 23:38:55 framework kscreenlocker_greet[29928]: Failed to write to the pipe: Bad file descriptor.
May 01 23:39:04 framework kwin_wayland[12009]: kwin_wayland_drm: atomic commit failed: Permission denied
May 01 23:39:05 framework kwin_wayland[12009]: kwin_screencast: PipeWire remote error:  connection error
May 01 23:39:05 framework kwin_wayland[12009]: kwin_core: Applying output config failed!
May 01 23:39:06 framework systemd[1027]: Stopping KDE Window Manager...
May 01 23:39:06 framework systemd[1027]: Stopped KDE Window Manager.
May 01 23:39:06 framework systemd[1027]: plasma-kwin_wayland.service: Consumed 1min 18.666s CPU time, 303.3M memory peak.

dmesg:

May 01 23:06:33 framework kernel: PM: hibernation: hibernation entry
May 01 23:06:33 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:07:39 framework kernel: Filesystems sync: 0.117 seconds
May 01 23:07:39 framework kernel: Freezing user space processes
May 01 23:07:39 framework kernel: Freezing user space processes completed (elapsed 0.002 seconds)
May 01 23:07:39 framework kernel: OOM killer disabled.
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x0009f000-0x000fffff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x09b00000-0x09dfffff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x09f00000-0x09f3bfff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x49b50000-0x4bd4ffff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x4bd69000-0x4bd6cfff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x4bd6f000-0x4bd6ffff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x52f69000-0x52fb7fff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x54976000-0x54976fff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x57f7f000-0x5affefff]
May 01 23:07:39 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x5b000000-0xffffffff]
May 01 23:07:39 framework kernel: PM: hibernation: Basic memory bitmaps created
May 01 23:07:39 framework kernel: PM: hibernation: Preallocating image memory
May 01 23:07:39 framework kernel: PM: hibernation: Allocated 1377709 pages for snapshot
May 01 23:07:39 framework kernel: PM: hibernation: Allocated 5510836 kbytes in 5.88 seconds (937.21 MB/s)
May 01 23:07:39 framework kernel: Freezing remaining freezable tasks
May 01 23:07:39 framework kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
May 01 23:07:39 framework kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 01 23:07:39 framework kernel: queueing ieee80211 work while going to suspend
May 01 23:07:39 framework kernel: ACPI: EC: interrupt blocked
May 01 23:07:39 framework kernel: Disabling non-boot CPUs ...
May 01 23:07:39 framework kernel: smpboot: CPU 10 is now offline
May 01 23:07:39 framework kernel: smpboot: CPU 8 is now offline
May 01 23:07:39 framework kernel: smpboot: CPU 6 is now offline
May 01 23:07:39 framework kernel: smpboot: CPU 4 is now offline
May 01 23:07:39 framework kernel: smpboot: CPU 2 is now offline
May 01 23:07:39 framework kernel: PM: hibernation: Creating image:
May 01 23:07:39 framework kernel: PM: hibernation: Need to copy 1355645 pages
May 01 23:07:39 framework kernel: PM: hibernation: Normal pages needed: 1355645 + 1024, available pages: 2263497
May 01 23:07:39 framework kernel: PM: hibernation: Image created (1000529 pages copied, 355116 zero pages)
May 01 23:07:39 framework kernel: LVT offset 0 assigned for vector 0x400
May 01 23:07:39 framework kernel: Enabling non-boot CPUs ...
May 01 23:07:39 framework kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
May 01 23:07:39 framework kernel: CPU2 is up
May 01 23:07:39 framework kernel: smpboot: Booting Node 0 Processor 4 APIC 0x4
May 01 23:07:39 framework kernel: CPU4 is up
May 01 23:07:39 framework kernel: smpboot: Booting Node 0 Processor 6 APIC 0x6
May 01 23:07:39 framework kernel: CPU6 is up
May 01 23:07:39 framework kernel: smpboot: Booting Node 0 Processor 8 APIC 0x8
May 01 23:07:39 framework kernel: CPU8 is up
May 01 23:07:39 framework kernel: smpboot: Booting Node 0 Processor 10 APIC 0xa
May 01 23:07:39 framework kernel: CPU10 is up
May 01 23:07:39 framework kernel: ACPI: EC: interrupt unblocked
May 01 23:07:39 framework kernel: hrtimer: interrupt took 4256495 ns
May 01 23:07:39 framework kernel: amdxdna 0000:c2:00.1: [drm] firmware resuming...
May 01 23:07:39 framework kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000B00000).
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: PSP is resuming...
May 01 23:07:39 framework kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: reserve 0x4000000 from 0x8078000000 for PSP TMR
May 01 23:07:39 framework kernel: amdxdna 0000:c2:00.1: [drm] hardware context resuming...
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: RAS: optional ras ta ucode is not available
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
May 01 23:07:39 framework kernel: [drm] ring gfx_32813.1.1 was added
May 01 23:07:39 framework kernel: [drm] ring compute_32813.2.2 was added
May 01 23:07:39 framework kernel: [drm] ring sdma_32813.3.3 was added
May 01 23:07:39 framework kernel: [drm] ring gfx_32813.1.1 ib test pass
May 01 23:07:39 framework kernel: [drm] ring compute_32813.2.2 ib test pass
May 01 23:07:39 framework kernel: [drm] ring sdma_32813.3.3 ib test pass
May 01 23:07:39 framework kernel: PM: Using 3 thread(s) for lzo compression
May 01 23:07:39 framework kernel: PM: Compressing and saving image data (1003177 pages)...
May 01 23:07:39 framework kernel: PM: Image saving progress:   0%
May 01 23:07:39 framework kernel: PM: Image saving progress:  10%
May 01 23:07:39 framework kernel: PM: Image saving progress:  20%
May 01 23:07:39 framework kernel: PM: Image saving progress:  30%
May 01 23:07:39 framework kernel: PM: Image saving progress:  40%
May 01 23:07:39 framework kernel: PM: Image saving progress:  50%
May 01 23:07:39 framework kernel: PM: Image saving progress:  60%
May 01 23:07:39 framework kernel: PM: Image saving progress:  70%
May 01 23:07:39 framework kernel: PM: Image saving progress:  80%
May 01 23:07:39 framework kernel: PM: Image saving progress:  90%
May 01 23:07:39 framework kernel: PM: Image saving progress: 100%
May 01 23:07:39 framework kernel: PM: Image saving done
May 01 23:07:39 framework kernel: PM: hibernation: Wrote 4012708 kbytes in 29.62 seconds (135.47 MB/s)
May 01 23:07:39 framework kernel: PM: Image size after compression: 1310312 kbytes
May 01 23:07:39 framework kernel: PM: S|
May 01 23:07:39 framework kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 01 23:07:39 framework kernel: ------------[ cut here ]------------
May 01 23:07:39 framework kernel: WARNING: CPU: 6 PID: 30096 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3149 dm_suspend+0x242/0x250 [amdgpu]
May 01 23:07:39 framework kernel: Modules linked in: xt_MASQUERADE xt_tcpudp xt_mark ccm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device tun nf_tables ip6table_nat ip6table_filter ip6_tables iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter vfat fat snd_sof_amd_acp70 snd_sof_amd_acp63 snd_sof_amd_vangogh snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_pci_ps snd_soc_acpi_amd_match snd_amd_sdw_acpi soundwire_amd soundwire_generic_allocation snd_hda_codec_realtek soundwire_bus mt7921e snd_hda_codec_generic snd_soc_sdca mt7921_common snd_hda_scodec_component snd_hda_codec_hdmi mt792x_lib snd_soc_core mt76_connac_lib snd_compress snd_hda_intel ac97_bus snd_intel_dspcfg mt76 snd_pcm_dmaengine snd_intel_sdw_acpi snd_rpl_pci_acp6x amd_atl intel_rapl_msr snd_acp_pci intel_rapl_common snd_hda_codec leds_cros_ec mac80211 cros_charge_control cros_usbpd_charger snd_hda_core snd_acp_legacy_common led_class_multicolor cros_ec_hwmon cros_ec_sysfs gpio_cros_ec
May 01 23:07:39 framework kernel:  cros_ec_debugfs cros_ec_chardev cros_usbpd_logger cros_kbd_led_backlight cros_usbpd_notify libarc4 btusb snd_hwdep snd_pci_acp6x mousedev cros_ec_dev spd5118 snd_pcm btrtl snd_pci_acp5x btintel cfg80211 sp5100_tco snd_rn_pci_acp3x snd_timer amd_pmf btbcm ucsi_acpi snd_acp_config kvm_amd snd amdtee i2c_piix4 btmtk snd_soc_acpi hid_multitouch typec_ucsi cros_ec_lpcs joydev cros_ec kvm bluetooth irqbypass rapl wmi_bmof pcspkr thunderbolt amd_sfh acpi_cpufreq typec rfkill soundcore amdxdna snd_pci_acp3x k10temp i2c_smbus roles amd_pmc platform_profile i2c_hid_acpi i2c_hid mac_hid i2c_dev crypto_user loop nfnetlink ip_tables x_tables dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod hid_generic usbhid amdgpu amdxcp i2c_algo_bit polyval_clmulni drm_ttm_helper polyval_generic ghash_clmulni_intel ttm serio_raw drm_exec sha512_ssse3 atkbd gpu_sched sha256_ssse3 drm_suballoc_helper sha1_ssse3 libps2 drm_panel_backlight_quirks nvme aesni_intel vivaldi_fmap drm_buddy crypto_simd nvme_core drm_display_helper
May 01 23:07:39 framework kernel:  cryptd i8042 ccp video cec nvme_auth serio wmi
May 01 23:07:39 framework kernel: CPU: 6 UID: 0 PID: 30096 Comm: kworker/u48:85 Not tainted 6.14.4-arch1-1 #1 fe5fd5140ef53fa47886c198b421077448d940d2
May 01 23:07:39 framework kernel: Hardware name: Framework Laptop 13 (AMD Ryzen 7040Series)/FRANMDCP05, BIOS 03.07 02/19/2025
May 01 23:07:39 framework kernel: Workqueue: async async_run_entry_fn
May 01 23:07:39 framework kernel: RIP: 0010:dm_suspend+0x242/0x250 [amdgpu]
May 01 23:07:39 framework kernel: Code: 48 8b bd 68 4a 04 00 e9 9d fe ff ff 41 0f b6 84 24 a0 02 00 00 48 89 e6 4c 89 ef 4c 89 24 24 88 44 24 08 e8 c0 f7 31 00 eb a6 <0f> 0b e9 05 fe ff ff e8 52 68 f9 d0 66 90 90 90 90 90 90 90 90 90
May 01 23:07:39 framework kernel: RSP: 0018:ffffb84f4295fcb0 EFLAGS: 00010286
May 01 23:07:39 framework kernel: RAX: 0000000000000000 RBX: ffff9fe30f5c6f78 RCX: 000000000000000b
May 01 23:07:39 framework kernel: RDX: 00000000000000f0 RSI: 0000000000000000 RDI: ffff9fe30f580000
May 01 23:07:39 framework kernel: RBP: ffff9fe30f580000 R08: ffff9fe300401e60 R09: ffffffff92a51c60
May 01 23:07:39 framework kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffc0fdaee0
May 01 23:07:39 framework kernel: R13: 0000000000000001 R14: ffff9fe30f5c4a68 R15: ffff9fe301eda0c8
May 01 23:07:39 framework kernel: FS:  0000000000000000(0000) GS:ffff9fe60ff00000(0000) knlGS:0000000000000000
May 01 23:07:39 framework kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 01 23:07:39 framework kernel: CR2: 0000000000000000 CR3: 000000017fe82000 CR4: 0000000000f50ef0
May 01 23:07:39 framework kernel: PKRU: 55555554
May 01 23:07:39 framework kernel: Call Trace:
May 01 23:07:39 framework kernel:  <TASK>
May 01 23:07:39 framework kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
May 01 23:07:39 framework kernel:  ? hdp_v5_2_update_clock_gating+0x219/0x370 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:07:39 framework kernel:  amdgpu_ip_block_suspend+0x24/0x40 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:07:39 framework kernel:  amdgpu_device_ip_suspend_phase1+0x8f/0xb0 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:07:39 framework kernel:  amdgpu_device_suspend+0x74/0x170 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:07:39 framework kernel:  pci_pm_suspend+0x7c/0x170
May 01 23:07:39 framework kernel:  ? __pfx_pci_pm_suspend+0x10/0x10
May 01 23:07:39 framework kernel:  dpm_run_callback+0x48/0x150
May 01 23:07:39 framework kernel:  device_suspend+0x141/0x520
May 01 23:07:39 framework kernel:  ? try_to_wake_up+0x7d/0x780
May 01 23:07:39 framework kernel:  async_suspend+0x1d/0x30
May 01 23:07:39 framework kernel:  async_run_entry_fn+0x31/0x140
May 01 23:07:39 framework kernel:  process_one_work+0x17b/0x330
May 01 23:07:39 framework kernel:  worker_thread+0x2ce/0x3f0
May 01 23:07:39 framework kernel:  ? __pfx_worker_thread+0x10/0x10
May 01 23:07:39 framework kernel:  kthread+0xec/0x230
May 01 23:07:39 framework kernel:  ? __pfx_kthread+0x10/0x10
May 01 23:07:39 framework kernel:  ret_from_fork+0x31/0x50
May 01 23:07:39 framework kernel:  ? __pfx_kthread+0x10/0x10
May 01 23:07:39 framework kernel:  ret_from_fork_asm+0x1a/0x30
May 01 23:07:39 framework kernel:  </TASK>
May 01 23:07:39 framework kernel: ---[ end trace 0000000000000000 ]---
May 01 23:07:39 framework kernel: queueing ieee80211 work while going to suspend
May 01 23:07:39 framework kernel: pcieport 0000:00:08.3: quirk: disabling D3cold for suspend
May 01 23:07:39 framework kernel: ACPI: EC: interrupt blocked
May 01 23:07:39 framework kernel: ACPI: EC: interrupt unblocked
May 01 23:07:39 framework kernel: amdxdna 0000:c2:00.1: [drm] firmware resuming...
May 01 23:07:39 framework kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000B00000).
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
May 01 23:07:39 framework kernel: [drm] DMUB hardware initialized: version=0x08004E00
May 01 23:07:39 framework kernel: amdxdna 0000:c2:00.1: [drm] hardware context resuming...
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
May 01 23:07:39 framework kernel: [drm] ring gfx_32813.1.1 was added
May 01 23:07:39 framework kernel: [drm] ring compute_32813.2.2 was added
May 01 23:07:39 framework kernel: [drm] ring sdma_32813.3.3 was added
May 01 23:07:39 framework kernel: [drm] ring gfx_32813.1.1 ib test pass
May 01 23:07:39 framework kernel: [drm] ring compute_32813.2.2 ib test pass
May 01 23:07:39 framework kernel: [drm] ring sdma_32813.3.3 ib test pass
May 01 23:07:39 framework kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 01 23:07:39 framework kernel: PM: hibernation: Basic memory bitmaps freed
May 01 23:07:39 framework kernel: OOM killer enabled.
May 01 23:07:39 framework kernel: Restarting tasks ... done.
May 01 23:07:39 framework kernel: efivarfs: resyncing variable state
May 01 23:07:39 framework kernel: PM: hibernation: hibernation exit
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:237
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:245
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:253
May 01 23:07:39 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:261
May 01 23:07:40 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:07:40 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:07:42 framework kernel: wlp1s0: authenticate with 78:bc:1a:6f:82:2c (local address=58:2c:80:13:92:63)
May 01 23:07:42 framework kernel: wlp1s0: send auth to 78:bc:1a:6f:82:2c (try 1/3)
May 01 23:07:42 framework kernel: wlp1s0: send auth to 78:bc:1a:6f:82:2c (try 2/3)
May 01 23:07:42 framework kernel: wlp1s0: send auth to 78:bc:1a:6f:82:2c (try 3/3)
May 01 23:07:42 framework kernel: wlp1s0: authenticated
May 01 23:07:42 framework kernel: wlp1s0: associate with 78:bc:1a:6f:82:2c (try 1/3)
May 01 23:07:42 framework kernel: wlp1s0: associate with 78:bc:1a:6f:82:2c (try 2/3)
May 01 23:07:42 framework kernel: wlp1s0: RX AssocResp from 78:bc:1a:6f:82:2c (capab=0x101 status=34 aid=0)
May 01 23:07:42 framework kernel: wlp1s0: 78:bc:1a:6f:82:2c denied association (code=34)
May 01 23:07:43 framework kernel: wlp1s0: authenticate with 68:9e:0b:0e:dd:2a (local address=58:2c:80:13:92:63)
May 01 23:07:43 framework kernel: wlp1s0: send auth to 68:9e:0b:0e:dd:2a (try 1/3)
May 01 23:07:43 framework kernel: wlp1s0: send auth to 68:9e:0b:0e:dd:2a (try 2/3)
May 01 23:07:43 framework kernel: wlp1s0: send auth to 68:9e:0b:0e:dd:2a (try 3/3)
May 01 23:07:43 framework kernel: wlp1s0: authentication with 68:9e:0b:0e:dd:2a timed out
May 01 23:07:44 framework kernel: wlp1s0: authenticate with 78:bc:1a:6f:82:23 (local address=58:2c:80:13:92:63)
May 01 23:07:44 framework kernel: wlp1s0: send auth to 78:bc:1a:6f:82:23 (try 1/3)
May 01 23:07:44 framework kernel: wlp1s0: authenticated
May 01 23:07:44 framework kernel: wlp1s0: associate with 78:bc:1a:6f:82:23 (try 1/3)
May 01 23:07:44 framework kernel: wlp1s0: RX AssocResp from 78:bc:1a:6f:82:23 (capab=0x431 status=0 aid=1)
May 01 23:07:44 framework kernel: wlp1s0: associated
May 01 23:07:45 framework kernel: wlp1s0: Limiting TX power to 18 (18 - 0) dBm as advertised by 78:bc:1a:6f:82:23
May 01 23:07:49 framework kernel: wlp1s0: deauthenticating from 78:bc:1a:6f:82:23 by local choice (Reason: 3=DEAUTH_LEAVING)
May 01 23:07:49 framework kernel: PM: hibernation: hibernation entry
May 01 23:37:16 framework kernel: Filesystems sync: 0.033 seconds
May 01 23:37:16 framework kernel: Freezing user space processes
May 01 23:37:16 framework kernel: Freezing user space processes completed (elapsed 0.001 seconds)
May 01 23:37:16 framework kernel: OOM killer disabled.
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x0009f000-0x000fffff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x09b00000-0x09dfffff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x09f00000-0x09f3bfff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x49b50000-0x4bd4ffff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x4bd69000-0x4bd6cfff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x4bd6f000-0x4bd6ffff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x52f69000-0x52fb7fff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x54976000-0x54976fff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x57f7f000-0x5affefff]
May 01 23:37:16 framework kernel: PM: hibernation: Marking nosave pages: [mem 0x5b000000-0xffffffff]
May 01 23:37:16 framework kernel: PM: hibernation: Basic memory bitmaps created
May 01 23:37:16 framework kernel: PM: hibernation: Preallocating image memory
May 01 23:37:16 framework kernel: PM: hibernation: Allocated 1370999 pages for snapshot
May 01 23:37:16 framework kernel: PM: hibernation: Allocated 5483996 kbytes in 5.16 seconds (1062.78 MB/s)
May 01 23:37:16 framework kernel: Freezing remaining freezable tasks
May 01 23:37:16 framework kernel: Freezing remaining freezable tasks completed (elapsed 0.004 seconds)
May 01 23:37:16 framework kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 01 23:37:16 framework kernel: queueing ieee80211 work while going to suspend
May 01 23:37:16 framework kernel: ACPI: EC: interrupt blocked
May 01 23:37:16 framework kernel: Disabling non-boot CPUs ...
May 01 23:37:16 framework kernel: smpboot: CPU 10 is now offline
May 01 23:37:16 framework kernel: smpboot: CPU 8 is now offline
May 01 23:37:16 framework kernel: smpboot: CPU 6 is now offline
May 01 23:37:16 framework kernel: smpboot: CPU 4 is now offline
May 01 23:37:16 framework kernel: smpboot: CPU 2 is now offline
May 01 23:37:16 framework kernel: PM: hibernation: Creating image:
May 01 23:37:16 framework kernel: PM: hibernation: Need to copy 1364400 pages
May 01 23:37:16 framework kernel: PM: hibernation: Normal pages needed: 1364400 + 1024, available pages: 2254725
May 01 23:37:16 framework kernel: PM: hibernation: Image created (982467 pages copied, 381933 zero pages)
May 01 23:37:16 framework kernel: LVT offset 0 assigned for vector 0x400
May 01 23:37:16 framework kernel: Enabling non-boot CPUs ...
May 01 23:37:16 framework kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
May 01 23:37:16 framework kernel: CPU2 is up
May 01 23:37:16 framework kernel: smpboot: Booting Node 0 Processor 4 APIC 0x4
May 01 23:37:16 framework kernel: CPU4 is up
May 01 23:37:16 framework kernel: smpboot: Booting Node 0 Processor 6 APIC 0x6
May 01 23:37:16 framework kernel: CPU6 is up
May 01 23:37:16 framework kernel: smpboot: Booting Node 0 Processor 8 APIC 0x8
May 01 23:37:16 framework kernel: CPU8 is up
May 01 23:37:16 framework kernel: smpboot: Booting Node 0 Processor 10 APIC 0xa
May 01 23:37:16 framework kernel: CPU10 is up
May 01 23:37:16 framework kernel: ACPI: EC: interrupt unblocked
May 01 23:37:16 framework kernel: amdxdna 0000:c2:00.1: [drm] firmware resuming...
May 01 23:37:16 framework kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000B00000).
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: PSP is resuming...
May 01 23:37:16 framework kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: reserve 0x4000000 from 0x8078000000 for PSP TMR
May 01 23:37:16 framework kernel: amdxdna 0000:c2:00.1: [drm] hardware context resuming...
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: RAS: optional ras ta ucode is not available
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: RAP: optional rap ta ucode is not available
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
May 01 23:37:16 framework kernel: [drm] ring gfx_32816.1.1 was added
May 01 23:37:16 framework kernel: [drm] ring compute_32816.2.2 was added
May 01 23:37:16 framework kernel: [drm] ring sdma_32816.3.3 was added
May 01 23:37:16 framework kernel: [drm] ring gfx_32816.1.1 ib test pass
May 01 23:37:16 framework kernel: [drm] ring compute_32816.2.2 ib test pass
May 01 23:37:16 framework kernel: [drm] ring sdma_32816.3.3 ib test pass
May 01 23:37:16 framework kernel: PM: Using 3 thread(s) for lzo compression
May 01 23:37:16 framework kernel: PM: Compressing and saving image data (985132 pages)...
May 01 23:37:16 framework kernel: PM: Image saving progress:   0%
May 01 23:37:16 framework kernel: PM: Image saving progress:  10%
May 01 23:37:16 framework kernel: PM: Image saving progress:  20%
May 01 23:37:16 framework kernel: PM: Image saving progress:  30%
May 01 23:37:16 framework kernel: PM: Image saving progress:  40%
May 01 23:37:16 framework kernel: PM: Image saving progress:  50%
May 01 23:37:16 framework kernel: PM: Image saving progress:  60%
May 01 23:37:16 framework kernel: PM: Image saving progress:  70%
May 01 23:37:16 framework kernel: PM: Image saving progress:  80%
May 01 23:37:16 framework kernel: PM: Image saving progress:  90%
May 01 23:37:16 framework kernel: PM: Image saving progress: 100%
May 01 23:37:16 framework kernel: PM: Image saving done
May 01 23:37:16 framework kernel: PM: hibernation: Wrote 3940528 kbytes in 5.80 seconds (679.40 MB/s)
May 01 23:37:16 framework kernel: PM: Image size after compression: 1195934 kbytes
May 01 23:37:16 framework kernel: PM: S|
May 01 23:37:16 framework kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 01 23:37:16 framework kernel: ------------[ cut here ]------------
May 01 23:37:16 framework kernel: WARNING: CPU: 10 PID: 30106 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3149 dm_suspend+0x242/0x250 [amdgpu]
May 01 23:37:16 framework kernel: Modules linked in: xt_MASQUERADE xt_tcpudp xt_mark ccm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device tun nf_tables ip6table_nat ip6table_filter ip6_tables iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter vfat fat snd_sof_amd_acp70 snd_sof_amd_acp63 snd_sof_amd_vangogh snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_pci_ps snd_soc_acpi_amd_match snd_amd_sdw_acpi soundwire_amd soundwire_generic_allocation snd_hda_codec_realtek soundwire_bus mt7921e snd_hda_codec_generic snd_soc_sdca mt7921_common snd_hda_scodec_component snd_hda_codec_hdmi mt792x_lib snd_soc_core mt76_connac_lib snd_compress snd_hda_intel ac97_bus snd_intel_dspcfg mt76 snd_pcm_dmaengine snd_intel_sdw_acpi snd_rpl_pci_acp6x amd_atl intel_rapl_msr snd_acp_pci intel_rapl_common snd_hda_codec leds_cros_ec mac80211 cros_charge_control cros_usbpd_charger snd_hda_core snd_acp_legacy_common led_class_multicolor cros_ec_hwmon cros_ec_sysfs gpio_cros_ec
May 01 23:37:16 framework kernel:  cros_ec_debugfs cros_ec_chardev cros_usbpd_logger cros_kbd_led_backlight cros_usbpd_notify libarc4 btusb snd_hwdep snd_pci_acp6x mousedev cros_ec_dev spd5118 snd_pcm btrtl snd_pci_acp5x btintel cfg80211 sp5100_tco snd_rn_pci_acp3x snd_timer amd_pmf btbcm ucsi_acpi snd_acp_config kvm_amd snd amdtee i2c_piix4 btmtk snd_soc_acpi hid_multitouch typec_ucsi cros_ec_lpcs joydev cros_ec kvm bluetooth irqbypass rapl wmi_bmof pcspkr thunderbolt amd_sfh acpi_cpufreq typec rfkill soundcore amdxdna snd_pci_acp3x k10temp i2c_smbus roles amd_pmc platform_profile i2c_hid_acpi i2c_hid mac_hid i2c_dev crypto_user loop nfnetlink ip_tables x_tables dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod hid_generic usbhid amdgpu amdxcp i2c_algo_bit polyval_clmulni drm_ttm_helper polyval_generic ghash_clmulni_intel ttm serio_raw drm_exec sha512_ssse3 atkbd gpu_sched sha256_ssse3 drm_suballoc_helper sha1_ssse3 libps2 drm_panel_backlight_quirks nvme aesni_intel vivaldi_fmap drm_buddy crypto_simd nvme_core drm_display_helper
May 01 23:37:16 framework kernel:  cryptd i8042 ccp video cec nvme_auth serio wmi
May 01 23:37:16 framework kernel: CPU: 10 UID: 0 PID: 30106 Comm: kworker/u48:95 Tainted: G        W          6.14.4-arch1-1 #1 fe5fd5140ef53fa47886c198b421077448d940d2
May 01 23:37:16 framework kernel: Tainted: [W]=WARN
May 01 23:37:16 framework kernel: Hardware name: Framework Laptop 13 (AMD Ryzen 7040Series)/FRANMDCP05, BIOS 03.07 02/19/2025
May 01 23:37:16 framework kernel: Workqueue: async async_run_entry_fn
May 01 23:37:16 framework kernel: RIP: 0010:dm_suspend+0x242/0x250 [amdgpu]
May 01 23:37:16 framework kernel: Code: 48 8b bd 68 4a 04 00 e9 9d fe ff ff 41 0f b6 84 24 a0 02 00 00 48 89 e6 4c 89 ef 4c 89 24 24 88 44 24 08 e8 c0 f7 31 00 eb a6 <0f> 0b e9 05 fe ff ff e8 52 68 f9 d0 66 90 90 90 90 90 90 90 90 90
May 01 23:37:16 framework kernel: RSP: 0018:ffffb84f42a1fcb0 EFLAGS: 00010286
May 01 23:37:16 framework kernel: RAX: 0000000000000000 RBX: ffff9fe30f5c6f78 RCX: 000000000000000b
May 01 23:37:16 framework kernel: RDX: 00000000000000f0 RSI: 0000000000000000 RDI: ffff9fe30f580000
May 01 23:37:16 framework kernel: RBP: ffff9fe30f580000 R08: ffff9fe300401f20 R09: ffffffff92a51c60
May 01 23:37:16 framework kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffffffffc0fdaee0
May 01 23:37:16 framework kernel: R13: 0000000000000001 R14: ffff9fe30f5c4a68 R15: ffff9fe301eda0c8
May 01 23:37:16 framework kernel: FS:  0000000000000000(0000) GS:ffff9fe610100000(0000) knlGS:0000000000000000
May 01 23:37:16 framework kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 01 23:37:16 framework kernel: CR2: 0000000000000000 CR3: 000000027ce22000 CR4: 0000000000f50ef0
May 01 23:37:16 framework kernel: PKRU: 55555554
May 01 23:37:16 framework kernel: Call Trace:
May 01 23:37:16 framework kernel:  <TASK>
May 01 23:37:16 framework kernel:  ? srso_alias_return_thunk+0x5/0xfbef5
May 01 23:37:16 framework kernel:  ? hdp_v5_2_update_clock_gating+0x219/0x370 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:37:16 framework kernel:  amdgpu_ip_block_suspend+0x24/0x40 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:37:16 framework kernel:  amdgpu_device_ip_suspend_phase1+0x8f/0xb0 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:37:16 framework kernel:  amdgpu_device_suspend+0x74/0x170 [amdgpu ad583cc504134964a5ba463b87bb9680bb6615d2]
May 01 23:37:16 framework kernel:  pci_pm_suspend+0x7c/0x170
May 01 23:37:16 framework kernel:  ? __pfx_pci_pm_suspend+0x10/0x10
May 01 23:37:16 framework kernel:  dpm_run_callback+0x48/0x150
May 01 23:37:16 framework kernel:  device_suspend+0x141/0x520
May 01 23:37:16 framework kernel:  ? try_to_wake_up+0x7d/0x780
May 01 23:37:16 framework kernel:  async_suspend+0x1d/0x30
May 01 23:37:16 framework kernel:  async_run_entry_fn+0x31/0x140
May 01 23:37:16 framework kernel:  process_one_work+0x17b/0x330
May 01 23:37:16 framework kernel:  worker_thread+0x2ce/0x3f0
May 01 23:37:16 framework kernel:  ? __pfx_worker_thread+0x10/0x10
May 01 23:37:16 framework kernel:  kthread+0xec/0x230
May 01 23:37:16 framework kernel:  ? __pfx_kthread+0x10/0x10
May 01 23:37:16 framework kernel:  ret_from_fork+0x31/0x50
May 01 23:37:16 framework kernel:  ? __pfx_kthread+0x10/0x10
May 01 23:37:16 framework kernel:  ret_from_fork_asm+0x1a/0x30
May 01 23:37:16 framework kernel:  </TASK>
May 01 23:37:16 framework kernel: ---[ end trace 0000000000000000 ]---
May 01 23:37:16 framework kernel: queueing ieee80211 work while going to suspend
May 01 23:37:16 framework kernel: ACPI: EC: interrupt blocked
May 01 23:37:16 framework kernel: ACPI: EC: interrupt unblocked
May 01 23:37:16 framework kernel: amdxdna 0000:c2:00.1: [drm] firmware resuming...
May 01 23:37:16 framework kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000B00000).
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resuming...
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: SMU is resumed successfully!
May 01 23:37:16 framework kernel: [drm] DMUB hardware initialized: version=0x08004E00
May 01 23:37:16 framework kernel: amdxdna 0000:c2:00.1: [drm] hardware context resuming...
May 01 23:37:16 framework kernel: typec port2-partner: PM: parent port2 should not be sleeping
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
May 01 23:37:16 framework kernel: amdgpu 0000:c1:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
May 01 23:37:16 framework kernel: [drm] ring gfx_32816.1.1 was added
May 01 23:37:16 framework kernel: [drm] ring compute_32816.2.2 was added
May 01 23:37:16 framework kernel: [drm] ring sdma_32816.3.3 was added
May 01 23:37:16 framework kernel: [drm] ring gfx_32816.1.1 ib test pass
May 01 23:37:16 framework kernel: [drm] ring compute_32816.2.2 ib test pass
May 01 23:37:16 framework kernel: [drm] ring sdma_32816.3.3 ib test pass
May 01 23:37:16 framework kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 01 23:37:16 framework kernel: PM: hibernation: Basic memory bitmaps freed
May 01 23:37:16 framework kernel: OOM killer enabled.
May 01 23:37:16 framework kernel: Restarting tasks ... done.
May 01 23:37:16 framework kernel: efivarfs: resyncing variable state
May 01 23:37:16 framework kernel: PM: hibernation: hibernation exit
May 01 23:37:17 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:237
May 01 23:37:17 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:245
May 01 23:37:17 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:253
May 01 23:37:17 framework kernel: amdgpu 0000:c1:00.0: [drm] REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line:261
May 01 23:37:17 framework kernel: ucsi_acpi USBC000:00: unknown error 256
May 01 23:37:17 framework kernel: ucsi_acpi USBC000:00: GET_CABLE_PROPERTY failed (-5)
May 01 23:37:28 framework kernel: wlp1s0: authenticate with fa:75:0c:4a:29:02 (local address=2a:80:d1:fa:b6:57)
May 01 23:37:28 framework kernel: wlp1s0: send auth to fa:75:0c:4a:29:02 (try 1/3)
May 01 23:37:28 framework kernel: wlp1s0: authenticate with fa:75:0c:4a:29:02 (local address=2a:80:d1:fa:b6:57)
May 01 23:37:28 framework kernel: wlp1s0: send auth to fa:75:0c:4a:29:02 (try 1/3)
May 01 23:37:28 framework kernel: wlp1s0: authenticated
May 01 23:37:28 framework kernel: wlp1s0: associate with fa:75:0c:4a:29:02 (try 1/3)
May 01 23:37:28 framework kernel: wlp1s0: RX AssocResp from fa:75:0c:4a:29:02 (capab=0x1511 status=0 aid=9)
May 01 23:37:28 framework kernel: wlp1s0: associated
May 01 23:37:28 framework kernel: wlp1s0: Limiting TX power to 30 (30 - 0) dBm as advertised by fa:75:0c:4a:29:02
May 01 23:37:40 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:37:40 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:38:10 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:38:54 framework kernel: usb 1-4: reset full-speed USB device number 2 using xhci_hcd
May 01 23:38:55 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc kscreenlocker_g(29939) task kscreenloc:cs0(29928) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc akonadi_ews_res(13004) task akonadi_ew:cs0(12667) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:04 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc firefox(18405) task firefox:cs0(18224) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc akonadi_ews_res(13005) task akonadi_ew:cs0(12666) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc kitty(13246) task kitty:cs0(13226) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc kaccess(12299) task kaccess:cs0(12241) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc (0) task (0) is non-zero when fini
May 01 23:39:05 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc plasmashell(12220) task plasmashel:cs0(12198) is non-zero when fini
May 01 23:39:06 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc ksmserver(12183) task ksmserver:cs0(12149) is non-zero when fini
May 01 23:39:06 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc Xwayland(12075) task Xwayland:cs0(12071) is non-zero when fini
May 01 23:39:06 framework kernel: amdgpu 0000:c1:00.0: amdgpu: VM memory stats for proc kwin_wayland(12040) task kwin_wayla:cs0(12009) is non-zero when fini
May 01 23:39:06 framework kernel: wlp1s0: deauthenticating from fa:75:0c:4a:29:02 by local choice (Reason: 3=DEAUTH_LEAVING)
May 01 23:39:07 framework kernel: EXT4-fs (dm-3): unmounting filesystem 290decd1-175e-42b0-b2a2-6268ad2f4546.
May 01 23:39:07 framework systemd-shutdown[1]: Syncing filesystems and block devices.
May 01 23:39:08 framework systemd-shutdown[1]: Sending SIGTERM to remaining processes...

Not sure if its still necessarily the same bug, or if related to https://bbs.archlinux.org/viewtopic.php?id=303184

edit: Despite the broken screen, I saw the the screen change to a different colour (I recorded on video) around the mouse, so I was able to log in and shutdown cleanly.

Last edited by tsukimomo (2025-05-01 15:55:48)

Offline

Board footer

Powered by FluxBB