[REGRESSION] Suspend broken on 6.19.4
From: Athul Krishna
Date: Sat Feb 28 2026 - 07:40:45 EST
Device: Asus Zephyrus G14 (GA402RJ)
CPU: Ryzen 7 6700H
iGPU: Radeon 680M
Problem: Suspend broken on 6.19.4. On closing the lid or systemctl suspend, screen turns off but device does not fully power down.
No obvious errors in dmesg except:
[ 219.151441] amd_pmc AMDI0007:00: Last suspend didn't reach deepest state
[ 219.164301] ACPI: EC: interrupt unblocked
Bisected:
commit 6cfed39c2ce64ac024bbde458a9727105e0b8c66
Author: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
Date: Tue Dec 23 18:09:11 2025 +0800
ACPI: processor: Update cpuidle driver check in __acpi_processor_start()
[ Upstream commit 0089ce1c056aee547115bdc25c223f8f88c08498 ]
Commit 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle
driver registration") moved the ACPI idle driver registration to
acpi_processor_driver_init() and acpi_processor_power_init() does
not register an idle driver any more.
Accordingly, the cpuidle driver check in __acpi_processor_start() needs
to be updated to avoid calling acpi_processor_power_init() without a
cpuidle driver, in which case the registration of the cpuidle device
in that function would lead to a NULL pointer dereference in
__cpuidle_register_device().
Fixes: 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle driver registration")
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
Reviewed-by: Mario Limonciello (AMD) <superm1@xxxxxxxxxx>
Tested-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@xxxxxxxxxx
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
Reverting the commit or downgrading to 6.19.3 resolves the issue.
Attached dmesg and lspci.
Regards,
Athul[ 48.407608] PM: suspend entry (s2idle)
[ 48.414956] Filesystems sync: 0.007 seconds
[ 48.428459] pcieport 0000:00:08.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 48.428472] pcieport 0000:00:08.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 48.428480] pcieport 0000:00:08.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 48.428520] pcieport 0000:00:08.3: PME# disabled
[ 48.430210] xhci_hcd 0000:08:00.0: power state changed by ACPI to D0
[ 48.442008] xhci_hcd 0000:08:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 48.442029] xhci_hcd 0000:08:00.0: restore config 0x10: 0x00000004 -> 0xfc900004
[ 48.442038] xhci_hcd 0000:08:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 48.442047] xhci_hcd 0000:08:00.0: restore config 0x04: 0x00100000 -> 0x00100403
[ 48.442283] xhci_hcd 0000:08:00.0: PME# disabled
[ 48.442298] xhci_hcd 0000:08:00.0: enabling bus mastering
[ 48.539352] Freezing user space processes
[ 48.540839] Freezing user space processes completed (elapsed 0.001 seconds)
[ 48.540846] OOM killer disabled.
[ 48.540850] Freezing remaining freezable tasks
[ 48.542004] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 48.542007] printk: Suspending console(s) (use no_console_suspend to debug)
[ 48.545893] snd_hda_intel 0000:07:00.1: power state changed by ACPI to D0
[ 48.548161] xhci_hcd 0000:08:00.4: power state changed by ACPI to D0
[ 48.548719] xhci_hcd 0000:08:00.3: power state changed by ACPI to D0
[ 48.550445] snd_hda_intel 0000:07:00.6: power state changed by ACPI to D0
[ 48.551316] snd_pci_acp6x 0000:07:00.5: power state changed by ACPI to D0
[ 48.555734] queueing ieee80211 work while going to suspend
[ 48.558068] snd_hda_intel 0000:07:00.1: PME# disabled
[ 48.561042] xhci_hcd 0000:08:00.3: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 48.561053] xhci_hcd 0000:08:00.3: restore config 0x10: 0x00000004 -> 0xfc800004
[ 48.561058] xhci_hcd 0000:08:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 48.561062] xhci_hcd 0000:08:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 48.561148] xhci_hcd 0000:08:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 48.561165] xhci_hcd 0000:08:00.4: restore config 0x10: 0x00000004 -> 0xfc700004
[ 48.561173] xhci_hcd 0000:08:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 48.561179] xhci_hcd 0000:08:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 48.561198] xhci_hcd 0000:08:00.3: PME# disabled
[ 48.561205] xhci_hcd 0000:08:00.3: enabling bus mastering
[ 48.561397] xhci_hcd 0000:08:00.4: PME# disabled
[ 48.561406] xhci_hcd 0000:08:00.4: enabling bus mastering
[ 48.573440] snd_pci_acp6x 0000:07:00.5: PME# disabled
[ 48.573498] snd_hda_intel 0000:07:00.6: PME# disabled
[ 48.805395] ccp 0000:07:00.2: save config 0x00: 0x16491022
[ 48.805395] pci 0000:00:18.7: save config 0x00: 0x16801022
[ 48.805395] pci 0000:00:18.6: save config 0x00: 0x167f1022
[ 48.805396] pci 0000:00:18.4: save config 0x00: 0x167d1022
[ 48.805396] pci 0000:00:18.1: save config 0x00: 0x167a1022
[ 48.805396] pci 0000:00:18.5: save config 0x00: 0x167e1022
[ 48.805397] pci 0000:00:18.2: save config 0x00: 0x167b1022
[ 48.805397] pci 0000:00:08.0: save config 0x00: 0x14b71022
[ 48.805398] pci 0000:00:04.0: save config 0x00: 0x14b71022
[ 48.805398] pci 0000:00:02.0: save config 0x00: 0x14b71022
[ 48.805396] pci 0000:00:18.0: save config 0x00: 0x16791022
[ 48.805399] pci 0000:00:00.0: save config 0x00: 0x14b51022
[ 48.805398] pci 0000:00:03.0: save config 0x00: 0x14b71022
[ 48.805399] pci 0000:00:01.0: save config 0x00: 0x14b71022
[ 48.805402] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 48.805403] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 48.805403] ccp 0000:07:00.2: save config 0x04: 0x00100406
[ 48.805404] pci 0000:00:04.0: save config 0x04: 0x00000000
[ 48.805405] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 48.805405] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 48.805405] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 48.805406] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 48.805406] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 48.805407] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 48.805407] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 48.805407] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 48.805408] pci 0000:00:00.0: save config 0x08: 0x06000001
[ 48.805407] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 48.805408] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 48.805408] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 48.805409] ccp 0000:07:00.2: save config 0x08: 0x10800000
[ 48.805410] pci 0000:00:04.0: save config 0x08: 0x06000001
[ 48.805410] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 48.805410] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 48.805410] pci 0000:00:01.0: save config 0x08: 0x06000001
[ 48.805411] pci 0000:00:08.0: save config 0x08: 0x06000001
[ 48.805412] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 48.805412] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 48.805412] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 48.805413] pci 0000:00:02.0: save config 0x08: 0x06000001
[ 48.805413] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 48.805414] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 48.805413] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 48.805414] pci 0000:00:03.0: save config 0x08: 0x06000001
[ 48.805414] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 48.805415] ccp 0000:07:00.2: save config 0x0c: 0x00800010
[ 48.805416] pci 0000:00:04.0: save config 0x0c: 0x00800000
[ 48.805416] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 48.805416] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 48.805417] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 48.805417] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 48.805417] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 48.805418] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 48.805418] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 48.805419] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 48.805419] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 48.805420] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 48.805420] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 48.805421] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 48.805420] ccp 0000:07:00.2: save config 0x10: 0x00000000
[ 48.805421] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 48.805422] pci 0000:00:04.0: save config 0x10: 0x00000000
[ 48.805422] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 48.805422] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 48.805423] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 48.805423] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 48.805424] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 48.805424] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 48.805424] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 48.805425] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 48.805425] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 48.805425] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 48.805426] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 48.805426] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 48.805427] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 48.805427] ccp 0000:07:00.2: save config 0x14: 0x00000000
[ 48.805427] pci 0000:00:04.0: save config 0x14: 0x00000000
[ 48.805428] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 48.805428] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 48.805429] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 48.805429] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 48.805430] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 48.805429] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 48.805430] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 48.805430] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 48.805431] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 48.805431] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 48.805432] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 48.805432] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 48.805433] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 48.805432] ccp 0000:07:00.2: save config 0x18: 0xfc500000
[ 48.805433] pci 0000:00:04.0: save config 0x18: 0x00000000
[ 48.805434] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 48.805434] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 48.805435] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 48.805435] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 48.805435] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 48.805436] pci 0000:00:00.0: save config 0x2c: 0x14b51022
[ 48.805436] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 48.805436] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 48.805437] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 48.805437] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 48.805437] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 48.805438] ccp 0000:07:00.2: save config 0x1c: 0x00000000
[ 48.805438] pci 0000:00:04.0: save config 0x1c: 0x00000000
[ 48.805439] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 48.805439] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 48.805439] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 48.805440] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 48.805440] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 48.805441] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 48.805441] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 48.805441] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 48.805442] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 48.805442] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 48.805442] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 48.805443] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 48.805443] ccp 0000:07:00.2: save config 0x20: 0x00000000
[ 48.805444] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 48.805444] pci 0000:00:04.0: save config 0x20: 0x00000000
[ 48.805445] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 48.805444] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 48.805445] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 48.805446] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 48.805446] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 48.805446] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 48.805447] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 48.805447] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 48.805447] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 48.805447] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 48.805448] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 48.805449] ccp 0000:07:00.2: save config 0x24: 0xfc6cc000
[ 48.805449] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 48.805450] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 48.805450] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 48.805451] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 48.805451] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 48.805452] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 48.805452] pci 0000:00:04.0: save config 0x24: 0x00000000
[ 48.805453] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 48.805453] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 48.805453] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 48.805454] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 48.805454] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 48.805455] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 48.805456] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 48.805456] ccp 0000:07:00.2: save config 0x28: 0x00000000
[ 48.805456] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 48.805457] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 48.805457] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 48.805457] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 48.805458] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 48.805458] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 48.805459] pci 0000:00:04.0: save config 0x28: 0x00000000
[ 48.805459] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 48.805460] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 48.805460] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 48.805460] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 48.805461] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 48.805461] ccp 0000:07:00.2: save config 0x2c: 0x16491022
[ 48.805462] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 48.805462] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 48.805462] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 48.805463] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 48.805463] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 48.805464] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 48.805464] pci 0000:00:04.0: save config 0x2c: 0x00000000
[ 48.805464] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 48.805465] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 48.805465] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 48.805466] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 48.805466] ccp 0000:07:00.2: save config 0x30: 0x00000000
[ 48.805467] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 48.805467] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 48.805467] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 48.805468] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 48.805468] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 48.805469] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 48.805469] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 48.805469] pci 0000:00:04.0: save config 0x30: 0x00000000
[ 48.805470] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 48.805470] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 48.805471] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 48.805471] ccp 0000:07:00.2: save config 0x34: 0x00000048
[ 48.805471] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 48.805472] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 48.805472] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 48.805472] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 48.805473] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 48.805473] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 48.805474] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 48.805474] pci 0000:00:04.0: save config 0x34: 0x00000000
[ 48.805474] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 48.805475] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 48.805475] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 48.805476] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 48.805476] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 48.805477] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 48.805477] ccp 0000:07:00.2: save config 0x38: 0x00000000
[ 48.805478] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 48.805478] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 48.805478] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 48.805479] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 48.805479] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 48.805480] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 48.805480] pci 0000:00:04.0: save config 0x38: 0x00000000
[ 48.805480] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 48.805481] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 48.805481] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 48.805481] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 48.805482] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 48.805482] ccp 0000:07:00.2: save config 0x3c: 0x000003ff
[ 48.805483] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 48.805483] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 48.805483] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 48.805484] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 48.805484] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 48.805485] pci 0000:00:04.0: save config 0x3c: 0x00000000
[ 48.805486] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 48.805486] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 48.805486] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 48.805487] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 48.805487] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 48.805491] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 48.805561] xhci_hcd 0000:08:00.4: save config 0x00: 0x15d71022
[ 48.805563] xhci_hcd 0000:08:00.4: save config 0x04: 0x00100403
[ 48.805562] xhci_hcd 0000:08:00.3: save config 0x00: 0x15d61022
[ 48.805564] xhci_hcd 0000:08:00.4: save config 0x08: 0x0c033000
[ 48.805566] xhci_hcd 0000:08:00.4: save config 0x0c: 0x00800010
[ 48.805568] xhci_hcd 0000:08:00.4: save config 0x10: 0xfc700004
[ 48.805567] xhci_hcd 0000:08:00.3: save config 0x04: 0x00100403
[ 48.805570] xhci_hcd 0000:08:00.4: save config 0x14: 0x00000000
[ 48.805572] xhci_hcd 0000:08:00.3: save config 0x08: 0x0c033000
[ 48.805572] xhci_hcd 0000:08:00.4: save config 0x18: 0x00000000
[ 48.805574] xhci_hcd 0000:08:00.4: save config 0x1c: 0x00000000
[ 48.805575] xhci_hcd 0000:08:00.3: save config 0x0c: 0x00800010
[ 48.805576] xhci_hcd 0000:08:00.4: save config 0x20: 0x00000000
[ 48.805578] xhci_hcd 0000:08:00.3: save config 0x10: 0xfc800004
[ 48.805579] xhci_hcd 0000:08:00.4: save config 0x24: 0x00000000
[ 48.805581] xhci_hcd 0000:08:00.4: save config 0x28: 0x00000000
[ 48.805582] xhci_hcd 0000:08:00.3: save config 0x14: 0x00000000
[ 48.805583] xhci_hcd 0000:08:00.4: save config 0x2c: 0x15d71022
[ 48.805585] xhci_hcd 0000:08:00.3: save config 0x18: 0x00000000
[ 48.805585] xhci_hcd 0000:08:00.4: save config 0x30: 0x00000000
[ 48.805587] xhci_hcd 0000:08:00.4: save config 0x34: 0x00000048
[ 48.805588] xhci_hcd 0000:08:00.3: save config 0x1c: 0x00000000
[ 48.805590] xhci_hcd 0000:08:00.4: save config 0x38: 0x00000000
[ 48.805591] xhci_hcd 0000:08:00.3: save config 0x20: 0x00000000
[ 48.805592] xhci_hcd 0000:08:00.4: save config 0x3c: 0x000004ff
[ 48.805594] xhci_hcd 0000:08:00.3: save config 0x24: 0x00000000
[ 48.805597] xhci_hcd 0000:08:00.3: save config 0x28: 0x00000000
[ 48.805601] xhci_hcd 0000:08:00.3: save config 0x2c: 0x15d61022
[ 48.805604] xhci_hcd 0000:08:00.3: save config 0x30: 0x00000000
[ 48.805607] xhci_hcd 0000:08:00.3: save config 0x34: 0x00000048
[ 48.805610] xhci_hcd 0000:08:00.3: save config 0x38: 0x00000000
[ 48.805613] xhci_hcd 0000:08:00.3: save config 0x3c: 0x000003ff
[ 48.805845] ACPI: EC: interrupt blocked
[ 48.808502] snd_hda_intel 0000:07:00.1: save config 0x00: 0x16401002
[ 48.808502] snd_hda_intel 0000:07:00.6: save config 0x00: 0x15e31022
[ 48.808503] snd_pci_acp6x 0000:07:00.5: save config 0x00: 0x15e21022
[ 48.808503] xhci_hcd 0000:08:00.0: save config 0x00: 0x161f1022
[ 48.808503] piix4_smbus 0000:00:14.0: save config 0x00: 0x790b1022
[ 48.808504] k10temp 0000:00:18.3: save config 0x00: 0x167c1022
[ 48.808849] xhci_hcd 0000:07:00.3: save config 0x00: 0x161d1022
[ 48.808849] nvme 0000:06:00.0: save config 0x00: 0x54111344
[ 48.808850] xhci_hcd 0000:07:00.4: save config 0x00: 0x161e1022
[ 48.808850] mt7921e 0000:05:00.0: save config 0x00: 0x792214c3
[ 48.808853] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 48.808919] sdhci-pci 0000:04:00.0: save config 0x00: 0x85201217
[ 48.808924] snd_hda_intel 0000:07:00.1: save config 0x04: 0x00100406
[ 48.808924] snd_hda_intel 0000:07:00.6: save config 0x04: 0x00100407
[ 48.808925] snd_pci_acp6x 0000:07:00.5: save config 0x04: 0x00100006
[ 48.808926] piix4_smbus 0000:00:14.0: save config 0x04: 0x02200403
[ 48.808926] xhci_hcd 0000:08:00.0: save config 0x04: 0x00100403
[ 48.808927] k10temp 0000:00:18.3: save config 0x04: 0x00000000
[ 48.808927] xhci_hcd 0000:07:00.3: save config 0x04: 0x00100403
[ 48.808928] xhci_hcd 0000:07:00.4: save config 0x04: 0x00100403
[ 48.809267] nvme 0000:06:00.0: save config 0x04: 0x00100002
[ 48.812490] pci 0000:00:00.2: save config 0x00: 0x14b61022
[ 48.812496] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 48.812497] sdhci-pci 0000:04:00.0: save config 0x04: 0x00100406
[ 48.812502] snd_hda_intel 0000:07:00.1: save config 0x08: 0x04030000
[ 48.812503] snd_hda_intel 0000:07:00.6: save config 0x08: 0x04030000
[ 48.812504] snd_pci_acp6x 0000:07:00.5: save config 0x08: 0x04800060
[ 48.812504] piix4_smbus 0000:00:14.0: save config 0x08: 0x0c050071
[ 48.812505] xhci_hcd 0000:07:00.3: save config 0x08: 0x0c033000
[ 48.812505] k10temp 0000:00:18.3: save config 0x08: 0x06000000
[ 48.812506] xhci_hcd 0000:08:00.0: save config 0x08: 0x0c033000
[ 48.812507] xhci_hcd 0000:07:00.4: save config 0x08: 0x0c033000
[ 48.812839] pci 0000:00:00.2: save config 0x04: 0x00100400
[ 48.812841] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 48.812841] nvme 0000:06:00.0: save config 0x08: 0x01080201
[ 48.812842] sdhci-pci 0000:04:00.0: save config 0x08: 0x08050101
[ 48.812847] snd_hda_intel 0000:07:00.1: save config 0x0c: 0x00800010
[ 48.812847] snd_hda_intel 0000:07:00.6: save config 0x0c: 0x00800010
[ 48.812849] piix4_smbus 0000:00:14.0: save config 0x0c: 0x00800000
[ 48.812849] snd_pci_acp6x 0000:07:00.5: save config 0x0c: 0x00800010
[ 48.812850] xhci_hcd 0000:07:00.3: save config 0x0c: 0x00800010
[ 48.812850] k10temp 0000:00:18.3: save config 0x0c: 0x00800000
[ 48.812851] xhci_hcd 0000:08:00.0: save config 0x0c: 0x00800010
[ 48.812851] xhci_hcd 0000:07:00.4: save config 0x0c: 0x00800010
[ 48.812852] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 48.812853] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 48.812856] nvme 0000:06:00.0: save config 0x0c: 0x00000010
[ 48.812857] sdhci-pci 0000:04:00.0: save config 0x0c: 0x00000010
[ 48.812858] snd_hda_intel 0000:07:00.1: save config 0x10: 0xfc6c8000
[ 48.812858] snd_hda_intel 0000:07:00.6: save config 0x10: 0xfc6c0000
[ 48.812859] piix4_smbus 0000:00:14.0: save config 0x10: 0x00000000
[ 48.812860] snd_pci_acp6x 0000:07:00.5: save config 0x10: 0xfc680000
[ 48.812860] xhci_hcd 0000:07:00.3: save config 0x10: 0xfc400004
[ 48.812861] k10temp 0000:00:18.3: save config 0x10: 0x00000000
[ 48.812861] xhci_hcd 0000:07:00.4: save config 0x10: 0xfc300004
[ 48.812862] xhci_hcd 0000:08:00.0: save config 0x10: 0xfc900004
[ 48.812862] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 48.812863] xhci_hcd 0000:08:00.4: PME# enabled
[ 48.812864] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 48.812867] nvme 0000:06:00.0: save config 0x10: 0xfcd00004
[ 48.812868] sdhci-pci 0000:04:00.0: save config 0x10: 0xfcf01000
[ 48.812868] snd_hda_intel 0000:07:00.1: save config 0x14: 0x00000000
[ 48.812869] snd_hda_intel 0000:07:00.6: save config 0x14: 0x00000000
[ 48.812870] piix4_smbus 0000:00:14.0: save config 0x14: 0x00000000
[ 48.812871] snd_pci_acp6x 0000:07:00.5: save config 0x14: 0x00000000
[ 48.812871] xhci_hcd 0000:07:00.3: save config 0x14: 0x00000000
[ 48.812871] k10temp 0000:00:18.3: save config 0x14: 0x00000000
[ 48.812872] xhci_hcd 0000:07:00.4: save config 0x14: 0x00000000
[ 48.812873] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 48.812873] xhci_hcd 0000:08:00.0: save config 0x14: 0x00000000
[ 48.812874] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 48.812877] nvme 0000:06:00.0: save config 0x14: 0x00000000
[ 48.812878] sdhci-pci 0000:04:00.0: save config 0x14: 0xfcf00000
[ 48.812879] snd_hda_intel 0000:07:00.1: save config 0x18: 0x00000000
[ 48.812879] snd_hda_intel 0000:07:00.6: save config 0x18: 0x00000000
[ 48.812880] piix4_smbus 0000:00:14.0: save config 0x18: 0x00000000
[ 48.812881] snd_pci_acp6x 0000:07:00.5: save config 0x18: 0x00000000
[ 48.812881] xhci_hcd 0000:07:00.3: save config 0x18: 0x00000000
[ 48.812882] k10temp 0000:00:18.3: save config 0x18: 0x00000000
[ 48.812882] xhci_hcd 0000:07:00.4: save config 0x18: 0x00000000
[ 48.812883] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 48.812883] xhci_hcd 0000:08:00.0: save config 0x18: 0x00000000
[ 48.812885] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 48.812887] nvme 0000:06:00.0: save config 0x18: 0x00000000
[ 48.812888] sdhci-pci 0000:04:00.0: save config 0x18: 0x00000000
[ 48.812889] snd_hda_intel 0000:07:00.1: save config 0x1c: 0x00000000
[ 48.812889] snd_hda_intel 0000:07:00.6: save config 0x1c: 0x00000000
[ 48.812890] piix4_smbus 0000:00:14.0: save config 0x1c: 0x00000000
[ 48.812891] snd_pci_acp6x 0000:07:00.5: save config 0x1c: 0x00000000
[ 48.812891] xhci_hcd 0000:07:00.3: save config 0x1c: 0x00000000
[ 48.812892] k10temp 0000:00:18.3: save config 0x1c: 0x00000000
[ 48.812892] xhci_hcd 0000:07:00.4: save config 0x1c: 0x00000000
[ 48.812893] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 48.812893] xhci_hcd 0000:08:00.0: save config 0x1c: 0x00000000
[ 48.812894] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 48.812897] nvme 0000:06:00.0: save config 0x1c: 0x00000000
[ 48.812898] sdhci-pci 0000:04:00.0: save config 0x1c: 0x00000000
[ 48.812899] snd_hda_intel 0000:07:00.1: save config 0x20: 0x00000000
[ 48.812899] snd_hda_intel 0000:07:00.6: save config 0x20: 0x00000000
[ 48.812900] piix4_smbus 0000:00:14.0: save config 0x20: 0x00000000
[ 48.812901] snd_pci_acp6x 0000:07:00.5: save config 0x20: 0x00000000
[ 48.812901] xhci_hcd 0000:07:00.3: save config 0x20: 0x00000000
[ 48.812902] k10temp 0000:00:18.3: save config 0x20: 0x00000000
[ 48.812902] xhci_hcd 0000:07:00.4: save config 0x20: 0x00000000
[ 48.812903] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 48.812904] xhci_hcd 0000:08:00.0: save config 0x20: 0x00000000
[ 48.812905] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 48.812907] nvme 0000:06:00.0: save config 0x20: 0x00000000
[ 48.812908] sdhci-pci 0000:04:00.0: save config 0x20: 0x00000000
[ 48.812909] snd_hda_intel 0000:07:00.1: save config 0x24: 0x00000000
[ 48.812909] snd_hda_intel 0000:07:00.6: save config 0x24: 0x00000000
[ 48.812911] piix4_smbus 0000:00:14.0: save config 0x24: 0x00000000
[ 48.812911] snd_pci_acp6x 0000:07:00.5: save config 0x24: 0x00000000
[ 48.812912] xhci_hcd 0000:07:00.3: save config 0x24: 0x00000000
[ 48.812912] k10temp 0000:00:18.3: save config 0x24: 0x00000000
[ 48.812913] xhci_hcd 0000:07:00.4: save config 0x24: 0x00000000
[ 48.812913] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 48.812914] xhci_hcd 0000:08:00.0: save config 0x24: 0x00000000
[ 48.812915] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 48.812917] nvme 0000:06:00.0: save config 0x24: 0x00000000
[ 48.812918] sdhci-pci 0000:04:00.0: save config 0x24: 0x00000000
[ 48.812919] snd_hda_intel 0000:07:00.1: save config 0x28: 0x00000000
[ 48.812919] snd_hda_intel 0000:07:00.6: save config 0x28: 0x00000000
[ 48.812921] piix4_smbus 0000:00:14.0: save config 0x28: 0x00000000
[ 48.812921] snd_pci_acp6x 0000:07:00.5: save config 0x28: 0x00000000
[ 48.812922] xhci_hcd 0000:07:00.3: save config 0x28: 0x00000000
[ 48.812922] k10temp 0000:00:18.3: save config 0x28: 0x00000000
[ 48.812923] xhci_hcd 0000:07:00.4: save config 0x28: 0x00000000
[ 48.812923] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 48.812924] xhci_hcd 0000:08:00.0: save config 0x28: 0x00000000
[ 48.812925] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 48.812927] nvme 0000:06:00.0: save config 0x28: 0x00000000
[ 48.812928] sdhci-pci 0000:04:00.0: save config 0x28: 0x00000000
[ 48.812929] snd_hda_intel 0000:07:00.1: save config 0x2c: 0x16401002
[ 48.812929] snd_hda_intel 0000:07:00.6: save config 0x2c: 0x1d421043
[ 48.812931] piix4_smbus 0000:00:14.0: save config 0x2c: 0x1d421043
[ 48.812931] snd_pci_acp6x 0000:07:00.5: save config 0x2c: 0x1d421043
[ 48.812932] xhci_hcd 0000:07:00.3: save config 0x2c: 0x201f1043
[ 48.812932] k10temp 0000:00:18.3: save config 0x2c: 0x00000000
[ 48.812933] xhci_hcd 0000:07:00.4: save config 0x2c: 0x201f1043
[ 48.812933] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 48.812934] xhci_hcd 0000:08:00.0: save config 0x2c: 0x201f1043
[ 48.812935] pci 0000:00:14.3: save config 0x2c: 0x1d421043
[ 48.812937] nvme 0000:06:00.0: save config 0x2c: 0x21001344
[ 48.812938] sdhci-pci 0000:04:00.0: save config 0x2c: 0x202f1043
[ 48.812939] snd_hda_intel 0000:07:00.1: save config 0x30: 0x00000000
[ 48.812940] snd_hda_intel 0000:07:00.6: save config 0x30: 0x00000000
[ 48.812941] piix4_smbus 0000:00:14.0: save config 0x30: 0x00000000
[ 48.812941] snd_pci_acp6x 0000:07:00.5: save config 0x30: 0x00000000
[ 48.812942] xhci_hcd 0000:07:00.3: save config 0x30: 0x00000000
[ 48.812942] k10temp 0000:00:18.3: save config 0x30: 0x00000000
[ 48.812943] xhci_hcd 0000:07:00.4: save config 0x30: 0x00000000
[ 48.812943] pci 0000:00:00.2: save config 0x2c: 0x14b61022
[ 48.812944] xhci_hcd 0000:08:00.0: save config 0x30: 0x00000000
[ 48.812945] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 48.812947] nvme 0000:06:00.0: save config 0x30: 0x00000000
[ 48.812949] sdhci-pci 0000:04:00.0: save config 0x30: 0x00000000
[ 48.812949] snd_hda_intel 0000:07:00.1: save config 0x34: 0x00000048
[ 48.812950] snd_hda_intel 0000:07:00.6: save config 0x34: 0x00000048
[ 48.812951] piix4_smbus 0000:00:14.0: save config 0x34: 0x00000000
[ 48.812951] snd_pci_acp6x 0000:07:00.5: save config 0x34: 0x00000048
[ 48.812952] xhci_hcd 0000:07:00.3: save config 0x34: 0x00000048
[ 48.812952] k10temp 0000:00:18.3: save config 0x34: 0x00000000
[ 48.812953] xhci_hcd 0000:07:00.4: save config 0x34: 0x00000048
[ 48.812953] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 48.812954] xhci_hcd 0000:08:00.0: save config 0x34: 0x00000048
[ 48.812955] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 48.812957] nvme 0000:06:00.0: save config 0x34: 0x00000080
[ 48.812958] sdhci-pci 0000:04:00.0: save config 0x34: 0x0000006c
[ 48.812959] snd_hda_intel 0000:07:00.1: save config 0x38: 0x00000000
[ 48.812960] snd_hda_intel 0000:07:00.6: save config 0x38: 0x00000000
[ 48.812961] piix4_smbus 0000:00:14.0: save config 0x38: 0x00000000
[ 48.812961] snd_pci_acp6x 0000:07:00.5: save config 0x38: 0x00000000
[ 48.812962] xhci_hcd 0000:07:00.3: save config 0x38: 0x00000000
[ 48.812962] k10temp 0000:00:18.3: save config 0x38: 0x00000000
[ 48.812963] xhci_hcd 0000:07:00.4: save config 0x38: 0x00000000
[ 48.812963] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 48.812964] xhci_hcd 0000:08:00.0: save config 0x38: 0x00000000
[ 48.812965] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 48.812967] nvme 0000:06:00.0: save config 0x38: 0x00000000
[ 48.812968] sdhci-pci 0000:04:00.0: save config 0x38: 0x00000000
[ 48.812969] snd_hda_intel 0000:07:00.1: save config 0x3c: 0x000002ff
[ 48.812969] snd_hda_intel 0000:07:00.6: save config 0x3c: 0x000003ff
[ 48.812971] piix4_smbus 0000:00:14.0: save config 0x3c: 0x00000000
[ 48.812971] snd_pci_acp6x 0000:07:00.5: save config 0x3c: 0x000002ff
[ 48.812972] xhci_hcd 0000:07:00.3: save config 0x3c: 0x000004ff
[ 48.812972] k10temp 0000:00:18.3: save config 0x3c: 0x00000000
[ 48.812973] xhci_hcd 0000:07:00.4: save config 0x3c: 0x000001ff
[ 48.812973] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 48.812974] xhci_hcd 0000:08:00.0: save config 0x3c: 0x000001ff
[ 48.812975] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 48.812977] nvme 0000:06:00.0: save config 0x3c: 0x000001ff
[ 48.812978] sdhci-pci 0000:04:00.0: save config 0x3c: 0x000001ff
[ 48.812983] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 48.812994] mt7921e 0000:05:00.0: save config 0x04: 0x00100406
[ 48.816493] mt7921e 0000:05:00.0: save config 0x08: 0x02800000
[ 48.820487] mt7921e 0000:05:00.0: save config 0x0c: 0x00000010
[ 48.820846] xhci_hcd 0000:08:00.3: PME# enabled
[ 48.824485] mt7921e 0000:05:00.0: save config 0x10: 0x3030000c
[ 48.828483] mt7921e 0000:05:00.0: save config 0x14: 0x0000007e
[ 48.832482] mt7921e 0000:05:00.0: save config 0x18: 0xfce00004
[ 48.836481] mt7921e 0000:05:00.0: save config 0x1c: 0x00000000
[ 48.840480] mt7921e 0000:05:00.0: save config 0x20: 0x00000000
[ 48.844484] mt7921e 0000:05:00.0: save config 0x24: 0x00000000
[ 48.848477] mt7921e 0000:05:00.0: save config 0x28: 0x00000000
[ 48.852477] mt7921e 0000:05:00.0: save config 0x2c: 0x53001a3b
[ 48.856475] mt7921e 0000:05:00.0: save config 0x30: 0x00000000
[ 48.860474] mt7921e 0000:05:00.0: save config 0x34: 0x00000080
[ 48.860819] xhci_hcd 0000:07:00.4: PME# enabled
[ 48.860824] xhci_hcd 0000:07:00.3: PME# enabled
[ 48.864473] mt7921e 0000:05:00.0: save config 0x38: 0x00000000
[ 48.868472] mt7921e 0000:05:00.0: save config 0x3c: 0x000001ff
[ 48.868479] xhci_hcd 0000:08:00.0: PME# enabled
[ 48.868821] ccp 0000:07:00.2: PCI PM: Suspend power state: D3hot
[ 48.876790] sdhci-pci 0000:04:00.0: ACPI _REG disconnect evaluation failed (5)
[ 48.877366] sdhci-pci 0000:04:00.0: power state changed by ACPI to D3hot
[ 48.877451] sdhci-pci 0000:04:00.0: PCI PM: Suspend power state: D3hot
[ 48.877458] pcieport 0000:00:02.1: save config 0x00: 0x14ba1022
[ 48.877462] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 48.877465] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 48.877467] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 48.877470] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 48.877473] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 48.877475] pcieport 0000:00:02.1: save config 0x18: 0x00040400
[ 48.877478] pcieport 0000:00:02.1: save config 0x1c: 0x000001f1
[ 48.877480] pcieport 0000:00:02.1: save config 0x20: 0xfcf0fcf0
[ 48.877482] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 48.877484] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 48.877486] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 48.877488] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 48.877490] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 48.877492] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 48.877494] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 48.878250] snd_hda_intel 0000:07:00.1: power state changed by ACPI to D3cold
[ 48.878252] snd_hda_intel 0000:07:00.1: PCI PM: Suspend power state: D3cold
[ 48.878267] amdgpu 0000:07:00.0: save config 0x00: 0x16811002
[ 48.878270] amdgpu 0000:07:00.0: save config 0x04: 0x08100407
[ 48.878272] amdgpu 0000:07:00.0: save config 0x08: 0x030000c8
[ 48.878274] amdgpu 0000:07:00.0: save config 0x0c: 0x00800010
[ 48.878276] amdgpu 0000:07:00.0: save config 0x10: 0x2000000c
[ 48.878278] amdgpu 0000:07:00.0: save config 0x14: 0x0000007e
[ 48.878280] amdgpu 0000:07:00.0: save config 0x18: 0x3000000c
[ 48.878282] amdgpu 0000:07:00.0: save config 0x1c: 0x0000007e
[ 48.878284] amdgpu 0000:07:00.0: save config 0x20: 0x0000e001
[ 48.878286] amdgpu 0000:07:00.0: save config 0x24: 0xfc600000
[ 48.878288] amdgpu 0000:07:00.0: save config 0x28: 0x00000000
[ 48.878290] amdgpu 0000:07:00.0: save config 0x2c: 0x1dec1043
[ 48.878292] amdgpu 0000:07:00.0: save config 0x30: 0x00000000
[ 48.878294] amdgpu 0000:07:00.0: save config 0x34: 0x00000048
[ 48.878296] amdgpu 0000:07:00.0: save config 0x38: 0x00000000
[ 48.878298] amdgpu 0000:07:00.0: save config 0x3c: 0x000001ff
[ 48.879575] xhci_hcd 0000:08:00.4: power state changed by ACPI to D3cold
[ 48.879577] xhci_hcd 0000:08:00.4: PCI PM: Suspend power state: D3cold
[ 48.879765] snd_pci_acp6x 0000:07:00.5: power state changed by ACPI to D3cold
[ 48.879769] snd_pci_acp6x 0000:07:00.5: PCI PM: Suspend power state: D3cold
[ 48.879975] xhci_hcd 0000:08:00.3: power state changed by ACPI to D3cold
[ 48.879977] xhci_hcd 0000:08:00.3: PCI PM: Suspend power state: D3cold
[ 48.882775] snd_hda_intel 0000:07:00.6: power state changed by ACPI to D3cold
[ 48.882776] snd_hda_intel 0000:07:00.6: PCI PM: Suspend power state: D3cold
[ 48.884908] nvme 0000:06:00.0: ACPI _REG disconnect evaluation failed (5)
[ 48.888261] xhci_hcd 0000:07:00.4: power state changed by ACPI to D3cold
[ 48.888263] xhci_hcd 0000:07:00.4: PCI PM: Suspend power state: D3cold
[ 48.888467] xhci_hcd 0000:07:00.3: power state changed by ACPI to D3cold
[ 48.888469] xhci_hcd 0000:07:00.3: PCI PM: Suspend power state: D3cold
[ 48.888671] xhci_hcd 0000:08:00.0: power state changed by ACPI to D3cold
[ 48.888673] xhci_hcd 0000:08:00.0: PCI PM: Suspend power state: D3cold
[ 48.888688] pcieport 0000:00:08.3: save config 0x00: 0x14b91022
[ 48.888690] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 48.888692] pcieport 0000:00:08.3: save config 0x08: 0x06040010
[ 48.888694] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 48.888696] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 48.888697] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 48.888699] pcieport 0000:00:08.3: save config 0x18: 0x00080800
[ 48.888701] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 48.888703] pcieport 0000:00:08.3: save config 0x20: 0xfc90fc70
[ 48.888704] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 48.888706] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 48.888708] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 48.888709] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 48.888711] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 48.888713] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 48.888715] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 48.888790] nvme 0000:06:00.0: power state changed by ACPI to D3cold
[ 48.888792] nvme 0000:06:00.0: PCI PM: Suspend power state: D3cold
[ 48.891581] pcieport 0000:00:02.4: save config 0x00: 0x14ba1022
[ 48.891585] pcieport 0000:00:02.4: save config 0x04: 0x00100407
[ 48.891587] pcieport 0000:00:02.4: save config 0x08: 0x06040000
[ 48.891589] mt7921e 0000:05:00.0: PCI PM: Suspend power state: D3hot
[ 48.891589] pcieport 0000:00:02.4: save config 0x0c: 0x00810010
[ 48.891591] pcieport 0000:00:02.1: ACPI _REG disconnect evaluation failed (5)
[ 48.891597] pcieport 0000:00:02.4: save config 0x10: 0x00000000
[ 48.891599] pcieport 0000:00:02.2: save config 0x00: 0x14ba1022
[ 48.891602] pcieport 0000:00:02.4: save config 0x14: 0x00000000
[ 48.891604] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 48.891607] pcieport 0000:00:02.4: save config 0x18: 0x00060600
[ 48.891608] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 48.891612] pcieport 0000:00:02.4: save config 0x1c: 0x000001f1
[ 48.891613] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 48.891616] pcieport 0000:00:02.4: save config 0x20: 0xfcd0fcd0
[ 48.891618] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 48.891622] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 48.891628] pcieport 0000:00:02.2: save config 0x18: 0x00050500
[ 48.891633] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 48.891637] pcieport 0000:00:02.2: save config 0x20: 0xfce0fce0
[ 48.891641] pcieport 0000:00:02.2: save config 0x24: 0x30313031
[ 48.891644] pcieport 0000:00:02.2: save config 0x28: 0x0000007e
[ 48.891648] pcieport 0000:00:02.2: save config 0x2c: 0x0000007e
[ 48.891652] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 48.891655] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 48.891659] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 48.891663] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 48.891728] pcieport 0000:00:02.4: save config 0x24: 0x0001fff1
[ 48.891731] pcieport 0000:00:02.4: save config 0x28: 0x00000000
[ 48.891735] pcieport 0000:00:02.4: save config 0x2c: 0x00000000
[ 48.891739] pcieport 0000:00:02.4: save config 0x30: 0x00000000
[ 48.891743] pcieport 0000:00:02.4: save config 0x34: 0x00000050
[ 48.891746] pcieport 0000:00:02.4: save config 0x38: 0x00000000
[ 48.891750] pcieport 0000:00:02.4: save config 0x3c: 0x001200ff
[ 48.891809] pcieport 0000:00:02.1: power state changed by ACPI to D3cold
[ 48.891811] pcieport 0000:00:02.1: PCI PM: Suspend power state: D3cold
[ 48.892065] amdgpu 0000:07:00.0: power state changed by ACPI to D3cold
[ 48.892069] amdgpu 0000:07:00.0: PCI PM: Suspend power state: D3cold
[ 48.892084] pcieport 0000:00:08.1: save config 0x00: 0x14b91022
[ 48.892089] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 48.892093] pcieport 0000:00:08.1: save config 0x08: 0x06040010
[ 48.892097] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 48.892100] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 48.892104] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 48.892107] pcieport 0000:00:08.1: save config 0x18: 0x00070700
[ 48.892111] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 48.892114] pcieport 0000:00:08.1: save config 0x20: 0xfc60fc30
[ 48.892118] pcieport 0000:00:08.1: save config 0x24: 0x30112001
[ 48.892122] pcieport 0000:00:08.1: save config 0x28: 0x0000007e
[ 48.892125] pcieport 0000:00:08.1: save config 0x2c: 0x0000007e
[ 48.892128] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 48.892132] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 48.892135] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 48.892139] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 48.900752] pcieport 0000:00:08.3: PCI PM: Suspend power state: D3hot
[ 48.903740] pcieport 0000:00:02.2: PCI PM: Suspend power state: D3hot
[ 48.903748] pcieport 0000:00:02.4: PCI PM: Suspend power state: D3hot
[ 48.904799] pcieport 0000:00:08.1: power state changed by ACPI to D3cold
[ 48.904804] pcieport 0000:00:08.1: PCI PM: Suspend power state: D3cold
[ 70.012443] hrtimer: interrupt took 7774 ns
[ 219.151441] amd_pmc AMDI0007:00: Last suspend didn't reach deepest state
[ 219.164301] ACPI: EC: interrupt unblocked
[ 219.164435] pcieport 0000:00:01.1: power state changed by ACPI to D0
[ 219.164439] pcieport 0000:00:01.1: ACPI _REG connect evaluation failed (5)
[ 219.164529] pcieport 0000:00:02.1: power state changed by ACPI to D0
[ 219.164540] pcieport 0000:00:02.1: ACPI _REG connect evaluation failed (5)
[ 219.164558] ACPI: button: The lid device is not compliant to SW_LID.
[ 219.164614] pcieport 0000:00:08.1: power state changed by ACPI to D0
[ 219.176409] pcieport 0000:00:02.2: restore config 0x2c: 0x0000007e -> 0x0000007e
[ 219.176415] pcieport 0000:00:08.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 219.176423] pcieport 0000:00:01.1: restore config 0x2c: 0x0000007e -> 0x0000007e
[ 219.176426] pcieport 0000:00:02.2: restore config 0x28: 0x0000007e -> 0x0000007e
[ 219.176429] pcieport 0000:00:08.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 219.176431] pcieport 0000:00:02.4: restore config 0x2c: 0x00000000 -> 0x00000000
[ 219.176435] pcieport 0000:00:01.1: restore config 0x28: 0x0000007c -> 0x0000007c
[ 219.176436] pcieport 0000:00:02.2: restore config 0x24: 0x30313031 -> 0x30313031
[ 219.176440] pcieport 0000:00:08.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 219.176441] pcieport 0000:00:02.4: restore config 0x28: 0x00000000 -> 0x00000000
[ 219.176445] pcieport 0000:00:01.1: restore config 0x24: 0x0ff10001 -> 0x0ff10001
[ 219.176453] pcieport 0000:00:02.4: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 219.179508] pcieport 0000:00:02.1: restore config 0x2c: 0x00000000 -> 0x00000000
[ 219.179512] pcieport 0000:00:02.1: restore config 0x28: 0x00000000 -> 0x00000000
[ 219.179516] pcieport 0000:00:02.1: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 219.179519] pcieport 0000:00:08.1: restore config 0x2c: 0x0000007e -> 0x0000007e
[ 219.179526] pcieport 0000:00:08.1: restore config 0x28: 0x0000007e -> 0x0000007e
[ 219.179532] pcieport 0000:00:08.1: restore config 0x24: 0x30112001 -> 0x30112001
[ 219.179555] pcieport 0000:00:02.1: waiting 100 ms for downstream link, after activation
[ 219.179568] pcieport 0000:00:08.1: waiting 100 ms for downstream link, after activation
[ 219.183300] xhci_hcd 0000:08:00.0: power state changed by ACPI to D0
[ 219.184030] xhci_hcd 0000:08:00.3: power state changed by ACPI to D0
[ 219.184383] xhci_hcd 0000:08:00.4: power state changed by ACPI to D0
[ 219.184641] nvme 0000:06:00.0: power state changed by ACPI to D0
[ 219.184650] nvme 0000:06:00.0: ACPI _REG connect evaluation failed (5)
[ 219.195727] xhci_hcd 0000:08:00.3: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 219.195741] xhci_hcd 0000:08:00.3: restore config 0x10: 0x00000004 -> 0xfc800004
[ 219.195746] xhci_hcd 0000:08:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 219.195752] xhci_hcd 0000:08:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 219.196091] xhci_hcd 0000:08:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 219.196104] xhci_hcd 0000:08:00.0: restore config 0x10: 0x00000004 -> 0xfc900004
[ 219.196110] xhci_hcd 0000:08:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 219.196116] xhci_hcd 0000:08:00.0: restore config 0x04: 0x00100000 -> 0x00100403
[ 219.196736] xhci_hcd 0000:08:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 219.196758] xhci_hcd 0000:08:00.4: restore config 0x10: 0x00000004 -> 0xfc700004
[ 219.196766] xhci_hcd 0000:08:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 219.196772] xhci_hcd 0000:08:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 219.302793] sdhci-pci 0000:04:00.0: ready 0ms after resume
[ 219.302805] amdgpu 0000:07:00.0: ready 0ms after resume
[ 219.303869] sdhci-pci 0000:04:00.0: power state changed by ACPI to D0
[ 219.303955] sdhci-pci 0000:04:00.0: ACPI _REG connect evaluation failed (5)
[ 219.305424] amdgpu 0000:07:00.0: power state changed by ACPI to D0
[ 219.307563] xhci_hcd 0000:07:00.3: power state changed by ACPI to D0
[ 219.308050] xhci_hcd 0000:07:00.4: power state changed by ACPI to D0
[ 219.310561] snd_pci_acp6x 0000:07:00.5: power state changed by ACPI to D0
[ 219.311113] snd_hda_intel 0000:07:00.6: power state changed by ACPI to D0
[ 219.319419] xhci_hcd 0000:07:00.3: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 219.319444] xhci_hcd 0000:07:00.3: restore config 0x10: 0x00000004 -> 0xfc400004
[ 219.319454] xhci_hcd 0000:07:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 219.319464] xhci_hcd 0000:07:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 219.319907] snd_hda_intel 0000:07:00.1: power state changed by ACPI to D0
[ 219.320725] xhci_hcd 0000:07:00.4: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 219.320743] xhci_hcd 0000:07:00.4: restore config 0x10: 0x00000004 -> 0xfc300004
[ 219.320750] xhci_hcd 0000:07:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 219.320758] xhci_hcd 0000:07:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 219.339738] pcieport 0000:00:01.1: PME# disabled
[ 219.339805] pcieport 0000:00:01.1: pciehp: pciehp_check_link_active: lnk_status = 1881
[ 219.339923] nvme 0000:06:00.0: enabling bus mastering
[ 219.342525] xhci_hcd 0000:07:00.3: PME# disabled
[ 219.342530] nvme 0000:06:00.0: save config 0x00: 0x54111344
[ 219.342531] xhci_hcd 0000:07:00.3: enabling bus mastering
[ 219.342532] nvme 0000:06:00.0: save config 0x04: 0x00100406
[ 219.342535] nvme 0000:06:00.0: save config 0x08: 0x01080201
[ 219.342537] nvme 0000:06:00.0: save config 0x0c: 0x00000010
[ 219.342539] nvme 0000:06:00.0: save config 0x10: 0xfcd00004
[ 219.342541] nvme 0000:06:00.0: save config 0x14: 0x00000000
[ 219.342543] nvme 0000:06:00.0: save config 0x18: 0x00000000
[ 219.342544] nvme 0000:06:00.0: save config 0x1c: 0x00000000
[ 219.342546] nvme 0000:06:00.0: save config 0x20: 0x00000000
[ 219.342548] nvme 0000:06:00.0: save config 0x24: 0x00000000
[ 219.342550] nvme 0000:06:00.0: save config 0x28: 0x00000000
[ 219.342552] nvme 0000:06:00.0: save config 0x2c: 0x21001344
[ 219.342554] nvme 0000:06:00.0: save config 0x30: 0x00000000
[ 219.342556] nvme 0000:06:00.0: save config 0x34: 0x00000080
[ 219.342558] nvme 0000:06:00.0: save config 0x38: 0x00000000
[ 219.342560] nvme 0000:06:00.0: save config 0x3c: 0x000001ff
[ 219.342623] xhci_hcd 0000:07:00.4: PME# disabled
[ 219.342627] xhci_hcd 0000:07:00.4: enabling bus mastering
[ 219.343331] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[ 219.343370] amdgpu 0000:07:00.0: amdgpu: SMU is resuming...
[ 219.343378] xhci_hcd 0000:08:00.4: PME# disabled
[ 219.343385] xhci_hcd 0000:08:00.4: enabling bus mastering
[ 219.343562] xhci_hcd 0000:08:00.0: PME# disabled
[ 219.343567] xhci_hcd 0000:08:00.0: enabling bus mastering
[ 219.343661] xhci_hcd 0000:08:00.3: PME# disabled
[ 219.343667] xhci_hcd 0000:08:00.3: enabling bus mastering
[ 219.344687] amdgpu 0000:07:00.0: amdgpu: SMU is resumed successfully!
[ 219.403389] asus 0003:0B05:19B6.0002: Unmapped Asus vendor usagepage code 0xec
[ 219.427739] nvme nvme0: 8/0/0 default/read/poll queues
[ 219.445816] amdgpu 0000:07:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 219.445819] amdgpu 0000:07:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 219.445821] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 219.445822] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 219.445823] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 219.445824] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 219.445826] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 219.445827] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 219.445828] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 219.445829] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 219.445831] amdgpu 0000:07:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 219.445832] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 219.445833] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 219.445835] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 219.445836] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 219.445837] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 219.524075] ACPI: \_SB_.PCI0.GPP5.CADR: Device check in hotplug_event()
[ 219.524230] OOM killer enabled.
[ 219.524235] Restarting tasks: Starting
[ 219.524305] snd_pci_acp6x 0000:07:00.5: save config 0x00: 0x15e21022
[ 219.524312] pcieport 0000:00:01.1: save config 0x00: 0x14b81022
[ 219.524313] snd_hda_intel 0000:07:00.1: save config 0x00: 0x16401002
[ 219.524314] snd_pci_acp6x 0000:07:00.5: save config 0x04: 0x00100006
[ 219.524321] snd_hda_intel 0000:07:00.1: save config 0x04: 0x00100406
[ 219.524324] snd_pci_acp6x 0000:07:00.5: save config 0x08: 0x04800060
[ 219.524323] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 219.524330] snd_pci_acp6x 0000:07:00.5: save config 0x0c: 0x00800010
[ 219.524332] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 219.524333] snd_hda_intel 0000:07:00.1: save config 0x08: 0x04030000
[ 219.524336] snd_pci_acp6x 0000:07:00.5: save config 0x10: 0xfc680000
[ 219.524341] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 219.524342] snd_hda_intel 0000:07:00.1: save config 0x0c: 0x00800010
[ 219.524343] snd_pci_acp6x 0000:07:00.5: save config 0x14: 0x00000000
[ 219.524348] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 219.524349] snd_hda_intel 0000:07:00.1: save config 0x10: 0xfc6c8000
[ 219.524352] snd_pci_acp6x 0000:07:00.5: save config 0x18: 0x00000000
[ 219.524355] snd_hda_intel 0000:07:00.1: save config 0x14: 0x00000000
[ 219.524357] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 219.524359] snd_pci_acp6x 0000:07:00.5: save config 0x1c: 0x00000000
[ 219.524362] pcieport 0000:00:01.1: save config 0x18: 0x00030100
[ 219.524363] snd_hda_intel 0000:07:00.1: save config 0x18: 0x00000000
[ 219.524367] snd_pci_acp6x 0000:07:00.5: save config 0x20: 0x00000000
[ 219.524368] snd_hda_intel 0000:07:00.1: save config 0x1c: 0x00000000
[ 219.524370] pcieport 0000:00:01.1: save config 0x1c: 0x0000f1f1
[ 219.524374] snd_pci_acp6x 0000:07:00.5: save config 0x24: 0x00000000
[ 219.524375] snd_hda_intel 0000:07:00.1: save config 0x20: 0x00000000
[ 219.524377] pcieport 0000:00:01.1: save config 0x20: 0xfcc0fca0
[ 219.524380] snd_hda_intel 0000:07:00.1: save config 0x24: 0x00000000
[ 219.524382] snd_pci_acp6x 0000:07:00.5: save config 0x28: 0x00000000
[ 219.524384] pcieport 0000:00:01.1: save config 0x24: 0x0ff10001
[ 219.524386] snd_hda_intel 0000:07:00.1: save config 0x28: 0x00000000
[ 219.524390] pcieport 0000:00:01.1: save config 0x28: 0x0000007c
[ 219.524391] snd_pci_acp6x 0000:07:00.5: save config 0x2c: 0x1d421043
[ 219.524392] snd_hda_intel 0000:07:00.1: save config 0x2c: 0x16401002
[ 219.524397] pcieport 0000:00:01.1: save config 0x2c: 0x0000007e
[ 219.524398] snd_hda_intel 0000:07:00.1: save config 0x30: 0x00000000
[ 219.524401] snd_pci_acp6x 0000:07:00.5: save config 0x30: 0x00000000
[ 219.524404] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 219.524406] snd_hda_intel 0000:07:00.1: save config 0x34: 0x00000048
[ 219.524409] snd_pci_acp6x 0000:07:00.5: save config 0x34: 0x00000048
[ 219.524412] snd_hda_intel 0000:07:00.1: save config 0x38: 0x00000000
[ 219.524415] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 219.524417] snd_pci_acp6x 0000:07:00.5: save config 0x38: 0x00000000
[ 219.524421] snd_hda_intel 0000:07:00.1: save config 0x3c: 0x000002ff
[ 219.524424] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 219.524426] snd_pci_acp6x 0000:07:00.5: save config 0x3c: 0x000002ff
[ 219.524430] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 219.524484] snd_hda_intel 0000:07:00.1: PME# enabled
[ 219.524488] snd_pci_acp6x 0000:07:00.5: PME# enabled
[ 219.524559] pcieport 0000:00:01.1: PME# enabled
[ 219.524888] Restarting tasks: Done
[ 219.524901] efivarfs: resyncing variable state
[ 219.531582] efivarfs: finished resyncing variable state
[ 219.531662] random: crng reseeded on system resumption
[ 219.535731] pcieport 0000:00:01.1: ACPI _REG disconnect evaluation failed (5)
[ 219.536327] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[ 219.537204] snd_hda_intel 0000:07:00.1: power state changed by ACPI to D3cold
[ 219.537331] snd_pci_acp6x 0000:07:00.5: power state changed by ACPI to D3cold
[ 219.537913] PM: suspend exit
Attachment:
lspci
Description: Binary data