* [REGRESSION] Suspend broken on 6.19.4
@ 2026-02-28 12:40 Athul Krishna
2026-02-28 13:51 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: Athul Krishna @ 2026-02-28 12:40 UTC (permalink / raw)
To: rafael.j.wysocki@intel.com, superm1@kernel.org, sashal@kernel.org
Cc: bp@alien8.de, ACPI Devel Maling List,
linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1863 bytes --]
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@intel.com>
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@intel.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Reverting the commit or downgrading to 6.19.3 resolves the issue.
Attached dmesg and lspci.
Regards,
Athul
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log; name=dmesg.log, Size: 54898 bytes --]
[ 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 #3: lspci --]
[-- Type: application/octet-stream, Size: 81896 bytes --]
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Root Complex (rev 01)
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Root Complex
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h-19h IOMMU
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h IOMMU
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 24
Capabilities: [40] Secure device <?>
Capabilities: [64] MSI: Enable+ Count=1/4 Maskable- 64bit+
Address: 00000000fee03000 Data: 0020
Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 0
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin ? routed to IRQ 30
IOMMU group: 1
Bus: primary=00, secondary=01, subordinate=03, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: fca00000-fccfffff [size=3M] [32-bit]
Prefetchable memory behind bridge: 7c00000000-7e0fffffff [size=8448M] [32-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM not supported
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 2.5GT/s, Width x8
TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise-
Slot #0, PowerLimit 75W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq+ LinkChg+
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq+ OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device 1d42
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: LaneErr at lane: 3 6 7
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete- EquPhase1- EquPhase2- EquPhase3- LinkEquRequest-
Capabilities: [440 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 2
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin ? routed to IRQ 31
IOMMU group: 3
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fcf00000-fcffffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #3, Speed 16GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 75W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device 1d42
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [370 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=120us PortTPowerOnTime=150us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+
T_CommonMode=120us LTR1.2_Threshold=32768ns
L1SubCtl2: T_PwrOn=150us
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete- EquPhase1- EquPhase2- EquPhase3- LinkEquRequest-
Capabilities: [440 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin ? routed to IRQ 32
IOMMU group: 4
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fce00000-fcefffff [size=1M] [32-bit]
Prefetchable memory behind bridge: 7e30300000-7e303fffff [size=1M] [32-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #4, Speed 16GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 75W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device 1d42
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [370 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=10us LTR1.2_Threshold=166912ns
L1SubCtl2: T_PwrOn=150us
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete- EquPhase1- EquPhase2- EquPhase3- LinkEquRequest-
Capabilities: [440 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin ? routed to IRQ 33
IOMMU group: 5
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fcd00000-fcdfffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 16GT/s, Width x4
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 75W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp+ ExtTPHComp- ARIFwd+
AtomicOpsCap: Routing+ 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd+
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq+ OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device 1d42
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [370 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=10us LTR1.2_Threshold=316416ns
L1SubCtl2: T_PwrOn=300us
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [440 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 6
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 7
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 8
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge (rev 10) (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 34
IOMMU group: 9
Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: fc300000-fc6fffff [size=4M] [32-bit]
Prefetchable memory behind bridge: 7e20000000-7e301fffff [size=258M] [32-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot-), IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0703, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 4
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
AtomicOpsCap: Routing+ 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [450 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge (rev 10) (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 35
IOMMU group: 10
Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fc700000-fc9fffff [size=3M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot-), IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0
ExtTag+ RBE+ TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+ FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
RootCap: CRSVisible+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
RootCmd: CERptEn+ NFERptEn+ FERptEn+
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [400 v1] Data Link Feature <?>
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [450 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: pcieport
Kernel modules: shpchp
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 11
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
IOMMU group: 11
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 1
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 2
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 3
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 4
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 5
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 6
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 7
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
IOMMU group: 12
04:00.0 SD Host controller: O2 Micro, Inc. OZ777 SD/MMC Card Reader Controller (rev 01) (prog-if 01)
Subsystem: ASUSTeK Computer Inc. Device 202f
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 57
IOMMU group: 13
Region 0: Memory at fcf01000 (32-bit, non-prefetchable) [size=4K]
Region 1: Memory at fcf00000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [6c] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [48] MSI: Enable+ Count=1/1 Maskable+ 64bit+
Address: 00000000fee00000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [80] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 unlimited
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
Capabilities: [230 v1] Latency Tolerance Reporting
Max snoop latency: 1048576ns
Max no snoop latency: 1048576ns
Capabilities: [240 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+
L1SubCtl2:
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
05:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
Subsystem: AzureWave ASUS PCE-AXE59BT
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 66
IOMMU group: 14
Region 0: Memory at 7e30300000 (64-bit, prefetchable) [size=1M]
Region 2: Memory at fce00000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [80] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75W TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <8us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [e0] MSI: Enable+ Count=1/32 Maskable+ 64bit+
Address: 00000000fee00000 Data: 0000
Masking: fffffffe Pending: 00000000
Capabilities: [f8] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108 v1] Latency Tolerance Reporting
Max snoop latency: 1048576ns
Max no snoop latency: 1048576ns
Capabilities: [110 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=3us PortTPowerOnTime=52us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=0us LTR1.2_Threshold=166912ns
L1SubCtl2: T_PwrOn=150us
Capabilities: [200 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
Kernel driver in use: mt7921e
Kernel modules: mt7921e
06:00.0 Non-Volatile memory controller: Micron Technology Inc 2450 NVMe SSD [HendrixV] (DRAM-less) (rev 01) (prog-if 02 [NVM Express])
Subsystem: Micron Technology Inc Device 2100
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 46
IOMMU group: 15
Region 0: Memory at fcd00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [80] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75W TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #1, Speed 16GT/s, Width x4, ASPM L1, Exit Latency L1 unlimited
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM L1 Enabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x4
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: Upstream Port, FltMode-
Capabilities: [d0] MSI-X: Enable+ Count=9 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00003000
Capabilities: [e0] MSI: Enable- Count=1/8 Maskable+ 64bit+
Address: 0000000000000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [f8] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100 v1] Latency Tolerance Reporting
Max snoop latency: 1048576ns
Max no snoop latency: 1048576ns
Capabilities: [110 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=10us PortTPowerOnTime=300us
L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
T_CommonMode=0us LTR1.2_Threshold=316416ns
L1SubCtl2: T_PwrOn=300us
Capabilities: [128 v1] Alternative Routing-ID Interpretation (ARI)
ARICap: MFVC- ACS-, Next Function: 0
ARICtl: MFVC- ACS-, Function Group: 0
Capabilities: [1e0 v1] Data Link Feature <?>
Capabilities: [200 v2] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr+ BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr+ HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 04880001 0000230f 06070000 dd93f6ac
Capabilities: [300 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [340 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [378 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: nvme
Kernel modules: nvme
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] (rev c8) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 1dec
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 38
IOMMU group: 16
Region 0: Memory at 7e20000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at 7e30000000 (64-bit, prefetchable) [size=2M]
Region 4: I/O ports at e000 [size=256]
Region 5: Memory at fc600000 (32-bit, non-prefetchable) [size=512K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Legacy Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn+
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=4 Masked-
Vector table: BAR=5 offset=00042000
PBA: BAR=5 offset=00043000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] Page Request Interface (PRI)
PRICtl: Enable+ Reset-
PRISta: RF- UPRGI- Stopped+ PASID-
Page Request Capacity: 00000100, Page Request Allocation: 00000020
Capabilities: [2d0 v1] Process Address Space ID (PASID)
PASIDCap: Exec+ Priv+, Max PASID Width: 10
PASIDCtl: Enable+ Exec- Priv-
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [450 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: amdgpu
Kernel modules: amdgpu
07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Radeon High Definition Audio Controller (prog-if 00 [HDA compatible])
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon High Definition Audio Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 63
IOMMU group: 17
Region 0: Memory at fc6c8000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Legacy Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn+
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
07:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 59
IOMMU group: 18
Region 2: Memory at fc500000 (32-bit, non-prefetchable) [size=1M]
Region 5: Memory at fc6cc000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=2 Masked-
Vector table: BAR=5 offset=00000000
PBA: BAR=5 offset=00001000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: ccp
Kernel modules: ccp
07:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #3 (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 201f
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 36
IOMMU group: 19
Region 0: Memory at fc400000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
07:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #4 (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 201f
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 38
IOMMU group: 20
Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
07:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Audio Coprocessor (rev 60)
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 62
IOMMU group: 21
Region 0: Memory at fc680000 (32-bit, non-prefetchable) [size=256K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: snd_pci_acp6x
Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x, snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_renoir, snd_sof_amd_rembrandt, snd_sof_amd_vangogh, snd_sof_amd_acp63, snd_sof_amd_acp70
07:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Ryzen HD Audio Controller (prog-if 00 [HDA compatible])
Subsystem: ASUSTeK Computer Inc. Device 1d42
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 64
IOMMU group: 22
Region 0: Memory at fc6c0000 (32-bit, non-prefetchable) [size=32K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr+ FatalErr- UnsupReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
08:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #8 (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Device 201f
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 40
IOMMU group: 23
Region 0: Memory at fc900000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCap2: Supported Link Speeds: 2.5-16GT/s, Crosslink- Retimer+ 2Retimers+ DRS-
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Capabilities: [410 v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [450 v1] Lane Margining at the Receiver
PortCap: Uses Driver-
PortSta: MargReady- MargSoftReady-
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
08:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #5 (prog-if 30 [XHCI])
Subsystem: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #5
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 42
IOMMU group: 24
Region 0: Memory at fc800000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
08:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #6 (prog-if 30 [XHCI])
Subsystem: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #6
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 44
IOMMU group: 25
Region 0: Memory at fc700000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x16
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
10BitTagComp+ 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- TPHComp- ExtTPHComp-
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
AtomicOpsCtl: ReqEn-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported, FltMode-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [c0] MSI-X: Enable+ Count=1 Masked-
Vector table: BAR=0 offset=000fe000
PBA: BAR=0 offset=000ff000
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] Suspend broken on 6.19.4
2026-02-28 12:40 [REGRESSION] Suspend broken on 6.19.4 Athul Krishna
@ 2026-02-28 13:51 ` Rafael J. Wysocki
2026-02-28 13:58 ` Rafael J. Wysocki
2026-02-28 15:31 ` Athul Krishna
0 siblings, 2 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2026-02-28 13:51 UTC (permalink / raw)
To: Athul Krishna
Cc: rafael.j.wysocki@intel.com, superm1@kernel.org, sashal@kernel.org,
bp@alien8.de, ACPI Devel Maling List,
linux-kernel@vger.kernel.org
On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
<athul.krishna.kr@protonmail.com> wrote:
>
> 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@intel.com>
> 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@intel.com>
> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
> Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> Signed-off-by: Sasha Levin <sashal@kernel.org>
>
> Reverting the commit or downgrading to 6.19.3 resolves the issue.
> Attached dmesg and lspci.
Is this problem also present in 7.0-rc1?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] Suspend broken on 6.19.4
2026-02-28 13:51 ` Rafael J. Wysocki
@ 2026-02-28 13:58 ` Rafael J. Wysocki
2026-02-28 15:39 ` Sasha Levin
2026-02-28 15:31 ` Athul Krishna
1 sibling, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2026-02-28 13:58 UTC (permalink / raw)
To: Athul Krishna, Greg Kroah-Hartman, Sasha Levin
Cc: rafael.j.wysocki@intel.com, superm1@kernel.org, bp@alien8.de,
ACPI Devel Maling List, linux-kernel@vger.kernel.org
On Sat, Feb 28, 2026 at 2:51 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
> <athul.krishna.kr@protonmail.com> wrote:
> >
> > 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@intel.com>
> > 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@intel.com>
> > Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> > Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
> > Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > Signed-off-by: Sasha Levin <sashal@kernel.org>
> >
> > Reverting the commit or downgrading to 6.19.3 resolves the issue.
> > Attached dmesg and lspci.
>
> Is this problem also present in 7.0-rc1?
To my eyes, this commit shouldn't have been backported to 6.19.y
because the one fixed by it was reverted in the meantime and only
re-added in 7.0-rc1.
Sasha, Greg, how do I request dropping this one from -stable?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] Suspend broken on 6.19.4
2026-02-28 13:51 ` Rafael J. Wysocki
2026-02-28 13:58 ` Rafael J. Wysocki
@ 2026-02-28 15:31 ` Athul Krishna
2026-02-28 15:35 ` Rafael J. Wysocki
1 sibling, 1 reply; 6+ messages in thread
From: Athul Krishna @ 2026-02-28 15:31 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: rafael.j.wysocki@intel.com, superm1@kernel.org, sashal@kernel.org,
bp@alien8.de, ACPI Devel Maling List,
linux-kernel@vger.kernel.org
On Saturday, February 28th, 2026 at 7:21 PM, Rafael J. Wysocki <rafael@kernel.org> wrote:
> On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
> <athul.krishna.kr@protonmail.com> wrote:
> >
> > 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@intel.com>
> > 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@intel.com>
> > Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> > Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
> > Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > Signed-off-by: Sasha Levin <sashal@kernel.org>
> >
> > Reverting the commit or downgrading to 6.19.3 resolves the issue.
> > Attached dmesg and lspci.
>
> Is this problem also present in 7.0-rc1?
>
Nope, not an issue in 7.0-rc1 (7.0.0-rc1-00286-gaed968f8a6cd).
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] Suspend broken on 6.19.4
2026-02-28 15:31 ` Athul Krishna
@ 2026-02-28 15:35 ` Rafael J. Wysocki
0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2026-02-28 15:35 UTC (permalink / raw)
To: Athul Krishna
Cc: Rafael J. Wysocki, rafael.j.wysocki@intel.com, superm1@kernel.org,
sashal@kernel.org, bp@alien8.de, ACPI Devel Maling List,
linux-kernel@vger.kernel.org, Greg Kroah-Hartman, Stable
On Sat, Feb 28, 2026 at 4:31 PM Athul Krishna
<athul.krishna.kr@protonmail.com> wrote:
>
> On Saturday, February 28th, 2026 at 7:21 PM, Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> > On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
> > <athul.krishna.kr@protonmail.com> wrote:
> > >
> > > 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@intel.com>
> > > 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@intel.com>
> > > Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> > > Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
> > > Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
> > > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > > Signed-off-by: Sasha Levin <sashal@kernel.org>
> > >
> > > Reverting the commit or downgrading to 6.19.3 resolves the issue.
> > > Attached dmesg and lspci.
> >
> > Is this problem also present in 7.0-rc1?
> >
> Nope, not an issue in 7.0-rc1 (7.0.0-rc1-00286-gaed968f8a6cd).
OK, thanks!
So as I said, commit 0089ce1c056aee5471 shouldn't have been backported
(sorry for missing that!) and so commit 6cfed39c2ce64ac0 needs to be
reverted from -stable.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [REGRESSION] Suspend broken on 6.19.4
2026-02-28 13:58 ` Rafael J. Wysocki
@ 2026-02-28 15:39 ` Sasha Levin
0 siblings, 0 replies; 6+ messages in thread
From: Sasha Levin @ 2026-02-28 15:39 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Athul Krishna, Greg Kroah-Hartman, rafael.j.wysocki@intel.com,
superm1@kernel.org, bp@alien8.de, ACPI Devel Maling List,
linux-kernel@vger.kernel.org
On Sat, Feb 28, 2026 at 02:58:54PM +0100, Rafael J. Wysocki wrote:
>On Sat, Feb 28, 2026 at 2:51 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>>
>> On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
>> <athul.krishna.kr@protonmail.com> wrote:
>> >
>> > 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@intel.com>
>> > 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@intel.com>
>> > Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
>> > Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
>> > Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
>> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>> > Signed-off-by: Sasha Levin <sashal@kernel.org>
>> >
>> > Reverting the commit or downgrading to 6.19.3 resolves the issue.
>> > Attached dmesg and lspci.
>>
>> Is this problem also present in 7.0-rc1?
>
>To my eyes, this commit shouldn't have been backported to 6.19.y
>because the one fixed by it was reverted in the meantime and only
>re-added in 7.0-rc1.
>
>Sasha, Greg, how do I request dropping this one from -stable?
Now reverted, thanks :)
--
Thanks,
Sasha
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-28 15:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 12:40 [REGRESSION] Suspend broken on 6.19.4 Athul Krishna
2026-02-28 13:51 ` Rafael J. Wysocki
2026-02-28 13:58 ` Rafael J. Wysocki
2026-02-28 15:39 ` Sasha Levin
2026-02-28 15:31 ` Athul Krishna
2026-02-28 15:35 ` Rafael J. Wysocki
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.