I think I have occasionally been encountering this (or a very similar) issue. Like Abdurahman, I'm running trixie with KDE Plasma and three times now in the past month the GPU has totally locked up. Two of those times I had music playing in the background, and it continued playing even after the GPU stopped responding.
Maybe relevant is that each time I've experienced this, I have had a QEMU VM running (via libvirt) that has had 3D acceleration pass-though enabled. I run this VM on a daily basis, so it may not be directly related, but it is a commonality in all three crashes. My GPU is a Sapphire NITRO+ RX 7900 XTX. I was able to capture the kernel error and call trace (attached) the first two times this happened, back on May 7 & 8 with kernel 6.12.25. This morning it happened again with kernel 6.12.27, but I failed to grab the kernel log before rebooting the system. Back in May when this first happened, the only other relevant recent change was an update of firmware-amd-graphics from 20241210-1 to 20250410-2. Because this issue didn't continue to occur for me, at the time I wrote it off as a random issue. Having it happen again today however indicates there is something, somewhere going wrong. Without a reproducer, though, I don't know if there's much more I can provide at this time. Mathias
May 07 20:18:51 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 07 20:18:51 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [CRTC:79:crtc-0] commit wait timed out May 07 20:19:01 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 07 20:19:01 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [PLANE:76:plane-6] commit wait timed out May 07 20:19:01 olorin kernel: ------------[ cut here ]------------ May 07 20:19:01 olorin kernel: WARNING: CPU: 19 PID: 1469769 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:8699 amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 07 20:19:01 olorin kernel: Modules linked in: uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videodev videobuf2_common vhost_net tap tun snd_ctl_led snd_usb_audio snd_usbmidi_lib snd_rawmidi hid_jabra mc cfg80211 veth nft_masq snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc sunrpc wireguard libchacha20poly1305 chacha_x86_64 poly1305_x86_64 curve25519_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel vhost_vsock vmw_vsock_virtio_transport_common udp_tunnel vhost vhost_iotlb vsock qrtr binfmt_misc nls_ascii nls_cp437 vfat fat snd_hda_codec_realtek snd_hda_codec_generic amd_atl intel_rapl_msr snd_hda_scodec_component snd_hda_codec_hdmi intel_rapl_common snd_hda_intel amd64_edac snd_intel_dspcfg edac_mce_amd snd_intel_sdw_acpi snd_hda_codec kvm_amd snd_hda_core eeepc_wmi asus_wmi snd_hwdep sparse_keymap zfs(PO) kvm snd_pcm May 07 20:19:01 olorin kernel: platform_profile snd_timer battery irqbypass snd rfkill wmi_bmof rapl pcspkr spd5118 soundcore ccp k10temp joydev spl(O) sg evdev msr parport_pc ppdev lp parport efi_pstore configfs nfnetlink efivarfs ip_tables x_tables autofs4 ext4 mbcache jbd2 crc32c_generic dm_crypt dm_mod amdgpu amdxcp drm_exec gpu_sched drm_buddy video i2c_algo_bit drm_suballoc_helper crct10dif_pclmul crc32_pclmul drm_display_helper sr_mod crc32c_intel cec ghash_clmulni_intel cdrom sd_mod hid_generic rc_core sha512_ssse3 usbhid hid sha256_ssse3 drm_ttm_helper sha1_ssse3 ahci sp5100_tco ttm aesni_intel libahci ucsi_acpi watchdog drm_kms_helper xhci_pci gf128mul typec_ucsi libata nvme drm xhci_hcd crypto_simd typec nvme_core i40e i2c_piix4 scsi_mod gpio_amdpt cryptd usbcore crc16 thunderbolt roles nvme_auth i2c_smbus libie scsi_common wmi gpio_generic usb_common button May 07 20:19:01 olorin kernel: CPU: 19 UID: 0 PID: 1469769 Comm: kworker/19:1 Tainted: P O 6.12+unreleased-amd64 #1 Debian 6.12.25-1.1 May 07 20:19:01 olorin kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE May 07 20:19:01 olorin kernel: Hardware name: ASUS System Product Name/Pro WS WRX90E-SAGE SE, BIOS 0803 08/30/2024 May 07 20:19:01 olorin kernel: Workqueue: events drm_mode_rmfb_work_fn [drm] May 07 20:19:01 olorin kernel: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 07 20:19:01 olorin kernel: Code: 0f 0b e9 93 f3 ff ff 0f 0b 49 8d 87 40 31 04 00 c6 85 38 fe ff ff 00 48 89 85 48 fe ff ff e9 bd cc ff ff 0f 0b e9 f8 cc ff ff <0f> 0b e9 88 f3 ff ff 48 c7 85 30 fe ff ff 00 00 00 00 48 c7 85 f8 May 07 20:19:01 olorin kernel: RSP: 0018:ff48a83d9c127ac0 EFLAGS: 00010086 May 07 20:19:01 olorin kernel: RAX: 0000000000000001 RBX: 0000000000000286 RCX: ff32bd662d827118 May 07 20:19:01 olorin kernel: RDX: 0000000000000001 RSI: 0000000000000297 RDI: ff32bd6631b00178 May 07 20:19:01 olorin kernel: RBP: ff48a83d9c127d08 R08: ff48a83d9c1279ac R09: 0000000000000000 May 07 20:19:01 olorin kernel: R10: ff48a83d9c127a18 R11: ff48a83d9c127a1c R12: 0000000000000000 May 07 20:19:01 olorin kernel: R13: 0000000000000001 R14: ff32bd662d827000 R15: ff32bd6b3cec4a00 May 07 20:19:01 olorin kernel: FS: 0000000000000000(0000) GS:ff32bda47cd80000(0000) knlGS:0000000000000000 May 07 20:19:01 olorin kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 07 20:19:01 olorin kernel: CR2: 00007fbe374b9ff8 CR3: 000000018059a002 CR4: 0000000000f71ef0 May 07 20:19:01 olorin kernel: PKRU: 55555554 May 07 20:19:01 olorin kernel: Call Trace: May 07 20:19:01 olorin kernel: <TASK> May 07 20:19:01 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:01 olorin kernel: ? dev_printk_emit+0x62/0x80 May 07 20:19:01 olorin kernel: ? __dev_printk+0x2d/0x70 May 07 20:19:01 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:01 olorin kernel: ? __dev_printk+0x2d/0x70 May 07 20:19:01 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:01 olorin kernel: ? _dev_err+0x7d/0x98 May 07 20:19:01 olorin kernel: commit_tail+0x91/0x130 [drm_kms_helper] May 07 20:19:01 olorin kernel: drm_atomic_helper_commit+0x11a/0x140 [drm_kms_helper] May 07 20:19:01 olorin kernel: drm_atomic_commit+0xa6/0xe0 [drm] May 07 20:19:01 olorin kernel: ? __pfx___drm_printfn_info+0x10/0x10 [drm] May 07 20:19:01 olorin kernel: drm_framebuffer_remove+0x4b4/0x580 [drm] May 07 20:19:01 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:01 olorin kernel: drm_mode_rmfb_work_fn+0x7a/0x90 [drm] May 07 20:19:01 olorin kernel: process_one_work+0x174/0x330 May 07 20:19:01 olorin kernel: worker_thread+0x251/0x390 May 07 20:19:01 olorin kernel: ? __pfx_worker_thread+0x10/0x10 May 07 20:19:01 olorin kernel: kthread+0xcf/0x100 May 07 20:19:01 olorin kernel: ? __pfx_kthread+0x10/0x10 May 07 20:19:01 olorin kernel: ret_from_fork+0x31/0x50 May 07 20:19:01 olorin kernel: ? __pfx_kthread+0x10/0x10 May 07 20:19:01 olorin kernel: ret_from_fork_asm+0x1a/0x30 May 07 20:19:01 olorin kernel: </TASK> May 07 20:19:01 olorin kernel: ---[ end trace 0000000000000000 ]--- [snip] May 07 20:19:52 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 07 20:19:52 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [CRTC:79:crtc-0] commit wait timed out May 07 20:19:52 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 07 20:19:52 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [PLANE:76:plane-6] commit wait timed out May 07 20:19:52 olorin kernel: ------------[ cut here ]------------ May 07 20:19:52 olorin kernel: WARNING: CPU: 39 PID: 2901 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:8699 amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 07 20:19:52 olorin kernel: Modules linked in: uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videodev videobuf2_common vhost_net tap tun snd_ctl_led snd_usb_audio snd_usbmidi_lib snd_rawmidi hid_jabra mc cfg80211 veth nft_masq snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp llc sunrpc wireguard libchacha20poly1305 chacha_x86_64 poly1305_x86_64 curve25519_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel vhost_vsock vmw_vsock_virtio_transport_common udp_tunnel vhost vhost_iotlb vsock qrtr binfmt_misc nls_ascii nls_cp437 vfat fat snd_hda_codec_realtek snd_hda_codec_generic amd_atl intel_rapl_msr snd_hda_scodec_component snd_hda_codec_hdmi intel_rapl_common snd_hda_intel amd64_edac snd_intel_dspcfg edac_mce_amd snd_intel_sdw_acpi snd_hda_codec kvm_amd snd_hda_core eeepc_wmi asus_wmi snd_hwdep sparse_keymap zfs(PO) kvm snd_pcm May 07 20:19:52 olorin kernel: platform_profile snd_timer battery irqbypass snd rfkill wmi_bmof rapl pcspkr spd5118 soundcore ccp k10temp joydev spl(O) sg evdev msr parport_pc ppdev lp parport efi_pstore configfs nfnetlink efivarfs ip_tables x_tables autofs4 ext4 mbcache jbd2 crc32c_generic dm_crypt dm_mod amdgpu amdxcp drm_exec gpu_sched drm_buddy video i2c_algo_bit drm_suballoc_helper crct10dif_pclmul crc32_pclmul drm_display_helper sr_mod crc32c_intel cec ghash_clmulni_intel cdrom sd_mod hid_generic rc_core sha512_ssse3 usbhid hid sha256_ssse3 drm_ttm_helper sha1_ssse3 ahci sp5100_tco ttm aesni_intel libahci ucsi_acpi watchdog drm_kms_helper xhci_pci gf128mul typec_ucsi libata nvme drm xhci_hcd crypto_simd typec nvme_core i40e i2c_piix4 scsi_mod gpio_amdpt cryptd usbcore crc16 thunderbolt roles nvme_auth i2c_smbus libie scsi_common wmi gpio_generic usb_common button May 07 20:19:52 olorin kernel: CPU: 39 UID: 0 PID: 2901 Comm: systemd-logind Tainted: P W O 6.12+unreleased-amd64 #1 Debian 6.12.25-1.1 May 07 20:19:52 olorin kernel: Tainted: [P]=PROPRIETARY_MODULE, [W]=WARN, [O]=OOT_MODULE May 07 20:19:52 olorin kernel: Hardware name: ASUS System Product Name/Pro WS WRX90E-SAGE SE, BIOS 0803 08/30/2024 May 07 20:19:52 olorin kernel: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 07 20:19:52 olorin kernel: Code: 0f 0b e9 93 f3 ff ff 0f 0b 49 8d 87 40 31 04 00 c6 85 38 fe ff ff 00 48 89 85 48 fe ff ff e9 bd cc ff ff 0f 0b e9 f8 cc ff ff <0f> 0b e9 88 f3 ff ff 48 c7 85 30 fe ff ff 00 00 00 00 48 c7 85 f8 May 07 20:19:52 olorin kernel: RSP: 0018:ff48a83d42abb598 EFLAGS: 00010086 May 07 20:19:52 olorin kernel: RAX: 0000000000000001 RBX: 0000000000000286 RCX: ff32bd662d827118 May 07 20:19:52 olorin kernel: RDX: 0000000000000001 RSI: 0000000000000297 RDI: ff32bd6631b00178 May 07 20:19:52 olorin kernel: RBP: ff48a83d42abb7e0 R08: ff48a83d42abb484 R09: 0000000000000000 May 07 20:19:52 olorin kernel: R10: ff48a83d42abb4f0 R11: ff48a83d42abb4f4 R12: 0000000000000000 May 07 20:19:52 olorin kernel: R13: 0000000000000001 R14: ff32bd662d827000 R15: ff32bd75f61e3400 May 07 20:19:52 olorin kernel: FS: 00007f0235a36a00(0000) GS:ff32bda47d780000(0000) knlGS:0000000000000000 May 07 20:19:52 olorin kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 07 20:19:52 olorin kernel: CR2: 0000562fde790840 CR3: 0000000109cfc006 CR4: 0000000000f71ef0 May 07 20:19:52 olorin kernel: PKRU: 55555554 May 07 20:19:52 olorin kernel: Call Trace: May 07 20:19:52 olorin kernel: <TASK> May 07 20:19:52 olorin kernel: commit_tail+0x91/0x130 [drm_kms_helper] May 07 20:19:52 olorin kernel: drm_atomic_helper_commit+0x11a/0x140 [drm_kms_helper] May 07 20:19:52 olorin kernel: drm_atomic_commit+0xa6/0xe0 [drm] May 07 20:19:52 olorin kernel: ? __pfx___drm_printfn_info+0x10/0x10 [drm] May 07 20:19:52 olorin kernel: drm_client_modeset_commit_atomic+0x203/0x250 [drm] May 07 20:19:52 olorin kernel: drm_client_modeset_commit_locked+0x5a/0x160 [drm] May 07 20:19:52 olorin kernel: ? tomoyo_path_perm+0xa8/0x200 May 07 20:19:52 olorin kernel: __drm_fb_helper_restore_fbdev_mode_unlocked+0x5e/0xd0 [drm_kms_helper] May 07 20:19:52 olorin kernel: drm_fb_helper_set_par+0x30/0x40 [drm_kms_helper] May 07 20:19:52 olorin kernel: fb_set_var+0x25c/0x460 May 07 20:19:52 olorin kernel: ? mod_objcg_state+0x18a/0x2c0 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? tomoyo_init_request_info+0x99/0xc0 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? tomoyo_path_number_perm+0x8c/0x1f0 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? tty_mode_ioctl+0x193/0x6a0 May 07 20:19:52 olorin kernel: fbcon_blank+0x271/0x330 May 07 20:19:52 olorin kernel: do_unblank_screen+0xad/0x150 May 07 20:19:52 olorin kernel: vt_ioctl+0x568/0x12b0 May 07 20:19:52 olorin kernel: tty_ioctl+0xe2/0x8a0 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? __seccomp_filter+0x303/0x520 May 07 20:19:52 olorin kernel: __x64_sys_ioctl+0x91/0xd0 May 07 20:19:52 olorin kernel: do_syscall_64+0x82/0x190 May 07 20:19:52 olorin kernel: ? __memcg_slab_free_hook+0xf7/0x140 May 07 20:19:52 olorin kernel: ? __x64_sys_close+0x3c/0x80 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? kmem_cache_free+0x3a4/0x440 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? syscall_exit_to_user_mode+0x4d/0x210 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? do_syscall_64+0x8e/0x190 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? do_syscall_64+0x8e/0x190 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? do_syscall_64+0x8e/0x190 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? syscall_exit_to_user_mode+0x4d/0x210 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? do_syscall_64+0x8e/0x190 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: ? do_syscall_64+0x8e/0x190 May 07 20:19:52 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 07 20:19:52 olorin kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e May 07 20:19:52 olorin kernel: RIP: 0033:0x7f0235d168db May 07 20:19:52 olorin kernel: Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 May 07 20:19:52 olorin kernel: RSP: 002b:00007fff0170b5e0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 May 07 20:19:52 olorin kernel: RAX: ffffffffffffffda RBX: 000000000000001b RCX: 00007f0235d168db May 07 20:19:52 olorin kernel: RDX: 0000000000000000 RSI: 0000000000004b3a RDI: 000000000000001b May 07 20:19:52 olorin kernel: RBP: 00000000fffffffb R08: 00007fff0170b5d0 R09: 0000000000000000 May 07 20:19:52 olorin kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001 May 07 20:19:52 olorin kernel: R13: 0000000000000001 R14: 00005653fcef9150 R15: 00005653fced2b60 May 07 20:19:52 olorin kernel: </TASK> May 07 20:19:52 olorin kernel: ---[ end trace 0000000000000000 ]--- May 08 21:52:09 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [CRTC:79:crtc-0] flip_done timed out May 08 21:52:31 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 08 21:52:31 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [CRTC:79:crtc-0] commit wait timed out May 08 21:52:41 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* flip_done timed out May 08 21:52:41 olorin kernel: amdgpu 0000:e3:00.0: [drm] *ERROR* [PLANE:76:plane-6] commit wait timed out May 08 21:52:41 olorin kernel: ------------[ cut here ]------------ May 08 21:52:41 olorin kernel: WARNING: CPU: 39 PID: 2920 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:8699 amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 08 21:52:41 olorin kernel: Modules linked in: uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videodev videobuf2_common snd_ctl_led snd_usb_audio snd_usbmidi_lib snd_rawmidi hid_jabra mc uas usb_storage vhost_net tap tun cfg80211 veth snd_seq_dummy snd_hrtimer snd_seq snd_seq_device nft_masq xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables libcrc32c bridge stp wireguard llc libchacha20poly1305 chacha_x86_64 poly1305_x86_64 curve25519_x86_64 libcurve25519_generic libchacha ip6_udp_tunnel udp_tunnel vhost_vsock vmw_vsock_virtio_transport_common vhost vhost_iotlb vsock qrtr sunrpc binfmt_misc nls_ascii nls_cp437 vfat fat snd_hda_codec_realtek snd_hda_codec_generic amd_atl intel_rapl_msr snd_hda_scodec_component snd_hda_codec_hdmi intel_rapl_common snd_hda_intel amd64_edac snd_intel_dspcfg edac_mce_amd snd_intel_sdw_acpi snd_hda_codec kvm_amd snd_hda_core eeepc_wmi asus_wmi snd_hwdep sparse_keymap zfs(PO) kvm May 08 21:52:41 olorin kernel: snd_pcm platform_profile snd_timer battery irqbypass snd rfkill wmi_bmof rapl pcspkr soundcore spd5118 k10temp ccp joydev spl(O) sg evdev msr parport_pc ppdev lp parport efi_pstore configfs nfnetlink efivarfs ip_tables x_tables autofs4 ext4 mbcache jbd2 crc32c_generic dm_crypt dm_mod amdgpu amdxcp drm_exec gpu_sched drm_buddy video crct10dif_pclmul i2c_algo_bit sr_mod crc32_pclmul drm_suballoc_helper drm_display_helper crc32c_intel cdrom sd_mod hid_generic cec ghash_clmulni_intel usbhid hid sha512_ssse3 rc_core sha256_ssse3 ahci drm_ttm_helper sha1_ssse3 libahci ttm aesni_intel sp5100_tco watchdog drm_kms_helper ucsi_acpi gf128mul xhci_pci libata nvme drm typec_ucsi crypto_simd xhci_hcd i40e nvme_core i2c_piix4 typec scsi_mod gpio_amdpt cryptd thunderbolt crc16 usbcore nvme_auth libie i2c_smbus roles scsi_common wmi gpio_generic usb_common button May 08 21:52:41 olorin kernel: CPU: 39 UID: 0 PID: 2920 Comm: systemd-logind Tainted: P O 6.12+unreleased-amd64 #1 Debian 6.12.25-1.1 May 08 21:52:41 olorin kernel: Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE May 08 21:52:41 olorin kernel: Hardware name: ASUS System Product Name/Pro WS WRX90E-SAGE SE, BIOS 0803 08/30/2024 May 08 21:52:41 olorin kernel: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x396d/0x3a30 [amdgpu] May 08 21:52:41 olorin kernel: Code: 0f 0b e9 93 f3 ff ff 0f 0b 49 8d 87 40 31 04 00 c6 85 38 fe ff ff 00 48 89 85 48 fe ff ff e9 bd cc ff ff 0f 0b e9 f8 cc ff ff <0f> 0b e9 88 f3 ff ff 48 c7 85 30 fe ff ff 00 00 00 00 48 c7 85 f8 May 08 21:52:41 olorin kernel: RSP: 0018:ff4df58103e93648 EFLAGS: 00010086 May 08 21:52:41 olorin kernel: RAX: 0000000000000001 RBX: 0000000000000286 RCX: ff3c69e6a3ff4118 May 08 21:52:41 olorin kernel: RDX: 0000000000000001 RSI: 0000000000000297 RDI: ff3c69e6ad180178 May 08 21:52:41 olorin kernel: RBP: ff4df58103e93890 R08: ff4df58103e93534 R09: 0000000000000000 May 08 21:52:41 olorin kernel: R10: ff4df58103e935a0 R11: ff4df58103e935a4 R12: 0000000000000000 May 08 21:52:41 olorin kernel: R13: 0000000000000001 R14: ff3c69e6a3ff4000 R15: ff3c69e86070ce00 May 08 21:52:41 olorin kernel: FS: 00007f0bfb045a00(0000) GS:ff3c6a24fd780000(0000) knlGS:0000000000000000 May 08 21:52:41 olorin kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 May 08 21:52:41 olorin kernel: CR2: 00007fae423e1098 CR3: 0000000163212004 CR4: 0000000000f71ef0 May 08 21:52:41 olorin kernel: PKRU: 55555554 May 08 21:52:41 olorin kernel: Call Trace: May 08 21:52:41 olorin kernel: <TASK> May 08 21:52:41 olorin kernel: commit_tail+0x91/0x130 [drm_kms_helper] May 08 21:52:41 olorin kernel: drm_atomic_helper_commit+0x11a/0x140 [drm_kms_helper] May 08 21:52:41 olorin kernel: drm_atomic_commit+0xa6/0xe0 [drm] May 08 21:52:41 olorin kernel: ? __pfx___drm_printfn_info+0x10/0x10 [drm] May 08 21:52:41 olorin kernel: drm_client_modeset_commit_atomic+0x203/0x250 [drm] May 08 21:52:41 olorin kernel: drm_client_modeset_commit_locked+0x5a/0x160 [drm] May 08 21:52:41 olorin kernel: ? drm_setup_crtcs_fb+0xfb/0x150 [drm_kms_helper] May 08 21:52:41 olorin kernel: __drm_fb_helper_restore_fbdev_mode_unlocked+0x5e/0xd0 [drm_kms_helper] May 08 21:52:41 olorin kernel: drm_fb_helper_hotplug_event+0xe6/0x100 [drm_kms_helper] May 08 21:52:41 olorin kernel: __drm_fb_helper_restore_fbdev_mode_unlocked+0xa8/0xd0 [drm_kms_helper] May 08 21:52:41 olorin kernel: drm_fb_helper_set_par+0x30/0x40 [drm_kms_helper] May 08 21:52:41 olorin kernel: fb_set_var+0x25c/0x460 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? psi_group_change+0x138/0x300 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? update_load_avg+0x7e/0x7b0 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? update_curr+0x98/0x290 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? place_entity+0x1b/0x130 May 08 21:52:41 olorin kernel: fbcon_blank+0x271/0x330 May 08 21:52:41 olorin kernel: do_unblank_screen+0xad/0x150 May 08 21:52:41 olorin kernel: complete_change_console+0x54/0x120 May 08 21:52:41 olorin kernel: vt_ioctl+0xec3/0x12b0 May 08 21:52:41 olorin kernel: tty_ioctl+0xe2/0x8a0 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? __seccomp_filter+0x303/0x520 May 08 21:52:41 olorin kernel: __x64_sys_ioctl+0x91/0xd0 May 08 21:52:41 olorin kernel: do_syscall_64+0x82/0x190 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? syscall_exit_to_user_mode+0x4d/0x210 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: ? do_syscall_64+0x8e/0x190 May 08 21:52:41 olorin kernel: ? srso_alias_return_thunk+0x5/0xfbef5 May 08 21:52:41 olorin kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e May 08 21:52:41 olorin kernel: RIP: 0033:0x7f0bfab168db May 08 21:52:41 olorin kernel: Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00 May 08 21:52:41 olorin kernel: RSP: 002b:00007ffd619d43a0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 May 08 21:52:41 olorin kernel: RAX: ffffffffffffffda RBX: 000000000000001b RCX: 00007f0bfab168db May 08 21:52:41 olorin kernel: RDX: 0000000000000001 RSI: 0000000000005605 RDI: 000000000000001b May 08 21:52:41 olorin kernel: RBP: 0000000000000000 R08: 00007ffd619d4390 R09: 000055acd6982bf0 May 08 21:52:41 olorin kernel: R10: 00007ffd619d43e0 R11: 0000000000000246 R12: 00007ffd619d4480 May 08 21:52:41 olorin kernel: R13: 00007ffd619d4478 R14: 000055acd6982f70 R15: 0000000000000006 May 08 21:52:41 olorin kernel: </TASK> May 08 21:52:41 olorin kernel: ---[ end trace 0000000000000000 ]---
signature.asc
Description: This is a digitally signed message part