* [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
@ 2026-04-02 18:49 Joyful Lee
2026-04-02 19:58 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-02 18:49 UTC (permalink / raw)
To: platform-driver-x86
Cc: Shyam Sundar S K, Hans de Goede, Ilpo Järvinen, linux-pci,
Bjorn Helgaas, linux-acpi, Rafael J. Wysocki, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 5316 bytes --]
Hello,
I am reporting a Linux s2idle suspend/resume failure on an ASUS ProArt PX13
HN7306WU where the AMD root port upstream of the NVIDIA dGPU comes back
corrupted only when the system actually enters real S0ix via amd_pmc.
Hardware / firmware:
- Vendor/model: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU
- Board: HN7306WU
- BIOS: HN7306WU.316, dated 2025-03-18
- CPU: AMD Ryzen AI 9 HX 370
- iGPU: Radeon 890M
- dGPU: NVIDIA AD107M RTX 4050 Mobile [10de:28a1]
- NVIDIA HDA function: [10de:22be]
- Upstream PCIe root port: AMD Strix/Strix Halo GPP Bridge [1022:150b] at
0000:00:03.1
- ACPI PMC device: AMDI000A
- MSFT0201 is present and IVRS/IOMMU are present on this machine
Software:
- Gentoo
- Kernel: reproduced on local 6.18.19 builds; current local baseline is
6.18.19 on April 2, 2026
- mem_sleep only offers [s2idle]
The same hardware/configuration is known-good on Windows.
Problem summary:
- If Linux actually enters real S0ix through amd_pmc, the root port 0000:00:03.1
is already corrupted by the first PMC restore hook, before normal PCI child
resume.
- After that, the NVIDIA endpoint and its HDA function become inaccessible and
read back as "Unknown header type 7f".
- The user-visible driver failure happens with both nouveau and the proprietary
NVIDIA driver, so the GPU driver failure looks downstream of the real fault.
Minimal reproduction:
1. Boot Linux.
2. Suspend to s2idle and resume.
3. Observe the dGPU disappear and the root port return with impossible
link state.
This reproduces even if I force both NVIDIA functions to remain in D0 before
suspend and pin 0000:c4:00.1 with power/control=on.
Representative logs from a failing run:
PM: suspend entry (s2idle)
amd_pmc AMDI000A:00: ASUS HN7306WU PMC: prepare_post_hint root
current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=3084
lnkctl2=0044
amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_entry root
current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101
lnkctl2=0044
pci 0000:c4:00.0: Unable to change power state from D0 to D0, device
inaccessible
snd_hda_intel 0000:c4:00.1: Unable to change power state from
D3hot/D3cold to D0, device inaccessible
PM: suspend exit
Representative post-failure PCI state:
- 0000:00:03.1 reports "LnkSta: Speed 2.5GT/s, Width x16 (overdriven)" on a
port whose max width is x8
- 0000:c4:00.0 returns "Unknown header type 7f"
- 0000:c4:00.1 returns "Unknown header type 7f"
Important findings from debugging:
- The corruption happens before normal PCI child resume. Instrumenting the root
port in amd_pmc and in PCI resume hooks shows the port is still healthy after
the PMC entry hint, but already broken at the first restore hook.
- This is not specific to runtime D3 of the NVIDIA functions. The failure still
reproduces when both functions are kept in D0 before suspend.
- This is not specific to nouveau. The same underlying failure was seen with the
proprietary NVIDIA driver.
- pcie_port_pm=off did not help.
- ACPI PEGP/_PS3/_PS0/_DSM override experiments did not help.
- Skipping Microsoft and AMD LPS0 _DSM paths did not help.
- Skipping the PMC restore hint did not help.
The strongest result is that preventing real S0ix prevents the corruption:
- If amd_pmc is blacklisted, or if the PMC entry path is altered so that S0ix is
not actually entered, suspend/resume does not corrupt the root port and the
NVIDIA device remains healthy.
- In those cases, amd_pmc debugfs shows:
- Hint Count: 0
- Last S0i3 Status: Unknown/Fail
- zero S0ix residency
I tested several PMC variations:
- Override OS hint message ID from the normal AMDI000A path (0x03 / RN) to
0x01 or 0x02:
- suspend/resume succeeds
- root port remains healthy
- but real S0ix is not entered (Hint Count 0)
- Clear the low arg bit for the normal 0x03 message:
- root port remains healthy
- but real S0ix is not entered
- Force the older message register offset (0x538 instead of 0x938):
- amd_pmc fails to talk to SMU
- real S0ix is not entered
- root port remains healthy
- Prepend message sequencing before the normal 0x03/arg=1 deep-entry hint:
- 0x02 before 0x03/arg=1: still fails
- 0x03/arg=0 before 0x03/arg=1: still fails
So far, every path that reaches real S0ix through the normal 0x03/arg=1 PMC
flow still corrupts the root port, while every path that avoids real S0ix keeps
the root port healthy.
Why I am sending this to platform-driver-x86 first:
- The highest-signal evidence points at AMDI000A/amd_pmc/PMFW deep-entry
semantics, not at the NVIDIA driver.
- PCI is CCed because the visible break is a corrupted root port and
inaccessible
child devices, but the corruption appears before normal PCI child resume.
- ACPI is CCed because I also ruled down the LPS0 _DSM path.
Questions:
- Are the AMDI000A / 1Ah MSG_OS_HINT_RN semantics definitely correct for this
platform, or could there be a missing precondition / arg encoding / sideband
step that Windows performs and Linux does not?
- Is there any known PMFW / BIOS dependency for ASUS HN7306WU or similar Strix
platforms with a dGPU behind 1022:150b during s2idle?
- Is there an existing amd_pmc quirk direction I should try next?
I can test candidate patches quickly and provide full dmesg/journal output if
helpful.
Thanks,
Joyful Lee
[-- Attachment #2: px13-lspci-after.txt --]
[-- Type: text/plain, Size: 6862 bytes --]
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo GPP Bridge [1022:150b] (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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 38
IOMMU group: 9
Bus: primary=00, secondary=c4, subordinate=c4, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: dc000000-dd0fffff [size=17M] [32-bit]
Prefetchable memory behind bridge: 7800000000-7a01ffffff [size=8224M] [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 #247, 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 x16 (overdriven)
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: 00000000fee1a000 Data: 0020
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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+
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
L1SubCtl2:
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
c4:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M [GeForce RTX 4050 Max-Q / Mobile] [10de:28a1] (rev a1) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
!!! Unknown header type 7f
Interrupt: pin ? routed to IRQ 255
IOMMU group: 19
Region 0: Memory at dc000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 7800000000 (64-bit, prefetchable) [size=8G]
Region 3: Memory at 7a00000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at f000 [size=128]
Expansion ROM at dd000000 [disabled] [size=512K]
c4:00.1 Audio device [0403]: NVIDIA Corporation AD107 High Definition Audio Controller [10de:22be] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
!!! Unknown header type 7f
Interrupt: pin ? routed to IRQ 101
IOMMU group: 19
Region 0: Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
[-- Attachment #3: px13-lspci-before.txt --]
[-- Type: text/plain, Size: 14940 bytes --]
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo GPP Bridge [1022:150b] (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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 38
IOMMU group: 9
Bus: primary=00, secondary=c4, subordinate=c4, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: dc000000-dd0fffff [size=17M] [32-bit]
Prefetchable memory behind bridge: 7800000000-7a01ffffff [size=8224M] [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 16GT/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: 00000000fee1a000 Data: 0020
Capabilities: [c0] Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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+
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
L1SubCtl2:
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
c4:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M [GeForce RTX 4050 Max-Q / Mobile] [10de:28a1] (rev a1) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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 255
IOMMU group: 19
Region 0: Memory at dc000000 (32-bit, non-prefetchable) [disabled] [size=16M]
Region 1: Memory at 7800000000 (64-bit, prefetchable) [disabled] [size=8G]
Region 3: Memory at 7a00000000 (64-bit, prefetchable) [disabled] [size=32M]
Region 5: I/O ports at f000 [disabled] [size=128]
Expansion ROM at dd000000 [disabled] [size=512K]
Capabilities: [60] 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: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [78] Express (v2) Legacy Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ 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 #0, Speed 16GT/s, Width x8, ASPM L1, Exit Latency L1 <4us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch+ ClockPM+ AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x8
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Via message, ExtFmt- EETLPPrefix-
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: [b4] Vendor Specific Information: Len=14 <?>
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=ff
Status: NegoPending- InProgress-
Capabilities: [250 v1] Latency Tolerance Reporting
Max snoop latency: 1048576ns
Max no snoop latency: 1048576ns
Capabilities: [258 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
T_CommonMode=0us LTR1.2_Threshold=32768ns
L1SubCtl2: T_PwrOn=10us
Capabilities: [128 v1] Power Budgeting <?>
Capabilities: [420 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
Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Capabilities: [900 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn- PerformEqu-
LaneErrStat: 0
Capabilities: [bb0 v1] Physical Resizable BAR
BAR 0: current size: 16MB, supported: 16MB
BAR 1: current size: 8GB, supported: 64MB 128MB 256MB 512MB 1GB 2GB 4GB 8GB
BAR 3: current size: 32MB, supported: 32MB
Capabilities: [c1c v1] Physical Layer 16.0 GT/s
Phy16Sta: EquComplete+ EquPhase1+ EquPhase2+ EquPhase3+ LinkEquRequest-
Capabilities: [d00 v1] Lane Margining at the Receiver
PortCap: Uses Driver+
PortSta: MargReady- MargSoftReady-
Capabilities: [e00 v1] Data Link Feature <?>
c4:00.1 Audio device [0403]: NVIDIA Corporation AD107 High Definition Audio Controller [10de:22be] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:1ed3]
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 107
IOMMU group: 19
Region 0: Memory at dd080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [60] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D3 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [78] Express (v2) Endpoint, IntMsgNum 0
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75W 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 L1, Exit Latency L1 <4us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt- FltModeDis-
LnkSta: Speed 16GT/s, Width x8
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range AB, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp+ 10BitTagReq+ OBFF Via message, 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: [100 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
Capabilities: [160 v1] Data Link Feature <?>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
[-- Attachment #4: px13-suspend-resume-kernel.log --]
[-- Type: text/x-log, Size: 129759 bytes --]
Apr 02 03:59:23 osprey kernel: Linux version 6.18.19 (root@osprey) (x86_64-pc-linux-gnu-gcc (Gentoo 15.2.1_p20260214 p5) 15.2.1 20260214, GNU ld (Gentoo 2.46.0 p1) 2.46.0) #4 SMP PREEMPT_DYNAMIC Wed Apr 1 20:24:53 EDT 2026
Apr 02 03:59:23 osprey kernel: Command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\initrd modprobe.blacklist=nouveau root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
Apr 02 03:59:23 osprey kernel: x86/split lock detection: #DB: warning on user-space bus_locks
Apr 02 03:59:23 osprey kernel: BIOS-provided physical RAM map:
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009b7efff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000009b7f000-0x0000000009ffffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000000a23c000-0x000000006817efff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000006817f000-0x000000006e17efff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000007027f000-0x00000000783fefff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x00000000783ff000-0x0000000079ff6fff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000079ff7000-0x0000000079ffcfff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000079ffd000-0x0000000079ffefff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000079fff000-0x000000007bffffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000007d675000-0x000000007d6fffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000007d800000-0x000000007fffffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x0000000100000000-0x000000085e17ffff] usable
Apr 02 03:59:23 osprey kernel: BIOS-e820: [mem 0x000000085f1c0000-0x00000008a01fffff] reserved
Apr 02 03:59:23 osprey kernel: NX (Execute Disable) protection: active
Apr 02 03:59:23 osprey kernel: APIC: Static calls initialized
Apr 02 03:59:23 osprey kernel: efi: EFI v2.9 by American Megatrends
Apr 02 03:59:23 osprey kernel: efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70233000 SMBIOS=0x77f72000 SMBIOS 3.0=0x77f71000 MEMATTR=0x63a0b018 ESRT=0x651deb18 RNG=0x6e206f18 INITRD=0x62269698 TPMEventLog=0x6e1fc018
Apr 02 03:59:23 osprey kernel: random: crng init done
Apr 02 03:59:23 osprey kernel: efi: Remove mem70: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Apr 02 03:59:23 osprey kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Apr 02 03:59:23 osprey kernel: efi: Remove mem71: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
Apr 02 03:59:23 osprey kernel: e820: remove [mem 0xfd000000-0xfedfffff] reserved
Apr 02 03:59:23 osprey kernel: efi: Not removing mem72: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Apr 02 03:59:23 osprey kernel: efi: Remove mem73: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
Apr 02 03:59:23 osprey kernel: e820: remove [mem 0xfee01000-0xffffffff] reserved
Apr 02 03:59:23 osprey kernel: efi: Remove mem75: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
Apr 02 03:59:23 osprey kernel: e820: remove [mem 0x880000000-0x8a01fffff] reserved
Apr 02 03:59:23 osprey kernel: SMBIOS 3.7.0 present.
Apr 02 03:59:23 osprey kernel: DMI: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU/HN7306WU, BIOS HN7306WU.316 03/18/2025
Apr 02 03:59:23 osprey kernel: DMI: Memory slots populated: 4/4
Apr 02 03:59:23 osprey kernel: tsc: Fast TSC calibration using PIT
Apr 02 03:59:23 osprey kernel: tsc: Detected 1996.183 MHz processor
Apr 02 03:59:23 osprey kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 02 03:59:23 osprey kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 02 03:59:23 osprey kernel: last_pfn = 0x85e180 max_arch_pfn = 0x400000000
Apr 02 03:59:23 osprey kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Apr 02 03:59:23 osprey kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Apr 02 03:59:23 osprey kernel: last_pfn = 0x79fff max_arch_pfn = 0x400000000
Apr 02 03:59:23 osprey kernel: esrt: Reserving ESRT space from 0x00000000651deb18 to 0x00000000651deba0.
Apr 02 03:59:23 osprey kernel: e820: update [mem 0x651de000-0x651defff] usable ==> reserved
Apr 02 03:59:23 osprey kernel: Using GB pages for direct mapping
Apr 02 03:59:23 osprey kernel: Secure boot disabled
Apr 02 03:59:23 osprey kernel: RAMDISK: [mem 0x5a5ca000-0x5d6a6fff]
Apr 02 03:59:23 osprey kernel: ACPI: Early table checksum verification disabled
Apr 02 03:59:23 osprey kernel: ACPI: RSDP 0x000000006E27E014 000024 (v02 _ASUS_)
Apr 02 03:59:23 osprey kernel: ACPI: XSDT 0x000000006E27D728 0001A4 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
Apr 02 03:59:23 osprey kernel: ACPI: FACP 0x000000006E271000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: DSDT 0x000000006E25D000 013229 (v02 _ASUS_ Notebook 01072009 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: FACS 0x000000006FA18000 000040
Apr 02 03:59:23 osprey kernel: ACPI: MSDM 0x000000006E27C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E273000 0083FE (v02 AMD AmdTable 00000002 MSFT 04000000)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E272000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
Apr 02 03:59:23 osprey kernel: ACPI: FIDT 0x000000006E25C000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: ECDT 0x000000006E25B000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Apr 02 03:59:23 osprey kernel: ACPI: MCFG 0x000000006E25A000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: HPET 0x000000006E259000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
Apr 02 03:59:23 osprey kernel: ACPI: UEFI 0x000000006FA16000 000048 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
Apr 02 03:59:23 osprey kernel: ACPI: FPDT 0x000000006E258000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
Apr 02 03:59:23 osprey kernel: ACPI: ABLT 0x000000006E257000 0002C2 (v00 00000000 00000000)
Apr 02 03:59:23 osprey kernel: ACPI: VFCT 0x000000006E252000 004484 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
Apr 02 03:59:23 osprey kernel: ACPI: BGRT 0x000000006E251000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E250000 00021A (v02 AMD Hetero 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: PCCT 0x000000006E24F000 0000D4 (v02 AMD AmdTable 00000001 AMD 00000001)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E247000 007EA6 (v02 AMD AMD CPU 00000001 AMD 00000001)
Apr 02 03:59:23 osprey kernel: ACPI: SDEV 0x000000006E246000 0001F2 (v01 AMD SdevTble 00000001 ACPI 00000002)
Apr 02 03:59:23 osprey kernel: ACPI: TPM2 0x000000006E245000 000050 (v05 _ASUS_ Notebook 00000001 AMI 00000000)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E243000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E240000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E23F000 000024 (v02 AMD CPMDFDG1 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E23A000 004200 (v02 AMD CPMD3CLD 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E238000 001DB7 (v02 AMD CPMPMF 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E237000 000889 (v02 AMD CPMWLRC 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E236000 000EB9 (v02 AMD OEMACP 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E235000 000A70 (v02 AMD OEMPMF 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E22B000 009AC6 (v02 AMD CPMCMN 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: WSMT 0x000000006E22A000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: APIC 0x000000006E229000 000128 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E228000 00010D (v02 MSFT MHSP 00000004 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E227000 000051 (v02 AMD DRTM 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: IVRS 0x000000006E226000 0001F6 (v02 AMD AmdTable 00000001 AMD 00000001)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E225000 00096A (v02 AMD CPMMSOSC 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E224000 000F5C (v02 AMD CPMACPV8 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E223000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E222000 0008ED (v02 AMD THERMAL0 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E221000 0005F9 (v02 AMD GPP_PME_ 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E217000 009726 (v02 AMD INTGPPC_ 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E212000 004607 (v02 AMD INTGPPA_ 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E211000 000921 (v02 AMD CPMGPIO0 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E210000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E20F000 000509 (v02 AMD CPMSFAML 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E20D000 0011BC (v01 AMD CPMUCSI 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E20C000 000A13 (v02 AMD SDCR 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E20B000 000ABF (v02 AMD WLAN 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E20A000 000CA7 (v02 AMD NVME 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E209000 000664 (v02 AMD GpMsSsdt 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: SSDT 0x000000006E207000 0016FA (v02 AMD UPEP 00000001 INTL 20230331)
Apr 02 03:59:23 osprey kernel: ACPI: Reserving FACP table memory at [mem 0x6e271000-0x6e271113]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving DSDT table memory at [mem 0x6e25d000-0x6e270228]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving FACS table memory at [mem 0x6fa18000-0x6fa1803f]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e27b3fd]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e272000-0x6e272308]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving FIDT table memory at [mem 0x6e25c000-0x6e25c09b]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving ECDT table memory at [mem 0x6e25b000-0x6e25b0c0]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving MCFG table memory at [mem 0x6e25a000-0x6e25a03b]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving HPET table memory at [mem 0x6e259000-0x6e259037]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving UEFI table memory at [mem 0x6fa16000-0x6fa16047]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving FPDT table memory at [mem 0x6e258000-0x6e258043]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving ABLT table memory at [mem 0x6e257000-0x6e2572c1]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving VFCT table memory at [mem 0x6e252000-0x6e256483]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving BGRT table memory at [mem 0x6e251000-0x6e251037]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e250000-0x6e250219]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving PCCT table memory at [mem 0x6e24f000-0x6e24f0d3]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e247000-0x6e24eea5]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SDEV table memory at [mem 0x6e246000-0x6e2461f1]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving TPM2 table memory at [mem 0x6e245000-0x6e24504f]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e243000-0x6e24469d]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e240000-0x6e242aa5]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e23f000-0x6e23f023]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e23a000-0x6e23e1ff]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e238000-0x6e239db6]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e237000-0x6e237888]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e236000-0x6e236eb8]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e235000-0x6e235a6f]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e22b000-0x6e234ac5]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving WSMT table memory at [mem 0x6e22a000-0x6e22a027]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving APIC table memory at [mem 0x6e229000-0x6e229127]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e228000-0x6e22810c]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e227000-0x6e227050]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving IVRS table memory at [mem 0x6e226000-0x6e2261f5]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e225000-0x6e225969]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e224000-0x6e224f5b]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e223000-0x6e2234ff]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e222000-0x6e2228ec]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e221000-0x6e2215f8]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e220725]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e212000-0x6e216606]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e211000-0x6e211920]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e210000-0x6e21008c]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e20f000-0x6e20f508]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e20d000-0x6e20e1bb]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e20c000-0x6e20ca12]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e20b000-0x6e20babe]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e20a000-0x6e20aca6]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e209000-0x6e209663]
Apr 02 03:59:23 osprey kernel: ACPI: Reserving SSDT table memory at [mem 0x6e207000-0x6e2086f9]
Apr 02 03:59:23 osprey kernel: No NUMA configuration found
Apr 02 03:59:23 osprey kernel: Faking a node at [mem 0x0000000000000000-0x000000085e17ffff]
Apr 02 03:59:23 osprey kernel: NODE_DATA(0) allocated [mem 0x85e17c800-0x85e17ffff]
Apr 02 03:59:23 osprey kernel: Zone ranges:
Apr 02 03:59:23 osprey kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Apr 02 03:59:23 osprey kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Apr 02 03:59:23 osprey kernel: Normal [mem 0x0000000100000000-0x000000085e17ffff]
Apr 02 03:59:23 osprey kernel: Movable zone start for each node
Apr 02 03:59:23 osprey kernel: Early memory node ranges
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x0000000000100000-0x0000000009b7efff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x000000000a23c000-0x000000006817efff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x00000000783ff000-0x0000000079ff6fff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x0000000079ffd000-0x0000000079ffefff]
Apr 02 03:59:23 osprey kernel: node 0: [mem 0x0000000100000000-0x000000085e17ffff]
Apr 02 03:59:23 osprey kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000085e17ffff]
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA32: 1153 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA32: 60 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA32: 33408 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone DMA32: 6 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone Normal: 24577 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: On node 0, zone Normal: 7808 pages in unavailable ranges
Apr 02 03:59:23 osprey kernel: ACPI: PM-Timer IO Port: 0x808
Apr 02 03:59:23 osprey kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Apr 02 03:59:23 osprey kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Apr 02 03:59:23 osprey kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Apr 02 03:59:23 osprey kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 02 03:59:23 osprey kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
Apr 02 03:59:23 osprey kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Apr 02 03:59:23 osprey kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Apr 02 03:59:23 osprey kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Apr 02 03:59:23 osprey kernel: e820: update [mem 0x62a37000-0x62b0cfff] usable ==> reserved
Apr 02 03:59:23 osprey kernel: CPU topo: Max. logical packages: 1
Apr 02 03:59:23 osprey kernel: CPU topo: Max. logical dies: 1
Apr 02 03:59:23 osprey kernel: CPU topo: Max. dies per package: 1
Apr 02 03:59:23 osprey kernel: CPU topo: Max. threads per core: 2
Apr 02 03:59:23 osprey kernel: CPU topo: Num. cores per package: 12
Apr 02 03:59:23 osprey kernel: CPU topo: Num. threads per package: 24
Apr 02 03:59:23 osprey kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x09b7f000-0x09ffffff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x62a37000-0x62b0cfff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x651de000-0x651defff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x6817f000-0x783fefff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x79ff7000-0x79ffcfff]
Apr 02 03:59:23 osprey kernel: PM: hibernation: Registered nosave memory: [mem 0x79fff000-0xffffffff]
Apr 02 03:59:23 osprey kernel: [mem 0x80000000-0xfedfffff] available for PCI devices
Apr 02 03:59:23 osprey kernel: Booting paravirtualized kernel on bare hardware
Apr 02 03:59:23 osprey kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Apr 02 03:59:23 osprey kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
Apr 02 03:59:23 osprey kernel: percpu: Embedded 54 pages/cpu s180824 r8192 d32168 u262144
Apr 02 03:59:23 osprey kernel: pcpu-alloc: s180824 r8192 d32168 u262144 alloc=1*2097152
Apr 02 03:59:23 osprey kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Apr 02 03:59:23 osprey kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23
Apr 02 03:59:23 osprey kernel: Kernel command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\initrd modprobe.blacklist=nouveau root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
Apr 02 03:59:23 osprey kernel: Dynamic Preempt: full
Apr 02 03:59:23 osprey kernel: printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Apr 02 03:59:23 osprey kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Apr 02 03:59:23 osprey kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 02 03:59:23 osprey kernel: software IO TLB: area num 32.
Apr 02 03:59:23 osprey kernel: Fallback order for Node 0: 0
Apr 02 03:59:23 osprey kernel: Built 1 zonelists, mobility grouping on. Total pages: 8157659
Apr 02 03:59:23 osprey kernel: Policy zone: Normal
Apr 02 03:59:23 osprey kernel: mem auto-init: stack:all(zero), heap alloc:off, heap free:off
Apr 02 03:59:23 osprey kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
Apr 02 03:59:23 osprey kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 02 03:59:23 osprey kernel: rcu: RCU event tracing is enabled.
Apr 02 03:59:23 osprey kernel: rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=24.
Apr 02 03:59:23 osprey kernel: Trampoline variant of Tasks RCU enabled.
Apr 02 03:59:23 osprey kernel: Tracing variant of Tasks RCU enabled.
Apr 02 03:59:23 osprey kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Apr 02 03:59:23 osprey kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
Apr 02 03:59:23 osprey kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Apr 02 03:59:23 osprey kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
Apr 02 03:59:23 osprey kernel: NR_IRQS: 4352, nr_irqs: 1160, preallocated irqs: 16
Apr 02 03:59:23 osprey kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Apr 02 03:59:23 osprey kernel: Console: colour dummy device 80x25
Apr 02 03:59:23 osprey kernel: printk: legacy console [tty0] enabled
Apr 02 03:59:23 osprey kernel: ACPI: Core revision 20250807
Apr 02 03:59:23 osprey kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Apr 02 03:59:23 osprey kernel: APIC: Switch to symmetric I/O mode setup
Apr 02 03:59:23 osprey kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 02 03:59:23 osprey kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c3155666, max_idle_ns: 881590676068 ns
Apr 02 03:59:23 osprey kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.36 BogoMIPS (lpj=1996183)
Apr 02 03:59:23 osprey kernel: RDSEED32 is broken. Disabling the corresponding CPUID bit.
Apr 02 03:59:23 osprey kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Apr 02 03:59:23 osprey kernel: LVT offset 1 assigned for vector 0xf9
Apr 02 03:59:23 osprey kernel: LVT offset 2 assigned for vector 0xf4
Apr 02 03:59:23 osprey kernel: Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Apr 02 03:59:23 osprey kernel: Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
Apr 02 03:59:23 osprey kernel: process: using mwait in idle threads
Apr 02 03:59:23 osprey kernel: mitigations: Enabled attack vectors: user_kernel, user_user, SMT mitigations: auto
Apr 02 03:59:23 osprey kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Apr 02 03:59:23 osprey kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Apr 02 03:59:23 osprey kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Apr 02 03:59:23 osprey kernel: Speculative Return Stack Overflow: Vulnerable: Microcode, no safe RET
Apr 02 03:59:23 osprey kernel: VMSCAPE: Vulnerable
Apr 02 03:59:23 osprey kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 02 03:59:23 osprey kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Apr 02 03:59:23 osprey kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
Apr 02 03:59:23 osprey kernel: x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
Apr 02 03:59:23 osprey kernel: x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
Apr 02 03:59:23 osprey kernel: Freeing SMP alternatives memory: 52K
Apr 02 03:59:23 osprey kernel: pid_max: default: 32768 minimum: 301
Apr 02 03:59:23 osprey kernel: LSM: initializing lsm=capability,landlock,selinux
Apr 02 03:59:23 osprey kernel: landlock: Up and running.
Apr 02 03:59:23 osprey kernel: SELinux: Initializing.
Apr 02 03:59:23 osprey kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Apr 02 03:59:23 osprey kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Apr 02 03:59:23 osprey kernel: smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
Apr 02 03:59:23 osprey kernel: Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
Apr 02 03:59:23 osprey kernel: ... version: 2
Apr 02 03:59:23 osprey kernel: ... bit width: 48
Apr 02 03:59:23 osprey kernel: ... generic counters: 6
Apr 02 03:59:23 osprey kernel: ... generic bitmap: 000000000000003f
Apr 02 03:59:23 osprey kernel: ... fixed-purpose counters: 0
Apr 02 03:59:23 osprey kernel: ... fixed-purpose bitmap: 0000000000000000
Apr 02 03:59:23 osprey kernel: ... value mask: 0000ffffffffffff
Apr 02 03:59:23 osprey kernel: ... max period: 00007fffffffffff
Apr 02 03:59:23 osprey kernel: ... global_ctrl mask: 000000000000003f
Apr 02 03:59:23 osprey kernel: signal: max sigframe size: 3376
Apr 02 03:59:23 osprey kernel: rcu: Hierarchical SRCU implementation.
Apr 02 03:59:23 osprey kernel: rcu: Max phase no-delay instances is 400.
Apr 02 03:59:23 osprey kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Apr 02 03:59:23 osprey kernel: smp: Bringing up secondary CPUs ...
Apr 02 03:59:23 osprey kernel: smpboot: x86: Booting SMP configuration:
Apr 02 03:59:23 osprey kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Apr 02 03:59:23 osprey kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Apr 02 03:59:23 osprey kernel: smp: Brought up 1 node, 24 CPUs
Apr 02 03:59:23 osprey kernel: smpboot: Total of 24 processors activated (95816.78 BogoMIPS)
Apr 02 03:59:23 osprey kernel: Memory: 31826140K/32630636K available (18284K kernel code, 2422K rwdata, 7200K rodata, 2784K init, 1756K bss, 793620K reserved, 0K cma-reserved)
Apr 02 03:59:23 osprey kernel: devtmpfs: initialized
Apr 02 03:59:23 osprey kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
Apr 02 03:59:23 osprey kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
Apr 02 03:59:23 osprey kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Apr 02 03:59:23 osprey kernel: posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
Apr 02 03:59:23 osprey kernel: futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
Apr 02 03:59:23 osprey kernel: pinctrl core: initialized pinctrl subsystem
Apr 02 03:59:23 osprey kernel: PM: RTC time: 07:59:23, date: 2026-04-02
Apr 02 03:59:23 osprey kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Apr 02 03:59:23 osprey kernel: audit: initializing netlink subsys (disabled)
Apr 02 03:59:23 osprey kernel: audit: type=2000 audit(1775116763.135:1): state=initialized audit_enabled=0 res=1
Apr 02 03:59:23 osprey kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 02 03:59:23 osprey kernel: cpuidle: using governor menu
Apr 02 03:59:23 osprey kernel: Detected 1 PCC Subspaces
Apr 02 03:59:23 osprey kernel: Registering PCC driver as Mailbox controller
Apr 02 03:59:23 osprey kernel: efi: Freeing EFI boot services memory: 68164K
Apr 02 03:59:23 osprey kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Apr 02 03:59:23 osprey kernel: PCI: Using configuration type 1 for base access
Apr 02 03:59:23 osprey kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Apr 02 03:59:23 osprey kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Apr 02 03:59:23 osprey kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Apr 02 03:59:23 osprey kernel: ACPI: Added _OSI(Module Device)
Apr 02 03:59:23 osprey kernel: ACPI: Added _OSI(Processor Device)
Apr 02 03:59:23 osprey kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 02 03:59:23 osprey kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._S0W], AE_ALREADY_EXISTS (20250807/dswload2-326)
Apr 02 03:59:23 osprey kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
Apr 02 03:59:23 osprey kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Apr 02 03:59:23 osprey kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR0], AE_ALREADY_EXISTS (20250807/dswload2-326)
Apr 02 03:59:23 osprey kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
Apr 02 03:59:23 osprey kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR3], AE_ALREADY_EXISTS (20250807/dswload2-326)
Apr 02 03:59:23 osprey kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
Apr 02 03:59:23 osprey kernel: ACPI: 32 ACPI AML tables successfully acquired and loaded
Apr 02 03:59:23 osprey kernel: ACPI: EC: EC started
Apr 02 03:59:23 osprey kernel: ACPI: EC: interrupt blocked
Apr 02 03:59:23 osprey kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 02 03:59:23 osprey kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Apr 02 03:59:23 osprey kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 02 03:59:23 osprey kernel: ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
Apr 02 03:59:23 osprey kernel: ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
Apr 02 03:59:23 osprey kernel: ACPI: Interpreter enabled
Apr 02 03:59:23 osprey kernel: ACPI: PM: (supports S0 S4 S5)
Apr 02 03:59:23 osprey kernel: ACPI: Using IOAPIC for interrupt routing
Apr 02 03:59:23 osprey kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 02 03:59:23 osprey kernel: PCI: Ignoring E820 reservations for host bridge windows
Apr 02 03:59:23 osprey kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP4.RPR2: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPP9.M237: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT5.BTPR: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PRWL: New power resource
Apr 02 03:59:23 osprey kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 02 03:59:23 osprey kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 02 03:59:23 osprey kernel: acpi PNP0A08:00: _OSC: platform does not support [LTR]
Apr 02 03:59:23 osprey kernel: acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
Apr 02 03:59:23 osprey kernel: PCI host bridge to bus 0000:00
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: PCI bridge to [bus 61-c0]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: PCI bridge to [bus c1]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: PCI bridge to [bus c2]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: PCI bridge to [bus c3]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: PCI bridge to [bus c4]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: PCI bridge to [bus c5]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: PCI bridge to [bus c6]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: PCI bridge to [bus c7]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: PCI bridge to [bus 61-c0]
Apr 02 03:59:23 osprey kernel: pci 0000:c1:00.0: [15b7:5015] type 00 class 0x010802 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c1:00.0: BAR 0 [mem 0xde300000-0xde303fff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: PCI bridge to [bus c1]
Apr 02 03:59:23 osprey kernel: pci 0000:c2:00.0: [17a0:9755] type 00 class 0x080501 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c2:00.0: BAR 0 [mem 0xde200000-0xde200fff]
Apr 02 03:59:23 osprey kernel: pci 0000:c2:00.0: supports D1 D2
Apr 02 03:59:23 osprey kernel: pci 0000:c2:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: PCI bridge to [bus c2]
Apr 02 03:59:23 osprey kernel: pci 0000:c3:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c3:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c3:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: PCI bridge to [bus c3]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: BAR 0 [mem 0xdc000000-0xdcffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: BAR 1 [mem 0x7800000000-0x79ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: BAR 3 [mem 0x7a00000000-0x7a01ffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: BAR 5 [io 0xf000-0xf07f]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: ROM [mem 0xdd000000-0xdd07ffff pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: PME# supported from D0 D3hot
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.1: BAR 0 [mem 0xdd080000-0xdd083fff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: PCI bridge to [bus c4]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: BAR 0 [mem 0x7a10000000-0x7a1fffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: BAR 2 [mem 0xdd200000-0xdd3fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: BAR 4 [io 0xe000-0xe0ff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: BAR 5 [mem 0xdd700000-0xdd77ffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: PME# supported from D1 D2 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: BAR 0 [mem 0xdd7c8000-0xdd7cbfff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: PME# supported from D1 D2 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.2: BAR 2 [mem 0xdd600000-0xdd6fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.2: BAR 5 [mem 0xdd7ce000-0xdd7cffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.2: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.4: BAR 0 [mem 0xdd500000-0xdd5fffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.4: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: BAR 0 [mem 0xdd780000-0xdd7bffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: BAR 2 [mem 0x7a20000000-0x7a207fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.6: BAR 0 [mem 0xdd7c0000-0xdd7c7fff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.6: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.7: BAR 2 [mem 0xdd400000-0xdd4fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.7: BAR 5 [mem 0xdd7cc000-0xdd7cdfff]
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.7: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: PCI bridge to [bus c5]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.0: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: BAR 0 [mem 0xde000000-0xde0fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: BAR 1 [mem 0xde100000-0xde101fff]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: BAR 2 [mem 0x7a20900000-0x7a2097ffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: BAR 4 [mem 0xde103000-0xde103fff]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: BAR 5 [mem 0xde102000-0xde102fff]
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: PCI bridge to [bus c6]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.0: BAR 0 [mem 0xdde00000-0xddefffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.0: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.0: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.3: BAR 0 [mem 0xddd00000-0xdddfffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.3: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.3: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.4: BAR 0 [mem 0xddc00000-0xddcfffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.4: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.4: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.5: BAR 0 [mem 0xddf80000-0xddffffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.5: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.5: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.6: BAR 0 [mem 0xddf00000-0xddf7ffff 64bit]
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.6: enabling Extended Tags
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.6: PME# supported from D0 D3hot D3cold
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: PCI bridge to [bus c7]
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Apr 02 03:59:23 osprey kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Apr 02 03:59:23 osprey kernel: Low-power S0 idle used by default for system suspend
Apr 02 03:59:23 osprey kernel: ACPI: EC: interrupt unblocked
Apr 02 03:59:23 osprey kernel: ACPI: EC: event unblocked
Apr 02 03:59:23 osprey kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr 02 03:59:23 osprey kernel: ACPI: EC: GPE=0x10
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Apr 02 03:59:23 osprey kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Apr 02 03:59:23 osprey kernel: iommu: Default domain type: Translated
Apr 02 03:59:23 osprey kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Apr 02 03:59:23 osprey kernel: SCSI subsystem initialized
Apr 02 03:59:23 osprey kernel: libata version 3.00 loaded.
Apr 02 03:59:23 osprey kernel: ACPI: bus type USB registered
Apr 02 03:59:23 osprey kernel: usbcore: registered new interface driver usbfs
Apr 02 03:59:23 osprey kernel: usbcore: registered new interface driver hub
Apr 02 03:59:23 osprey kernel: usbcore: registered new device driver usb
Apr 02 03:59:23 osprey kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 02 03:59:23 osprey kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 02 03:59:23 osprey kernel: PTP clock support registered
Apr 02 03:59:23 osprey kernel: efivars: Registered efivars operations
Apr 02 03:59:23 osprey kernel: Advanced Linux Sound Architecture Driver Initialized.
Apr 02 03:59:23 osprey kernel: NetLabel: Initializing
Apr 02 03:59:23 osprey kernel: NetLabel: domain hash size = 128
Apr 02 03:59:23 osprey kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Apr 02 03:59:23 osprey kernel: NetLabel: unlabeled traffic allowed by default
Apr 02 03:59:23 osprey kernel: PCI: Using ACPI for IRQ routing
Apr 02 03:59:23 osprey kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x09b7f000-0x0bffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x62a37000-0x63ffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x651de000-0x67ffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x6817f000-0x6bffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x79ff7000-0x7bffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x79fff000-0x7bffffff]
Apr 02 03:59:23 osprey kernel: e820: reserve RAM buffer [mem 0x85e180000-0x85fffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: vgaarb: bridge control possible
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Apr 02 03:59:23 osprey kernel: vgaarb: loaded
Apr 02 03:59:23 osprey kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Apr 02 03:59:23 osprey kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Apr 02 03:59:23 osprey kernel: clocksource: Switched to clocksource tsc-early
Apr 02 03:59:23 osprey kernel: VFS: Disk quotas dquot_6.6.0
Apr 02 03:59:23 osprey kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 02 03:59:23 osprey kernel: netfs: FS-Cache loaded
Apr 02 03:59:23 osprey kernel: pnp: PnP ACPI init
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x04d0-0x04d1] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x040b] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x04d6] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c00-0x0c01] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c14] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c50-0x0c51] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c52] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c6c] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0c6f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0cd0-0x0cd1] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0cd2-0x0cd3] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0cd4-0x0cd5] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0cd6-0x0cd7] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0cd8-0x0cdf] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0800-0x089f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0b00-0x0b0f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0b20-0x0b3f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0900-0x090f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [io 0x0910-0x091f] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Apr 02 03:59:23 osprey kernel: system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
Apr 02 03:59:23 osprey kernel: pnp: PnP ACPI: found 4 devices
Apr 02 03:59:23 osprey kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 02 03:59:23 osprey kernel: NET: Registered PF_INET protocol family
Apr 02 03:59:23 osprey kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 02 03:59:23 osprey kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Apr 02 03:59:23 osprey kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Apr 02 03:59:23 osprey kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Apr 02 03:59:23 osprey kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Apr 02 03:59:23 osprey kernel: TCP: Hash tables configured (established 262144 bind 65536)
Apr 02 03:59:23 osprey kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Apr 02 03:59:23 osprey kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Apr 02 03:59:23 osprey kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: PCI bridge to [bus 01-60]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: PCI bridge to [bus 61-c0]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: PCI bridge to [bus c1]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: PCI bridge to [bus c2]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: PCI bridge to [bus c3]
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: PCI bridge to [bus c4]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: PCI bridge to [bus c5]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: PCI bridge to [bus c6]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: PCI bridge to [bus c7]
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:01: resource 0 [io 0xa000-0xdfff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:61: resource 0 [io 0x6000-0x9fff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:61: resource 1 [mem 0xac000000-0xc3ffffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:61: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c1: resource 1 [mem 0xde300000-0xde3fffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c2: resource 1 [mem 0xde200000-0xde2fffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c3: resource 1 [mem 0xdd800000-0xddafffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c4: resource 0 [io 0xf000-0xffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c4: resource 1 [mem 0xdc000000-0xdd0fffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c4: resource 2 [mem 0x7800000000-0x7a01ffffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c5: resource 0 [io 0xe000-0xefff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c5: resource 1 [mem 0xdd200000-0xdd7fffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c5: resource 2 [mem 0x7a10000000-0x7a207fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c6: resource 1 [mem 0xde000000-0xde1fffff]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c6: resource 2 [mem 0x7a20900000-0x7a209fffff 64bit pref]
Apr 02 03:59:23 osprey kernel: pci_bus 0000:c7: resource 1 [mem 0xddc00000-0xddffffff]
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: D0 power state depends on 0000:c5:00.0
Apr 02 03:59:23 osprey kernel: PCI: CLS 64 bytes, default 64
Apr 02 03:59:23 osprey kernel: Unpacking initramfs...
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
Apr 02 03:59:23 osprey kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
Apr 02 03:59:23 osprey kernel: AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
Apr 02 03:59:23 osprey kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Apr 02 03:59:23 osprey kernel: platform MSFT0201:00: Adding to iommu group 0
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.0: Adding to iommu group 1
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.1: Adding to iommu group 2
Apr 02 03:59:23 osprey kernel: pci 0000:00:01.2: Adding to iommu group 3
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.0: Adding to iommu group 4
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.1: Adding to iommu group 5
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.2: Adding to iommu group 6
Apr 02 03:59:23 osprey kernel: pci 0000:00:02.3: Adding to iommu group 7
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.0: Adding to iommu group 8
Apr 02 03:59:23 osprey kernel: pci 0000:00:03.1: Adding to iommu group 9
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.0: Adding to iommu group 10
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.1: Adding to iommu group 11
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.2: Adding to iommu group 12
Apr 02 03:59:23 osprey kernel: pci 0000:00:08.3: Adding to iommu group 13
Apr 02 03:59:23 osprey kernel: pci 0000:00:14.0: Adding to iommu group 14
Apr 02 03:59:23 osprey kernel: pci 0000:00:14.3: Adding to iommu group 14
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.0: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.1: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.2: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.3: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.4: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.5: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.6: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:00:18.7: Adding to iommu group 15
Apr 02 03:59:23 osprey kernel: pci 0000:c1:00.0: Adding to iommu group 16
Apr 02 03:59:23 osprey kernel: pci 0000:c2:00.0: Adding to iommu group 17
Apr 02 03:59:23 osprey kernel: pci 0000:c3:00.0: Adding to iommu group 18
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.0: Adding to iommu group 19
Apr 02 03:59:23 osprey kernel: pci 0000:c4:00.1: Adding to iommu group 19
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.0: Adding to iommu group 20
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.1: Adding to iommu group 21
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.2: Adding to iommu group 22
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.4: Adding to iommu group 23
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.5: Adding to iommu group 24
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.6: Adding to iommu group 25
Apr 02 03:59:23 osprey kernel: pci 0000:c5:00.7: Adding to iommu group 26
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.0: Adding to iommu group 27
Apr 02 03:59:23 osprey kernel: pci 0000:c6:00.1: Adding to iommu group 28
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.0: Adding to iommu group 29
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.3: Adding to iommu group 30
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.4: Adding to iommu group 31
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.5: Adding to iommu group 32
Apr 02 03:59:23 osprey kernel: pci 0000:c7:00.6: Adding to iommu group 33
Apr 02 03:59:23 osprey kernel: AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
Apr 02 03:59:23 osprey kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 02 03:59:23 osprey kernel: software IO TLB: mapped [mem 0x000000005e22b000-0x000000006222b000] (64MB)
Apr 02 03:59:23 osprey kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Apr 02 03:59:23 osprey kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Apr 02 03:59:23 osprey kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Apr 02 03:59:23 osprey kernel: LVT offset 0 assigned for vector 0x400
Apr 02 03:59:23 osprey kernel: perf: AMD IBS detected (0x00081bff)
Apr 02 03:59:23 osprey kernel: amd_uncore: 8 amd_df counters detected
Apr 02 03:59:23 osprey kernel: amd_uncore: 6 amd_l3 counters detected
Apr 02 03:59:23 osprey kernel: amd_uncore: 4 amd_umc_0 counters detected
Apr 02 03:59:23 osprey kernel: amd_uncore: 4 amd_umc_1 counters detected
Apr 02 03:59:23 osprey kernel: amd_uncore: 4 amd_umc_2 counters detected
Apr 02 03:59:23 osprey kernel: amd_uncore: 4 amd_umc_3 counters detected
Apr 02 03:59:23 osprey kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Apr 02 03:59:23 osprey kernel: Initialise system trusted keyrings
Apr 02 03:59:23 osprey kernel: workingset: timestamp_bits=40 max_order=23 bucket_order=0
Apr 02 03:59:23 osprey kernel: 9p: Installing v9fs 9p2000 file system support
Apr 02 03:59:23 osprey kernel: Key type asymmetric registered
Apr 02 03:59:23 osprey kernel: Asymmetric key parser 'x509' registered
Apr 02 03:59:23 osprey kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Apr 02 03:59:23 osprey kernel: io scheduler mq-deadline registered
Apr 02 03:59:23 osprey kernel: io scheduler kyber registered
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 33
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 34
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 35
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 36
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 37
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 38
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 39
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 40
Apr 02 03:59:23 osprey kernel: pcieport 0000:00:08.3: PME: Signaling with IRQ 41
Apr 02 03:59:23 osprey kernel: ACPI: AC: AC Adapter [AC0] (off-line)
Apr 02 03:59:23 osprey kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input0
Apr 02 03:59:23 osprey kernel: ACPI: button: Lid Switch [LID]
Apr 02 03:59:23 osprey kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Apr 02 03:59:23 osprey kernel: ACPI: button: Power Button [PWRB]
Apr 02 03:59:23 osprey kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Apr 02 03:59:23 osprey kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LNXVIDEO:00/input/input2
Apr 02 03:59:23 osprey kernel: Monitor-Mwait will be used to enter C-1 state
Apr 02 03:59:23 osprey kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1832
Apr 02 03:59:23 osprey kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 02 03:59:23 osprey kernel: ACPI: thermal: Thermal Zone [THZ0] (53 C)
Apr 02 03:59:23 osprey kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 02 03:59:23 osprey kernel: ACPI: thermal: Thermal Zone [THRM] (57 C)
Apr 02 03:59:23 osprey kernel: thermal LNXTHERM:02: registered as thermal_zone2
Apr 02 03:59:23 osprey kernel: ACPI: thermal: Thermal Zone [TZ01] (20 C)
Apr 02 03:59:23 osprey kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 02 03:59:23 osprey kernel: Non-volatile memory driver v1.3
Apr 02 03:59:23 osprey kernel: Linux agpgart interface v0.103
Apr 02 03:59:23 osprey kernel: ACPI: bus type drm_connector registered
Apr 02 03:59:23 osprey kernel: loop: module loaded
Apr 02 03:59:23 osprey kernel: e100: Intel(R) PRO/100 Network Driver
Apr 02 03:59:23 osprey kernel: e100: Copyright(c) 1999-2006 Intel Corporation
Apr 02 03:59:23 osprey kernel: e1000: Intel(R) PRO/1000 Network Driver
Apr 02 03:59:23 osprey kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
Apr 02 03:59:23 osprey kernel: e1000e: Intel(R) PRO/1000 Network Driver
Apr 02 03:59:23 osprey kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Apr 02 03:59:23 osprey kernel: sky2: driver version 1.30
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 1
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 2
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Apr 02 03:59:23 osprey kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb1: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb1: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb1: SerialNumber: 0000:c5:00.4
Apr 02 03:59:23 osprey kernel: hub 1-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 1-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 02 03:59:23 osprey kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb2: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb2: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb2: SerialNumber: 0000:c5:00.4
Apr 02 03:59:23 osprey kernel: hub 2-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 2-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: ACPI: battery: Slot [BAT0] (battery present)
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 3
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 4
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Apr 02 03:59:23 osprey kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb3: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb3: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb3: SerialNumber: 0000:c7:00.0
Apr 02 03:59:23 osprey kernel: hub 3-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 3-0:1.0: 5 ports detected
Apr 02 03:59:23 osprey kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 02 03:59:23 osprey kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb4: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb4: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb4: SerialNumber: 0000:c7:00.0
Apr 02 03:59:23 osprey kernel: hub 4-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 4-0:1.0: 2 ports detected
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 5
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 6
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Apr 02 03:59:23 osprey kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb5: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb5: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb5: SerialNumber: 0000:c7:00.3
Apr 02 03:59:23 osprey kernel: hub 5-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 5-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 02 03:59:23 osprey kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb6: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb6: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb6: SerialNumber: 0000:c7:00.3
Apr 02 03:59:23 osprey kernel: hub 6-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 6-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 7
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 8
Apr 02 03:59:23 osprey kernel: xhci_hcd 0000:c7:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Apr 02 03:59:23 osprey kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb7: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb7: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb7: SerialNumber: 0000:c7:00.4
Apr 02 03:59:23 osprey kernel: hub 7-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 7-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 02 03:59:23 osprey kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Apr 02 03:59:23 osprey kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 02 03:59:23 osprey kernel: usb usb8: Product: xHCI Host Controller
Apr 02 03:59:23 osprey kernel: usb usb8: Manufacturer: Linux 6.18.19 xhci-hcd
Apr 02 03:59:23 osprey kernel: usb usb8: SerialNumber: 0000:c7:00.4
Apr 02 03:59:23 osprey kernel: hub 8-0:1.0: USB hub found
Apr 02 03:59:23 osprey kernel: hub 8-0:1.0: 1 port detected
Apr 02 03:59:23 osprey kernel: usbcore: registered new interface driver usblp
Apr 02 03:59:23 osprey kernel: usbcore: registered new interface driver usb-storage
Apr 02 03:59:23 osprey kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Apr 02 03:59:23 osprey kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Apr 02 03:59:23 osprey kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Apr 02 03:59:23 osprey kernel: rtc_cmos 00:00: RTC can wake from S4
Apr 02 03:59:23 osprey kernel: rtc_cmos 00:00: registered as rtc0
Apr 02 03:59:23 osprey kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
Apr 02 03:59:23 osprey kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Apr 02 03:59:23 osprey kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Apr 02 03:59:23 osprey kernel: Console: switching to colour frame buffer device 360x112
Apr 02 03:59:23 osprey kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Apr 02 03:59:23 osprey kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 02 03:59:23 osprey kernel: usbcore: registered new interface driver usbhid
Apr 02 03:59:23 osprey kernel: usbhid: USB HID core driver
Apr 02 03:59:23 osprey kernel: Initializing XFRM netlink socket
Apr 02 03:59:23 osprey kernel: NET: Registered PF_INET6 protocol family
Apr 02 03:59:23 osprey kernel: Segment Routing with IPv6
Apr 02 03:59:23 osprey kernel: In-situ OAM (IOAM) with IPv6
Apr 02 03:59:23 osprey kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Apr 02 03:59:23 osprey kernel: NET: Registered PF_PACKET protocol family
Apr 02 03:59:23 osprey kernel: 9pnet: Installing 9P2000 support
Apr 02 03:59:23 osprey kernel: Key type dns_resolver registered
Apr 02 03:59:23 osprey kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Apr 02 03:59:23 osprey kernel: microcode: Current revision: 0x0b20401b
Apr 02 03:59:23 osprey kernel: IPI shorthand broadcast: enabled
Apr 02 03:59:23 osprey kernel: sched_clock: Marking stable (480011218, 343608)->(482411431, -2056605)
Apr 02 03:59:23 osprey kernel: registered taskstats version 1
Apr 02 03:59:23 osprey kernel: Loading compiled-in X.509 certificates
Apr 02 03:59:23 osprey kernel: zswap: loaded using pool lzo
Apr 02 03:59:23 osprey kernel: Demotion targets for Node 0: null
Apr 02 03:59:23 osprey kernel: PM: Magic number: 6:320:975
Apr 02 03:59:23 osprey kernel: acpi PNP0C0E:00: hash matches
Apr 02 03:59:23 osprey kernel: netconsole: network logging started
Apr 02 03:59:23 osprey kernel: clk: Disabling unused clocks
Apr 02 03:59:23 osprey kernel: ALSA device list:
Apr 02 03:59:23 osprey kernel: No soundcards found.
Apr 02 03:59:23 osprey kernel: Freeing initrd memory: 50036K
Apr 02 03:59:23 osprey kernel: Freeing unused kernel image (initmem) memory: 2784K
Apr 02 03:59:23 osprey kernel: Write protecting the kernel read-only data: 26624k
Apr 02 03:59:23 osprey kernel: Freeing unused kernel image (text/rodata gap) memory: 144K
Apr 02 03:59:23 osprey kernel: Freeing unused kernel image (rodata/data gap) memory: 992K
Apr 02 03:59:23 osprey kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 02 03:59:23 osprey kernel: Run /init as init process
Apr 02 03:59:23 osprey kernel: with arguments:
Apr 02 03:59:23 osprey kernel: /init
Apr 02 03:59:23 osprey kernel: with environment:
Apr 02 03:59:23 osprey kernel: HOME=/
Apr 02 03:59:23 osprey kernel: TERM=linux
Apr 02 03:59:23 osprey kernel: modprobe (190) used greatest stack depth: 12952 bytes left
Apr 02 03:59:23 osprey systemd[1]: Successfully made /usr/ read-only.
Apr 02 03:59:23 osprey systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Apr 02 03:59:23 osprey systemd[1]: Detected architecture x86-64.
Apr 02 03:59:23 osprey systemd[1]: Running in initrd.
Apr 02 03:59:23 osprey systemd[1]: Hostname set to <osprey>.
Apr 02 03:59:23 osprey kernel: atkbd serio0: Failed to enable keyboard on isa0060/serio0
Apr 02 03:59:23 osprey kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Apr 02 03:59:23 osprey kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Apr 02 03:59:23 osprey kernel: systemd-debug-g (221) used greatest stack depth: 12744 bytes left
Apr 02 03:59:23 osprey kernel: systemd-gpt-aut (223) used greatest stack depth: 12648 bytes left
Apr 02 03:59:23 osprey kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Apr 02 03:59:23 osprey systemd[1]: Queued start job for default target Initrd Default Target.
Apr 02 03:59:23 osprey systemd[1]: Expecting device /dev/disk/by-uuid/96B3-DBA5...
Apr 02 03:59:23 osprey systemd[1]: Reached target Initrd /usr File System.
Apr 02 03:59:23 osprey systemd[1]: Reached target Slice Units.
Apr 02 03:59:23 osprey systemd[1]: Reached target Swaps.
Apr 02 03:59:23 osprey systemd[1]: Reached target Timer Units.
Apr 02 03:59:23 osprey systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 02 03:59:23 osprey systemd[1]: Listening on Journal Socket (/dev/log).
Apr 02 03:59:23 osprey systemd[1]: Listening on Journal Sockets.
Apr 02 03:59:23 osprey systemd[1]: Listening on udev Control Socket.
Apr 02 03:59:23 osprey systemd[1]: Listening on udev Kernel Socket.
Apr 02 03:59:23 osprey systemd[1]: Reached target Socket Units.
Apr 02 03:59:23 osprey systemd[1]: Starting Create List of Static Device Nodes...
Apr 02 03:59:23 osprey systemd[1]: Starting Journal Service...
Apr 02 03:59:23 osprey systemd[1]: Starting Load Kernel Modules...
Apr 02 03:59:23 osprey systemd[1]: Starting Virtual Console Setup...
Apr 02 03:59:23 osprey systemd[1]: Finished Create List of Static Device Nodes.
Apr 02 03:59:23 osprey systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Apr 02 03:59:23 osprey kernel: Asymmetric key parser 'pkcs8' registered
Apr 02 03:59:23 osprey kernel: spl: loading out-of-tree module taints kernel.
Apr 02 03:59:23 osprey kernel: zfs: module license 'CDDL' taints kernel.
Apr 02 03:59:23 osprey kernel: Disabling lock debugging due to kernel taint
Apr 02 03:59:23 osprey kernel: zfs: module license taints kernel.
Apr 02 03:59:23 osprey systemd-journald[259]: Collecting audit messages is disabled.
Apr 02 03:59:23 osprey kernel: systemd-tmpfile (262) used greatest stack depth: 12552 bytes left
Apr 02 03:59:23 osprey systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Apr 02 03:59:23 osprey systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 02 03:59:23 osprey systemd[1]: Finished Create Static Device Nodes in /dev.
Apr 02 03:59:23 osprey systemd[1]: Reached target Preparation for Local File Systems.
Apr 02 03:59:23 osprey systemd[1]: Reached target Local File Systems.
Apr 02 03:59:23 osprey systemd[1]: Finished Virtual Console Setup.
Apr 02 03:59:23 osprey systemd[1]: Starting dracut ask for additional cmdline parameters...
Apr 02 03:59:23 osprey systemd[1]: Finished dracut ask for additional cmdline parameters.
Apr 02 03:59:23 osprey systemd[1]: Starting dracut cmdline hook...
Apr 02 03:59:23 osprey systemd[1]: Started Journal Service.
Apr 02 03:59:23 osprey kernel: usb 1-1: New USB device found, idVendor=3277, idProduct=0059, bcdDevice= 1.01
Apr 02 03:59:23 osprey kernel: usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Apr 02 03:59:23 osprey kernel: usb 1-1: Product: ASUS FHD webcam
Apr 02 03:59:23 osprey kernel: usb 1-1: Manufacturer: Shinetech
Apr 02 03:59:23 osprey kernel: usb 1-1: SerialNumber: 200901010001
Apr 02 03:59:23 osprey kernel: hid-generic 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:c5:00.4-1/input4
Apr 02 03:59:23 osprey kernel: usb 3-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
Apr 02 03:59:23 osprey kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 02 03:59:23 osprey kernel: usb 3-3: Product: N-KEY Device
Apr 02 03:59:23 osprey kernel: usb 3-3: Manufacturer: ASUSTeK Computer Inc.
Apr 02 03:59:23 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input4
Apr 02 03:59:23 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input5
Apr 02 03:59:23 osprey kernel: ZFS: Loaded module v2.4.1-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
Apr 02 03:59:23 osprey kernel: systemd-modules (260) used greatest stack depth: 5192 bytes left
Apr 02 03:59:23 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input6
Apr 02 03:59:23 osprey kernel: hid-generic 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
Apr 02 03:59:23 osprey kernel: hid-generic 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
Apr 02 03:59:23 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input7
Apr 02 03:59:23 osprey kernel: ccp 0000:c5:00.2: enabling device (0000 -> 0002)
Apr 02 03:59:23 osprey kernel: hid-generic 0003:0B05:19B6.0004: input,hidraw3: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
Apr 02 03:59:23 osprey kernel: ccp 0000:c5:00.2: tee enabled
Apr 02 03:59:23 osprey kernel: ccp 0000:c5:00.2: psp enabled
Apr 02 03:59:23 osprey kernel: nvme 0000:c1:00.0: platform quirk: setting simple suspend
Apr 02 03:59:23 osprey kernel: pcie_mp2_amd 0000:c5:00.7: enabling device (0000 -> 0002)
Apr 02 03:59:23 osprey kernel: nvme nvme0: pci function 0000:c1:00.0
Apr 02 03:59:23 osprey kernel: nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
Apr 02 03:59:23 osprey kernel: nvme nvme0: 24/0/0 default/read/poll queues
Apr 02 03:59:23 osprey kernel: nvme0n1: p1 p2
Apr 02 03:59:23 osprey kernel: asus_wmi: ASUS WMI generic driver loaded
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0002: Fixing up Asus N-Key report descriptor
Apr 02 03:59:24 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input8
Apr 02 03:59:24 osprey kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
Apr 02 03:59:24 osprey kernel: amdgpu: ATPX version 1, functions 0x00000801
Apr 02 03:59:24 osprey kernel: amdgpu: ATPX Hybrid Graphics
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: enabling device (0006 -> 0007)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1043:0x1ED3 0xC1).
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: register mmio base: 0xDD700000
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: register mmio size: 524288
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_1)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 4 <smu_v14_0_0> (smu)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5> (vcn_v4_0_5)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5> (jpeg_v4_0_5)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: detected ip block number 11 <vpe_v6_1_0> (vpe_v6_1)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: Fetched VBIOS from VFCT
Apr 02 03:59:24 osprey kernel: amdgpu: ATOM BIOS: 113-STRIXEMU-001
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: VPE: collaborate mode false
Apr 02 03:59:24 osprey kernel: Console: switching to colour dummy device 80x25
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Apr 02 03:59:24 osprey kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Apr 02 03:59:24 osprey kernel: [drm] RAM width 128bits LPDDR5
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: amdgpu: 15605M of GTT memory ready.
Apr 02 03:59:24 osprey kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Apr 02 03:59:24 osprey kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09004100
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0003: Asus input not registered
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0003: probe with driver asus failed with error -12
Apr 02 03:59:24 osprey kernel: usb 3-5: new high-speed USB device number 3 using xhci_hcd
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
Apr 02 03:59:24 osprey kernel: i2c_hid_acpi i2c-ELAN9008:00: i2c_hid_get_input: IRQ triggered but there's no data
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 Touchscreen as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input9
Apr 02 03:59:24 osprey kernel: input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input17
Apr 02 03:59:24 osprey kernel: hid-generic 0018:0B05:0220.0007: unsupported Resolution Multiplier 0
Apr 02 03:59:24 osprey kernel: hid-generic 0018:0B05:0220.0007: hidraw2: I2C HID v1.00 Device [ASUS2020:00 0B05:0220] on i2c-ASUS2020:00
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input10
Apr 02 03:59:24 osprey kernel: input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input18
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input11
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input13
Apr 02 03:59:24 osprey kernel: hid-generic 0018:2808:0220.0006: input,hidraw3: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input14
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input15
Apr 02 03:59:24 osprey kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input21
Apr 02 03:59:24 osprey kernel: hid-generic 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
Apr 02 03:59:24 osprey kernel: usb 3-5: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
Apr 02 03:59:24 osprey kernel: usb 3-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Apr 02 03:59:24 osprey kernel: usb 3-5: Product: Wireless_Device
Apr 02 03:59:24 osprey kernel: usb 3-5: Manufacturer: MediaTek Inc.
Apr 02 03:59:24 osprey kernel: usb 3-5: SerialNumber: 000000000
Apr 02 03:59:24 osprey kernel: asus 0003:0B05:19B6.0004: input,hidraw5: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
Apr 02 03:59:24 osprey kernel: input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input22
Apr 02 03:59:24 osprey kernel: input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input23
Apr 02 03:59:24 osprey kernel: hid-multitouch 0018:2808:0220.0006: input,hidraw3: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input26
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input27
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input28
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input30
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input31
Apr 02 03:59:24 osprey kernel: input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input32
Apr 02 03:59:24 osprey kernel: hid-multitouch 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: RAS: optional ras ta ucode is not available
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: RAP: optional rap ta ucode is not available
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: SMU is initialized successfully!
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.5
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09004100
Apr 02 03:59:24 osprey kernel: tsc: Refined TSC clocksource calibration: 1996.247 MHz
Apr 02 03:59:24 osprey kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398caa9ddcb, max_idle_ns: 881590739785 ns
Apr 02 03:59:24 osprey kernel: clocksource: Switched to clocksource tsc
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] eDP-1: PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x3a su_y_granularity 4
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-7: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] DP-8: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: Runtime PM not available
Apr 02 03:59:24 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: [drm] Using custom brightness curve
Apr 02 03:59:24 osprey kernel: [drm] Initialized amdgpu 3.64.0 for 0000:c5:00.0 on minor 1
Apr 02 03:59:24 osprey kernel: fbcon: amdgpudrmfb (fb0) is primary device
Apr 02 03:59:24 osprey kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
Apr 02 03:59:25 osprey kernel: Console: switching to colour frame buffer device 360x112
Apr 02 03:59:25 osprey kernel: amdgpu 0000:c5:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Apr 02 03:59:29 osprey kernel: hid-generic 0020:1022:0001.0008: hidraw6: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Apr 02 03:59:29 osprey kernel: hid-generic 0020:1022:0001.0009: hidraw7: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Apr 02 03:59:30 osprey systemd-journald[259]: Received SIGTERM from PID 1 (systemd).
Apr 02 03:59:30 osprey systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Apr 02 03:59:30 osprey systemd[1]: Detected architecture x86-64.
Apr 02 03:59:30 osprey systemd[1]: initrd-switch-root.service: Deactivated successfully.
Apr 02 03:59:30 osprey systemd[1]: Stopped Switch Root.
Apr 02 03:59:30 osprey systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Apr 02 03:59:30 osprey systemd[1]: Created slice CUPS Slice.
Apr 02 03:59:30 osprey systemd[1]: Created slice Slice /system/getty.
Apr 02 03:59:30 osprey systemd[1]: Created slice Slice /system/modprobe.
Apr 02 03:59:30 osprey systemd[1]: Created slice Slice /system/openvpn-client.
Apr 02 03:59:30 osprey systemd[1]: Created slice Slice /system/systemd-fsck.
Apr 02 03:59:30 osprey systemd[1]: Created slice User and Session Slice.
Apr 02 03:59:30 osprey systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Apr 02 03:59:30 osprey systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 02 03:59:30 osprey systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 02 03:59:30 osprey systemd[1]: Expecting device /dev/disk/by-label/osprey-fscache...
Apr 02 03:59:30 osprey systemd[1]: Expecting device /dev/disk/by-label/osprey-swap...
Apr 02 03:59:30 osprey systemd[1]: Expecting device /dev/disk/by-partlabel/osprey-boot...
Apr 02 03:59:30 osprey systemd[1]: Reached target Login Prompts.
Apr 02 03:59:30 osprey systemd[1]: Stopped target Switch Root.
Apr 02 03:59:30 osprey systemd[1]: Stopped target Initrd File Systems.
Apr 02 03:59:30 osprey systemd[1]: Stopped target Initrd Root File System.
Apr 02 03:59:30 osprey systemd[1]: Reached target Remote File Systems.
Apr 02 03:59:30 osprey systemd[1]: Reached target Slice Units.
Apr 02 03:59:30 osprey systemd[1]: Listening on Query the User Interactively for a Password.
Apr 02 03:59:30 osprey systemd[1]: Listening on Process Core Dump Socket.
Apr 02 03:59:30 osprey systemd[1]: Listening on Credential Encryption/Decryption.
Apr 02 03:59:30 osprey systemd[1]: Listening on Factory Reset Management.
Apr 02 03:59:30 osprey systemd[1]: Listening on Resolve Monitor Varlink Socket.
Apr 02 03:59:30 osprey systemd[1]: Listening on Resolve Service Varlink Socket.
Apr 02 03:59:30 osprey systemd[1]: Listening on udev Control Socket.
Apr 02 03:59:30 osprey systemd[1]: Listening on udev Varlink Socket.
Apr 02 03:59:30 osprey systemd[1]: Mounting Huge Pages File System...
Apr 02 03:59:30 osprey systemd[1]: Mounting POSIX Message Queue File System...
Apr 02 03:59:30 osprey systemd[1]: Mounting Kernel Debug File System...
Apr 02 03:59:30 osprey systemd[1]: Mounting Kernel Trace File System...
Apr 02 03:59:30 osprey systemd[1]: Starting Create List of Static Device Nodes...
Apr 02 03:59:30 osprey systemd[1]: Starting Load Kernel Module configfs...
Apr 02 03:59:30 osprey systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Apr 02 03:59:30 osprey systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Apr 02 03:59:30 osprey systemd[1]: Starting Load Kernel Module fuse...
Apr 02 03:59:30 osprey systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Apr 02 03:59:30 osprey systemd[1]: plymouth-switch-root.service: Deactivated successfully.
Apr 02 03:59:30 osprey systemd[1]: Stopped Plymouth switch root service.
Apr 02 03:59:30 osprey systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Apr 02 03:59:30 osprey systemd[1]: Starting Journal Service...
Apr 02 03:59:30 osprey systemd[1]: Starting Load Kernel Modules...
Apr 02 03:59:30 osprey systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 02 03:59:30 osprey systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Apr 02 03:59:30 osprey systemd[1]: Starting Load udev Rules from Credentials...
Apr 02 03:59:30 osprey systemd[1]: Starting Coldplug All udev Devices...
Apr 02 03:59:30 osprey systemd[1]: Mounted Huge Pages File System.
Apr 02 03:59:30 osprey systemd[1]: Mounted POSIX Message Queue File System.
Apr 02 03:59:30 osprey systemd[1]: Mounted Kernel Debug File System.
Apr 02 03:59:30 osprey systemd[1]: Mounted Kernel Trace File System.
Apr 02 03:59:30 osprey systemd[1]: Finished Create List of Static Device Nodes.
Apr 02 03:59:30 osprey systemd[1]: modprobe@configfs.service: Deactivated successfully.
Apr 02 03:59:30 osprey systemd[1]: Finished Load Kernel Module configfs.
Apr 02 03:59:30 osprey systemd[1]: Finished Remount Root and Kernel File Systems.
Apr 02 03:59:30 osprey kernel: fuse: init (API version 7.45)
Apr 02 03:59:30 osprey systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
Apr 02 03:59:30 osprey systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Apr 02 03:59:30 osprey systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Apr 02 03:59:30 osprey systemd[1]: Starting Mount ZFS filesystems...
Apr 02 03:59:30 osprey systemd[1]: modprobe@fuse.service: Deactivated successfully.
Apr 02 03:59:30 osprey systemd[1]: Finished Load Kernel Module fuse.
Apr 02 03:59:30 osprey systemd[1]: Finished Load Kernel Modules.
Apr 02 03:59:30 osprey systemd[1]: Mounting FUSE Control File System...
Apr 02 03:59:30 osprey systemd[1]: Starting Apply Kernel Variables...
Apr 02 03:59:30 osprey systemd[1]: Finished Load udev Rules from Credentials.
Apr 02 03:59:30 osprey systemd-journald[1014]: Collecting audit messages is disabled.
Apr 02 03:59:30 osprey systemd[1]: Mounted FUSE Control File System.
Apr 02 03:59:30 osprey systemd[1]: Started Journal Service.
Apr 02 03:59:30 osprey kernel: Using s2idle quirk to avoid ASUS ProArt PX13 HN7306WU platform firmware bug
Apr 02 03:59:30 osprey kernel: Using s2idle quirk to clear the AMD PMC bug MMIO before suspend on ASUS ProArt PX13 HN7306WU
Apr 02 03:59:30 osprey kernel: Using s2idle quirk to clear the AMD PMC bug MMIO before restore on ASUS ProArt PX13 HN7306WU
Apr 02 03:59:30 osprey kernel: Using s2idle quirk to skip AMD PMC LPS0 restore hint on ASUS ProArt PX13 HN7306WU
Apr 02 03:59:30 osprey kernel: Adding 4194300k swap on /dev/zd0. Priority:-2 extents:1 across:4194300k SSDsc
Apr 02 03:59:30 osprey kernel: Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
Apr 02 03:59:30 osprey kernel: mc: Linux media interface: v0.10
Apr 02 03:59:30 osprey kernel: asus_wmi: Initialization: 0x1
Apr 02 03:59:30 osprey kernel: asus_wmi: BIOS WMI version: 9.4
Apr 02 03:59:30 osprey kernel: asus_wmi: SFUN value: 0x21
Apr 02 03:59:30 osprey kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Apr 02 03:59:30 osprey kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 02 03:59:30 osprey kernel: ACPI: bus type thunderbolt registered
Apr 02 03:59:30 osprey kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 02 03:59:30 osprey kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Apr 02 03:59:30 osprey kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Apr 02 03:59:30 osprey kernel: Bluetooth: Core ver 2.22
Apr 02 03:59:30 osprey kernel: NET: Registered PF_BLUETOOTH protocol family
Apr 02 03:59:30 osprey kernel: Bluetooth: HCI device and connection manager initialized
Apr 02 03:59:30 osprey kernel: Bluetooth: HCI socket layer initialized
Apr 02 03:59:30 osprey kernel: Bluetooth: L2CAP socket layer initialized
Apr 02 03:59:30 osprey kernel: Bluetooth: SCO socket layer initialized
Apr 02 03:59:30 osprey kernel: videodev: Linux video capture interface: v2.00
Apr 02 03:59:30 osprey kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input34
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c4:00.1: enabling device (0000 -> 0002)
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c4:00.1: Disabling MSI
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c4:00.1: Handle vga_switcheroo audio client
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c5:00.1: enabling device (0000 -> 0002)
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c5:00.1: Handle vga_switcheroo audio client
Apr 02 03:59:30 osprey kernel: usbcore: registered new interface driver btusb
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c5:00.6: enabling device (0000 -> 0002)
Apr 02 03:59:30 osprey kernel: Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20260106153314
Apr 02 03:59:30 osprey kernel: uvcvideo 1-1:1.0: Found UVC 1.10 device ASUS FHD webcam (3277:0059)
Apr 02 03:59:30 osprey kernel: mt7925e 0000:c3:00.0: enabling device (0000 -> 0002)
Apr 02 03:59:30 osprey kernel: snd_hda_intel 0000:c5:00.1: bound 0000:c5:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Apr 02 03:59:30 osprey kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input35
Apr 02 03:59:30 osprey kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input36
Apr 02 03:59:30 osprey kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input37
Apr 02 03:59:30 osprey kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input38
Apr 02 03:59:30 osprey kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input39
Apr 02 03:59:30 osprey kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input40
Apr 02 03:59:30 osprey kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input41
Apr 02 03:59:30 osprey kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input42
Apr 02 03:59:30 osprey kernel: mt7925e 0000:c3:00.0: ASIC revision: 79250000
Apr 02 03:59:30 osprey kernel: uvcvideo 1-1:1.2: Found UVC 1.50 device ASUS FHD webcam (3277:0059)
Apr 02 03:59:30 osprey kernel: usbcore: registered new interface driver uvcvideo
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: ALC294: picked fixup for PCI SSID 1043:1ed3
Apr 02 03:59:30 osprey kernel: asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: mono: mono_out=0x0
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: inputs:
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x12
Apr 02 03:59:30 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x13
Apr 02 03:59:30 osprey kernel: amd-pmf AMDI0103:00: No Smart PC policy present
Apr 02 03:59:30 osprey kernel: amd-pmf AMDI0103:00: registered PMF device successfully
Apr 02 03:59:30 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
Apr 02 03:59:30 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
Apr 02 03:59:30 osprey kernel: ACPI: battery: new hook: ASUS Battery Extension
Apr 02 03:59:30 osprey kernel: mt7925e 0000:c3:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260106153007a
Apr 02 03:59:30 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
Apr 02 03:59:30 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
Apr 02 03:59:30 osprey kernel: Bluetooth: hci0: Device setup in 289554 usecs
Apr 02 03:59:30 osprey kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Apr 02 03:59:30 osprey kernel: mt7925e 0000:c3:00.0: WM Firmware Version: ____000000, Build Time: 20260106153120
Apr 02 03:59:30 osprey kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c5:00.6/sound/card2/input43
Apr 02 03:59:31 osprey systemd-journald[1014]: Received client request to flush runtime journal.
Apr 02 03:59:31 osprey kernel: EXT4-fs (zd16): mounted filesystem e9cda24f-19c7-470b-bbb1-eb112933e969 r/w with ordered data mode. Quota mode: none.
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
Apr 02 03:59:31 osprey kernel: CacheFiles: Loaded
Apr 02 03:59:31 osprey kernel: netfs: Cache "mycache" added (type cachefiles)
Apr 02 03:59:31 osprey kernel: CacheFiles: File cache on mycache registered
Apr 02 03:59:31 osprey kernel: Bluetooth: MGMT ver 1.23
Apr 02 03:59:31 osprey kernel: NET: Registered PF_ALG protocol family
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 0
Apr 02 03:59:31 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
Apr 02 03:59:31 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 0
Apr 02 03:59:32 osprey kernel: snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
Apr 02 03:59:32 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
Apr 02 03:59:32 osprey kernel: wlan0: authenticate with fc:ec:da:d0:2c:df (local address=ec:91:61:93:02:8b)
Apr 02 03:59:33 osprey kernel: wlan0: send auth to fc:ec:da:d0:2c:df (try 1/3)
Apr 02 03:59:33 osprey kernel: wlan0: authenticated
Apr 02 03:59:33 osprey kernel: wlan0: associate with fc:ec:da:d0:2c:df (try 1/3)
Apr 02 03:59:33 osprey kernel: wlan0: RX AssocResp from fc:ec:da:d0:2c:df (capab=0x1111 status=0 aid=11)
Apr 02 03:59:33 osprey kernel: wlan0: associated
Apr 02 03:59:43 osprey kernel: rfkill: input handler disabled
Apr 02 03:59:45 osprey kernel: asus 0003:0B05:19B6.0002: Unmapped Asus vendor usagepage code 0xec
Apr 02 03:59:45 osprey kernel: rfkill: input handler enabled
Apr 02 03:59:51 osprey kernel: wlan0: disconnect from AP fc:ec:da:d0:2c:df for new auth to fc:ec:da:d0:2f:13
Apr 02 03:59:51 osprey kernel: wlan0: authenticate with fc:ec:da:d0:2f:13 (local address=ec:91:61:93:02:8b)
Apr 02 03:59:51 osprey kernel: wlan0: send auth to fc:ec:da:d0:2f:13 (try 1/3)
Apr 02 03:59:51 osprey kernel: wlan0: authenticated
Apr 02 03:59:51 osprey kernel: wlan0: associate with fc:ec:da:d0:2f:13 (try 1/3)
Apr 02 03:59:51 osprey kernel: wlan0: RX ReassocResp from fc:ec:da:d0:2f:13 (capab=0x1111 status=0 aid=4)
Apr 02 03:59:51 osprey kernel: wlan0: associated
Apr 02 04:00:00 osprey kernel: wlan0: deauthenticating from fc:ec:da:d0:2f:13 by local choice (Reason: 3=DEAUTH_LEAVING)
Apr 02 04:00:00 osprey kernel: PM: suspend entry (s2idle)
Apr 02 04:00:00 osprey kernel: Filesystems sync: 0.020 seconds
Apr 02 04:00:04 osprey kernel: Freezing user space processes
Apr 02 04:00:04 osprey kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Apr 02 04:00:04 osprey kernel: OOM killer disabled.
Apr 02 04:00:04 osprey kernel: Freezing remaining freezable tasks
Apr 02 04:00:04 osprey kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Apr 02 04:00:04 osprey kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Apr 02 04:00:04 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
Apr 02 04:00:04 osprey kernel: ACPI: EC: interrupt blocked
Apr 02 04:00:04 osprey kernel: AMD PMC prepare quirk: FCH scratch[0xfed80380] 0x0 -> 0x0
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: prepare_post_hint root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=3084 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_entry root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: AMD PMC pre-restore quirk: FCH scratch[0xfed80380] 0x1 -> 0x0
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_prerestore root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU quirk: skipping AMD PMC s2idle restore hint
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_hint root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_hint root link inactive, bouncing before PCI resume
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_hint root link did not come back after bounce
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_bounce root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_dump root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: Applying AMD PMC s2idle restore MMIO quirk
Apr 02 04:00:04 osprey kernel: AMD PMC restore quirk: FCH scratch[0xfed80380] 0x0 -> 0x0
Apr 02 04:00:04 osprey kernel: amd_pmc AMDI000A:00: ASUS HN7306WU PMC: restore_post_quirks root current=D0 pmcsr=0000 bridgectl=0012 lnkctl=00c0 lnksta=1101 lnkctl2=0044
Apr 02 04:00:04 osprey kernel: ACPI: EC: interrupt unblocked
Apr 02 04:00:04 osprey kernel: pci 0000:c4:00.0: Unable to change power state from D0 to D0, device inaccessible
Apr 02 04:00:04 osprey kernel: ACPI: button: The lid device is not compliant to SW_LID.
Apr 02 04:00:04 osprey kernel: snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot to D0, device inaccessible
Apr 02 04:00:04 osprey kernel: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: SMU is resuming...
Apr 02 04:00:04 osprey kernel: nvme nvme0: 24/0/0 default/read/poll queues
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: SMU is resumed successfully!
Apr 02 04:00:04 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
Apr 02 04:00:04 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
Apr 02 04:00:04 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
Apr 02 04:00:04 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
Apr 02 04:00:04 osprey kernel: amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
Apr 02 04:00:04 osprey kernel: OOM killer enabled.
Apr 02 04:00:04 osprey kernel: Restarting tasks: Starting
Apr 02 04:00:04 osprey kernel: Restarting tasks: Done
Apr 02 04:00:04 osprey kernel: efivarfs: resyncing variable state
Apr 02 04:00:04 osprey kernel: efivarfs: finished resyncing variable state
Apr 02 04:00:04 osprey kernel: random: crng reseeded on system resumption
Apr 02 04:00:04 osprey kernel: PM: suspend exit
Apr 02 04:00:05 osprey kernel: atkbd serio0: Failed to enable keyboard on isa0060/serio0
Apr 02 04:00:05 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:00:05 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:00:05 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:00:05 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:00:05 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
Apr 02 04:00:05 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
Apr 02 04:00:05 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
Apr 02 04:00:05 osprey kernel: wlan0: authenticate with fc:ec:da:d0:2d:c6 (local address=ec:91:61:93:02:8b)
Apr 02 04:00:05 osprey kernel: wlan0: send auth to fc:ec:da:d0:2d:c6 (try 1/3)
Apr 02 04:00:05 osprey kernel: wlan0: authenticated
Apr 02 04:00:05 osprey kernel: wlan0: associate with fc:ec:da:d0:2d:c6 (try 1/3)
Apr 02 04:00:05 osprey kernel: wlan0: RX AssocResp from fc:ec:da:d0:2d:c6 (capab=0x1111 status=0 aid=3)
Apr 02 04:00:05 osprey kernel: wlan0: associated
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
Apr 02 04:00:06 osprey kernel: cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
Apr 02 04:01:08 osprey kernel: snd_hda_intel 0000:c4:00.1: Unable to change power state from D3cold to D0, device inaccessible
Apr 02 04:01:08 osprey kernel: rfkill: input handler disabled
Apr 02 04:01:08 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:01:08 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:01:08 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:01:08 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:01:14 osprey kernel: rfkill: input handler enabled
Apr 02 04:04:10 osprey kernel: snd_hda_intel 0000:c4:00.1: Unable to change power state from D3cold to D0, device inaccessible
Apr 02 04:04:10 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:04:10 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:04:10 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
Apr 02 04:04:10 osprey kernel: snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-02 18:49 [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f Joyful Lee
@ 2026-04-02 19:58 ` Mario Limonciello
2026-04-02 20:59 ` Joyful Lee
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-02 19:58 UTC (permalink / raw)
To: Joyful Lee, platform-driver-x86
Cc: Shyam Sundar S K, Hans de Goede, Ilpo Järvinen, linux-pci,
Bjorn Helgaas, linux-acpi, Rafael J. Wysocki, linux-kernel
On 4/2/26 1:49 PM, Joyful Lee wrote:
> [You don't often get email from joy@joyfullee.me. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> (LLM garbage)
>
> So far, every path that reaches real S0ix through the normal 0x03/arg=1 PMC
> flow still corrupts the root port, while every path that avoids real S0ix keeps
> the root port healthy.
>
> (LLM garbage)
What does corruption mean in your context? Because I don't have any
idea what a root port being corrupted means.
Basically I don't trust a single assumption that was made by that LLM.
Can you please get an amd-s2idle report from an unpatched mainline kernel:
https://origin.kernel.org/doc/html/next/arch/x86/amd-debugging.html#s2idle-debugging-tool
*Then* let's talk like people used to before LLMs came into the picture
about your problem.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-02 19:58 ` Mario Limonciello
@ 2026-04-02 20:59 ` Joyful Lee
2026-04-02 21:14 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-02 20:59 UTC (permalink / raw)
To: Mario Limonciello
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
On Thu, Apr 2, 2026 at 3:58 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
> What does corruption mean in your context? Because I don't have any
> idea what a root port being corrupted means.
>
> Basically I don't trust a single assumption that was made by that LLM.
>
> Can you please get an amd-s2idle report from an unpatched mainline kernel:
>
> https://origin.kernel.org/doc/html/next/arch/x86/amd-debugging.html#s2idle-debugging-tool
>
> *Then* let's talk like people used to before LLMs came into the picture
> about your problem.
Hi,
You want to talk like people? Let's start with this: My name is Joy and
I worked very hard on that bug report. Everything in it is accurate, and
for you to reduce it to "garbage" is not very professional. Second, I
appreciate your and anyone else's help on this problem, but it is not
*my* problem. It is a problem put upon me when I purchased a product
with your company's logo on it.
As I said in my original post, I'm happy to test anything you want with
very quick turnaround, and you asked for an amd-s2idle report from an
unpatched mainline kernel. You got it!
Thanks again for your help.
Joy
[-- Attachment #2: amd-s2idle-report-2026-04-02.txt --]
[-- Type: text/plain, Size: 152659 bytes --]
s2idle report created on 2026-04-02 16:45:11.079320 using amd-s2idle 0.2.16 [commit 612400a ("Add some more CSS animations for tables")]
⚓ Prerequisite checks
Measured 2026-04-02 16:44:56.
💻 AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family 1a model 24)
💻 ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU (ProArt PX13)
🐧 Nest
🐧 Kernel 7.0.0-rc6
🔋 Battery BAT0 (ASUSTeK ASUS Battery) is operating at 99.04% of design
✅ ASPM policy set to 'default'
✅ GPIO driver `pinctrl_amd` available
🚦 NPU device in 0000:c6:00.1 missing driver
✅ PMC driver `amd_pmc` loaded (Program 11 Firmware 93.4.0)
✅ USB3 driver `xhci_hcd` bound to 0000:c5:00.4, 0000:c7:00.0, 0000:c7:00.3, 0000:c7:00.4
✅ USB4 driver `thunderbolt` bound to 0000:c7:00.5, 0000:c7:00.6
✅ System is configured for s2idle
✅ GPU driver `amdgpu` bound to 0000:c5:00.0
✅ PC6 and CC6 enabled
✅ SMT enabled
✅ IOMMU properly configured
✅ ACPI FADT supports Low-power S0 idle
✅ Logs are provided via cysystemd
✅ LPS0 _DSM enabled
✅ WLAN driver `mt7925e` bound to 0000:c3:00.0
🚦 Kernel is tainted: 4097
🚫 Your system does not meet s2idle prerequisites!
Cycle Data
╒═════════╤════════════════════════════════════════════════════════════════════════╕
│ Cycle │ data │
╞═════════╪════════════════════════════════════════════════════════════════════════╡
│ 0 │ 💤 Hardware sleep cycle count: 2 │
│ │ 💤 Notify devices ['FAN0', 'CADR', 'LID_', 'THZ0'] found during suspend │
╘═════════╧════════════════════════════════════════════════════════════════════════╛
🦟 Debug Data
DMI|value
bios_date| 03/18/2025
bios_release| 5.35
bios_vendor| American Megatrends International, LLC.
bios_version| HN7306WU.316
board_name| HN7306WU
board_vendor| ASUSTeK COMPUTER INC.
board_version| 1.0
chassis_type| 31
chassis_vendor| ASUSTeK COMPUTER INC.
chassis_version| 1.0
ec_firmware_release| 3.25
product_sku|
product_version| 1.0
VCE feature version: 0, firmware version: 0x00000000
UVD feature version: 0, firmware version: 0x00000000
MC feature version: 0, firmware version: 0x00000000
ME feature version: 35, firmware version: 0x00000020
PFP feature version: 35, firmware version: 0x00000031
CE feature version: 0, firmware version: 0x00000000
RLC feature version: 1, firmware version: 0x1151054a
RLC SRLC feature version: 0, firmware version: 0x00000000
RLC SRLG feature version: 0, firmware version: 0x00000000
RLC SRLS feature version: 0, firmware version: 0x00000000
RLCP feature version: 1, firmware version: 0x11510341
RLCV feature version: 0, firmware version: 0x00000000
MEC feature version: 35, firmware version: 0x00000022
IMU feature version: 0, firmware version: 0x0b332000
SOS feature version: 0, firmware version: 0x00000000
ASD feature version: 553648393, firmware version: 0x21000109
TA XGMI feature version: 0x00000000, firmware version: 0x00000000
TA RAS feature version: 0x00000000, firmware version: 0x00000000
TA HDCP feature version: 0x00000000, firmware version: 0x1700004d
TA DTM feature version: 0x00000000, firmware version: 0x1200001d
TA RAP feature version: 0x00000000, firmware version: 0x00000000
TA SECUREDISPLAY feature version: 0x00000000, firmware version: 0x00000000
SMC feature version: 0, program: 11, firmware version: 0x0b5d0400 (93.4.0)
SDMA0 feature version: 60, firmware version: 0x0000000f
VCN feature version: 0, firmware version: 0x09118010
DMCU feature version: 0, firmware version: 0x00000000
DMCUB feature version: 0, firmware version: 0x09004100
TOC feature version: 0, firmware version: 0x0000000b
MES_KIQ feature version: 6, firmware version: 0x0000006f
MES feature version: 1, firmware version: 0x00000086
VPE feature version: 60, firmware version: 0x00000039
VBIOS version: 113-STRIXEMU-001
LOGIND: configuration changes:
killuserprocesses: yes
PCI Slot | Vendor | Class | ID | ACPI path
│ 0000:00:00.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:1507 |
│ 0000:00:00.2 | Advanced Micro Devices, Inc. [AMD] | IOMMU | 1022:1508 | \_SB_.PCI0.IOMA
│ 0000:00:01.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:1509 |
│ 0000:00:01.1 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150a | \_SB_.PCI0.GPP0
│ 0000:00:01.2 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150a | \_SB_.PCI0.GPP1
│ 0000:00:02.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:1509 |
│ 0000:00:02.1 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150b | \_SB_.PCI0.GPP3
├─ 0000:c1:00.0 | Sandisk Corp | Non-Volatile memory controller | 15b7:5015 | \_SB_.PCI0.GPP3.NVME
│ 0000:00:02.2 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150b | \_SB_.PCI0.GPP4
├─ 0000:c2:00.0 | Genesys Logic, Inc | SD Host controller | 17a0:9755 | \_SB_.PCI0.GPP4.CADR
│ 0000:00:02.3 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150b | \_SB_.PCI0.GPP5
├─ 0000:c3:00.0 | MEDIATEK Corp. | Network controller | 14c3:7925 | \_SB_.PCI0.GPP5.WLAN
│ 0000:00:03.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:1509 |
│ 0000:00:03.1 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150b | \_SB_.PCI0.GPP9
├─ 0000:c4:00.0 | NVIDIA Corporation | VGA compatible controller | 10de:28a1 | \_SB_.PCI0.GPP9.PEGP
├─ 0000:c4:00.1 | NVIDIA Corporation | Audio device | 10de:22be | \_SB_.PCI0.GPP9.HDAU
│ 0000:00:08.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:1509 |
│ 0000:00:08.1 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150c | \_SB_.PCI0.GPPA
├─ 0000:c5:00.0 | Advanced Micro Devices, Inc. [AMD/ATI] | Display controller | 1002:150e | \_SB_.PCI0.GPPA.VGA_
├─ 0000:c5:00.1 | Advanced Micro Devices, Inc. [AMD/ATI] | Audio device | 1002:1640 | \_SB_.PCI0.GPPA.HDAU
├─ 0000:c5:00.2 | Advanced Micro Devices, Inc. [AMD] | Encryption controller | 1022:17e0 | \_SB_.PCI0.GPPA.PSP_
├─ 0000:c5:00.4 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151e | \_SB_.PCI0.GPPA.XHC1
├─ 0000:c5:00.5 | Advanced Micro Devices, Inc. [AMD] | Multimedia controller | 1022:15e2 | \_SB_.PCI0.GPPA.ACP_
├─ 0000:c5:00.6 | Advanced Micro Devices, Inc. [AMD] | Audio device | 1022:15e3 | \_SB_.PCI0.GPPA.AZAL
├─ 0000:c5:00.7 | Advanced Micro Devices, Inc. [AMD] | Signal processing controller | 1022:164a | \_SB_.PCI0.GPPA.MP2C
│ 0000:00:08.2 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150c | \_SB_.PCI0.GPPB
├─ 0000:c6:00.0 | Advanced Micro Devices, Inc. [AMD] | | 1022:150d |
├─ 0000:c6:00.1 | Advanced Micro Devices, Inc. [AMD] | Signal processing controller | 1022:17f0 | \_SB_.PCI0.GPPB.IPU_
│ 0000:00:08.3 | Advanced Micro Devices, Inc. [AMD] | PCI bridge | 1022:150c | \_SB_.PCI0.GPPC
├─ 0000:c7:00.0 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151f | \_SB_.PCI0.GPPC.XHC0
├─ 0000:c7:00.3 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151a | \_SB_.PCI0.GPPC.XHC3
├─ 0000:c7:00.4 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151b | \_SB_.PCI0.GPPC.XHC4
├─ 0000:c7:00.5 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151c | \_SB_.PCI0.GPPC.NHI0
├─ 0000:c7:00.6 | Advanced Micro Devices, Inc. [AMD] | USB controller | 1022:151d | \_SB_.PCI0.GPPC.NHI1
│ 0000:00:14.0 | Advanced Micro Devices, Inc. [AMD] | SMBus | 1022:790b | \_SB_.PCI0.SMBS
│ 0000:00:14.3 | Advanced Micro Devices, Inc. [AMD] | ISA bridge | 1022:790e | \_SB_.PCI0.SBRG
│ 0000:00:18.0 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16f8 |
│ 0000:00:18.1 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16f9 |
│ 0000:00:18.2 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16fa |
│ 0000:00:18.3 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16fb |
│ 0000:00:18.4 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16fc |
│ 0000:00:18.5 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16fd |
│ 0000:00:18.6 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16fe |
└─0000:00:18.7 | Advanced Micro Devices, Inc. [AMD] | Host bridge | 1022:16ff |
EDID for /sys/devices/pci0000:00/0000:00:08.1/0000:c5:00.0/drm/card1/card1-eDP-1/edid:
│ Block 0, Base EDID:
│ EDID Structure Version & Revision: 1.4
│ Vendor & Product Identification:
│ Manufacturer: SDC
│ Model: 16816
│ Made in: 2023
│ Basic Display Parameters & Features:
│ Digital display
│ Bits per primary color channel: 10
│ DisplayPort interface
│ Maximum image size: 29 cm x 18 cm
│ Gamma: 2.20
│ Supported color formats: RGB 4:4:4
│ First detailed timing includes the native pixel format and preferred refresh rate
│ Color Characteristics:
│ Red : 0.6796, 0.3203
│ Green: 0.2373, 0.7226
│ Blue : 0.1396, 0.0498
│ White: 0.3125, 0.3291
│ Established Timings I & II: none
│ Standard Timings: none
│ Detailed Timing Descriptors:
│ DTD 1: 2880x1800 60.000801 Hz 16:10 111.361 kHz 329.630000 MHz (286 mm x 179 mm)
│ Hfront 8 Hsync 32 Hback 40 Hpol P
│ Vfront 38 Vsync 8 Vback 10 Vpol N
│ Alphanumeric Data String: '<<<. '
│ Display Product Name: 'ATNA33AA08-0 '
│ Extension blocks: 1
│ Checksum: 0xf7
│ ----------------
│ Block 1, CTA-861 Extension Block:
│ Revision: 3
│ Native detailed modes: 0
│ Colorimetry Data Block:
│ BT2020RGB
│ HDR Static Metadata Data Block:
│ Electro optical transfer functions:
│ Traditional gamma - SDR luminance range
│ SMPTE ST2084
│ Supported static metadata descriptors:
│ Static metadata type 1
│ Desired content max luminance: 116 (616.884 cd/m^2)
│ Desired content max frame-average luminance: 96 (400.000 cd/m^2)
│ Desired content min luminance: 7 (0.005 cd/m^2)
│ Checksum: 0xb7
│ ----------------
└─ EDID conformity: PASS
ACPI C-state information
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/s2idle/time: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/s2idle/usage: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/disable: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/above: 19675
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/time: 277301170
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/rejected: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/power: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/residency: 700
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/latency: 350
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/usage: 52787
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/desc: ACPI IOPORT 0x415
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/below: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/default_status: enabled
│ /sys/bus/cpu/devices/cpu0/cpuidle/state3/name: C3
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/disable: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/above: 2854
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/time: 746223
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/rejected: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/power: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/residency: 2
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/latency: 1
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/usage: 16515
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/desc: ACPI FFH MWAIT 0x0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/below: 4532
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/default_status: enabled
│ /sys/bus/cpu/devices/cpu0/cpuidle/state1/name: C1
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/s2idle/time: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/s2idle/usage: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/disable: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/above: 2710
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/time: 5248199
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/rejected: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/power: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/residency: 36
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/latency: 18
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/usage: 13894
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/desc: ACPI IOPORT 0x414
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/below: 3180
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/default_status: enabled
│ /sys/bus/cpu/devices/cpu0/cpuidle/state2/name: C2
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/disable: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/above: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/time: 18909
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/rejected: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/power: 4294967295
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/residency: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/latency: 0
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/usage: 2525
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/desc: CPUIDLE CORE POLL IDLE
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/below: 579
│ /sys/bus/cpu/devices/cpu0/cpuidle/state0/default_status: enabled
└─/sys/bus/cpu/devices/cpu0/cpuidle/state0/name: POLL
Disabled pins:
/sys/module/gpiolib_acpi/parameters/ignore_wake is configured to ASCP1A00:00@8
I2C HID devices:
│ "ELAN9008:00 04F3:4359" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ELAN9008:00 04F3:4359 UNKNOWN" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ELAN9008:00 04F3:4359 Stylus" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ELAN9008:00 04F3:4359 UNKNOWN" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ELAN9008:00 04F3:4359 UNKNOWN" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ELAN9008:00 04F3:4359 UNKNOWN" [ELAN9008] : \_SB_.I2CA.TPL0
│ "ASCF1A00:00 2808:0220 Mouse" [ASCF1A00] : \_SB_.I2CB.ETPD
└─"ASCF1A00:00 2808:0220 Touchpad" [ASCF1A00] : \_SB_.I2CB.ETPD
Windows GPIO 0 debounce: enabled
gpio int|active|trigger|S0i3| S3|S4/S5| Z|wake|pull| orient| debounce|reg
#0 😛| ↑| edge| ⏰| ⏰| |⏰| | |input ↑| |0x8057800
#2 😛| ↓| edge| ⏰| ⏰| | | | |input ↑| |0x57a00
#3 😛| ↓| edge| ⏰| ⏰| | | | |input ↑| |0x57a00
#8 😛| ↓| level| | | | | | ↑ |input ↑| |0x151b00
#11 😛| ↓| level| | | | | | ↑ |input ↑|b (🕑 000976us)|0x151b74
#24 😛| ↓| level| | | | | | ↑ |input ↑| |0x151b00
#44 😷| ↑| edge| | | | | | |input ↓| |0x800
#54 😛| ↑| edge| | | | | | |input ↓| |0x1800
#58 😛| ↑| level| ⏰| ⏰| |⏰| | |input ↓| |0x8007900
#59 😛| ↑| level| ⏰| ⏰| |⏰| | |input ↓| |0x8007900
#157 😛| ↓| level| | | | | | ↑ |input ↑| |0x151b00
CPU core count: 24 max: 64
SMT control: on
Found IOMMU /sys/devices/pci0000:00/0000:00:00.2/iommu/ivhd0
IVRS: Virtualization info: 0x203043
IVRS: Found MSFT0201: True
USB4 routers found, no need to check DMCUB version
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20251212 (64-bit version)
* Copyright (c) 2000 - 2025 Intel Corporation
*
* Disassembly of /sys/firmware/acpi/tables/IVRS
*
* ACPI Data Table [IVRS]
*
* Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue (in hex)
*/
[000h 0000 004h] Signature : "IVRS" [I/O Virtualization Reporting Structure]
[004h 0004 004h] Table Length : 000001F6
[008h 0008 001h] Revision : 02
[009h 0009 001h] Checksum : 1D
[00Ah 0010 006h] Oem ID : "AMD "
[010h 0016 008h] Oem Table ID : "AmdTable"
[018h 0024 004h] Oem Revision : 00000001
[01Ch 0028 004h] Asl Compiler ID : "AMD "
[020h 0032 004h] Asl Compiler Revision : 00000001
[024h 0036 004h] Virtualization Info : 00203043
[028h 0040 008h] Reserved : 0000000000000000
[030h 0048 001h] Subtable Type : 10 [Hardware Definition Block (IVHD)]
[031h 0049 001h] Flags (decoded below) : B0
HtTunEn : 0
PassPW : 0
ResPassPW : 0
Isoc Control : 0
Iotlb Support : 1
Coherent : 1
Prefetch Support : 0
PPR Support : 1
[032h 0050 002h] Length : 0044
[034h 0052 002h] DeviceId : 0002
[036h 0054 002h] Capability Offset : 0040
[038h 0056 008h] Base Address : 00000000FD200000
[040h 0064 002h] PCI Segment Group : 0000
[042h 0066 002h] Virtualization Info : 0000
[044h 0068 004h] Feature Reporting : 80048F6E
[048h 0072 001h] Subtable Type : 03 [Device Entry: Start of Range]
[049h 0073 002h] Device ID : 0003
[04Bh 0075 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[04Ch 0076 001h] Subtable Type : 04 [Device Entry: End of Range]
[04Dh 0077 002h] Device ID : FFFE
[04Fh 0079 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[050h 0080 001h] Subtable Type : 43 [Device Entry: Alias Start of Range]
[051h 0081 002h] Device ID : FF00
[053h 0083 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[054h 0084 001h] Reserved : 00
[055h 0085 002h] Source Used Device ID : 00A5
[057h 0087 001h] Reserved : 00
[058h 0088 001h] Subtable Type : 04 [Device Entry: End of Range]
[059h 0089 002h] Device ID : FFFF
[05Bh 0091 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[05Ch 0092 001h] Subtable Type : 48 [Device Entry: Special Device]
[05Dh 0093 002h] Device ID : 0000
[05Fh 0095 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[060h 0096 001h] Handle : 00
[061h 0097 002h] Source Used Device ID : 00A0
[063h 0099 001h] Variety : 02
[064h 0100 001h] Subtable Type : 48 [Device Entry: Special Device]
[065h 0101 002h] Device ID : 0000
[067h 0103 001h] Data Setting (decoded below) : D7
INITPass : 1
EIntPass : 1
NMIPass : 1
Reserved : 0
System MGMT : 1
LINT0 Pass : 1
LINT1 Pass : 1
[068h 0104 001h] Handle : 21
[069h 0105 002h] Source Used Device ID : 00A0
[06Bh 0107 001h] Variety : 01
[06Ch 0108 001h] Subtable Type : 48 [Device Entry: Special Device]
[06Dh 0109 002h] Device ID : 0000
[06Fh 0111 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[070h 0112 001h] Handle : 22
[071h 0113 002h] Source Used Device ID : 0001
[073h 0115 001h] Variety : 01
[074h 0116 001h] Subtable Type : 11 [Hardware Definition Block (IVHD)]
[075h 0117 001h] Flags (decoded below) : 30
HtTunEn : 0
PassPW : 0
ResPassPW : 0
Isoc Control : 0
Iotlb Support : 1
Coherent : 1
Prefetch Support : 0
PPR Support : 0
[076h 0118 002h] Length : 0054
[078h 0120 002h] DeviceId : 0002
[07Ah 0122 002h] Capability Offset : 0040
[07Ch 0124 008h] Base Address : 00000000FD200000
[084h 0132 002h] PCI Segment Group : 0000
[086h 0134 002h] Virtualization Info : 0000
[088h 0136 004h] Attributes : 00048000
[08Ch 0140 008h] EFR Image : 246577EFA2254AFA
[094h 0148 008h] Reserved : 0000000000000010
[09Ch 0156 001h] Subtable Type : 03 [Device Entry: Start of Range]
[09Dh 0157 002h] Device ID : 0003
[09Fh 0159 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0A0h 0160 001h] Subtable Type : 04 [Device Entry: End of Range]
[0A1h 0161 002h] Device ID : FFFE
[0A3h 0163 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0A4h 0164 001h] Subtable Type : 43 [Device Entry: Alias Start of Range]
[0A5h 0165 002h] Device ID : FF00
[0A7h 0167 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0A8h 0168 001h] Reserved : 00
[0A9h 0169 002h] Source Used Device ID : 00A5
[0ABh 0171 001h] Reserved : 00
[0ACh 0172 001h] Subtable Type : 04 [Device Entry: End of Range]
[0ADh 0173 002h] Device ID : FFFF
[0AFh 0175 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0B0h 0176 001h] Subtable Type : 48 [Device Entry: Special Device]
[0B1h 0177 002h] Device ID : 0000
[0B3h 0179 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0B4h 0180 001h] Handle : 00
[0B5h 0181 002h] Source Used Device ID : 00A0
[0B7h 0183 001h] Variety : 02
[0B8h 0184 001h] Subtable Type : 48 [Device Entry: Special Device]
[0B9h 0185 002h] Device ID : 0000
[0BBh 0187 001h] Data Setting (decoded below) : D7
INITPass : 1
EIntPass : 1
NMIPass : 1
Reserved : 0
System MGMT : 1
LINT0 Pass : 1
LINT1 Pass : 1
[0BCh 0188 001h] Handle : 21
[0BDh 0189 002h] Source Used Device ID : 00A0
[0BFh 0191 001h] Variety : 01
[0C0h 0192 001h] Subtable Type : 48 [Device Entry: Special Device]
[0C1h 0193 002h] Device ID : 0000
[0C3h 0195 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[0C4h 0196 001h] Handle : 22
[0C5h 0197 002h] Source Used Device ID : 0001
[0C7h 0199 001h] Variety : 01
[0C8h 0200 001h] Subtable Type : 21 [Memory Definition Block (IVMD)]
[0C9h 0201 001h] Flags (decoded below) : 07
Unity : 1
Readable : 1
Writeable : 1
Exclusion Range : 0
[0CAh 0202 002h] Length : 0020
[0CCh 0204 002h] DeviceId : 0060
[0CEh 0206 002h] Auxiliary Data : 0000
[0D0h 0208 008h] Reserved : 0000000000000000
[0D8h 0216 008h] Start Address : 000000007D900000
[0E0h 0224 008h] Memory Length : 0000000000100000
[0E8h 0232 001h] Subtable Type : 21 [Memory Definition Block (IVMD)]
[0E9h 0233 001h] Flags (decoded below) : 08
Unity : 0
Readable : 0
Writeable : 0
Exclusion Range : 1
[0EAh 0234 002h] Length : 0020
[0ECh 0236 002h] DeviceId : C507
[0EEh 0238 002h] Auxiliary Data : 0000
[0F0h 0240 008h] Reserved : 0000000000000000
[0F8h 0248 008h] Start Address : 0000000075E00000
[100h 0256 008h] Memory Length : 0000000000020000
[108h 0264 001h] Subtable Type : 40 [Hardware Definition Block - Mixed Format (IVHD)]
[109h 0265 001h] Flags (decoded below) : 30
HtTunEn : 0
PassPW : 0
ResPassPW : 0
Isoc Control : 0
Iotlb Support : 1
Coherent : 1
Prefetch Support : 0
PPR Support : 0
[10Ah 0266 002h] Length : 00EE
[10Ch 0268 002h] DeviceId : 0002
[10Eh 0270 002h] Capability Offset : 0040
[110h 0272 008h] Base Address : 00000000FD200000
[118h 0280 002h] PCI Segment Group : 0000
[11Ah 0282 002h] Virtualization Info : 0000
[11Ch 0284 004h] Attributes : 00048000
[120h 0288 008h] EFR Image : 246577EFA2254AFA
[128h 0296 008h] Reserved : 0000000000000010
[130h 0304 001h] Subtable Type : 03 [Device Entry: Start of Range]
[131h 0305 002h] Device ID : 0003
[133h 0307 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[134h 0308 001h] Subtable Type : 04 [Device Entry: End of Range]
[135h 0309 002h] Device ID : FFFE
[137h 0311 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[138h 0312 001h] Subtable Type : 43 [Device Entry: Alias Start of Range]
[139h 0313 002h] Device ID : FF00
[13Bh 0315 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[13Ch 0316 001h] Reserved : 00
[13Dh 0317 002h] Source Used Device ID : 00A5
[13Fh 0319 001h] Reserved : 00
[140h 0320 001h] Subtable Type : 04 [Device Entry: End of Range]
[141h 0321 002h] Device ID : FFFF
[143h 0323 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[144h 0324 001h] Subtable Type : 48 [Device Entry: Special Device]
[145h 0325 002h] Device ID : 0000
[147h 0327 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[148h 0328 001h] Handle : 00
[149h 0329 002h] Source Used Device ID : 00A0
[14Bh 0331 001h] Variety : 02
[14Ch 0332 001h] Subtable Type : 48 [Device Entry: Special Device]
[14Dh 0333 002h] Device ID : 0000
[14Fh 0335 001h] Data Setting (decoded below) : D7
INITPass : 1
EIntPass : 1
NMIPass : 1
Reserved : 0
System MGMT : 1
LINT0 Pass : 1
LINT1 Pass : 1
[150h 0336 001h] Handle : 21
[151h 0337 002h] Source Used Device ID : 00A0
[153h 0339 001h] Variety : 01
[154h 0340 001h] Subtable Type : 48 [Device Entry: Special Device]
[155h 0341 002h] Device ID : 0000
[157h 0343 001h] Data Setting (decoded below) : 00
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 0
LINT1 Pass : 0
[158h 0344 001h] Handle : 22
[159h 0345 002h] Source Used Device ID : 0001
[15Bh 0347 001h] Variety : 01
[15Ch 0348 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[15Dh 0349 002h] Device ID : 00A5
[15Fh 0351 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[160h 0352 008h] ACPI HID : "AMDI0020"
[168h 0360 008h] ACPI CID : 0000000000000000
[170h 0368 001h] UID Format : 02
[171h 0369 001h] UID Length : 04
[172h 0370 004h] UID : "ID00"
[176h 0374 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[177h 0375 002h] Device ID : 00A5
[179h 0377 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[17Ah 0378 008h] ACPI HID : "AMDI0020"
[182h 0386 008h] ACPI CID : 0000000000000000
[18Ah 0394 001h] UID Format : 02
[18Bh 0395 001h] UID Length : 04
[18Ch 0396 004h] UID : "ID01"
[190h 0400 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[191h 0401 002h] Device ID : 00A5
[193h 0403 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[194h 0404 008h] ACPI HID : "AMDI0020"
[19Ch 0412 008h] ACPI CID : 0000000000000000
[1A4h 0420 001h] UID Format : 02
[1A5h 0421 001h] UID Length : 04
[1A6h 0422 004h] UID : "ID02"
[1AAh 0426 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[1ABh 0427 002h] Device ID : 0099
[1ADh 0429 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[1AEh 0430 008h] ACPI HID : "AMDI0020"
[1B6h 0438 008h] ACPI CID : 0000000000000000
[1BEh 0446 001h] UID Format : 02
[1BFh 0447 001h] UID Length : 04
[1C0h 0448 004h] UID : "ID03"
[1C4h 0452 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[1C5h 0453 002h] Device ID : 0060
[1C7h 0455 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[1C8h 0456 008h] ACPI HID : "MSFT0201"
[1D0h 0464 008h] ACPI CID : 0000000000000000
[1D8h 0472 001h] UID Format : 01
[1D9h 0473 001h] UID Length : 02
[1DAh 0474 008h] UID : 4D41400099F00001
[1DCh 0476 001h] Subtable Type : F0 [Device Entry: ACPI HID Named Device]
[1DDh 0477 002h] Device ID : 0099
[1DFh 0479 001h] Data Setting (decoded below) : 40
INITPass : 0
EIntPass : 0
NMIPass : 0
Reserved : 0
System MGMT : 0
LINT0 Pass : 1
LINT1 Pass : 0
[1E0h 0480 008h] ACPI HID : "AMDI0020"
[1E8h 0488 008h] ACPI CID : 0000000000000000
[1F0h 0496 001h] UID Format : 02
[1F1h 0497 001h] UID Length : 04
[1F2h 0498 004h] UID : "ID04"
Raw Table Data: Length 502 (0x1F6)
0000: 49 56 52 53 F6 01 00 00 02 1D 41 4D 44 20 20 00 // IVRS......AMD .
0010: 41 6D 64 54 61 62 6C 65 01 00 00 00 41 4D 44 20 // AmdTable....AMD
0020: 01 00 00 00 43 30 20 00 00 00 00 00 00 00 00 00 // ....C0 .........
0030: 10 B0 44 00 02 00 40 00 00 00 20 FD 00 00 00 00 // ..D...@... .....
0040: 00 00 00 00 6E 8F 04 80 03 03 00 00 04 FE FF 00 // ....n...........
0050: 43 00 FF 00 00 A5 00 00 04 FF FF 00 48 00 00 00 // C...........H...
0060: 00 A0 00 02 48 00 00 D7 21 A0 00 01 48 00 00 00 // ....H...!...H...
0070: 22 01 00 01 11 30 54 00 02 00 40 00 00 00 20 FD // "....0T...@... .
0080: 00 00 00 00 00 00 00 00 00 80 04 00 FA 4A 25 A2 // .............J%.
0090: EF 77 65 24 10 00 00 00 00 00 00 00 03 03 00 00 // .we$............
00A0: 04 FE FF 00 43 00 FF 00 00 A5 00 00 04 FF FF 00 // ....C...........
00B0: 48 00 00 00 00 A0 00 02 48 00 00 D7 21 A0 00 01 // H.......H...!...
00C0: 48 00 00 00 22 01 00 01 21 07 20 00 60 00 00 00 // H..."...!. .`...
00D0: 00 00 00 00 00 00 00 00 00 00 90 7D 00 00 00 00 // ...........}....
00E0: 00 00 10 00 00 00 00 00 21 08 20 00 07 C5 00 00 // ........!. .....
00F0: 00 00 00 00 00 00 00 00 00 00 E0 75 00 00 00 00 // ...........u....
0100: 00 00 02 00 00 00 00 00 40 30 EE 00 02 00 40 00 // ........@0....@.
0110: 00 00 20 FD 00 00 00 00 00 00 00 00 00 80 04 00 // .. .............
0120: FA 4A 25 A2 EF 77 65 24 10 00 00 00 00 00 00 00 // .J%..we$........
0130: 03 03 00 00 04 FE FF 00 43 00 FF 00 00 A5 00 00 // ........C.......
0140: 04 FF FF 00 48 00 00 00 00 A0 00 02 48 00 00 D7 // ....H.......H...
0150: 21 A0 00 01 48 00 00 00 22 01 00 01 F0 A5 00 40 // !...H..."......@
0160: 41 4D 44 49 30 30 32 30 00 00 00 00 00 00 00 00 // AMDI0020........
0170: 02 04 49 44 30 30 F0 A5 00 40 41 4D 44 49 30 30 // ..ID00...@AMDI00
0180: 32 30 00 00 00 00 00 00 00 00 02 04 49 44 30 31 // 20..........ID01
0190: F0 A5 00 40 41 4D 44 49 30 30 32 30 00 00 00 00 // ...@AMDI0020....
01A0: 00 00 00 00 02 04 49 44 30 32 F0 99 00 40 41 4D // ......ID02...@AM
01B0: 44 49 30 30 32 30 00 00 00 00 00 00 00 00 02 04 // DI0020..........
01C0: 49 44 30 33 F0 60 00 40 4D 53 46 54 30 32 30 31 // ID03.`.@MSFT0201
01D0: 00 00 00 00 00 00 00 00 01 02 01 00 F0 99 00 40 // ...............@
01E0: 41 4D 44 49 30 30 32 30 00 00 00 00 00 00 00 00 // AMDI0020........
01F0: 02 04 49 44 30 34 // ..ID04
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20251212 (64-bit version)
* Copyright (c) 2000 - 2025 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of /sys/firmware/acpi/tables/SSDT23
*
* Original Table Header:
* Signature "SSDT"
* Length 0x00000921 (2337)
* Revision 0x02
* Checksum 0xE3
* OEM ID "AMD"
* OEM Table ID "CPMGPIO0"
* OEM Revision 0x00000001 (1)
* Compiler ID "INTL"
* Compiler Version 0x20230331 (539165489)
*/
DefinitionBlock ("", "SSDT", 2, "AMD", "CPMGPIO0", 0x00000001)
{
External (_SB_.BTNS, DeviceObj)
External (_SB_.CMBS, IntObj)
External (_SB_.GPIO, DeviceObj)
External (_SB_.PCI0.GPP4, DeviceObj)
External (_SB_.PCI0.GPP5, DeviceObj)
External (_SB_.PCI0.GPP6, DeviceObj)
External (_SB_.PCI0.GPP7, DeviceObj)
External (_SB_.PCI0.GPP9, DeviceObj)
External (_SB_.PCI0.GPPA.ACP_, DeviceObj)
External (_SB_.PCI0.GPPA.AZAL, DeviceObj)
External (_SB_.PCI0.GPPA.MP2C, DeviceObj)
External (_SB_.PCI0.GPPA.XHC1, DeviceObj)
External (_SB_.PCI0.GPPC.XHC0, DeviceObj)
External (_SB_.PCI0.SBRG.EC0_, DeviceObj)
External (_SB_.PCI0.SBRG.EC0_.OKEC, IntObj)
External (_SB_.PCI0.SBRG.EC0_.REBC, MethodObj) // 2 Arguments
External (_SB_.PCI0.SBRG.EC0_.Z009, MutexObj)
External (_SB_.PWRB, DeviceObj)
External (_SB_.TPLP, UnknownObj)
External (M000, MethodObj) // 1 Arguments
External (M037, DeviceObj)
External (M046, IntObj)
External (M047, IntObj)
External (M050, DeviceObj)
External (M051, DeviceObj)
External (M052, DeviceObj)
External (M053, DeviceObj)
External (M054, DeviceObj)
External (M055, DeviceObj)
External (M056, DeviceObj)
External (M057, DeviceObj)
External (M058, DeviceObj)
External (M059, DeviceObj)
External (M062, DeviceObj)
External (M068, DeviceObj)
External (M069, DeviceObj)
External (M070, DeviceObj)
External (M071, DeviceObj)
External (M072, DeviceObj)
External (M074, DeviceObj)
External (M075, DeviceObj)
External (M076, DeviceObj)
External (M077, DeviceObj)
External (M078, DeviceObj)
External (M079, DeviceObj)
External (M080, DeviceObj)
External (M081, DeviceObj)
External (M082, FieldUnitObj)
External (M083, FieldUnitObj)
External (M084, FieldUnitObj)
External (M085, FieldUnitObj)
External (M086, FieldUnitObj)
External (M087, FieldUnitObj)
External (M088, FieldUnitObj)
External (M089, FieldUnitObj)
External (M090, FieldUnitObj)
External (M091, FieldUnitObj)
External (M092, FieldUnitObj)
External (M093, FieldUnitObj)
External (M094, FieldUnitObj)
External (M095, FieldUnitObj)
External (M096, FieldUnitObj)
External (M097, FieldUnitObj)
External (M098, FieldUnitObj)
External (M099, FieldUnitObj)
External (M100, FieldUnitObj)
External (M101, FieldUnitObj)
External (M102, FieldUnitObj)
External (M103, FieldUnitObj)
External (M104, FieldUnitObj)
External (M105, FieldUnitObj)
External (M106, FieldUnitObj)
External (M107, FieldUnitObj)
External (M108, FieldUnitObj)
External (M109, FieldUnitObj)
External (M110, FieldUnitObj)
External (M115, BuffObj)
External (M116, BuffFieldObj)
External (M117, BuffFieldObj)
External (M118, BuffFieldObj)
External (M119, BuffFieldObj)
External (M120, BuffFieldObj)
External (M122, FieldUnitObj)
External (M127, DeviceObj)
External (M128, FieldUnitObj)
External (M131, FieldUnitObj)
External (M132, FieldUnitObj)
External (M133, FieldUnitObj)
External (M134, FieldUnitObj)
External (M135, FieldUnitObj)
External (M136, FieldUnitObj)
External (M220, FieldUnitObj)
External (M221, FieldUnitObj)
External (M226, FieldUnitObj)
External (M227, DeviceObj)
External (M229, FieldUnitObj)
External (M231, FieldUnitObj)
External (M233, FieldUnitObj)
External (M235, FieldUnitObj)
External (M23A, FieldUnitObj)
External (M251, FieldUnitObj)
External (M280, FieldUnitObj)
External (M290, FieldUnitObj)
External (M29A, FieldUnitObj)
External (M310, FieldUnitObj)
External (M31C, FieldUnitObj)
External (M320, FieldUnitObj)
External (M321, FieldUnitObj)
External (M322, FieldUnitObj)
External (M323, FieldUnitObj)
External (M324, FieldUnitObj)
External (M325, FieldUnitObj)
External (M326, FieldUnitObj)
External (M327, FieldUnitObj)
External (M328, FieldUnitObj)
External (M329, DeviceObj)
External (M32A, DeviceObj)
External (M32B, DeviceObj)
External (M32C, DeviceObj)
External (M330, DeviceObj)
External (M331, FieldUnitObj)
External (M378, FieldUnitObj)
External (M379, FieldUnitObj)
External (M380, FieldUnitObj)
External (M381, FieldUnitObj)
External (M382, FieldUnitObj)
External (M383, FieldUnitObj)
External (M384, FieldUnitObj)
External (M385, FieldUnitObj)
External (M386, FieldUnitObj)
External (M387, FieldUnitObj)
External (M388, FieldUnitObj)
External (M389, FieldUnitObj)
External (M390, FieldUnitObj)
External (M391, FieldUnitObj)
External (M392, FieldUnitObj)
External (M404, BuffObj)
External (M408, MutexObj)
External (M414, FieldUnitObj)
External (M444, FieldUnitObj)
External (M449, FieldUnitObj)
External (M453, FieldUnitObj)
External (M454, FieldUnitObj)
External (M455, FieldUnitObj)
External (M456, FieldUnitObj)
External (M457, FieldUnitObj)
External (M460, MethodObj) // 7 Arguments
External (M4C0, FieldUnitObj)
External (M4F0, FieldUnitObj)
External (M610, FieldUnitObj)
External (M620, FieldUnitObj)
External (M631, FieldUnitObj)
External (M652, FieldUnitObj)
Scope (\)
{
Name (HPDW, 0x55)
Name (WLD3, 0x55)
}
Scope (\_SB.PCI0.SBRG.EC0)
{
OperationRegion (ECRM, EmbeddedControl, Zero, 0xFF)
Field (ECRM, ByteAcc, NoLock, Preserve)
{
Offset (0xCC),
PBCN, 8
}
}
Scope (\_SB.GPIO)
{
Name (STSD, Zero)
Method (_AEI, 0, NotSerialized) // _AEI: ACPI Event Interrupts
{
Name (BUF0, ResourceTemplate ()
{
GpioInt (Edge, ActiveHigh, ExclusiveAndWake, PullDefault, 0x1388,
"\\_SB.GPIO", 0x00, ResourceConsumer, ,
)
{ // Pin list
0x0000
}
GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
"\\_SB.GPIO", 0x00, ResourceConsumer, ,
)
{ // Pin list
0x003A
}
GpioInt (Level, ActiveHigh, ExclusiveAndWake, PullNone, 0x0000,
"\\_SB.GPIO", 0x00, ResourceConsumer, ,
)
{ // Pin list
0x003B
}
GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
"\\_SB.GPIO", 0x00, ResourceConsumer, ,
)
{ // Pin list
0x0002
}
GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullNone, 0x0000,
"\\_SB.GPIO", 0x00, ResourceConsumer, ,
)
{ // Pin list
0x0003
}
})
Return (BUF0) /* \_SB_.GPIO._AEI.BUF0 */
}
Method (_EVT, 1, Serialized) // _EVT: Event
{
M460 (" OEM-ASL-\\_SB.GPIO._EVT-Start Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
Switch (ToInteger (Arg0))
{
Case (Zero)
{
If ((\_SB.TPLP == One))
{
STSD = \_SB.PCI0.SBRG.EC0.REBC (0x54, One)
If ((STSD == Zero))
{
Notify (\_SB.PWRB, 0x80) // Status Change
}
}
Else
{
Notify (\_SB.PWRB, 0x80) // Status Change
}
}
Case (0x02)
{
M000 (0x3902)
M460 (" Notify (\\_SB.PCI0.GPP9, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
Notify (\_SB.PCI0.GPP9, 0x02) // Device Wake
}
Case (0x03)
{
M000 (0x3903)
M460 (" Notify (\\_SB.PCI0.GPP4, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
Notify (\_SB.PCI0.GPP4, 0x02) // Device Wake
}
Case (0x3A)
{
M000 (0x393A)
M460 (" Notify (\\_SB.PCI0.GPPC.XHC0, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
Notify (\_SB.PCI0.GPPC.XHC0, 0x02) // Device Wake
}
Case (0x3B)
{
M000 (0x393B)
M460 (" Notify (\\_SB.PCI0.GPPA.XHC1, 0x02)\n", Zero, Zero, Zero, Zero, Zero, Zero)
Notify (\_SB.PCI0.GPPA.XHC1, 0x02) // Device Wake
}
}
M460 (" OEM-ASL-\\_SB.GPIO._EVT-End Case %d\n", ToInteger (Arg0), Zero, Zero, Zero, Zero, Zero)
}
}
}
ACPI name | ACPI path | Kernel driver
LNXSYSTM:00 | \ | None
LNXSYBUS:00 | \_SB_ | None
ACPI0010:00 | \_SB_.PLTF | None
ACPI0007:00 | \_SB_.PLTF.C000 | processor
ACPI0007:01 | \_SB_.PLTF.C001 | processor
ACPI0007:02 | \_SB_.PLTF.C002 | processor
ACPI0007:03 | \_SB_.PLTF.C003 | processor
ACPI0007:04 | \_SB_.PLTF.C004 | processor
ACPI0007:05 | \_SB_.PLTF.C005 | processor
ACPI0007:06 | \_SB_.PLTF.C006 | processor
ACPI0007:07 | \_SB_.PLTF.C007 | processor
ACPI0007:08 | \_SB_.PLTF.C008 | processor
ACPI0007:09 | \_SB_.PLTF.C009 | processor
ACPI0007:0a | \_SB_.PLTF.C00A | processor
ACPI0007:0b | \_SB_.PLTF.C00B | processor
ACPI0007:0c | \_SB_.PLTF.C00C | processor
ACPI0007:0d | \_SB_.PLTF.C00D | processor
ACPI0007:0e | \_SB_.PLTF.C00E | processor
ACPI0007:0f | \_SB_.PLTF.C00F | processor
ACPI0007:10 | \_SB_.PLTF.C010 | processor
ACPI0007:11 | \_SB_.PLTF.C011 | processor
ACPI0007:12 | \_SB_.PLTF.C012 | processor
ACPI0007:13 | \_SB_.PLTF.C013 | processor
ACPI0007:14 | \_SB_.PLTF.C014 | processor
ACPI0007:15 | \_SB_.PLTF.C015 | processor
ACPI0007:16 | \_SB_.PLTF.C016 | processor
ACPI0007:17 | \_SB_.PLTF.C017 | processor
AMDI000A:00 | \_SB_.PEP_ | amd_pmc
AMDI0010:00 | \_SB_.I2CA | i2c_designware
ELAN9008:00 | \_SB_.I2CA.TPL0 | i2c_hid_acpi
AMDI0010:01 | \_SB_.I2CB | i2c_designware
ASCF1A00:00 | \_SB_.I2CB.ETPD | i2c_hid_acpi
AMDI0010:02 | \_SB_.I2CC | i2c_designware
ASUS2020:00 | \_SB_.I2CC.DIDV | i2c_hid_acpi
AMDI0010:03 | \_SB_.I2CD | i2c_designware
CSC3551:00 | \_SB_.I2CD.SPKR | Serial bus multi instantiate pseudo device driver
AMDI0030:00 | \_SB_.GPIO | amd_gpio
AMDI0052:00 | \_SB_.PPKG | None
AMDI0080:00 | \_SB_.VGBI | None
AMDI0081:00 | \_SB_.CIND | None
AMDI0103:00 | \_SB_.PMF_ | amd-pmf
AMDI0104:00 | \_SB_.MP1_ | None
ASUS2018:00 | \_SB_.ASUP | None
DRTM0001:00 | \_SB_.DRTM | None
MSFT0101:00 | \_SB_.TPM_ | None
MSFT0201:00 | \_SB_.MHSP | None
NVDA0820:00 | \_SB_.NPCF | None
PNP0A08:00 | \_SB_.PCI0 | None
LNXPOWER:00 | \_SB_.PCI0.GPP0.PWRS | None
LNXPOWER:02 | \_SB_.PCI0.GPP1.PWRS | None
LNXPOWER:07 | \_SB_.PCI0.GPP5.PWSR | None
LNXPOWER:08 | \_SB_.PCI0.GPP9.M237 | None
LNXPOWER:09 | \_SB_.PCI0.GPPA.PWRS | None
PNP0103:00 | \_SB_.PCI0.HPET | None
PNP0C02:00 | \_SB_.PCI0.S900 | None
device:00 | \_SB_.PCI0.IOMA | None
device:01 | \_SB_.PCI0.SBRG | None
ATK3001:00 | \_SB_.PCI0.SBRG.PS2K | i8042 kbd
PNP0000:00 | \_SB_.PCI0.SBRG.PIC_ | None
PNP0100:00 | \_SB_.PCI0.SBRG.TMR_ | None
PNP0200:00 | \_SB_.PCI0.SBRG.DMAC | None
PNP0800:00 | \_SB_.PCI0.SBRG.SPKR | None
PNP0B00:00 | \_SB_.PCI0.SBRG.RTC_ | rtc_cmos
PNP0C04:00 | \_SB_.PCI0.SBRG.COPR | None
PNP0C09:00 | \_SB_.PCI0.SBRG.EC0_ | acpi-ec
ACPI0003:00 | \_SB_.PCI0.SBRG.EC0_.AC0_ | ac
PNP0C0A:00 | \_SB_.PCI0.SBRG.EC0_.BAT0 | acpi-battery
PNP0C0D:00 | \_SB_.PCI0.SBRG.EC0_.LID_ | acpi-button
device:02 | \_SB_.PCI0.D034 | None
device:03 | \_SB_.PCI0.GPP0 | pcieport
LNXPOWER:01 | \_SB_.PCI0.GPP0.SWUS.PWRS | None
device:04 | \_SB_.PCI0.GPP0.SWUS | None
device:05 | \_SB_.PCI0.GPP1 | pcieport
LNXPOWER:03 | \_SB_.PCI0.GPP1.SWUS.PWRS | None
device:06 | \_SB_.PCI0.GPP1.SWUS | None
device:07 | \_SB_.PCI0.GPP3 | pcieport
LNXPOWER:04 | \_SB_.PCI0.GPP3.P0NV | None
device:08 | \_SB_.PCI0.GPP3.NVME | nvme
device:09 | \_SB_.PCI0.GPP4 | pcieport
device:0a | \_SB_.PCI0.GPP4.CADR | None
device:0b | \_SB_.PCI0.GPP5 | pcieport
device:0c | \_SB_.PCI0.GPP5.WLAN | mt7925e
device:0d | \_SB_.PCI0.GPP6 | None
device:0e | \_SB_.PCI0.GPP6.RTL8 | None
device:0f | \_SB_.PCI0.GPP6.RUSB | None
device:10 | \_SB_.PCI0.GPP7 | None
device:11 | \_SB_.PCI0.GPP7.WWAN | None
device:12 | \_SB_.PCI0.GPP8 | None
device:13 | \_SB_.PCI0.GPP9 | pcieport
device:14 | \_SB_.PCI0.GPP9.PEGP | None
device:15 | \_SB_.PCI0.GPP9.HDAU | snd_hda_intel
device:16 | \_SB_.PCI0.GP10 | None
device:17 | \_SB_.PCI0.GP11 | None
device:18 | \_SB_.PCI0.GP12 | None
device:19 | \_SB_.PCI0.GP13 | None
device:1a | \_SB_.PCI0.GP14 | None
device:1b | \_SB_.PCI0.GPPA | pcieport
LNXPOWER:0a | \_SB_.PCI0.GPPA.VGA_.PWRS | None
LNXPOWER:0b | \_SB_.PCI0.GPPA.ACP_.PWRS | None
LNXPOWER:0c | \_SB_.PCI0.GPPA.AZAL.PWRS | None
LNXVIDEO:00 | \_SB_.PCI0.GPPA.VGA_ | amdgpu
device:1c | \_SB_.PCI0.GPPA.VGA_.LCD_ | None
PNP0C02:01 | \_SB_.PCI0.GPPA.PSP_ | ccp
device:1d | \_SB_.PCI0.GPPA.ACP_ | None
device:1e | \_SB_.PCI0.GPPA.ACP_.HDA0 | None
device:1f | \_SB_.PCI0.GPPA.ACP_.PDMC | None
device:20 | \_SB_.PCI0.GPPA.ACP_.I2SC | None
device:21 | \_SB_.PCI0.GPPA.ACP_.BTSC | None
device:22 | \_SB_.PCI0.GPPA.ACP_.SDWC | None
device:23 | \_SB_.PCI0.GPPA.ACP_.SDWS | None
device:24 | \_SB_.PCI0.GPPA.ACP_.USBS | None
device:25 | \_SB_.PCI0.GPPA.AZAL | snd_hda_intel
device:26 | \_SB_.PCI0.GPPA.HDAU | snd_hda_intel
device:27 | \_SB_.PCI0.GPPA.XHC1 | xhci_hcd
device:28 | \_SB_.PCI0.GPPA.XHC1.RHUB | usb
device:29 | \_SB_.PCI0.GPPA.XHC1.RHUB.PRT1 | None
device:2a | \_SB_.PCI0.GPPA.XHC1.RHUB.PRT1.DCAM | None
device:2b | \_SB_.PCI0.GPPA.XHC1.RHUB.PRT1.DCAN | None
device:2c | \_SB_.PCI0.GPPA.XHC1.RHUB.PRT2 | None
device:2d | \_SB_.PCI0.GPPA.MP2C | pcie_mp2_amd
device:2e | \_SB_.PCI0.GPPB | pcieport
device:2f | \_SB_.PCI0.GPPB.IPU_ | None
device:30 | \_SB_.PCI0.GPPC | pcieport
LNXPOWER:0f | \_SB_.PCI0.GPPC.XHC0.PWRS | None
LNXPOWER:13 | \_SB_.PCI0.GPPC.NHI0.PWRS | None
LNXPOWER:14 | \_SB_.PCI0.GPPC.NHI1.PWRS | None
device:31 | \_SB_.PCI0.GPPC.XHC0 | xhci_hcd
device:32 | \_SB_.PCI0.GPPC.XHC0.RHUB | usb
device:33 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT1 | None
device:34 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT2 | None
device:35 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT3 | None
device:36 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT4 | None
device:37 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT5 | None
device:38 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT6 | None
device:39 | \_SB_.PCI0.GPPC.XHC0.RHUB.PRT7 | None
device:3a | \_SB_.PCI0.GPPC.XHC3 | xhci_hcd
device:3b | \_SB_.PCI0.GPPC.XHC3.RHUB | usb
device:3c | \_SB_.PCI0.GPPC.XHC3.RHUB.PRT1 | None
device:3d | \_SB_.PCI0.GPPC.XHC3.RHUB.PRT2 | None
device:3e | \_SB_.PCI0.GPPC.XHC4 | xhci_hcd
device:3f | \_SB_.PCI0.GPPC.XHC4.RHUB | usb
device:40 | \_SB_.PCI0.GPPC.XHC4.RHUB.PRT1 | None
device:41 | \_SB_.PCI0.GPPC.XHC4.RHUB.PRT2 | None
device:42 | \_SB_.PCI0.GPPC.NHI0 | thunderbolt
device:43 | \_SB_.PCI0.GPPC.NHI1 | thunderbolt
device:44 | \_SB_.PCI0.SMBS | None
PNP0C02:02 | \_SB_.AMDM | None
PNP0C02:03 | \_SB_.AWR0 | None
PNP0C02:04 | \_SB_.AWR0.ABR0 | None
PNP0C02:05 | \_SB_.AWR0.ABR1 | None
PNP0C02:06 | \_SB_.AWR0.ABR2 | None
PNP0C02:07 | \_SB_.AWR0.ABR3 | None
PNP0C02:08 | \_SB_.AWR0.ABR4 | None
PNP0C02:09 | \_SB_.AWR0.ABR5 | None
PNP0C02:0a | \_SB_.AWR0.ABR6 | None
PNP0C02:0b | \_SB_.AWR0.ABR7 | None
PNP0C02:0c | \_SB_.AWR0.ABR8 | None
PNP0C02:0d | \_SB_.AWR0.ABR9 | None
PNP0C02:0e | \_SB_.AWR0.ABRA | None
PNP0C0B:00 | \_SB_.FAN0 | acpi-fan
PNP0C0C:00 | \_SB_.PWRB | acpi-button
PNP0C0F:00 | \_SB_.LNKA | None
PNP0C0F:01 | \_SB_.LNKB | None
PNP0C0F:02 | \_SB_.LNKC | None
PNP0C0F:03 | \_SB_.LNKD | None
PNP0C0F:04 | \_SB_.LNKE | None
PNP0C0F:05 | \_SB_.LNKF | None
PNP0C0F:06 | \_SB_.LNKG | None
PNP0C0F:07 | \_SB_.LNKH | None
PNP0C14:00 | \_SB_.ATKD | acpi-wmi
PNP0C14:01 | \_SB_.MTDE | acpi-wmi
USBC000:00 | \_SB_.UBTC | None
device:45 | \_SB_.UBTC.CR01 | None
device:46 | \_SB_.UBTC.CR02 | None
LNXSYBUS:01 | \_TZ_ | None
LNXTHERM:00 | \_TZ_.THZ0 | acpi-thermal
LNXTHERM:01 | \_TZ_.THRM | acpi-thermal
LNXTHERM:02 | \_TZ_.TZ01 | acpi-thermal
Device firmware checks unavailable without gobject introspection
Linux version 7.0.0-rc6 (root@osprey) (x86_64-pc-linux-gnu-gcc (Gentoo 15.2.1_p20260214 p5) 15.2.1 20260214, GNU ld (Gentoo 2.46.0 p1) 2.46.0) #16 SMP PREEMPT_DYNAMIC Thu Apr 2 16:23:07 EDT 2026
Command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\7.0.0-rc6\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\7.0.0-rc6\initrd root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
x86/split lock detection: #DB: warning on user-space bus_locks
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] System RAM
BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] device reserved
BIOS-e820: [mem 0x0000000000100000-0x0000000009b7efff] System RAM
BIOS-e820: [mem 0x0000000009b7f000-0x0000000009ffffff] device reserved
BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] System RAM
BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
BIOS-e820: [mem 0x000000000a23c000-0x000000006817efff] System RAM
BIOS-e820: [mem 0x000000006817f000-0x000000006e17efff] device reserved
BIOS-e820: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
BIOS-e820: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
BIOS-e820: [mem 0x000000007027f000-0x00000000783fefff] device reserved
BIOS-e820: [mem 0x00000000783ff000-0x0000000079ff6fff] System RAM
BIOS-e820: [mem 0x0000000079ff7000-0x0000000079ffcfff] device reserved
BIOS-e820: [mem 0x0000000079ffd000-0x0000000079ffefff] System RAM
BIOS-e820: [mem 0x0000000079fff000-0x000000007bffffff] device reserved
BIOS-e820: [gap 0x000000007c000000-0x000000007d674fff]
BIOS-e820: [mem 0x000000007d675000-0x000000007d6fffff] device reserved
BIOS-e820: [gap 0x000000007d700000-0x000000007d7fffff]
BIOS-e820: [mem 0x000000007d800000-0x000000007fffffff] device reserved
BIOS-e820: [gap 0x0000000080000000-0x00000000dfffffff]
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] device reserved
BIOS-e820: [gap 0x00000000f0000000-0x00000000fcffffff]
BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] device reserved
BIOS-e820: [mem 0x0000000100000000-0x000000085e17ffff] System RAM
BIOS-e820: [gap 0x000000085e180000-0x000000085f1bffff]
BIOS-e820: [mem 0x000000085f1c0000-0x00000008a01fffff] device reserved
NX (Execute Disable) protection: active
APIC: Static calls initialized
efi: EFI v2.9 by American Megatrends
efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70233000 SMBIOS=0x77f72000 SMBIOS 3.0=0x77f71000 MEMATTR=0x63a0b018 ESRT=0x651deb18 RNG=0x6e206f18 INITRD=0x6226f498 TPMEventLog=0x6e1fc018
random: crng init done
efi: Remove mem59: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
e820: remove [mem 0xe0000000-0xefffffff] device reserved
efi: Remove mem60: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
e820: remove [mem 0xfd000000-0xfedfffff] device reserved
efi: Not removing mem61: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
efi: Remove mem62: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
e820: remove [mem 0xfee01000-0xffffffff] device reserved
efi: Remove mem64: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
e820: remove [mem 0x880000000-0x8a01fffff] device reserved
SMBIOS 3.7.0 present.
DMI: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU/HN7306WU, BIOS HN7306WU.316 03/18/2025
DMI: Memory slots populated: 4/4
tsc: Fast TSC calibration using PIT
tsc: Detected 1996.328 MHz processor
e820: update [mem 0x00000000-0x00000fff] System RAM ==> device reserved
e820: remove [mem 0x000a0000-0x000fffff] System RAM
last_pfn = 0x85e180 max_arch_pfn = 0x400000000
MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
last_pfn = 0x79fff max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x00000000651deb18 to 0x00000000651deba0.
e820: update [mem 0x651de000-0x651defff] System RAM ==> device reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x5a4ed000-0x5d5f9fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x000000006E27E014 000024 (v02 _ASUS_)
ACPI: XSDT 0x000000006E27D728 0001A4 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
ACPI: FACP 0x000000006E271000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
ACPI: DSDT 0x000000006E25D000 013229 (v02 _ASUS_ Notebook 01072009 INTL 20230331)
ACPI: FACS 0x000000006FA18000 000040
ACPI: MSDM 0x000000006E27C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
ACPI: SSDT 0x000000006E273000 0083FE (v02 AMD AmdTable 00000002 MSFT 04000000)
ACPI: SSDT 0x000000006E272000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
ACPI: FIDT 0x000000006E25C000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
ACPI: ECDT 0x000000006E25B000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
ACPI: MCFG 0x000000006E25A000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
ACPI: HPET 0x000000006E259000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
ACPI: UEFI 0x000000006FA16000 000048 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
ACPI: FPDT 0x000000006E258000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
ACPI: ABLT 0x000000006E257000 0002C2 (v00 00000000 00000000)
ACPI: VFCT 0x000000006E252000 004484 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
ACPI: BGRT 0x000000006E251000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
ACPI: SSDT 0x000000006E250000 00021A (v02 AMD Hetero 00000001 INTL 20230331)
ACPI: PCCT 0x000000006E24F000 0000D4 (v02 AMD AmdTable 00000001 AMD 00000001)
ACPI: SSDT 0x000000006E247000 007EA6 (v02 AMD AMD CPU 00000001 AMD 00000001)
ACPI: SDEV 0x000000006E246000 0001F2 (v01 AMD SdevTble 00000001 ACPI 00000002)
ACPI: TPM2 0x000000006E245000 000050 (v05 _ASUS_ Notebook 00000001 AMI 00000000)
ACPI: SSDT 0x000000006E243000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E240000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E23F000 000024 (v02 AMD CPMDFDG1 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E23A000 004200 (v02 AMD CPMD3CLD 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E238000 001DB7 (v02 AMD CPMPMF 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E237000 000889 (v02 AMD CPMWLRC 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E236000 000EB9 (v02 AMD OEMACP 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E235000 000A70 (v02 AMD OEMPMF 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E22B000 009AC6 (v02 AMD CPMCMN 00000001 INTL 20230331)
ACPI: WSMT 0x000000006E22A000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
ACPI: APIC 0x000000006E229000 000128 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
ACPI: SSDT 0x000000006E228000 00010D (v02 MSFT MHSP 00000004 INTL 20230331)
ACPI: SSDT 0x000000006E227000 000051 (v02 AMD DRTM 00000001 INTL 20230331)
ACPI: IVRS 0x000000006E226000 0001F6 (v02 AMD AmdTable 00000001 AMD 00000001)
ACPI: SSDT 0x000000006E225000 00096A (v02 AMD CPMMSOSC 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E224000 000F5C (v02 AMD CPMACPV8 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E223000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
ACPI: SSDT 0x000000006E222000 0008ED (v02 AMD THERMAL0 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E221000 0005F9 (v02 AMD GPP_PME_ 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E217000 009726 (v02 AMD INTGPPC_ 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E212000 004607 (v02 AMD INTGPPA_ 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E211000 000921 (v02 AMD CPMGPIO0 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E210000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E20F000 000509 (v02 AMD CPMSFAML 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E20D000 0011BC (v01 AMD CPMUCSI 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E20C000 000A13 (v02 AMD SDCR 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E20B000 000ABF (v02 AMD WLAN 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E20A000 000CA7 (v02 AMD NVME 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E209000 000664 (v02 AMD GpMsSsdt 00000001 INTL 20230331)
ACPI: SSDT 0x000000006E207000 0016FA (v02 AMD UPEP 00000001 INTL 20230331)
ACPI: Reserving FACP table memory at [mem 0x6e271000-0x6e271113]
ACPI: Reserving DSDT table memory at [mem 0x6e25d000-0x6e270228]
ACPI: Reserving FACS table memory at [mem 0x6fa18000-0x6fa1803f]
ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e27b3fd]
ACPI: Reserving SSDT table memory at [mem 0x6e272000-0x6e272308]
ACPI: Reserving FIDT table memory at [mem 0x6e25c000-0x6e25c09b]
ACPI: Reserving ECDT table memory at [mem 0x6e25b000-0x6e25b0c0]
ACPI: Reserving MCFG table memory at [mem 0x6e25a000-0x6e25a03b]
ACPI: Reserving HPET table memory at [mem 0x6e259000-0x6e259037]
ACPI: Reserving UEFI table memory at [mem 0x6fa16000-0x6fa16047]
ACPI: Reserving FPDT table memory at [mem 0x6e258000-0x6e258043]
ACPI: Reserving ABLT table memory at [mem 0x6e257000-0x6e2572c1]
ACPI: Reserving VFCT table memory at [mem 0x6e252000-0x6e256483]
ACPI: Reserving BGRT table memory at [mem 0x6e251000-0x6e251037]
ACPI: Reserving SSDT table memory at [mem 0x6e250000-0x6e250219]
ACPI: Reserving PCCT table memory at [mem 0x6e24f000-0x6e24f0d3]
ACPI: Reserving SSDT table memory at [mem 0x6e247000-0x6e24eea5]
ACPI: Reserving SDEV table memory at [mem 0x6e246000-0x6e2461f1]
ACPI: Reserving TPM2 table memory at [mem 0x6e245000-0x6e24504f]
ACPI: Reserving SSDT table memory at [mem 0x6e243000-0x6e24469d]
ACPI: Reserving SSDT table memory at [mem 0x6e240000-0x6e242aa5]
ACPI: Reserving SSDT table memory at [mem 0x6e23f000-0x6e23f023]
ACPI: Reserving SSDT table memory at [mem 0x6e23a000-0x6e23e1ff]
ACPI: Reserving SSDT table memory at [mem 0x6e238000-0x6e239db6]
ACPI: Reserving SSDT table memory at [mem 0x6e237000-0x6e237888]
ACPI: Reserving SSDT table memory at [mem 0x6e236000-0x6e236eb8]
ACPI: Reserving SSDT table memory at [mem 0x6e235000-0x6e235a6f]
ACPI: Reserving SSDT table memory at [mem 0x6e22b000-0x6e234ac5]
ACPI: Reserving WSMT table memory at [mem 0x6e22a000-0x6e22a027]
ACPI: Reserving APIC table memory at [mem 0x6e229000-0x6e229127]
ACPI: Reserving SSDT table memory at [mem 0x6e228000-0x6e22810c]
ACPI: Reserving SSDT table memory at [mem 0x6e227000-0x6e227050]
ACPI: Reserving IVRS table memory at [mem 0x6e226000-0x6e2261f5]
ACPI: Reserving SSDT table memory at [mem 0x6e225000-0x6e225969]
ACPI: Reserving SSDT table memory at [mem 0x6e224000-0x6e224f5b]
ACPI: Reserving SSDT table memory at [mem 0x6e223000-0x6e2234ff]
ACPI: Reserving SSDT table memory at [mem 0x6e222000-0x6e2228ec]
ACPI: Reserving SSDT table memory at [mem 0x6e221000-0x6e2215f8]
ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e220725]
ACPI: Reserving SSDT table memory at [mem 0x6e212000-0x6e216606]
ACPI: Reserving SSDT table memory at [mem 0x6e211000-0x6e211920]
ACPI: Reserving SSDT table memory at [mem 0x6e210000-0x6e21008c]
ACPI: Reserving SSDT table memory at [mem 0x6e20f000-0x6e20f508]
ACPI: Reserving SSDT table memory at [mem 0x6e20d000-0x6e20e1bb]
ACPI: Reserving SSDT table memory at [mem 0x6e20c000-0x6e20ca12]
ACPI: Reserving SSDT table memory at [mem 0x6e20b000-0x6e20babe]
ACPI: Reserving SSDT table memory at [mem 0x6e20a000-0x6e20aca6]
ACPI: Reserving SSDT table memory at [mem 0x6e209000-0x6e209663]
ACPI: Reserving SSDT table memory at [mem 0x6e207000-0x6e2086f9]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x000000085e17ffff]
NODE_DATA(0) allocated [mem 0x85e17c800-0x85e17ffff]
ACPI: PM-Timer IO Port: 0x808
ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x10228201 base: 0xfed00000
e820: update [mem 0x62a37000-0x62b0cfff] System RAM ==> device reserved
CPU topo: Max. logical packages: 1
CPU topo: Max. logical nodes: 1
CPU topo: Num. nodes per package: 1
CPU topo: Max. logical dies: 1
CPU topo: Max. dies per package: 1
CPU topo: Max. threads per core: 2
CPU topo: Num. cores per package: 12
CPU topo: Num. threads per package: 24
CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x09b7f000-0x09ffffff]
PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
PM: hibernation: Registered nosave memory: [mem 0x62a37000-0x62b0cfff]
PM: hibernation: Registered nosave memory: [mem 0x651de000-0x651defff]
PM: hibernation: Registered nosave memory: [mem 0x6817f000-0x783fefff]
PM: hibernation: Registered nosave memory: [mem 0x79ff7000-0x79ffcfff]
PM: hibernation: Registered nosave memory: [mem 0x79fff000-0xffffffff]
[gap 0x80000000-0xfedfffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Zone ranges:
DMA [mem 0x0000000000001000-0x0000000000ffffff]
DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Normal [mem 0x0000000100000000-0x000000085e17ffff]
Movable zone start for each node
Early memory node ranges
node 0: [mem 0x0000000000001000-0x000000000009ffff]
node 0: [mem 0x0000000000100000-0x0000000009b7efff]
node 0: [mem 0x000000000a000000-0x000000000a1fffff]
node 0: [mem 0x000000000a23c000-0x000000006817efff]
node 0: [mem 0x00000000783ff000-0x0000000079ff6fff]
node 0: [mem 0x0000000079ffd000-0x0000000079ffefff]
node 0: [mem 0x0000000100000000-0x000000085e17ffff]
Initmem setup node 0 [mem 0x0000000000001000-0x000000085e17ffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 96 pages in unavailable ranges
On node 0, zone DMA32: 1153 pages in unavailable ranges
On node 0, zone DMA32: 60 pages in unavailable ranges
On node 0, zone DMA32: 33408 pages in unavailable ranges
On node 0, zone DMA32: 6 pages in unavailable ranges
On node 0, zone Normal: 24577 pages in unavailable ranges
On node 0, zone Normal: 7808 pages in unavailable ranges
setup_percpu: NR_CPUS:64 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
percpu: Embedded 54 pages/cpu s183576 r8192 d29416 u262144
pcpu-alloc: s183576 r8192 d29416 u262144 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
pcpu-alloc: [0] 16 17 18 19 20 21 22 23
Kernel command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\7.0.0-rc6\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\7.0.0-rc6\initrd root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
Dynamic Preempt: full
printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
software IO TLB: area num 32.
Fallback order for Node 0: 0
Built 1 zonelists, mobility grouping on. Total pages: 8157659
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:off, heap free:off
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU event tracing is enabled.
rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=24.
Trampoline variant of Tasks RCU enabled.
Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
NR_IRQS: 4352, nr_irqs: 1160, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20251212
clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
APIC: Switch to symmetric I/O mode setup
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d42a2c13, max_idle_ns: 881590442479 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.65 BogoMIPS (lpj=1996328)
RDSEED32 is broken. Disabling the corresponding CPUID bit.
x86/cpu: User Mode Instruction Prevention (UMIP) activated
LVT offset 1 assigned for vector 0xf9
LVT offset 2 assigned for vector 0xf4
Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
process: using mwait in idle threads
mitigations: Enabled attack vectors: user_kernel, user_user, SMT mitigations: auto
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Spectre V2 : User space: Mitigation: STIBP always-on protection
Speculative Return Stack Overflow: Vulnerable: Microcode, no safe RET
VMSCAPE: Vulnerable
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 52K
pid_max: default: 32768 minimum: 301
landlock: Up and running.
SELinux: Initializing.
Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
VFS: Finished mounting rootfs on nullfs
smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
... version: 2
... bit width: 48
... generic counters: 6
... generic bitmap: 000000000000003f
... fixed-purpose counters: 0
... fixed-purpose bitmap: 0000000000000000
... value mask: 0000ffffffffffff
... max period: 00007fffffffffff
... global_ctrl mask: 000000000000003f
signal: max sigframe size: 3376
rcu: Hierarchical SRCU implementation.
rcu: Max phase no-delay instances is 400.
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
Spectre V2 : Update user space SMT mitigation: STIBP always-on
smp: Brought up 1 node, 24 CPUs
smpboot: Total of 24 processors activated (95823.74 BogoMIPS)
Memory: 31799876K/32630636K available (18590K kernel code, 2446K rwdata, 7396K rodata, 2804K init, 880K bss, 819272K reserved, 0K cma-reserved)
devtmpfs: initialized
ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
PM: RTC time: 20:40:00, date: 2026-04-02
NET: Registered PF_NETLINK/PF_ROUTE protocol family
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1775162400.000:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'step_wise'
cpuidle: using governor menu
Detected 1 PCC Subspaces
Registering PCC driver as Mailbox controller
efi: Freeing EFI boot services memory: 92280K
PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._S0W], AE_ALREADY_EXISTS (20251212/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
ACPI: Skipping parse of AML opcode: Method (0x0014)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR0], AE_ALREADY_EXISTS (20251212/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR3], AE_ALREADY_EXISTS (20251212/dswload2-326)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
ACPI: 32 ACPI AML tables successfully acquired and loaded
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: Boot ECDT EC used to handle transactions
ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
ACPI: \_SB_: platform _OSC: OS support mask [002e7eee]
ACPI: \_SB_: platform _OSC: OS control mask [002e7e6e]
ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 3 GPEs in block 00 to 1F
ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
ACPI: \_SB_.PCI0.GPP4.RPR2: New power resource
ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
ACPI: \_SB_.PCI0.GPP9.M237: New power resource
ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT5.BTPR: New power resource
ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
ACPI: \_SB_.PRWL: New power resource
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [LTR]
acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-ff]
pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
pci 0000:00:01.1: PCI bridge to [bus 01-60]
pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
pci 0000:00:01.1: enabling Extended Tags
pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
pci 0000:00:01.2: PCI bridge to [bus 61-c0]
pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
pci 0000:00:01.2: enabling Extended Tags
pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
pci 0000:00:02.1: PCI bridge to [bus c1]
pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
pci 0000:00:02.1: enabling Extended Tags
pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
pci 0000:00:02.2: PCI bridge to [bus c2]
pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
pci 0000:00:02.3: PCI bridge to [bus c3]
pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
pci 0000:00:03.1: PCI bridge to [bus c4]
pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
pci 0000:00:08.1: PCI bridge to [bus c5]
pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
pci 0000:00:08.1: enabling Extended Tags
pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
pci 0000:00:08.2: PCI bridge to [bus c6]
pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
pci 0000:00:08.2: enabling Extended Tags
pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
pci 0000:00:08.3: PCI bridge to [bus c7]
pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
pci 0000:00:08.3: enabling Extended Tags
pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:01.1: PCI bridge to [bus 01-60]
pci 0000:00:01.2: PCI bridge to [bus 61-c0]
pci 0000:c1:00.0: [15b7:5015] type 00 class 0x010802 PCIe Endpoint
pci 0000:c1:00.0: BAR 0 [mem 0xde300000-0xde303fff 64bit]
pci 0000:00:02.1: PCI bridge to [bus c1]
pci 0000:c2:00.0: [17a0:9755] type 00 class 0x080501 PCIe Endpoint
pci 0000:c2:00.0: BAR 0 [mem 0xde200000-0xde200fff]
pci 0000:c2:00.0: supports D1 D2
pci 0000:c2:00.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:00:02.2: PCI bridge to [bus c2]
pci 0000:c3:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
pci 0000:c3:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
pci 0000:c3:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.3: PCI bridge to [bus c3]
pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
pci 0000:c4:00.0: BAR 0 [mem 0xdc000000-0xdcffffff]
pci 0000:c4:00.0: BAR 1 [mem 0x7800000000-0x79ffffffff 64bit pref]
pci 0000:c4:00.0: BAR 3 [mem 0x7a00000000-0x7a01ffffff 64bit pref]
pci 0000:c4:00.0: BAR 5 [io 0xf000-0xf07f]
pci 0000:c4:00.0: ROM [mem 0xdd000000-0xdd07ffff pref]
pci 0000:c4:00.0: PME# supported from D0 D3hot
pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
pci 0000:c4:00.1: BAR 0 [mem 0xdd080000-0xdd083fff]
pci 0000:00:03.1: PCI bridge to [bus c4]
pci 0000:c5:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
pci 0000:c5:00.0: BAR 0 [mem 0x7a10000000-0x7a1fffffff 64bit pref]
pci 0000:c5:00.0: BAR 2 [mem 0xdd200000-0xdd3fffff 64bit pref]
pci 0000:c5:00.0: BAR 4 [io 0xe000-0xe0ff]
pci 0000:c5:00.0: BAR 5 [mem 0xdd700000-0xdd77ffff]
pci 0000:c5:00.0: enabling Extended Tags
pci 0000:c5:00.0: PME# supported from D1 D2 D3hot D3cold
pci 0000:c5:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
pci 0000:c5:00.1: BAR 0 [mem 0xdd7c8000-0xdd7cbfff]
pci 0000:c5:00.1: enabling Extended Tags
pci 0000:c5:00.1: PME# supported from D1 D2 D3hot D3cold
pci 0000:c5:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
pci 0000:c5:00.2: BAR 2 [mem 0xdd600000-0xdd6fffff]
pci 0000:c5:00.2: BAR 5 [mem 0xdd7ce000-0xdd7cffff]
pci 0000:c5:00.2: enabling Extended Tags
pci 0000:c5:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
pci 0000:c5:00.4: BAR 0 [mem 0xdd500000-0xdd5fffff 64bit]
pci 0000:c5:00.4: enabling Extended Tags
pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
pci 0000:c5:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
pci 0000:c5:00.5: BAR 0 [mem 0xdd780000-0xdd7bffff]
pci 0000:c5:00.5: BAR 2 [mem 0x7a20000000-0x7a207fffff 64bit pref]
pci 0000:c5:00.5: enabling Extended Tags
pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
pci 0000:c5:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
pci 0000:c5:00.6: BAR 0 [mem 0xdd7c0000-0xdd7c7fff]
pci 0000:c5:00.6: enabling Extended Tags
pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
pci 0000:c5:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
pci 0000:c5:00.7: BAR 2 [mem 0xdd400000-0xdd4fffff]
pci 0000:c5:00.7: BAR 5 [mem 0xdd7cc000-0xdd7cdfff]
pci 0000:c5:00.7: enabling Extended Tags
pci 0000:00:08.1: PCI bridge to [bus c5]
pci 0000:c6:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
pci 0000:c6:00.0: enabling Extended Tags
pci 0000:c6:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
pci 0000:c6:00.1: BAR 0 [mem 0xde000000-0xde0fffff]
pci 0000:c6:00.1: BAR 1 [mem 0xde100000-0xde101fff]
pci 0000:c6:00.1: BAR 2 [mem 0x7a20900000-0x7a2097ffff 64bit pref]
pci 0000:c6:00.1: BAR 4 [mem 0xde103000-0xde103fff]
pci 0000:c6:00.1: BAR 5 [mem 0xde102000-0xde102fff]
pci 0000:c6:00.1: enabling Extended Tags
pci 0000:00:08.2: PCI bridge to [bus c6]
pci 0000:c7:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
pci 0000:c7:00.0: BAR 0 [mem 0xdde00000-0xddefffff 64bit]
pci 0000:c7:00.0: enabling Extended Tags
pci 0000:c7:00.0: PME# supported from D0 D3hot D3cold
pci 0000:c7:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
pci 0000:c7:00.3: BAR 0 [mem 0xddd00000-0xdddfffff 64bit]
pci 0000:c7:00.3: enabling Extended Tags
pci 0000:c7:00.3: PME# supported from D0 D3hot D3cold
pci 0000:c7:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
pci 0000:c7:00.4: BAR 0 [mem 0xddc00000-0xddcfffff 64bit]
pci 0000:c7:00.4: enabling Extended Tags
pci 0000:c7:00.4: PME# supported from D0 D3hot D3cold
pci 0000:c7:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
pci 0000:c7:00.5: BAR 0 [mem 0xddf80000-0xddffffff 64bit]
pci 0000:c7:00.5: enabling Extended Tags
pci 0000:c7:00.5: PME# supported from D0 D3hot D3cold
pci 0000:c7:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
pci 0000:c7:00.6: BAR 0 [mem 0xddf00000-0xddf7ffff 64bit]
pci 0000:c7:00.6: enabling Extended Tags
pci 0000:c7:00.6: PME# supported from D0 D3hot D3cold
pci 0000:00:08.3: PCI bridge to [bus c7]
ACPI: PCI: Interrupt link LNKA configured for IRQ 0
ACPI: PCI: Interrupt link LNKB configured for IRQ 0
ACPI: PCI: Interrupt link LNKC configured for IRQ 0
ACPI: PCI: Interrupt link LNKD configured for IRQ 0
ACPI: PCI: Interrupt link LNKE configured for IRQ 0
ACPI: PCI: Interrupt link LNKF configured for IRQ 0
ACPI: PCI: Interrupt link LNKG configured for IRQ 0
ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Low-power S0 idle used by default for system suspend
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x10
ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
PTP clock support registered
efivars: Registered efivars operations
Advanced Linux Sound Architecture Driver Initialized.
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel: unlabeled traffic allowed by default
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
e820: register RAM buffer resource [mem 0x09b7f000-0x0bffffff]
e820: register RAM buffer resource [mem 0x0a200000-0x0bffffff]
e820: register RAM buffer resource [mem 0x62a37000-0x63ffffff]
e820: register RAM buffer resource [mem 0x651de000-0x67ffffff]
e820: register RAM buffer resource [mem 0x6817f000-0x6bffffff]
e820: register RAM buffer resource [mem 0x79ff7000-0x7bffffff]
e820: register RAM buffer resource [mem 0x79fff000-0x7bffffff]
e820: register RAM buffer resource [mem 0x85e180000-0x85fffffff]
pci 0000:c4:00.0: vgaarb: bridge control possible
pci 0000:c4:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
vgaarb: loaded
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 32-bit 14.318180 MHz counter
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
netfs: FS-Cache loaded
acpi PNP0C02:00: Skipped [io 0x0010-0x001f]
acpi PNP0C02:00: Skipped [io 0x0022-0x003f]
acpi PNP0C02:00: Skipped [io 0x0063]
acpi PNP0C02:00: Skipped [io 0x0065]
acpi PNP0C02:00: Skipped [io 0x0067-0x006f]
acpi PNP0C02:00: Skipped [io 0x0072-0x007f]
acpi PNP0C02:00: Skipped [io 0x0080]
acpi PNP0C02:00: Skipped [io 0x0084-0x0086]
acpi PNP0C02:00: Skipped [io 0x0088]
acpi PNP0C02:00: Skipped [io 0x008c-0x008e]
acpi PNP0C02:00: Skipped [io 0x0090-0x009f]
acpi PNP0C02:00: Skipped [io 0x00a2-0x00bf]
acpi PNP0C02:00: Skipped [io 0x00b1]
acpi PNP0C02:00: Skipped [io 0x00e0-0x00ef]
acpi PNP0C02:00: Reserved [io 0x04d0-0x04d1]
acpi PNP0C02:00: Reserved [io 0x040b]
acpi PNP0C02:00: Reserved [io 0x04d6]
acpi PNP0C02:00: Reserved [io 0x0c00-0x0c01]
acpi PNP0C02:00: Reserved [io 0x0c14]
acpi PNP0C02:00: Reserved [io 0x0c50-0x0c51]
acpi PNP0C02:00: Reserved [io 0x0c52]
acpi PNP0C02:00: Reserved [io 0x0c6c]
acpi PNP0C02:00: Reserved [io 0x0c6f]
acpi PNP0C02:00: Reserved [io 0x0cd0-0x0cd1]
acpi PNP0C02:00: Reserved [io 0x0cd2-0x0cd3]
acpi PNP0C02:00: Reserved [io 0x0cd4-0x0cd5]
acpi PNP0C02:00: Reserved [io 0x0cd6-0x0cd7]
acpi PNP0C02:00: Reserved [io 0x0cd8-0x0cdf]
acpi PNP0C02:00: Reserved [io 0x0800-0x089f]
acpi PNP0C02:00: Reserved [io 0x0b00-0x0b0f]
acpi PNP0C02:00: Reserved [io 0x0b20-0x0b3f]
acpi PNP0C02:00: Reserved [io 0x0900-0x090f]
acpi PNP0C02:00: Reserved [io 0x0910-0x091f]
acpi PNP0C02:00: Could not reserve [mem 0xfec00000-0xfec00fff]
acpi PNP0C02:00: Could not reserve [mem 0xfec01000-0xfec01fff]
acpi PNP0C02:00: Reserved [mem 0xfedc0000-0xfedc0fff]
acpi PNP0C02:00: Reserved [mem 0xfee00000-0xfee00fff]
acpi PNP0C02:00: Could not reserve [mem 0xfed80000-0xfed8ffff]
acpi PNP0C02:00: Reserved [mem 0xfec10000-0xfec10fff]
acpi PNP0C02:00: Reserved [mem 0xff000000-0xffffffff]
acpi PNP0C02:01: Reserved [mem 0xfd300000-0xfd3fffff]
acpi PNP0C02:02: Reserved [mem 0xe0000000-0xefffffff]
pnp: PnP ACPI init
pnp: PnP ACPI: found 2 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 262144 bind 65536)
UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
pci 0000:00:01.1: PCI bridge to [bus 01-60]
pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
pci 0000:00:01.2: PCI bridge to [bus 61-c0]
pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
pci 0000:00:02.1: PCI bridge to [bus c1]
pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
pci 0000:00:02.2: PCI bridge to [bus c2]
pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
pci 0000:00:02.3: PCI bridge to [bus c3]
pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
pci 0000:00:03.1: PCI bridge to [bus c4]
pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
pci 0000:00:08.1: PCI bridge to [bus c5]
pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
pci 0000:00:08.2: PCI bridge to [bus c6]
pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
pci 0000:00:08.3: PCI bridge to [bus c7]
pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
pci_bus 0000:01: resource 0 [io 0xa000-0xdfff]
pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
pci_bus 0000:61: resource 0 [io 0x6000-0x9fff]
pci_bus 0000:61: resource 1 [mem 0xac000000-0xc3ffffff]
pci_bus 0000:61: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
pci_bus 0000:c1: resource 1 [mem 0xde300000-0xde3fffff]
pci_bus 0000:c2: resource 1 [mem 0xde200000-0xde2fffff]
pci_bus 0000:c3: resource 1 [mem 0xdd800000-0xddafffff]
pci_bus 0000:c4: resource 0 [io 0xf000-0xffff]
pci_bus 0000:c4: resource 1 [mem 0xdc000000-0xdd0fffff]
pci_bus 0000:c4: resource 2 [mem 0x7800000000-0x7a01ffffff 64bit pref]
pci_bus 0000:c5: resource 0 [io 0xe000-0xefff]
pci_bus 0000:c5: resource 1 [mem 0xdd200000-0xdd7fffff]
pci_bus 0000:c5: resource 2 [mem 0x7a10000000-0x7a207fffff 64bit pref]
pci_bus 0000:c6: resource 1 [mem 0xde000000-0xde1fffff]
pci_bus 0000:c6: resource 2 [mem 0x7a20900000-0x7a209fffff 64bit pref]
pci_bus 0000:c7: resource 1 [mem 0xddc00000-0xddffffff]
pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
pci 0000:c5:00.1: D0 power state depends on 0000:c5:00.0
PCI: CLS 64 bytes, default 64
Unpacking initramfs...
AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
platform MSFT0201:00: Adding to iommu group 0
pci 0000:00:01.0: Adding to iommu group 1
pci 0000:00:01.1: Adding to iommu group 2
pci 0000:00:01.2: Adding to iommu group 3
pci 0000:00:02.0: Adding to iommu group 4
pci 0000:00:02.1: Adding to iommu group 5
pci 0000:00:02.2: Adding to iommu group 6
pci 0000:00:02.3: Adding to iommu group 7
pci 0000:00:03.0: Adding to iommu group 8
pci 0000:00:03.1: Adding to iommu group 9
pci 0000:00:08.0: Adding to iommu group 10
pci 0000:00:08.1: Adding to iommu group 11
pci 0000:00:08.2: Adding to iommu group 12
pci 0000:00:08.3: Adding to iommu group 13
pci 0000:00:14.0: Adding to iommu group 14
pci 0000:00:14.3: Adding to iommu group 14
pci 0000:00:18.0: Adding to iommu group 15
pci 0000:00:18.1: Adding to iommu group 15
pci 0000:00:18.2: Adding to iommu group 15
pci 0000:00:18.3: Adding to iommu group 15
pci 0000:00:18.4: Adding to iommu group 15
pci 0000:00:18.5: Adding to iommu group 15
pci 0000:00:18.6: Adding to iommu group 15
pci 0000:00:18.7: Adding to iommu group 15
pci 0000:c1:00.0: Adding to iommu group 16
pci 0000:c2:00.0: Adding to iommu group 17
pci 0000:c3:00.0: Adding to iommu group 18
pci 0000:c4:00.0: Adding to iommu group 19
pci 0000:c4:00.1: Adding to iommu group 19
pci 0000:c5:00.0: Adding to iommu group 20
pci 0000:c5:00.1: Adding to iommu group 21
pci 0000:c5:00.2: Adding to iommu group 22
pci 0000:c5:00.4: Adding to iommu group 23
pci 0000:c5:00.5: Adding to iommu group 24
pci 0000:c5:00.6: Adding to iommu group 25
pci 0000:c5:00.7: Adding to iommu group 26
pci 0000:c6:00.0: Adding to iommu group 27
pci 0000:c6:00.1: Adding to iommu group 28
pci 0000:c7:00.0: Adding to iommu group 29
pci 0000:c7:00.3: Adding to iommu group 30
pci 0000:c7:00.4: Adding to iommu group 31
pci 0000:c7:00.5: Adding to iommu group 32
pci 0000:c7:00.6: Adding to iommu group 33
AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000005e23b000-0x000000006223b000] (64MB)
RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
RAPL PMU: hw unit of domain package 2^-16 Joules
RAPL PMU: hw unit of domain core 2^-16 Joules
LVT offset 0 assigned for vector 0x400
perf: AMD IBS detected (0x00081bff)
amd_uncore: 8 amd_df counters detected
amd_uncore: 6 amd_l3 counters detected
amd_uncore: 4 amd_umc_0 counters detected
amd_uncore: 4 amd_umc_1 counters detected
amd_uncore: 4 amd_umc_2 counters detected
amd_uncore: 4 amd_umc_3 counters detected
perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Initialise system trusted keyrings
workingset: timestamp_bits=40 max_order=23 bucket_order=0
9p: Installing v9fs 9p2000 file system support
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
io scheduler mq-deadline registered
io scheduler kyber registered
pcieport 0000:00:01.1: PME: Signaling with IRQ 33
pcieport 0000:00:01.2: PME: Signaling with IRQ 34
pcieport 0000:00:02.1: PME: Signaling with IRQ 35
pcieport 0000:00:02.2: PME: Signaling with IRQ 36
pcieport 0000:00:02.3: PME: Signaling with IRQ 37
pcieport 0000:00:03.1: PME: Signaling with IRQ 38
pcieport 0000:00:08.1: PME: Signaling with IRQ 39
pcieport 0000:00:08.2: PME: Signaling with IRQ 40
pcieport 0000:00:08.3: PME: Signaling with IRQ 41
ACPI: AC: AC Adapter [AC0] (off-line)
input: Lid Switch as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/PNP0C0D:00/input/input0
ACPI: button: Lid Switch [LID]
input: Power Button as /devices/platform/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
acpi-fan PNP0C0B:00: Using Microsoft fan extensions
ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
input: Video Bus as /devices/pci0000:00/0000:00:08.1/acpi.video_bus.0/input/input2
Monitor-Mwait will be used to enter C-1 state
Estimated ratio of average max frequency by base frequency (times 1024): 1832
acpi LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [THZ0] (45 C)
acpi LNXTHERM:01: registered as thermal_zone1
ACPI: thermal: Thermal Zone [THRM] (51 C)
acpi LNXTHERM:02: registered as thermal_zone2
ACPI: thermal: Thermal Zone [TZ01] (20 C)
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
loop: module loaded
e100: Intel(R) PRO/100 Network Driver
e100: Copyright(c) 1999-2006 Intel Corporation
e1000: Intel(R) PRO/1000 Network Driver
e1000: Copyright (c) 1999-2006 Intel Corporation.
e1000e: Intel(R) PRO/1000 Network Driver
e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
sky2: driver version 1.30
xhci_hcd 0000:c5:00.4: xHCI Host Controller
xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 1
xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
xhci_hcd 0000:c5:00.4: xHCI Host Controller
xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 2
xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb1: SerialNumber: 0000:c5:00.4
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb2: SerialNumber: 0000:c5:00.4
ACPI: battery: Slot [BAT0] (battery present)
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 1 port detected
xhci_hcd 0000:c7:00.0: xHCI Host Controller
xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 3
xhci_hcd 0000:c7:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
xhci_hcd 0000:c7:00.0: xHCI Host Controller
xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:c7:00.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb3: SerialNumber: 0000:c7:00.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 5 ports detected
usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb4: SerialNumber: 0000:c7:00.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
xhci_hcd 0000:c7:00.3: xHCI Host Controller
xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 5
xhci_hcd 0000:c7:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
xhci_hcd 0000:c7:00.3: xHCI Host Controller
xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 6
xhci_hcd 0000:c7:00.3: Host supports USB 3.1 Enhanced SuperSpeed
usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: xHCI Host Controller
usb usb5: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb5: SerialNumber: 0000:c7:00.3
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 1 port detected
usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: xHCI Host Controller
usb usb6: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb6: SerialNumber: 0000:c7:00.3
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 1 port detected
xhci_hcd 0000:c7:00.4: xHCI Host Controller
xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 7
xhci_hcd 0000:c7:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
xhci_hcd 0000:c7:00.4: xHCI Host Controller
xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 8
xhci_hcd 0000:c7:00.4: Host supports USB 3.1 Enhanced SuperSpeed
usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 7.00
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: xHCI Host Controller
usb usb7: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb7: SerialNumber: 0000:c7:00.4
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 1 port detected
usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 7.00
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: xHCI Host Controller
usb usb8: Manufacturer: Linux 7.0.0-rc6 xhci-hcd
usb usb8: SerialNumber: 0000:c7:00.4
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 1 port detected
usbcore: registered new interface driver usblp
usbcore: registered new interface driver usb-storage
i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
serio: i8042 KBD port at 0x60,0x64 irq 1
rtc_cmos 00:00: RTC can wake from S4
rtc_cmos 00:00: registered as rtc0
rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Console: switching to colour frame buffer device 360x112
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
Initializing XFRM netlink socket
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered PF_PACKET protocol family
9pnet: Installing 9P2000 support
Key type dns_resolver registered
x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
microcode: Current revision: 0x0b20401b
IPI shorthand broadcast: enabled
sched_clock: Marking stable (348000883, 316080)->(351112402, -2795439)
registered taskstats version 1
Loading compiled-in X.509 certificates
zswap: loaded using pool lzo
Demotion targets for Node 0: null
PM: Magic number: 6:392:699
netconsole: network logging started
clk: Disabling unused clocks
ALSA device list:
No soundcards found.
Freeing initrd memory: 50228K
Freeing unused kernel image (initmem) memory: 2804K
Write protecting the kernel read-only data: 28672k
Freeing unused kernel image (text/rodata gap) memory: 1888K
Freeing unused kernel image (rodata/data gap) memory: 796K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
Run /init as init process
with arguments:
/init
with environment:
HOME=/
TERM=linux
modprobe (188) used greatest stack depth: 12880 bytes left
Successfully made /usr/ read-only.
systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Detected architecture x86-64.
Running in initrd.
Hostname set to <osprey>.
systemd-debug-g (217) used greatest stack depth: 12656 bytes left
dracut-zfs-gene (216) used greatest stack depth: 12272 bytes left
Queued start job for default target Initrd Default Target.
Expecting device /dev/disk/by-uuid/96B3-DBA5...
Reached target Initrd /usr File System.
Reached target Slice Units.
Reached target Swaps.
Reached target Timer Units.
Listening on D-Bus System Message Bus Socket.
Listening on Journal Socket (/dev/log).
Listening on Journal Sockets.
Listening on udev Control Socket.
Listening on udev Kernel Socket.
Reached target Socket Units.
Starting Create List of Static Device Nodes...
Starting Journal Service...
Starting Load Kernel Modules...
Starting Virtual Console Setup...
Finished Create List of Static Device Nodes.
Starting Create Static Device Nodes in /dev gracefully...
Asymmetric key parser 'pkcs8' registered
spl: loading out-of-tree module taints kernel.
Collecting audit messages is disabled.
zfs: module license 'CDDL' taints kernel.
Disabling lock debugging due to kernel taint
zfs: module license taints kernel.
Finished Create Static Device Nodes in /dev gracefully.
Starting Create Static Device Nodes in /dev...
usb 3-3: new full-speed USB device number 2 using xhci_hcd
usb 1-1: new high-speed USB device number 2 using xhci_hcd
Finished Virtual Console Setup.
Starting dracut ask for additional cmdline parameters...
Finished Create Static Device Nodes in /dev.
Reached target Preparation for Local File Systems.
Reached target Local File Systems.
Finished dracut ask for additional cmdline parameters.
Starting dracut cmdline hook...
Started Journal Service.
usb 1-1: New USB device found, idVendor=3277, idProduct=0059, bcdDevice= 1.01
usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
usb 1-1: Product: ASUS FHD webcam
usb 1-1: Manufacturer: Shinetech
usb 1-1: SerialNumber: 200901010001
ZFS: Loaded module v2.4.99-491_g62f8fe22f, ZFS pool version 5000, ZFS filesystem version 5
systemd-modules (254) used greatest stack depth: 5128 bytes left
hid-generic 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:c5:00.4-1/input4
usb 3-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-3: Product: N-KEY Device
usb 3-3: Manufacturer: ASUSTeK Computer Inc.
input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input4
input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input5
atkbd serio0: Failed to enable keyboard on isa0060/serio0
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input6
ccp 0000:c5:00.2: enabling device (0000 -> 0002)
pcie_mp2_amd 0000:c5:00.7: enabling device (0000 -> 0002)
ccp 0000:c5:00.2: tee enabled
ccp 0000:c5:00.2: psp enabled
nvme 0000:c1:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:c1:00.0
hid-generic 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
nvme nvme0: 24/0/0 default/read/poll queues
hid-generic 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
nvme0n1: p1 p2
input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input7
amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
amdgpu: ATPX version 1, functions 0x00000801
amdgpu: ATPX Hybrid Graphics
amdgpu 0000:c5:00.0: enabling device (0006 -> 0007)
amdgpu 0000:c5:00.0: initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1043:0x1ED3 0xC1).
amdgpu 0000:c5:00.0: register mmio base: 0xDD700000
amdgpu 0000:c5:00.0: register mmio size: 524288
amdgpu 0000:c5:00.0: detected ip block number 0 <common_v1_0_0> (soc21_common)
amdgpu 0000:c5:00.0: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
amdgpu 0000:c5:00.0: detected ip block number 2 <ih_v6_0_0> (ih_v6_1)
amdgpu 0000:c5:00.0: detected ip block number 3 <psp_v13_0_0> (psp)
amdgpu 0000:c5:00.0: detected ip block number 4 <smu_v14_0_0> (smu)
amdgpu 0000:c5:00.0: detected ip block number 5 <dce_v1_0_0> (dm)
amdgpu 0000:c5:00.0: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
amdgpu 0000:c5:00.0: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
amdgpu 0000:c5:00.0: detected ip block number 8 <vcn_v4_0_5> (vcn_v4_0_5)
amdgpu 0000:c5:00.0: detected ip block number 9 <jpeg_v4_0_5> (jpeg_v4_0_5)
amdgpu 0000:c5:00.0: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
amdgpu 0000:c5:00.0: detected ip block number 11 <vpe_v6_1_0> (vpe_v6_1)
amdgpu 0000:c5:00.0: Fetched VBIOS from VFCT
amdgpu 0000:c5:00.0: [drm] ATOM BIOS: 113-STRIXEMU-001
amdgpu 0000:c5:00.0: VPE: collaborate mode false
Console: switching to colour dummy device 80x25
amdgpu 0000:c5:00.0: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
amdgpu 0000:c5:00.0: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
amdgpu 0000:c5:00.0: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
amdgpu 0000:c5:00.0: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
amdgpu 0000:c5:00.0: [drm] Detected VRAM RAM=512M, BAR=512M
amdgpu 0000:c5:00.0: [drm] RAM width 128bits LPDDR5
amdgpu 0000:c5:00.0: 512M of VRAM memory ready
amdgpu 0000:c5:00.0: 15605M of GTT memory ready.
amdgpu 0000:c5:00.0: [drm] GART: num cpu pages 131072, num gpu pages 131072
amdgpu 0000:c5:00.0: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
amdgpu 0000:c5:00.0: [drm] Loading DMUB firmware via PSP: version=0x09004100
amdgpu 0000:c5:00.0: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
amdgpu 0000:c5:00.0: MES: vmid_mask_mmhub 0x0000ff00, vmid_mask_gfxhub 0x0000ff00
amdgpu 0000:c5:00.0: MES: gfx_hqd_mask 0x00000002, compute_hqd_mask 0x0000000c, sdma_hqd_mask 0x000000fc
amdgpu 0000:c5:00.0: reserve 0x8900000 from 0x8010000000 for PSP TMR
hid-generic 0003:0B05:19B6.0004: input,hidraw3: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
i2c_hid_acpi i2c-ELAN9008:00: i2c_hid_get_input: IRQ triggered but there's no data
input: ELAN9008:00 04F3:4359 Touchscreen as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input8
input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input9
input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input10
input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input12
input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input13
input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input14
hid-generic 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input16
input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input17
hid-generic 0018:2808:0220.0006: input,hidraw5: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
hid-generic 0018:0B05:0220.0007: unsupported Resolution Multiplier 0
hid-generic 0018:0B05:0220.0007: hidraw6: I2C HID v1.00 Device [ASUS2020:00 0B05:0220] on i2c-ASUS2020:00
input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input20
input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input21
input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input22
input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input24
input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input25
input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input26
usb 3-5: new high-speed USB device number 3 using xhci_hcd
hid-multitouch 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
hid-multitouch 0018:2808:0220.0006: Returned feature report did not match the request
input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input28
input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input29
hid-multitouch 0018:2808:0220.0006: input,hidraw5: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
amdgpu 0000:c5:00.0: RAS: optional ras ta ucode is not available
amdgpu 0000:c5:00.0: RAP: optional rap ta ucode is not available
amdgpu 0000:c5:00.0: SECUREDISPLAY: optional securedisplay ta ucode is not available
usb 3-5: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
usb 3-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
usb 3-5: Product: Wireless_Device
usb 3-5: Manufacturer: MediaTek Inc.
usb 3-5: SerialNumber: 000000000
amdgpu 0000:c5:00.0: SMU is initialized successfully!
amdgpu 0000:c5:00.0: [drm] Display Core v3.2.369 initialized on DCN 3.5
amdgpu 0000:c5:00.0: [drm] DP-HDMI FRL PCON supported
amdgpu 0000:c5:00.0: [drm] DMUB hardware initialized: version=0x09004100
amdgpu 0000:c5:00.0: [drm] eDP-1: PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x3a su_y_granularity 4
amdgpu 0000:c5:00.0: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-7: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: [drm] DP-8: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
amdgpu 0000:c5:00.0: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
amdgpu 0000:c5:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
amdgpu 0000:c5:00.0: ring sdma0 uses VM inv eng 12 on hub 0
amdgpu 0000:c5:00.0: ring vcn_unified_0 uses VM inv eng 0 on hub 8
amdgpu 0000:c5:00.0: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
amdgpu 0000:c5:00.0: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
amdgpu 0000:c5:00.0: ring vpe uses VM inv eng 4 on hub 8
amdgpu 0000:c5:00.0: Runtime PM not available
amdgpu 0000:c5:00.0: [drm] Using custom brightness curve
[drm] Initialized amdgpu 3.64.0 for 0000:c5:00.0 on minor 1
fbcon: amdgpudrmfb (fb0) is primary device
[drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
tsc: Refined TSC clocksource calibration: 1996.278 MHz
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ce4d5d55, max_idle_ns: 881590676081 ns
clocksource: Switched to clocksource tsc
Console: switching to colour frame buffer device 360x112
amdgpu 0000:c5:00.0: [drm] fb0: amdgpudrmfb frame buffer device
hid-generic 0020:1022:0001.0008: hidraw7: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
hid-generic 0020:1022:0001.0009: hidraw8: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
Received SIGTERM from PID 1 (systemd).
systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Detected architecture x86-64.
initrd-switch-root.service: Deactivated successfully.
Stopped Switch Root.
systemd-journald.service: Scheduled restart job, restart counter is at 1.
Created slice CUPS Slice.
Created slice Slice /system/getty.
Created slice Slice /system/modprobe.
Created slice Slice /system/openvpn-client.
Created slice Slice /system/systemd-fsck.
Created slice User and Session Slice.
Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Started Forward Password Requests to Wall Directory Watch.
Set up automount Arbitrary Executable File Formats File System Automount Point.
Expecting device /dev/disk/by-label/osprey-fscache...
Expecting device /dev/disk/by-label/osprey-swap...
Expecting device /dev/disk/by-partlabel/osprey-boot...
Reached target Login Prompts.
Stopped target Switch Root.
Stopped target Initrd File Systems.
Stopped target Initrd Root File System.
Reached target Remote File Systems.
Reached target Slice Units.
Listening on Query the User Interactively for a Password.
Listening on Process Core Dump Socket.
Listening on Credential Encryption/Decryption.
Listening on Factory Reset Management.
Listening on Resolve Monitor Varlink Socket.
Listening on Resolve Service Varlink Socket.
Listening on udev Control Socket.
Listening on udev Varlink Socket.
Mounting Huge Pages File System...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
Mounting Kernel Trace File System...
Starting Create List of Static Device Nodes...
Starting Load Kernel Module configfs...
Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Starting Load Kernel Module fuse...
Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
plymouth-switch-root.service: Deactivated successfully.
Stopped Plymouth switch root service.
Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Starting Journal Service...
Starting Load Kernel Modules...
Starting Remount Root and Kernel File Systems...
Repartition Root Disk was skipped because no trigger condition checks were met.
Starting Load udev Rules from Credentials...
Starting Coldplug All udev Devices...
Mounted Huge Pages File System.
Mounted POSIX Message Queue File System.
Mounted Kernel Debug File System.
Mounted Kernel Trace File System.
Finished Create List of Static Device Nodes.
modprobe@configfs.service: Deactivated successfully.
Finished Load Kernel Module configfs.
Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
Starting Create Static Device Nodes in /dev gracefully...
Finished Remount Root and Kernel File Systems.
Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
fuse: init (API version 7.45)
Starting Mount ZFS filesystems...
modprobe@fuse.service: Deactivated successfully.
Finished Load Kernel Module fuse.
Finished Load Kernel Modules.
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Finished Load udev Rules from Credentials.
Collecting audit messages is disabled.
Mounted FUSE Control File System.
Started Journal Service.
Adding 4194300k swap on /dev/zd0. Priority:-1 extents:1 across:4194300k SSDsc
Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
ACPI: bus type thunderbolt registered
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
snd_hda_intel 0000:c4:00.1: enabling device (0000 -> 0002)
snd_hda_intel 0000:c4:00.1: Disabling MSI
snd_hda_intel 0000:c4:00.1: Handle vga_switcheroo audio client
snd_hda_intel 0000:c5:00.1: enabling device (0000 -> 0002)
snd_hda_intel 0000:c5:00.1: Handle vga_switcheroo audio client
snd_hda_intel 0000:c5:00.6: enabling device (0000 -> 0002)
mc: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
usbcore: registered new interface driver btusb
Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20260106153314
snd_hda_intel 0000:c5:00.1: bound 0000:c5:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
mt7925e 0000:c3:00.0: enabling device (0000 -> 0002)
mt7925e 0000:c3:00.0: ASIC revision: 79250000
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input32
input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input36
input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input37
input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input38
input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input39
input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input33
input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input34
uvcvideo 1-1:1.0: Found UVC 1.10 device ASUS FHD webcam (3277:0059)
input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input35
snd_hda_codec_alc269 hdaudioC2D0: ALC294: picked fixup for PCI SSID 1043:1ed3
snd_hda_codec_alc269 hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
snd_hda_codec_alc269 hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_alc269 hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
snd_hda_codec_alc269 hdaudioC2D0: mono: mono_out=0x0
snd_hda_codec_alc269 hdaudioC2D0: inputs:
snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x12
snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x13
uvcvideo 1-1:1.2: Found UVC 1.50 device ASUS FHD webcam (3277:0059)
usbcore: registered new interface driver uvcvideo
amd-pmf AMDI0103:00: No Smart PC policy present
amd-pmf AMDI0103:00: registered PMF device successfully
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
mt7925e 0000:c3:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260106153007a
Bluetooth: hci0: Device setup in 287910 usecs
Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
mt7925e 0000:c3:00.0: WM Firmware Version: ____000000, Build Time: 20260106153120
input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c5:00.6/sound/card2/input40
Received client request to flush runtime journal.
EXT4-fs (zd16): mounted filesystem e9cda24f-19c7-470b-bbb1-eb112933e969 r/w with ordered data mode. Quota mode: none.
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin (v1): v0.65.0
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
CacheFiles: Loaded
netfs: Cache "mycache" added (type cachefiles)
CacheFiles: File cache on mycache registered
------------[ cut here ]------------
WARNING: fs/dcache.c:829 at dput.part.0+0xf1/0x110, CPU#12: cachefilesd/1415
Modules linked in: cachefiles binfmt_misc snd_hda_codec_alc269 snd_hda_scodec_component snd_hda_codec_realtek_lib uvcvideo snd_hda_codec_generic videobuf2_vmalloc videobuf2_memops uvc mt7925e snd_hda_codec_nvhdmi mt7925_common mt792x_lib videobuf2_v4l2 snd_hda_codec_atihdmi mt76_connac_lib videodev snd_hda_codec_hdmi btusb mt76 videobuf2_common btrtl mc mac80211 btintel libarc4 snd_hda_intel btbcm snd_hda_scodec_cs35l41_i2c(+) btmtk regmap_i2c snd_hda_codec bluetooth snd_hda_scodec_cs35l41 snd_soc_cs_amp_lib snd_hda_core amd_pmf cfg80211 ecdh_generic cs_dsp ecc snd_intel_dspcfg snd_soc_cs35l41_lib amdtee snd_hwdep platform_profile thunderbolt rfkill snd_pcm serial_multi_instantiate tee amd_pmc evdev fuse hid_multitouch i2c_hid_acpi i2c_hid amdgpu i2c_designware_platform amdxcp nvme drm_ttm_helper i2c_designware_core drm_exec amd_sfh drm_panel_backlight_quirks nvme_core gpu_sched ccp drm_suballoc_helper zfs(PO) spl(O) pkcs8_key_parser ovpn udp_tunnel ip6_udp_tunnel nfnetlink efivarfs
CPU: 12 UID: 0 PID: 1415 Comm: cachefilesd Tainted: P O 7.0.0-rc6 #16 PREEMPT(full)
Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE
Hardware name: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU/HN7306WU, BIOS HN7306WU.316 03/18/2025
RIP: 0010:dput.part.0+0xf1/0x110
Code: c0 00 8b 83 84 00 00 00 85 c0 7e 1d 83 e8 01 89 83 84 00 00 00 e9 7a ff ff ff 48 89 df e8 a7 d2 ff ff eb 99 83 0b 40 eb 94 90 <0f> 0b 90 48 89 ef e8 14 36 c0 00 e9 2b ff ff ff 0f 1f 40 00 66 66
RSP: 0018:ffffb2774fff3d80 EFLAGS: 00010246
RAX: 0000000000000000 RBX: ffff9dddc7d623c0 RCX: ffffffff00000000
RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff9dddc7d62440
RBP: ffff9dddc7d62440 R08: 0000000000000064 R09: ffff9dddc2396480
R10: 0000000000000000 R11: ffff9dddce739b50 R12: ffff9dddd34e9000
R13: ffff9dddc7d62d80 R14: ffff9dddc1713200 R15: ffff9dddd5b17580
FS: 00007f53001fc780(0000) GS:ffff9de55a6c7000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 000055aab4310449 CR3: 0000000115222000 CR4: 0000000000750ef0
PKRU: 55555554
Call Trace:
<TASK>
cachefiles_cull+0x78/0xd0 [cachefiles]
cachefiles_daemon_cull+0xdf/0x140 [cachefiles]
cachefiles_daemon_write+0x12f/0x180 [cachefiles]
vfs_write+0xc9/0x480
? __memcg_slab_free_hook+0xd4/0x120
? selinux_inode_permission+0x140/0x4a0
? dput.part.0+0x8c/0x110
? mntput+0x1c/0x50
ksys_write+0x6e/0xe0
do_syscall_64+0xe2/0x570
? exc_page_fault+0x65/0x160
? __sysvec_call_function_single+0x1b/0xe0
entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7f5300291637
Code: 00 00 4c 8b 5c 24 18 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 75 14 83 e2 39 83 fa 08 75 0c e8 20 ff ff ff 48 8b 44 24 20 0f 05 <48> 83 c4 18 c3 0f 1f 40 00 f3 0f 1e fa 48 83 ec 10 ff 74 24 18 e8
RSP: 002b:00007ffcf29ec690 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
RAX: ffffffffffffffda RBX: 000055aabad9fab0 RCX: 00007f5300291637
RDX: 0000000000000052 RSI: 00007ffcf29ec6f0 RDI: 0000000000000003
RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000
R13: 0000000000000000 R14: 00007f53001fc720 R15: 000055aabada1113
</TASK>
---[ end trace 0000000000000000 ]---
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
Bluetooth: MGMT ver 1.23
NET: Registered PF_ALG protocol family
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 0
snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin (v1): v0.65.0
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 0
snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
wlan0: authenticate with fc:ec:da:d0:2f:13 (local address=ec:91:61:93:02:8b)
wlan0: send auth to fc:ec:da:d0:2f:13 (try 1/3)
wlan0: authenticated
wlan0: associate with fc:ec:da:d0:2f:13 (try 1/3)
wlan0: RX AssocResp from fc:ec:da:d0:2f:13 (capab=0x1111 status=0 aid=3)
wlan0: associated
rfkill: input handler disabled
rfkill: input handler enabled
🦟 Debug Data
Cycle 0
BAT0 energy level is 59627000 µWh
ACPI Lid (/proc/acpi/button/lid/LID/state): open
/proc/cmdline: rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.max_pool_percent=100 delayacct
Wakeup Source|Linux Device|Status
ASCF1A00:00 2808:0220 Mouse|i2c-ASCF1A00:00|enabled
ASCF1A00:00 2808:0220 Mouse|i2c-ASCF1A00:00|enabled
AT Translated Set 2 keyboard|serio0|enabled
Advanced Micro Devices, Inc. [AMD/ATI] Audio device|0000:c5:00.1|disabled
Advanced Micro Devices, Inc. [AMD/ATI] Display controller|0000:c5:00.0|disabled
Advanced Micro Devices, Inc. [AMD] Audio device|0000:c5:00.6|disabled
Advanced Micro Devices, Inc. [AMD] Encryption controller|0000:c5:00.2|disabled
Advanced Micro Devices, Inc. [AMD] ISA bridge|0000:00:14.3|enabled
Advanced Micro Devices, Inc. [AMD] ISA bridge|0000:00:14.3|enabled
Advanced Micro Devices, Inc. [AMD] ISA bridge|0000:00:14.3|enabled
Advanced Micro Devices, Inc. [AMD] ISA bridge|0000:00:14.3|enabled
Advanced Micro Devices, Inc. [AMD] ISA bridge|0000:00:14.3|enabled
Advanced Micro Devices, Inc. [AMD] Multimedia controller|0000:c5:00.5|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:01.1|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:01.2|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:02.1|enabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:02.1|enabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:02.2|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:02.3|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:03.1|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:08.1|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:08.2|disabled
Advanced Micro Devices, Inc. [AMD] PCI bridge|0000:00:08.3|disabled
Advanced Micro Devices, Inc. [AMD] Signal processing controller|0000:c5:00.7|disabled
Advanced Micro Devices, Inc. [AMD] Signal processing controller|0000:c6:00.1|disabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c5:00.4|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c5:00.4|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.0|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.0|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.0|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.3|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.3|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.4|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.4|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.5|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.5|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.6|enabled
Advanced Micro Devices, Inc. [AMD] USB controller|0000:c7:00.6|enabled
ELAN9008:00 04F3:4359|i2c-ELAN9008:00|enabled
ELAN9008:00 04F3:4359|i2c-ELAN9008:00|enabled
Genesys Logic, Inc SD Host controller|0000:c2:00.0|disabled
MEDIATEK Corp. Network controller|0000:c3:00.0|disabled
NVIDIA Corporation Audio device|0000:c4:00.1|disabled
NVIDIA Corporation VGA compatible controller|0000:c4:00.0|disabled
Plug-n-play Real Time Clock|00:00|enabled
Real Time Clock alarm timer|rtc0|enabled
Sandisk Corp Non-Volatile memory controller|0000:c1:00.0|disabled
Thunderbolt domain|domain0|enabled
Thunderbolt domain|domain1|enabled
USB4 host controller|0-0|enabled
USB4 host controller|1-0|enabled
|/sys/devices/platform/PNP0C0C:00/wakeup/wakeup40|enabled
|/sys/devices/platform/PNP0C0C:00/wakeup/wakeup41|enabled
|i2c-ASUS2020:00|enabled
|i2c-ASUS2020:00|enabled
gnome-shell compositor is running
Power Profiles:
│ performance:
│ CpuDriver: amd_pstate
└─PlatformDriver: platform_profile
│ Degraded: no
│ * balanced:
│ CpuDriver: amd_pstate
└─PlatformDriver: platform_profile
│ power-saver:
│ CpuDriver: amd_pstate
└─PlatformDriver: platform_profile
IPS status
│ IPS config: 6
│ Idle optimization: 0
│ Idle workqueue - enabled: 0
│ Idle workqueue - running: 0
│ entry counts: rcg=0 ips1=0 ips2=0
└─exit counts: rcg=0 ips1=0 ips2=0
Suspend timer programmed for 0:00:10
Woke up from IRQ 9 (IO-APIC 9-fasteoi acpi)
PM: suspend entry (s2idle)
Filesystems sync: 0.006 seconds
Freezing user space processes
Freezing user space processes completed (elapsed 0.002 seconds)
OOM killer disabled.
Freezing remaining freezable tasks
Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
printk: Suspending console(s) (use no_console_suspend to debug)
GFP mask restricted
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
wlan0: deauthenticating from fc:ec:da:d0:2f:13 by local choice (Reason: 3=DEAUTH_LEAVING)
PM: suspend of devices complete after 472.152 msecs
PM: start suspend of devices complete after 473.004 msecs
Disabling GPIO #8 interrupt for suspend.
Disabling GPIO #11 interrupt for suspend.
Clearing debounce for GPIO #11 during suspend.
Disabling GPIO #24 interrupt for suspend.
Disabling GPIO #157 interrupt for suspend.
PM: late suspend of devices complete after 1.462 msecs
Setting wake for GPIO 8 to enable
Setting wake for GPIO 24 to enable
Setting wake for GPIO 157 to enable
ACPI: EC: interrupt blocked
PM: noirq suspend of devices complete after 39.231 msecs
ACPI: \_SB_.PEP_: Successfully transitioned to state screen off
ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms entry
ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 entry
PM: suspend-to-idle
amd_pmc: SMU idlemask s0i3: 0xffff9abf
Timekeeping suspended for 1.759 seconds
PM: Triggering wakeup from IRQ 9
ACPI: EC: ACPI EC GPE status set
ACPI: EC: ACPI EC GPE dispatched
Dispatching Notify on [FAN0] (Device) Value 0x80 (Status Change)
ACPI: EC: ACPI EC work flushed
ACPI: PM: Rearming ACPI SCI for wakeup
PM: Triggering wakeup from IRQ 9
amd_pmc: SMU idlemask s0i3: 0xffff9abd
ACPI: EC: ACPI EC GPE status set
ACPI: PM: Rearming ACPI SCI for wakeup
amd_pmc: SMU idlemask s0i3: 0xffff9abd
Timekeeping suspended for 6.980 seconds
PM: Triggering wakeup from IRQ 9
ACPI: PM: ACPI fixed event wakeup
PM: resume from suspend-to-idle
ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 exit
Dispatching Notify on [CADR] (Device) Value 0x01 (Device Check)
ACPI: \_SB_.PEP_: Successfully transitioned to state lps0 ms exit
Dispatching Notify on [LID_] (Device) Value 0x80 (Status Change)
ACPI: button: The lid device is not compliant to SW_LID.
ACPI: \_SB_.PEP_: Successfully transitioned to state screen on
ACPI: EC: interrupt unblocked
pci 0000:c4:00.0: Unable to change power state from D0 to D0, device inaccessible
snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot to D0, device inaccessible
PM: noirq resume of devices complete after 160.167 msecs
Setting wake for GPIO 8 to disable
Setting wake for GPIO 24 to disable
Setting wake for GPIO 157 to disable
Dispatching Notify on [THZ0] (Thermal) Value 0x81 (Information Change)
PM: early resume of devices complete after 4.403 msecs
amdgpu 0000:c5:00.0: [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
amdgpu 0000:c5:00.0: SMU is resuming...
nvme nvme0: 24/0/0 default/read/poll queues
No notify handler for Notify, ignoring (NPCF, C0) node 00000000c85547fc
amdgpu 0000:c5:00.0: SMU is resumed successfully!
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
Dispatching Notify on [FAN0] (Device) Value 0x80 (Status Change)
amdgpu 0000:c5:00.0: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.2.0 uses VM inv eng 6 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.3.0 uses VM inv eng 7 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.0.1 uses VM inv eng 8 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.1.1 uses VM inv eng 9 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.2.1 uses VM inv eng 10 on hub 0
amdgpu 0000:c5:00.0: ring comp_1.3.1 uses VM inv eng 11 on hub 0
amdgpu 0000:c5:00.0: ring sdma0 uses VM inv eng 12 on hub 0
amdgpu 0000:c5:00.0: ring vcn_unified_0 uses VM inv eng 0 on hub 8
amdgpu 0000:c5:00.0: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
amdgpu 0000:c5:00.0: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
amdgpu 0000:c5:00.0: ring vpe uses VM inv eng 4 on hub 8
PM: resume of devices complete after 745.138 msecs
GFP mask restored
OOM killer enabled.
Restarting tasks: Starting
Restarting tasks: Done
efivarfs: resyncing variable state
efivarfs: finished resyncing variable state
random: crng reseeded on system resumption
PM: suspend exit
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin (v1): v0.65.0
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
wlan0: authenticate with fc:ec:da:d0:2f:13 (local address=ec:91:61:93:02:8b)
wlan0: send auth to fc:ec:da:d0:2f:13 (try 1/3)
wlan0: authenticated
wlan0: associate with fc:ec:da:d0:2f:13 (try 1/3)
wlan0: RX AssocResp from fc:ec:da:d0:2f:13 (capab=0x1111 status=0 aid=3)
wlan0: associated
Dispatching Notify on [FAN0] (Device) Value 0x80 (Status Change)
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin (v1): v0.65.0
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
Dispatching Notify on [FAN0] (Device) Value 0x80 (Status Change)
Idle mask bit 1 (0x2) changed during suspend
Used Microsoft uPEP GUID in LPS0 _DSM
gpe10 increased from 13 to 21
ACPI Lid (/proc/acpi/button/lid/LID/state): open
BAT0 energy level is 59771000 µWh
IPS status
│ IPS config: 6
│ Idle optimization: 0
│ Idle workqueue - enabled: 0
│ Idle workqueue - running: 0
│ entry counts: rcg=0 ips1=1 ips2=1
└─exit counts: rcg=0 ips1=1 ips2=1
Summary
╒════╤═════════════════════╤════════════╤══════════════════╤═════════════════╤═════════════════╤════════════════════╤════════════╤═══════════════════════════╕
│ │ Start Time │ Duration │ Hardware Sleep │ Battery Start │ Battery Delta │ Battery Ave Rate │ Wake Pin │ Wake Interrupt │
╞════╪═════════════════════╪════════════╪══════════════════╪═════════════════╪═════════════════╪════════════════════╪════════════╪═══════════════════════════╡
│ 0 │ 2026-04-02 16:44:58 │ 0:00:13 │ 53.85% │ 82.47% │ 0.20% │ 39.88W │ │ Disabled interrupt (acpi) │
╘════╧═════════════════════╧════════════╧══════════════════╧═════════════════╧═════════════════╧════════════════════╧════════════╧═══════════════════════════╛
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-02 20:59 ` Joyful Lee
@ 2026-04-02 21:14 ` Mario Limonciello
2026-04-02 21:32 ` Joyful Lee
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-02 21:14 UTC (permalink / raw)
To: Joyful Lee
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On 4/2/26 3:59 PM, Joyful Lee wrote:
> [You don't often get email from joy@joyfullee.me. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> On Thu, Apr 2, 2026 at 3:58 PM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>> What does corruption mean in your context? Because I don't have any
>> idea what a root port being corrupted means.
>>
>> Basically I don't trust a single assumption that was made by that LLM.
>>
>> Can you please get an amd-s2idle report from an unpatched mainline kernel:
>>
>> https://origin.kernel.org/doc/html/next/arch/x86/amd-debugging.html#s2idle-debugging-tool
>>
>> *Then* let's talk like people used to before LLMs came into the picture
>> about your problem.
>
> Hi,
>
> You want to talk like people? Let's start with this: My name is Joy and
> I worked very hard on that bug report. Everything in it is accurate, and
> for you to reduce it to "garbage" is not very professional.
My apologies if I came across rash. My time is valuable to me, and I've
had multiple people reach out to me from CLAW instances and I've started
to see the formula of LLM output. It's incredibly tempting to trust, but
it's too often wrong when it comes to debugging issues that cross kernel
and hardware.
So yes - I want to confirm I'm talking to a human with how much garbage
is flying around and it looks like LLM formed output.
> Second, I
> appreciate your and anyone else's help on this problem, but it is not
> *my* problem. It is a problem put upon me when I purchased a product
> with your company's logo on it.
>
> As I said in my original post, I'm happy to test anything you want with
> very quick turnaround, and you asked for an amd-s2idle report from an
> unpatched mainline kernel. You got it!
>
> Thanks again for your help.
>
> Joy
Can you please explain what root port corruption means? Are you
actually meaning graphical corruption?
A few things I want to point out after resume that might be relevant.
> pci 0000:c4:00.0: Unable to change power state from D0 to D0, device
inaccessible
> snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot
to D0, device inaccessible
Both of these devices are part of the discrete GPU (VGA and Audio class
endpoints). So neither came back to the right state, which to me has me
wondering if the EC is cutting a power rail used for the discrete GPU
and it's coming back at the wrong time.
It wouldn't be the first time that the kernel raced with firmware and lost.
What happens if you pass a PCIe reset to the root port above them after
resume? Does it recover?
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-02 21:14 ` Mario Limonciello
@ 2026-04-02 21:32 ` Joyful Lee
2026-04-03 13:23 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-02 21:32 UTC (permalink / raw)
To: Mario Limonciello
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On Thu, Apr 2, 2026 at 5:14 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
> Can you please explain what root port corruption means? Are you
> actually meaning graphical corruption?
>
> A few things I want to point out after resume that might be relevant.
>
> > pci 0000:c4:00.0: Unable to change power state from D0 to D0, device
> inaccessible
> > snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot
> to D0, device inaccessible
>
> Both of these devices are part of the discrete GPU (VGA and Audio class
> endpoints). So neither came back to the right state, which to me has me
> wondering if the EC is cutting a power rail used for the discrete GPU
> and it's coming back at the wrong time.
>
> It wouldn't be the first time that the kernel raced with firmware and lost.
>
> What happens if you pass a PCIe reset to the root port above them after
> resume? Does it recover?
Corruption is just the best word I have to describe the way the dGPU
bridge (00:03.1) comes back in an unexpected state after resume and the
two devices under it (the NVIDIA GPU c4:00.0 and its audio device
c4:00.1) become unresponsive. The two lspci attachments on my original
post really demonstrate that weird state.
Indeed, the "Unable to change power state from D0/D3hot/D3cold to D0,
device inaccessible" messages are the main symptom of the problem. I'm
purposefully avoiding the nouveau and nvidia drivers at this point to
reduce confusion, but the problem happens even when they are loaded, and
both of them crash upon resume.
When I issue a reset to the root port after resume, it does not recover.
The kernel prints the "unable to change power state" messages again and
the devices remain unresponsive.
Joy
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-02 21:32 ` Joyful Lee
@ 2026-04-03 13:23 ` Mario Limonciello
2026-04-03 14:11 ` Joyful Lee
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 13:23 UTC (permalink / raw)
To: Joyful Lee
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On 4/2/26 4:32 PM, Joyful Lee wrote:
> On Thu, Apr 2, 2026 at 5:14 PM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>> Can you please explain what root port corruption means? Are you
>> actually meaning graphical corruption?
>>
>> A few things I want to point out after resume that might be relevant.
>>
>> > pci 0000:c4:00.0: Unable to change power state from D0 to D0, device
>> inaccessible
>> > snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot
>> to D0, device inaccessible
>>
>> Both of these devices are part of the discrete GPU (VGA and Audio class
>> endpoints). So neither came back to the right state, which to me has me
>> wondering if the EC is cutting a power rail used for the discrete GPU
>> and it's coming back at the wrong time.
>>
>> It wouldn't be the first time that the kernel raced with firmware and lost.
>>
>> What happens if you pass a PCIe reset to the root port above them after
>> resume? Does it recover?
>
> Corruption is just the best word I have to describe the way the dGPU
> bridge (00:03.1) comes back in an unexpected state after resume and the
> two devices under it (the NVIDIA GPU c4:00.0 and its audio device
> c4:00.1) become unresponsive. The two lspci attachments on my original
> post really demonstrate that weird state.
Got it.
>
> Indeed, the "Unable to change power state from D0/D3hot/D3cold to D0,
> device inaccessible" messages are the main symptom of the problem. I'm
> purposefully avoiding the nouveau and nvidia drivers at this point to
> reduce confusion, but the problem happens even when they are loaded, and
> both of them crash upon resume.
Thanks - I agree with removing drivers from the equation to look at the
behavior of bridges and root ports.
It's unfortunate that turning off pcie_port_pm didn't help either.
>
> When I issue a reset to the root port after resume, it does not recover.
> The kernel prints the "unable to change power state" messages again and
> the devices remain unresponsive.
>
> Joy
To your questions in the original post (again sorry for the original
knee jerk reaction):
1) Yes semantics of how AMD-PMC works are correct for this platform.
There are lots of other Strix designs that do everything correctly.
2) Yes; there are FW dependencies that are design specific.
3) There are no quirks for working around this bug you've found right now.
I believe this issue you're seeing is likely a platform firmware bug.
Whether it's AGESA or it's ASUS firmware is unclear right now.
I have not seen this specific symptom you mention on other systems
(including AMD reference systems) so I am /leaning/ more on ASUS firmware.
I notice that the BIOS you have from ASUS is quite old:
> bios_date| 03/18/2025
Any chance there is a BIOS update available?
Unfortunately ASUS doesn't always make flashing in Linux easy, but
hopefully you can find a way to flash the update if one is available.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 13:23 ` Mario Limonciello
@ 2026-04-03 14:11 ` Joyful Lee
2026-04-03 14:24 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-03 14:11 UTC (permalink / raw)
To: Mario Limonciello
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On Fri, Apr 3, 2026 at 9:23 AM Mario Limonciello
<mario.limonciello@amd.com> wrote:
> To your questions in the original post (again sorry for the original
> knee jerk reaction):
No worries. You are right to be skeptical.
> 1) Yes semantics of how AMD-PMC works are correct for this platform.
> There are lots of other Strix designs that do everything correctly.
> 2) Yes; there are FW dependencies that are design specific.
> 3) There are no quirks for working around this bug you've found right now.
>
> I believe this issue you're seeing is likely a platform firmware bug.
> Whether it's AGESA or it's ASUS firmware is unclear right now.
>
> I have not seen this specific symptom you mention on other systems
> (including AMD reference systems) so I am /leaning/ more on ASUS firmware.
>
> I notice that the BIOS you have from ASUS is quite old:
>
> > bios_date| 03/18/2025
>
> Any chance there is a BIOS update available?
> Unfortunately ASUS doesn't always make flashing in Linux easy, but
> hopefully you can find a way to flash the update if one is available.
A firmware issue is what I was afraid of. That 2025 BIOS version 316 is
the latest release for this device. I'll reach out to ASUS to see if
they have an unreleased version they can send me, but I'm not
optimistic. I'm still in the return period so I'm feeling a sense of
urgency to either fix this or move on, but I'd rather try to get it
working because it's a nice little laptop aside from this issue.
Your first idea that the kernel could be racing the firmware prompted me
to try a few timing hacks--really just shots in the dark like inserting
a 2s delay immediately after resume prior to the kernel touching the
devices--but no luck. While I'm waiting for ASUS, I'm happy to try any
other ideas you got.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 14:11 ` Joyful Lee
@ 2026-04-03 14:24 ` Mario Limonciello
2026-04-03 16:19 ` Joyful Lee
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 14:24 UTC (permalink / raw)
To: Joyful Lee
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On 4/3/26 9:11 AM, Joyful Lee wrote:
> On Fri, Apr 3, 2026 at 9:23 AM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>> To your questions in the original post (again sorry for the original
>> knee jerk reaction):
>
> No worries. You are right to be skeptical.
>
>> 1) Yes semantics of how AMD-PMC works are correct for this platform.
>> There are lots of other Strix designs that do everything correctly.
>> 2) Yes; there are FW dependencies that are design specific.
>> 3) There are no quirks for working around this bug you've found right now.
>>
>> I believe this issue you're seeing is likely a platform firmware bug.
>> Whether it's AGESA or it's ASUS firmware is unclear right now.
>>
>> I have not seen this specific symptom you mention on other systems
>> (including AMD reference systems) so I am /leaning/ more on ASUS firmware.
>>
>> I notice that the BIOS you have from ASUS is quite old:
>>
>> > bios_date| 03/18/2025
>>
>> Any chance there is a BIOS update available?
>> Unfortunately ASUS doesn't always make flashing in Linux easy, but
>> hopefully you can find a way to flash the update if one is available.
>
> A firmware issue is what I was afraid of. That 2025 BIOS version 316 is
> the latest release for this device. I'll reach out to ASUS to see if
> they have an unreleased version they can send me, but I'm not
> optimistic. I'm still in the return period so I'm feeling a sense of
> urgency to either fix this or move on, but I'd rather try to get it
> working because it's a nice little laptop aside from this issue.
That's really unfortunate to hear. If I was in your shoes - If not
solved by the end of the return period I would return the machine and
purchase one from a vendor that has been testing, fixing BIOS issues and
supporting Linux.
I'm not going to pick favorites, but Dell, Framework, HP, and Lenovo all
have offerings that they do this.
>
> Your first idea that the kernel could be racing the firmware prompted me
> to try a few timing hacks--really just shots in the dark like inserting
> a 2s delay immediately after resume prior to the kernel touching the
> devices--but no luck. While I'm waiting for ASUS, I'm happy to try any
> other ideas you got.
By chance does the BIOS offer access to "AMD PBS" or "AMD CBS" menus?
If so, there may be an option nestled in there for dGPU D3 behavior.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 14:24 ` Mario Limonciello
@ 2026-04-03 16:19 ` Joyful Lee
2026-04-03 16:48 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-03 16:19 UTC (permalink / raw)
To: Mario Limonciello
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On Fri, Apr 3, 2026 at 10:25 AM Mario Limonciello
<mario.limonciello@amd.com> wrote:
> That's really unfortunate to hear. If I was in your shoes - If not
> solved by the end of the return period I would return the machine and
> purchase one from a vendor that has been testing, fixing BIOS issues and
> supporting Linux.
>
> I'm not going to pick favorites, but Dell, Framework, HP, and Lenovo all
> have offerings that they do this.
>
> By chance does the BIOS offer access to "AMD PBS" or "AMD CBS" menus?
> If so, there may be an option nestled in there for dGPU D3 behavior.
I got it working. My kernel, which I build up from defconfig, was
missing CONFIG_HOTPLUG_PCI_PCIE. It makes sense, but I wish there was
more evidence that pointed me to this option. At least we can close the
loop here in case anyone else runs into this problem. As a side benefit,
enabling this option also got the dGPU to enter D3cold where before the
lowest it would get is D3hot.
Thanks again,
Joy
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 16:19 ` Joyful Lee
@ 2026-04-03 16:48 ` Mario Limonciello
2026-04-03 18:04 ` Bjorn Helgaas
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 16:48 UTC (permalink / raw)
To: Joyful Lee
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel
On 4/3/26 11:19 AM, Joyful Lee wrote:
> On Fri, Apr 3, 2026 at 10:25 AM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>> That's really unfortunate to hear. If I was in your shoes - If not
>> solved by the end of the return period I would return the machine and
>> purchase one from a vendor that has been testing, fixing BIOS issues and
>> supporting Linux.
>>
>> I'm not going to pick favorites, but Dell, Framework, HP, and Lenovo all
>> have offerings that they do this.
>>
>> By chance does the BIOS offer access to "AMD PBS" or "AMD CBS" menus?
>> If so, there may be an option nestled in there for dGPU D3 behavior.
>
> I got it working. My kernel, which I build up from defconfig, was
> missing CONFIG_HOTPLUG_PCI_PCIE. It makes sense, but I wish there was
> more evidence that pointed me to this option. At least we can close the
> loop here in case anyone else runs into this problem. As a side benefit,
> enabling this option also got the dGPU to enter D3cold where before the
> lowest it would get is D3hot.
>
> Thanks again,
> Joy
That's great news! I'll add a check to flag this in amd-debug-tools too
to help anyone else in the future.
Thanks,
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 16:48 ` Mario Limonciello
@ 2026-04-03 18:04 ` Bjorn Helgaas
2026-04-03 18:41 ` Mario Limonciello
` (2 more replies)
0 siblings, 3 replies; 21+ messages in thread
From: Bjorn Helgaas @ 2026-04-03 18:04 UTC (permalink / raw)
To: Mario Limonciello
Cc: Joyful Lee, platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel, Lukas Wunner
[+cc Lukas, pciehp expert, beginning of thread with full dmesg/lspci at
https://lore.kernel.org/all/CADj6jrgK+sRXoNaYH90Rdc8DYEFK2iSF4vkJC=KE4UaZ73y67A@mail.gmail.com]
On Fri, Apr 03, 2026 at 11:48:15AM -0500, Mario Limonciello wrote:
> On 4/3/26 11:19 AM, Joyful Lee wrote:
> > On Fri, Apr 3, 2026 at 10:25 AM Mario Limonciello
> > <mario.limonciello@amd.com> wrote:
> > > That's really unfortunate to hear. If I was in your shoes - If not
> > > solved by the end of the return period I would return the machine and
> > > purchase one from a vendor that has been testing, fixing BIOS issues and
> > > supporting Linux.
> > >
> > > I'm not going to pick favorites, but Dell, Framework, HP, and Lenovo all
> > > have offerings that they do this.
> > >
> > > By chance does the BIOS offer access to "AMD PBS" or "AMD CBS" menus?
> > > If so, there may be an option nestled in there for dGPU D3 behavior.
> >
> > I got it working. My kernel, which I build up from defconfig, was
> > missing CONFIG_HOTPLUG_PCI_PCIE. It makes sense, but I wish there was
> > more evidence that pointed me to this option. At least we can close the
> > loop here in case anyone else runs into this problem. As a side benefit,
> > enabling this option also got the dGPU to enter D3cold where before the
> > lowest it would get is D3hot.
>
> That's great news! I'll add a check to flag this in amd-debug-tools too to
> help anyone else in the future.
That is indeed great news.
But as you point out, it doesn't close the issue. Somebody else is
going to trip over the same issue. Most likely they will not report
it and have no idea how to fix it. Even if they do report it, we'll
have to go through this whole debug process again.
The kernel should work correctly (possibly with increased power
consumption or some other non-functional issue) regardless of whether
CONFIG_HOTPLUG_PCI_PCIE is enabled.
How can we make Linux smart enough that if we're lacking pciehp or
whatever is necessary, we automatically avoid s2idle or S0ix or
whatever causes this problem?
Here are the obvious clues in dmesg during resume from S0ix:
pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
pci 0000:00:03.1: PCI bridge to [bus c4]
pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
pci 0000:c4:00.0: Unable to change power state from D0 to D0, device inaccessible
snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot to D0, device inaccessible
It looks like something is wrong with the 00:03.1 Root Port config
space after S0ix, e.g., the HwInit Port Number is non-sensical:
00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo GPP Bridge
- LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM not supported
+ LnkCap: Port #247, Speed 16GT/s, Width x8, ASPM not supported
but the c4:00 device below it seems completely inaccessible; maybe the
link is down or the endpoint is in D3cold so config reads return ~0:
c4:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M
+ !!! Unknown header type 7f
+ Interrupt: pin ? routed to IRQ 255
I don't know what pciehp is doing that avoids this issue.
Understanding that seems like the first step in avoiding or fixing the
problem.
Joyful, could you collect a dmesg log with pciehp enabled and with
this kernel parameter (the quotes are a required part of the
parameter):
dyndbg="file drivers/pci/* +p"
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 18:04 ` Bjorn Helgaas
@ 2026-04-03 18:41 ` Mario Limonciello
2026-04-03 19:10 ` Bjorn Helgaas
2026-04-03 19:07 ` Joyful Lee
2026-04-05 7:05 ` Lukas Wunner
2 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 18:41 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Joyful Lee, platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel, Lukas Wunner
On 4/3/26 1:04 PM, Bjorn Helgaas wrote:
> [+cc Lukas, pciehp expert, beginning of thread with full dmesg/lspci at
> https://lore.kernel.org/all/CADj6jrgK+sRXoNaYH90Rdc8DYEFK2iSF4vkJC=KE4UaZ73y67A@mail.gmail.com]
>
> On Fri, Apr 03, 2026 at 11:48:15AM -0500, Mario Limonciello wrote:
>> On 4/3/26 11:19 AM, Joyful Lee wrote:
>>> On Fri, Apr 3, 2026 at 10:25 AM Mario Limonciello
>>> <mario.limonciello@amd.com> wrote:
>>>> That's really unfortunate to hear. If I was in your shoes - If not
>>>> solved by the end of the return period I would return the machine and
>>>> purchase one from a vendor that has been testing, fixing BIOS issues and
>>>> supporting Linux.
>>>>
>>>> I'm not going to pick favorites, but Dell, Framework, HP, and Lenovo all
>>>> have offerings that they do this.
>>>>
>>>> By chance does the BIOS offer access to "AMD PBS" or "AMD CBS" menus?
>>>> If so, there may be an option nestled in there for dGPU D3 behavior.
>>>
>>> I got it working. My kernel, which I build up from defconfig, was
>>> missing CONFIG_HOTPLUG_PCI_PCIE. It makes sense, but I wish there was
>>> more evidence that pointed me to this option. At least we can close the
>>> loop here in case anyone else runs into this problem. As a side benefit,
>>> enabling this option also got the dGPU to enter D3cold where before the
>>> lowest it would get is D3hot.
>>
>> That's great news! I'll add a check to flag this in amd-debug-tools too to
>> help anyone else in the future.
>
> That is indeed great news.
>
> But as you point out, it doesn't close the issue. Somebody else is
> going to trip over the same issue. Most likely they will not report
> it and have no idea how to fix it. Even if they do report it, we'll
> have to go through this whole debug process again.
>
> The kernel should work correctly (possibly with increased power
> consumption or some other non-functional issue) regardless of whether
> CONFIG_HOTPLUG_PCI_PCIE is enabled.
I do hope as part of this we can reconsider why CONFIG_HOTPLUG_PCI_PCIE
isn't part of the defconfig in the first place.
defconfig doesn't work on any hardware of mine by default and it's too
much work to figure out what to add to it. So I always start at distro
configs and peel back for my own use.
But, if we could actually make defconfig *usable* for general purpose
kernel users maybe more people would use it.
>
> How can we make Linux smart enough that if we're lacking pciehp or
> whatever is necessary, we automatically avoid s2idle or S0ix or
> whatever causes this problem?
I suppose we /could/ have CONFIG_AMD_PMC depend on
CONFIG_HOTPLUG_PCI_PCIE but it feels like using super glue on a wound
until we know why this happens.
>
> Here are the obvious clues in dmesg during resume from S0ix:
>
> pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
> pci 0000:00:03.1: PCI bridge to [bus c4]
> pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
> pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
> pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
> pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
> pci 0000:c4:00.0: Unable to change power state from D0 to D0, device inaccessible
> snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot to D0, device inaccessible
>
> It looks like something is wrong with the 00:03.1 Root Port config
> space after S0ix, e.g., the HwInit Port Number is non-sensical:
>
> 00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo GPP Bridge
> - LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM not supported
> + LnkCap: Port #247, Speed 16GT/s, Width x8, ASPM not supported
>
> but the c4:00 device below it seems completely inaccessible; maybe the
> link is down or the endpoint is in D3cold so config reads return ~0:
>
> c4:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M
> + !!! Unknown header type 7f
> + Interrupt: pin ? routed to IRQ 255
>
> I don't know what pciehp is doing that avoids this issue.
> Understanding that seems like the first step in avoiding or fixing the
> problem.
If I was to guess what's happening here is the firmware* has never been
tested with the PcieHotplug _OSC negotiation failing and there is an
implicit assumption on that working. All Windows testing has that in
place, and our internal Linux testing has always been on kernels with it
too (see defconfig comment above).
>
> Joyful, could you collect a dmesg log with pciehp enabled and with
> this kernel parameter (the quotes are a required part of the
> parameter):
>
> dyndbg="file drivers/pci/* +p"
* I don't know if this is an ASUS firmware or AMD (AGESA) firmware issue.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 18:04 ` Bjorn Helgaas
2026-04-03 18:41 ` Mario Limonciello
@ 2026-04-03 19:07 ` Joyful Lee
2026-04-03 20:02 ` Mario Limonciello
2026-04-05 7:05 ` Lukas Wunner
2 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-03 19:07 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Mario Limonciello, platform-driver-x86, Shyam Sundar S K,
Hans de Goede, Ilpo Järvinen, linux-pci, Bjorn Helgaas,
linux-acpi, Rafael J. Wysocki, linux-kernel, Lukas Wunner
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
On Fri, Apr 3, 2026 at 2:04 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
> I don't know what pciehp is doing that avoids this issue.
> Understanding that seems like the first step in avoiding or fixing the
> problem.
>
> Joyful, could you collect a dmesg log with pciehp enabled and with
> this kernel parameter (the quotes are a required part of the
> parameter):
>
> dyndbg="file drivers/pci/* +p"
Certainly. I already went back to the 6.18 stable branch and enabled the nvidia
drivers, but this is still representative of the "working" state.
[-- Attachment #2: px13-hotplug-pci-debug-dmesg.txt --]
[-- Type: text/plain, Size: 273915 bytes --]
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009b7efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009b7f000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a23c000-0x000000006817efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006817f000-0x000000006e17efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007027f000-0x00000000783fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000783ff000-0x0000000079ff6fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079ff7000-0x0000000079ffcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079ffd000-0x0000000079ffefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079fff000-0x000000007bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d675000-0x000000007d6fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d800000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085e17ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085f1c0000-0x00000008a01fffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70233000 SMBIOS=0x77f72000 SMBIOS 3.0=0x77f71000 MEMATTR=0x63a0b018 ESRT=0x651deb18 RNG=0x6e206f18 INITRD=0x62241f98 TPMEventLog=0x6e1fc018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem61: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem62: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem64: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x880000000-0x8a01fffff] reserved
[ 0.000000] SMBIOS 3.7.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU/HN7306WU, BIOS HN7306WU.316 03/18/2025
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1996.319 MHz processor
[ 0.000064] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000066] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000072] last_pfn = 0x85e180 max_arch_pfn = 0x400000000
[ 0.000079] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000080] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000212] last_pfn = 0x79fff max_arch_pfn = 0x400000000
[ 0.005184] esrt: Reserving ESRT space from 0x00000000651deb18 to 0x00000000651deba0.
[ 0.005192] e820: update [mem 0x651de000-0x651defff] usable ==> reserved
[ 0.005207] Using GB pages for direct mapping
[ 0.005370] Secure boot disabled
[ 0.005371] RAMDISK: [mem 0x5a518000-0x5d60bfff]
[ 0.005378] ACPI: Early table checksum verification disabled
[ 0.005382] ACPI: RSDP 0x000000006E27E014 000024 (v02 _ASUS_)
[ 0.005385] ACPI: XSDT 0x000000006E27D728 0001A4 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.005391] ACPI: FACP 0x000000006E271000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005397] ACPI: DSDT 0x000000006E25D000 013229 (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.005399] ACPI: FACS 0x000000006FA18000 000040
[ 0.005401] ACPI: MSDM 0x000000006E27C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.005403] ACPI: SSDT 0x000000006E273000 0083FE (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.005405] ACPI: SSDT 0x000000006E272000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.005407] ACPI: FIDT 0x000000006E25C000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005409] ACPI: ECDT 0x000000006E25B000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.005410] ACPI: MCFG 0x000000006E25A000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.005412] ACPI: HPET 0x000000006E259000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.005414] ACPI: UEFI 0x000000006FA16000 000048 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.005416] ACPI: FPDT 0x000000006E258000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.005417] ACPI: ABLT 0x000000006E257000 0002C2 (v00 00000000 00000000)
[ 0.005419] ACPI: VFCT 0x000000006E252000 004484 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.005421] ACPI: BGRT 0x000000006E251000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005423] ACPI: SSDT 0x000000006E250000 00021A (v02 AMD Hetero 00000001 INTL 20230331)
[ 0.005425] ACPI: PCCT 0x000000006E24F000 0000D4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.005427] ACPI: SSDT 0x000000006E247000 007EA6 (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.005429] ACPI: SDEV 0x000000006E246000 0001F2 (v01 AMD SdevTble 00000001 ACPI 00000002)
[ 0.005431] ACPI: TPM2 0x000000006E245000 000050 (v05 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.005432] ACPI: SSDT 0x000000006E243000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.005434] ACPI: SSDT 0x000000006E240000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.005436] ACPI: SSDT 0x000000006E23F000 000024 (v02 AMD CPMDFDG1 00000001 INTL 20230331)
[ 0.005438] ACPI: SSDT 0x000000006E23A000 004200 (v02 AMD CPMD3CLD 00000001 INTL 20230331)
[ 0.005439] ACPI: SSDT 0x000000006E238000 001DB7 (v02 AMD CPMPMF 00000001 INTL 20230331)
[ 0.005441] ACPI: SSDT 0x000000006E237000 000889 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.005443] ACPI: SSDT 0x000000006E236000 000EB9 (v02 AMD OEMACP 00000001 INTL 20230331)
[ 0.005445] ACPI: SSDT 0x000000006E235000 000A70 (v02 AMD OEMPMF 00000001 INTL 20230331)
[ 0.005446] ACPI: SSDT 0x000000006E22B000 009AC6 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.005448] ACPI: WSMT 0x000000006E22A000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005450] ACPI: APIC 0x000000006E229000 000128 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005452] ACPI: SSDT 0x000000006E228000 00010D (v02 MSFT MHSP 00000004 INTL 20230331)
[ 0.005453] ACPI: SSDT 0x000000006E227000 000051 (v02 AMD DRTM 00000001 INTL 20230331)
[ 0.005455] ACPI: IVRS 0x000000006E226000 0001F6 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.005457] ACPI: SSDT 0x000000006E225000 00096A (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.005459] ACPI: SSDT 0x000000006E224000 000F5C (v02 AMD CPMACPV8 00000001 INTL 20230331)
[ 0.005460] ACPI: SSDT 0x000000006E223000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
[ 0.005462] ACPI: SSDT 0x000000006E222000 0008ED (v02 AMD THERMAL0 00000001 INTL 20230331)
[ 0.005464] ACPI: SSDT 0x000000006E221000 0005F9 (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.005466] ACPI: SSDT 0x000000006E217000 009726 (v02 AMD INTGPPC_ 00000001 INTL 20230331)
[ 0.005468] ACPI: SSDT 0x000000006E212000 004607 (v02 AMD INTGPPA_ 00000001 INTL 20230331)
[ 0.005469] ACPI: SSDT 0x000000006E211000 000921 (v02 AMD CPMGPIO0 00000001 INTL 20230331)
[ 0.005471] ACPI: SSDT 0x000000006E210000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.005473] ACPI: SSDT 0x000000006E20F000 000509 (v02 AMD CPMSFAML 00000001 INTL 20230331)
[ 0.005475] ACPI: SSDT 0x000000006E20D000 0011BC (v01 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.005476] ACPI: SSDT 0x000000006E20C000 000A13 (v02 AMD SDCR 00000001 INTL 20230331)
[ 0.005478] ACPI: SSDT 0x000000006E20B000 000ABF (v02 AMD WLAN 00000001 INTL 20230331)
[ 0.005480] ACPI: SSDT 0x000000006E20A000 000CA7 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.005482] ACPI: SSDT 0x000000006E209000 000664 (v02 AMD GpMsSsdt 00000001 INTL 20230331)
[ 0.005483] ACPI: SSDT 0x000000006E207000 0016FA (v02 AMD UPEP 00000001 INTL 20230331)
[ 0.005485] ACPI: Reserving FACP table memory at [mem 0x6e271000-0x6e271113]
[ 0.005486] ACPI: Reserving DSDT table memory at [mem 0x6e25d000-0x6e270228]
[ 0.005487] ACPI: Reserving FACS table memory at [mem 0x6fa18000-0x6fa1803f]
[ 0.005487] ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
[ 0.005487] ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e27b3fd]
[ 0.005488] ACPI: Reserving SSDT table memory at [mem 0x6e272000-0x6e272308]
[ 0.005488] ACPI: Reserving FIDT table memory at [mem 0x6e25c000-0x6e25c09b]
[ 0.005488] ACPI: Reserving ECDT table memory at [mem 0x6e25b000-0x6e25b0c0]
[ 0.005489] ACPI: Reserving MCFG table memory at [mem 0x6e25a000-0x6e25a03b]
[ 0.005489] ACPI: Reserving HPET table memory at [mem 0x6e259000-0x6e259037]
[ 0.005489] ACPI: Reserving UEFI table memory at [mem 0x6fa16000-0x6fa16047]
[ 0.005490] ACPI: Reserving FPDT table memory at [mem 0x6e258000-0x6e258043]
[ 0.005490] ACPI: Reserving ABLT table memory at [mem 0x6e257000-0x6e2572c1]
[ 0.005490] ACPI: Reserving VFCT table memory at [mem 0x6e252000-0x6e256483]
[ 0.005491] ACPI: Reserving BGRT table memory at [mem 0x6e251000-0x6e251037]
[ 0.005491] ACPI: Reserving SSDT table memory at [mem 0x6e250000-0x6e250219]
[ 0.005491] ACPI: Reserving PCCT table memory at [mem 0x6e24f000-0x6e24f0d3]
[ 0.005492] ACPI: Reserving SSDT table memory at [mem 0x6e247000-0x6e24eea5]
[ 0.005492] ACPI: Reserving SDEV table memory at [mem 0x6e246000-0x6e2461f1]
[ 0.005493] ACPI: Reserving TPM2 table memory at [mem 0x6e245000-0x6e24504f]
[ 0.005493] ACPI: Reserving SSDT table memory at [mem 0x6e243000-0x6e24469d]
[ 0.005493] ACPI: Reserving SSDT table memory at [mem 0x6e240000-0x6e242aa5]
[ 0.005494] ACPI: Reserving SSDT table memory at [mem 0x6e23f000-0x6e23f023]
[ 0.005494] ACPI: Reserving SSDT table memory at [mem 0x6e23a000-0x6e23e1ff]
[ 0.005494] ACPI: Reserving SSDT table memory at [mem 0x6e238000-0x6e239db6]
[ 0.005495] ACPI: Reserving SSDT table memory at [mem 0x6e237000-0x6e237888]
[ 0.005495] ACPI: Reserving SSDT table memory at [mem 0x6e236000-0x6e236eb8]
[ 0.005495] ACPI: Reserving SSDT table memory at [mem 0x6e235000-0x6e235a6f]
[ 0.005496] ACPI: Reserving SSDT table memory at [mem 0x6e22b000-0x6e234ac5]
[ 0.005496] ACPI: Reserving WSMT table memory at [mem 0x6e22a000-0x6e22a027]
[ 0.005496] ACPI: Reserving APIC table memory at [mem 0x6e229000-0x6e229127]
[ 0.005497] ACPI: Reserving SSDT table memory at [mem 0x6e228000-0x6e22810c]
[ 0.005497] ACPI: Reserving SSDT table memory at [mem 0x6e227000-0x6e227050]
[ 0.005497] ACPI: Reserving IVRS table memory at [mem 0x6e226000-0x6e2261f5]
[ 0.005498] ACPI: Reserving SSDT table memory at [mem 0x6e225000-0x6e225969]
[ 0.005498] ACPI: Reserving SSDT table memory at [mem 0x6e224000-0x6e224f5b]
[ 0.005498] ACPI: Reserving SSDT table memory at [mem 0x6e223000-0x6e2234ff]
[ 0.005499] ACPI: Reserving SSDT table memory at [mem 0x6e222000-0x6e2228ec]
[ 0.005499] ACPI: Reserving SSDT table memory at [mem 0x6e221000-0x6e2215f8]
[ 0.005500] ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e220725]
[ 0.005500] ACPI: Reserving SSDT table memory at [mem 0x6e212000-0x6e216606]
[ 0.005500] ACPI: Reserving SSDT table memory at [mem 0x6e211000-0x6e211920]
[ 0.005501] ACPI: Reserving SSDT table memory at [mem 0x6e210000-0x6e21008c]
[ 0.005501] ACPI: Reserving SSDT table memory at [mem 0x6e20f000-0x6e20f508]
[ 0.005501] ACPI: Reserving SSDT table memory at [mem 0x6e20d000-0x6e20e1bb]
[ 0.005502] ACPI: Reserving SSDT table memory at [mem 0x6e20c000-0x6e20ca12]
[ 0.005502] ACPI: Reserving SSDT table memory at [mem 0x6e20b000-0x6e20babe]
[ 0.005503] ACPI: Reserving SSDT table memory at [mem 0x6e20a000-0x6e20aca6]
[ 0.005503] ACPI: Reserving SSDT table memory at [mem 0x6e209000-0x6e209663]
[ 0.005503] ACPI: Reserving SSDT table memory at [mem 0x6e207000-0x6e2086f9]
[ 0.005561] No NUMA configuration found
[ 0.005562] Faking a node at [mem 0x0000000000000000-0x000000085e17ffff]
[ 0.005566] NODE_DATA(0) allocated [mem 0x85e17c800-0x85e17ffff]
[ 0.005598] Zone ranges:
[ 0.005598] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005600] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005601] Normal [mem 0x0000000100000000-0x000000085e17ffff]
[ 0.005602] Movable zone start for each node
[ 0.005602] Early memory node ranges
[ 0.005602] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.005604] node 0: [mem 0x0000000000100000-0x0000000009b7efff]
[ 0.005604] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.005605] node 0: [mem 0x000000000a23c000-0x000000006817efff]
[ 0.005605] node 0: [mem 0x00000000783ff000-0x0000000079ff6fff]
[ 0.005606] node 0: [mem 0x0000000079ffd000-0x0000000079ffefff]
[ 0.005606] node 0: [mem 0x0000000100000000-0x000000085e17ffff]
[ 0.005608] Initmem setup node 0 [mem 0x0000000000001000-0x000000085e17ffff]
[ 0.005613] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005626] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.005736] On node 0, zone DMA32: 1153 pages in unavailable ranges
[ 0.006863] On node 0, zone DMA32: 60 pages in unavailable ranges
[ 0.006977] On node 0, zone DMA32: 33408 pages in unavailable ranges
[ 0.006978] On node 0, zone DMA32: 6 pages in unavailable ranges
[ 0.027187] On node 0, zone Normal: 24577 pages in unavailable ranges
[ 0.027209] On node 0, zone Normal: 7808 pages in unavailable ranges
[ 0.027767] ACPI: PM-Timer IO Port: 0x808
[ 0.027777] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.027788] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[ 0.027794] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[ 0.027796] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.027798] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
[ 0.027798] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.027801] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.027802] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.027812] e820: update [mem 0x62a37000-0x62b0cfff] usable ==> reserved
[ 0.027824] CPU topo: Max. logical packages: 1
[ 0.027825] CPU topo: Max. logical dies: 1
[ 0.027825] CPU topo: Max. dies per package: 1
[ 0.027827] CPU topo: Max. threads per core: 2
[ 0.027827] CPU topo: Num. cores per package: 12
[ 0.027828] CPU topo: Num. threads per package: 24
[ 0.027828] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 0.027843] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.027844] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.027845] PM: hibernation: Registered nosave memory: [mem 0x09b7f000-0x09ffffff]
[ 0.027846] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
[ 0.027847] PM: hibernation: Registered nosave memory: [mem 0x62a37000-0x62b0cfff]
[ 0.027847] PM: hibernation: Registered nosave memory: [mem 0x651de000-0x651defff]
[ 0.027848] PM: hibernation: Registered nosave memory: [mem 0x6817f000-0x783fefff]
[ 0.027849] PM: hibernation: Registered nosave memory: [mem 0x79ff7000-0x79ffcfff]
[ 0.027849] PM: hibernation: Registered nosave memory: [mem 0x79fff000-0xffffffff]
[ 0.027851] [mem 0x80000000-0xfedfffff] available for PCI devices
[ 0.027851] Booting paravirtualized kernel on bare hardware
[ 0.027854] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.032417] setup_percpu: NR_CPUS:64 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.032702] percpu: Embedded 54 pages/cpu s180824 r8192 d32168 u262144
[ 0.032706] pcpu-alloc: s180824 r8192 d32168 u262144 alloc=1*2097152
[ 0.032708] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.032711] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 0.032721] Kernel command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\initrd dyndbg="file drivers/pci/* +p" root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
[ 0.033269] Dynamic Preempt: full
[ 0.033286] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.034390] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.034931] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.035054] software IO TLB: area num 32.
[ 0.039157] Fallback order for Node 0: 0
[ 0.039163] Built 1 zonelists, mobility grouping on. Total pages: 8157659
[ 0.039164] Policy zone: Normal
[ 0.039166] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.058999] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.059125] rcu: Preemptible hierarchical RCU implementation.
[ 0.059125] rcu: RCU event tracing is enabled.
[ 0.059126] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=24.
[ 0.059128] Trampoline variant of Tasks RCU enabled.
[ 0.059128] Tracing variant of Tasks RCU enabled.
[ 0.059129] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.059129] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.059140] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.059142] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.059959] NR_IRQS: 4352, nr_irqs: 1160, preallocated irqs: 16
[ 0.060146] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.060221] Console: colour dummy device 80x25
[ 0.060223] printk: legacy console [tty0] enabled
[ 0.060250] ACPI: Core revision 20250807
[ 0.060481] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.060500] APIC: Switch to symmetric I/O mode setup
[ 0.061181] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065503] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d31a77fd, max_idle_ns: 881590480705 ns
[ 0.065506] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.63 BogoMIPS (lpj=1996319)
[ 0.065522] RDSEED32 is broken. Disabling the corresponding CPUID bit.
[ 0.065529] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.065563] LVT offset 1 assigned for vector 0xf9
[ 0.065723] LVT offset 2 assigned for vector 0xf4
[ 0.065804] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[ 0.065805] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[ 0.065806] process: using mwait in idle threads
[ 0.065808] mitigations: Enabled attack vectors: user_kernel, user_user, SMT mitigations: auto
[ 0.065810] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.065811] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.065812] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.065813] Speculative Return Stack Overflow: Vulnerable: Microcode, no safe RET
[ 0.065813] VMSCAPE: Vulnerable
[ 0.065814] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.065815] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.065822] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.065824] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.065824] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.065824] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.065825] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.065825] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.065826] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.065826] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.065827] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.065827] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.065828] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.065829] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.065829] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.065830] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.065830] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.065831] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 0.065831] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 0.084236] Freeing SMP alternatives memory: 52K
[ 0.084238] pid_max: default: 32768 minimum: 301
[ 0.084257] LSM: initializing lsm=capability,landlock,selinux
[ 0.084299] landlock: Up and running.
[ 0.084299] SELinux: Initializing.
[ 0.084417] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.084435] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.187138] smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
[ 0.187224] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 0.187255] ... version: 2
[ 0.187255] ... bit width: 48
[ 0.187256] ... generic counters: 6
[ 0.187256] ... generic bitmap: 000000000000003f
[ 0.187257] ... fixed-purpose counters: 0
[ 0.187257] ... fixed-purpose bitmap: 0000000000000000
[ 0.187257] ... value mask: 0000ffffffffffff
[ 0.187258] ... max period: 00007fffffffffff
[ 0.187258] ... global_ctrl mask: 000000000000003f
[ 0.187369] signal: max sigframe size: 3376
[ 0.187391] rcu: Hierarchical SRCU implementation.
[ 0.187391] rcu: Max phase no-delay instances is 400.
[ 0.187409] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.187505] smp: Bringing up secondary CPUs ...
[ 0.187505] smpboot: x86: Booting SMP configuration:
[ 0.187505] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.191595] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.192541] smp: Brought up 1 node, 24 CPUs
[ 0.192541] smpboot: Total of 24 processors activated (95823.31 BogoMIPS)
[ 0.194583] Memory: 31799884K/32630636K available (18465K kernel code, 2595K rwdata, 7556K rodata, 2808K init, 1516K bss, 819876K reserved, 0K cma-reserved)
[ 0.194759] devtmpfs: initialized
[ 0.194943] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[ 0.194943] ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
[ 0.195649] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.195649] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.195649] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 0.195649] pinctrl core: initialized pinctrl subsystem
[ 0.195649] PM: RTC time: 18:51:52, date: 2026-04-03
[ 0.195690] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.195751] audit: initializing netlink subsys (disabled)
[ 0.195754] audit: type=2000 audit(1775242311.000:1): state=initialized audit_enabled=0 res=1
[ 0.195754] thermal_sys: Registered thermal governor 'step_wise'
[ 0.195754] cpuidle: using governor menu
[ 0.195754] Detected 1 PCC Subspaces
[ 0.195754] Registering PCC driver as Mailbox controller
[ 0.197675] efi: Freeing EFI boot services memory: 92288K
[ 0.197726] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.197733] PCI: Using configuration type 1 for base access
[ 0.197799] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.197809] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.197809] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.197952] ACPI: Added _OSI(Module Device)
[ 0.197953] ACPI: Added _OSI(Processor Device)
[ 0.197954] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.209183] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._S0W], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.209189] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.209190] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.209197] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR0], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.209199] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.209201] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR3], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.209203] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.209947] ACPI: 32 ACPI AML tables successfully acquired and loaded
[ 0.210621] ACPI: EC: EC started
[ 0.210622] ACPI: EC: interrupt blocked
[ 0.210836] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.210837] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.210910] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.216766] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.216767] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.217130] ACPI: Interpreter enabled
[ 0.217141] ACPI: PM: (supports S0 S4 S5)
[ 0.217142] ACPI: Using IOAPIC for interrupt routing
[ 0.217282] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.217282] PCI: Ignoring E820 reservations for host bridge windows
[ 0.217654] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.219016] ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
[ 0.219575] ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
[ 0.220132] ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
[ 0.220698] ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
[ 0.220850] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 0.221111] ACPI: \_SB_.PCI0.GPP4.RPR2: New power resource
[ 0.221296] ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
[ 0.221387] ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
[ 0.221732] ACPI: \_SB_.PCI0.GPP9.M237: New power resource
[ 0.242768] ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
[ 0.242885] ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
[ 0.243045] ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
[ 0.243291] ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
[ 0.243470] ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
[ 0.243673] ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
[ 0.244118] ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
[ 0.244441] ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT5.BTPR: New power resource
[ 0.244719] ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
[ 0.245127] ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
[ 0.245537] ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
[ 0.245906] ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
[ 0.248666] ACPI: \_SB_.PRWL: New power resource
[ 0.249189] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.249194] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.249236] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.249310] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.249534] PCI host bridge to bus 0000:00
[ 0.249536] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.249537] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.249538] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.249538] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.249539] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.249540] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.249540] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[ 0.249541] pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
[ 0.249542] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.249545] pci_bus 0000:00: scanning bus
[ 0.249561] pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
[ 0.249638] pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
[ 0.249718] pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.249777] pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
[ 0.249855] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.249861] pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
[ 0.249863] pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.249882] pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.249891] pci 0000:00:01.1: enabling Extended Tags
[ 0.250063] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.250072] pci 0000:00:01.1: PME# disabled
[ 0.250073] pci 0000:00:01.1: power state changed by ACPI to D0
[ 0.250623] pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
[ 0.250679] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.250683] pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
[ 0.250685] pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.250705] pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.250714] pci 0000:00:01.2: enabling Extended Tags
[ 0.250878] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.250886] pci 0000:00:01.2: PME# disabled
[ 0.250886] pci 0000:00:01.2: power state changed by ACPI to D0
[ 0.251417] pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.251468] pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251484] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.251490] pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
[ 0.251503] pci 0000:00:02.1: enabling Extended Tags
[ 0.251561] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.251563] pci 0000:00:02.1: PME# disabled
[ 0.251564] pci 0000:00:02.1: power state changed by ACPI to D0
[ 0.251565] pci 0000:00:02.1: ACPI _REG connect evaluation failed (5)
[ 0.251638] pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251654] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.251659] pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
[ 0.251728] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.251730] pci 0000:00:02.2: PME# disabled
[ 0.251730] pci 0000:00:02.2: power state changed by ACPI to D0
[ 0.251731] pci 0000:00:02.2: ACPI _REG connect evaluation failed (5)
[ 0.251800] pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251816] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.251821] pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
[ 0.251889] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[ 0.251891] pci 0000:00:02.3: PME# disabled
[ 0.251891] pci 0000:00:02.3: power state changed by ACPI to D0
[ 0.251892] pci 0000:00:02.3: ACPI _REG connect evaluation failed (5)
[ 0.251963] pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.252010] pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.252022] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.252024] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.252026] pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.252031] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.252075] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.252076] pci 0000:00:03.1: PME# disabled
[ 0.252077] pci 0000:00:03.1: power state changed by ACPI to D0
[ 0.252078] pci 0000:00:03.1: ACPI _REG connect evaluation failed (5)
[ 0.252236] pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.252286] pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252299] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.252302] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.252303] pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
[ 0.252307] pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.252313] pci 0000:00:08.1: enabling Extended Tags
[ 0.252347] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.252348] pci 0000:00:08.1: PME# disabled
[ 0.252349] pci 0000:00:08.1: power state changed by ACPI to D0
[ 0.252465] pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252485] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.252489] pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
[ 0.252494] pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.252499] pci 0000:00:08.2: enabling Extended Tags
[ 0.252534] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.252535] pci 0000:00:08.2: PME# disabled
[ 0.252582] pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252595] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.252598] pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
[ 0.252607] pci 0000:00:08.3: enabling Extended Tags
[ 0.252642] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.252643] pci 0000:00:08.3: PME# disabled
[ 0.252764] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.252844] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.252932] pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
[ 0.252953] pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
[ 0.252975] pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
[ 0.252996] pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
[ 0.253017] pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
[ 0.253039] pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
[ 0.253060] pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
[ 0.253081] pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
[ 0.253122] pci_bus 0000:00: fixups for bus
[ 0.253124] pci 0000:00:01.1: scanning [bus 01-60] behind bridge, pass 0
[ 0.253154] pci_bus 0000:01: scanning bus
[ 0.253160] pci_bus 0000:01: fixups for bus
[ 0.253161] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.253169] pci_bus 0000:01: [bus 01-60] extended by 0x5f
[ 0.253170] pci_bus 0000:01: bus scan returning with max=60
[ 0.253178] pci 0000:00:01.2: scanning [bus 61-c0] behind bridge, pass 0
[ 0.253224] pci_bus 0000:61: scanning bus
[ 0.253231] pci_bus 0000:61: fixups for bus
[ 0.253231] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.253239] pci_bus 0000:61: [bus 61-c0] extended by 0x5f
[ 0.253240] pci_bus 0000:61: bus scan returning with max=c0
[ 0.253248] pci 0000:00:02.1: scanning [bus c1-c1] behind bridge, pass 0
[ 0.253268] pci_bus 0000:c1: scanning bus
[ 0.253324] pci 0000:c1:00.0: [15b7:5015] type 00 class 0x010802 PCIe Endpoint
[ 0.253358] pci 0000:c1:00.0: BAR 0 [mem 0xde300000-0xde303fff 64bit]
[ 0.253428] pci 0000:c1:00.0: power state changed by ACPI to D0
[ 0.253428] pci 0000:c1:00.0: ACPI _REG connect evaluation failed (5)
[ 0.253525] pci_bus 0000:c1: fixups for bus
[ 0.253526] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.253533] pci_bus 0000:c1: bus scan returning with max=c1
[ 0.253535] pci 0000:00:02.2: scanning [bus c2-c2] behind bridge, pass 0
[ 0.253556] pci_bus 0000:c2: scanning bus
[ 0.253695] pci 0000:c2:00.0: [17a0:9755] type 00 class 0x080501 PCIe Endpoint
[ 0.253766] pci 0000:c2:00.0: BAR 0 [mem 0xde200000-0xde200fff]
[ 0.253899] pci 0000:c2:00.0: supports D1 D2
[ 0.253899] pci 0000:c2:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.253904] pci 0000:c2:00.0: PME# disabled
[ 0.253905] pci 0000:c2:00.0: power state changed by ACPI to D0
[ 0.253906] pci 0000:c2:00.0: ACPI _REG connect evaluation failed (5)
[ 0.254260] pci_bus 0000:c2: fixups for bus
[ 0.254261] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.254268] pci_bus 0000:c2: bus scan returning with max=c2
[ 0.254270] pci 0000:00:02.3: scanning [bus c3-c3] behind bridge, pass 0
[ 0.254291] pci_bus 0000:c3: scanning bus
[ 0.254314] pci 0000:c3:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
[ 0.254362] pci 0000:c3:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
[ 0.254365] pci 0000:c3:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
[ 0.254448] pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
[ 0.254451] pci 0000:c3:00.0: PME# disabled
[ 0.254649] pci_bus 0000:c3: fixups for bus
[ 0.254649] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.254656] pci_bus 0000:c3: bus scan returning with max=c3
[ 0.254659] pci 0000:00:03.1: scanning [bus c4-c4] behind bridge, pass 0
[ 0.254675] pci_bus 0000:c4: scanning bus
[ 0.254691] pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.254715] pci 0000:c4:00.0: BAR 0 [mem 0xdc000000-0xdcffffff]
[ 0.254717] pci 0000:c4:00.0: BAR 1 [mem 0x7800000000-0x79ffffffff 64bit pref]
[ 0.254719] pci 0000:c4:00.0: BAR 3 [mem 0x7a00000000-0x7a01ffffff 64bit pref]
[ 0.254720] pci 0000:c4:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.254721] pci 0000:c4:00.0: ROM [mem 0xdd000000-0xdd07ffff pref]
[ 0.254775] pci 0000:c4:00.0: PME# supported from D0 D3hot
[ 0.254777] pci 0000:c4:00.0: PME# disabled
[ 0.255124] pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 0.255148] pci 0000:c4:00.1: BAR 0 [mem 0xdd080000-0xdd083fff]
[ 0.255233] pci_bus 0000:c4: fixups for bus
[ 0.255233] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.255239] pci_bus 0000:c4: bus scan returning with max=c4
[ 0.255245] pci 0000:00:08.1: scanning [bus c5-c5] behind bridge, pass 0
[ 0.255259] pci_bus 0000:c5: scanning bus
[ 0.255280] pci 0000:c5:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
[ 0.255309] pci 0000:c5:00.0: BAR 0 [mem 0x7a10000000-0x7a1fffffff 64bit pref]
[ 0.255311] pci 0000:c5:00.0: BAR 2 [mem 0xdd200000-0xdd3fffff 64bit pref]
[ 0.255312] pci 0000:c5:00.0: BAR 4 [io 0xe000-0xe0ff]
[ 0.255313] pci 0000:c5:00.0: BAR 5 [mem 0xdd700000-0xdd77ffff]
[ 0.255318] pci 0000:c5:00.0: enabling Extended Tags
[ 0.255375] pci 0000:c5:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.255376] pci 0000:c5:00.0: PME# disabled
[ 0.255377] pci 0000:c5:00.0: power state changed by ACPI to D0
[ 0.255506] pci 0000:c5:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[ 0.255529] pci 0000:c5:00.1: BAR 0 [mem 0xdd7c8000-0xdd7cbfff]
[ 0.255536] pci 0000:c5:00.1: enabling Extended Tags
[ 0.255571] pci 0000:c5:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.255573] pci 0000:c5:00.1: PME# disabled
[ 0.255574] pci 0000:c5:00.1: power state changed by ACPI to D0
[ 0.255676] pci 0000:c5:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
[ 0.255700] pci 0000:c5:00.2: BAR 2 [mem 0xdd600000-0xdd6fffff]
[ 0.255702] pci 0000:c5:00.2: BAR 5 [mem 0xdd7ce000-0xdd7cffff]
[ 0.255707] pci 0000:c5:00.2: enabling Extended Tags
[ 0.255792] pci 0000:c5:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
[ 0.255816] pci 0000:c5:00.4: BAR 0 [mem 0xdd500000-0xdd5fffff 64bit]
[ 0.255823] pci 0000:c5:00.4: enabling Extended Tags
[ 0.255861] pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
[ 0.255862] pci 0000:c5:00.4: PME# disabled
[ 0.255863] pci 0000:c5:00.4: power state changed by ACPI to D0
[ 0.256044] pci 0000:c5:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 0.256067] pci 0000:c5:00.5: BAR 0 [mem 0xdd780000-0xdd7bffff]
[ 0.256069] pci 0000:c5:00.5: BAR 2 [mem 0x7a20000000-0x7a207fffff 64bit pref]
[ 0.256075] pci 0000:c5:00.5: enabling Extended Tags
[ 0.256110] pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
[ 0.256112] pci 0000:c5:00.5: PME# disabled
[ 0.256112] pci 0000:c5:00.5: power state changed by ACPI to D0
[ 0.256215] pci 0000:c5:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.256238] pci 0000:c5:00.6: BAR 0 [mem 0xdd7c0000-0xdd7c7fff]
[ 0.256245] pci 0000:c5:00.6: enabling Extended Tags
[ 0.256280] pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
[ 0.256282] pci 0000:c5:00.6: PME# disabled
[ 0.256283] pci 0000:c5:00.6: power state changed by ACPI to D0
[ 0.256381] pci 0000:c5:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
[ 0.256405] pci 0000:c5:00.7: BAR 2 [mem 0xdd400000-0xdd4fffff]
[ 0.256408] pci 0000:c5:00.7: BAR 5 [mem 0xdd7cc000-0xdd7cdfff]
[ 0.256413] pci 0000:c5:00.7: enabling Extended Tags
[ 0.256509] pci_bus 0000:c5: fixups for bus
[ 0.256510] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.256515] pci_bus 0000:c5: bus scan returning with max=c5
[ 0.256517] pci 0000:00:08.2: scanning [bus c6-c6] behind bridge, pass 0
[ 0.256531] pci_bus 0000:c6: scanning bus
[ 0.256549] pci 0000:c6:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
[ 0.256579] pci 0000:c6:00.0: enabling Extended Tags
[ 0.256676] pci 0000:c6:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
[ 0.256703] pci 0000:c6:00.1: BAR 0 [mem 0xde000000-0xde0fffff]
[ 0.256704] pci 0000:c6:00.1: BAR 1 [mem 0xde100000-0xde101fff]
[ 0.256706] pci 0000:c6:00.1: BAR 2 [mem 0x7a20900000-0x7a2097ffff 64bit pref]
[ 0.256707] pci 0000:c6:00.1: BAR 4 [mem 0xde103000-0xde103fff]
[ 0.256708] pci 0000:c6:00.1: BAR 5 [mem 0xde102000-0xde102fff]
[ 0.256713] pci 0000:c6:00.1: enabling Extended Tags
[ 0.256803] pci_bus 0000:c6: fixups for bus
[ 0.256803] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.256808] pci_bus 0000:c6: bus scan returning with max=c6
[ 0.256810] pci 0000:00:08.3: scanning [bus c7-c7] behind bridge, pass 0
[ 0.256824] pci_bus 0000:c7: scanning bus
[ 0.256835] pci 0000:c7:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
[ 0.256860] pci 0000:c7:00.0: BAR 0 [mem 0xdde00000-0xddefffff 64bit]
[ 0.256867] pci 0000:c7:00.0: enabling Extended Tags
[ 0.256914] pci 0000:c7:00.0: PME# supported from D0 D3hot D3cold
[ 0.256915] pci 0000:c7:00.0: PME# disabled
[ 0.256916] pci 0000:c7:00.0: power state changed by ACPI to D0
[ 0.257109] pci 0000:c7:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
[ 0.257133] pci 0000:c7:00.3: BAR 0 [mem 0xddd00000-0xdddfffff 64bit]
[ 0.257140] pci 0000:c7:00.3: enabling Extended Tags
[ 0.257177] pci 0000:c7:00.3: PME# supported from D0 D3hot D3cold
[ 0.257179] pci 0000:c7:00.3: PME# disabled
[ 0.257180] pci 0000:c7:00.3: power state changed by ACPI to D0
[ 0.257355] pci 0000:c7:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
[ 0.257380] pci 0000:c7:00.4: BAR 0 [mem 0xddc00000-0xddcfffff 64bit]
[ 0.257387] pci 0000:c7:00.4: enabling Extended Tags
[ 0.257424] pci 0000:c7:00.4: PME# supported from D0 D3hot D3cold
[ 0.257426] pci 0000:c7:00.4: PME# disabled
[ 0.257426] pci 0000:c7:00.4: power state changed by ACPI to D0
[ 0.257603] pci 0000:c7:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
[ 0.257631] pci 0000:c7:00.5: BAR 0 [mem 0xddf80000-0xddffffff 64bit]
[ 0.257638] pci 0000:c7:00.5: enabling Extended Tags
[ 0.257675] pci 0000:c7:00.5: PME# supported from D0 D3hot D3cold
[ 0.257677] pci 0000:c7:00.5: PME# disabled
[ 0.257678] pci 0000:c7:00.5: power state changed by ACPI to D0
[ 0.257853] pci 0000:c7:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
[ 0.257881] pci 0000:c7:00.6: BAR 0 [mem 0xddf00000-0xddf7ffff 64bit]
[ 0.257888] pci 0000:c7:00.6: enabling Extended Tags
[ 0.257925] pci 0000:c7:00.6: PME# supported from D0 D3hot D3cold
[ 0.257927] pci 0000:c7:00.6: PME# disabled
[ 0.257928] pci 0000:c7:00.6: power state changed by ACPI to D0
[ 0.258110] pci_bus 0000:c7: fixups for bus
[ 0.258111] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.258116] pci_bus 0000:c7: bus scan returning with max=c7
[ 0.258118] pci 0000:00:01.1: scanning [bus 01-60] behind bridge, pass 1
[ 0.258128] pci 0000:00:01.2: scanning [bus 61-c0] behind bridge, pass 1
[ 0.258154] pci 0000:00:02.1: scanning [bus c1-c1] behind bridge, pass 1
[ 0.258158] pci 0000:00:02.2: scanning [bus c2-c2] behind bridge, pass 1
[ 0.258161] pci 0000:00:02.3: scanning [bus c3-c3] behind bridge, pass 1
[ 0.258165] pci 0000:00:03.1: scanning [bus c4-c4] behind bridge, pass 1
[ 0.258168] pci 0000:00:08.1: scanning [bus c5-c5] behind bridge, pass 1
[ 0.258170] pci 0000:00:08.2: scanning [bus c6-c6] behind bridge, pass 1
[ 0.258173] pci 0000:00:08.3: scanning [bus c7-c7] behind bridge, pass 1
[ 0.258175] pci_bus 0000:00: bus scan returning with max=c7
[ 0.258182] pci 0000:00:00.0: save config 0x00: 0x15071022
[ 0.258183] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 0.258184] pci 0000:00:00.0: save config 0x08: 0x06000000
[ 0.258185] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 0.258186] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 0.258187] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 0.258188] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 0.258189] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 0.258190] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 0.258190] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 0.258191] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 0.258192] pci 0000:00:00.0: save config 0x2c: 0x15071022
[ 0.258193] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 0.258194] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 0.258194] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 0.258195] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 0.258199] pci 0000:00:00.2: save config 0x00: 0x15081022
[ 0.258200] pci 0000:00:00.2: save config 0x04: 0x00100004
[ 0.258201] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 0.258202] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 0.258203] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 0.258204] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 0.258205] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 0.258205] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 0.258206] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 0.258207] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 0.258208] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 0.258209] pci 0000:00:00.2: save config 0x2c: 0x15081022
[ 0.258210] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 0.258211] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 0.258212] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 0.258213] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 0.258216] pci 0000:00:01.0: save config 0x00: 0x15091022
[ 0.258217] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 0.258218] pci 0000:00:01.0: save config 0x08: 0x06000000
[ 0.258219] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 0.258220] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 0.258221] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 0.258221] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 0.258222] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 0.258223] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 0.258224] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 0.258225] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 0.258225] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 0.258226] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 0.258227] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 0.258228] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 0.258229] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 0.258232] pci 0000:00:01.1: save config 0x00: 0x150a1022
[ 0.258233] pci 0000:00:01.1: save config 0x04: 0x00100007
[ 0.258234] pci 0000:00:01.1: save config 0x08: 0x06040000
[ 0.258235] pci 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.258236] pci 0000:00:01.1: save config 0x10: 0x00000000
[ 0.258237] pci 0000:00:01.1: save config 0x14: 0x00000000
[ 0.258238] pci 0000:00:01.1: save config 0x18: 0x00600100
[ 0.258240] pci 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 0.258241] pci 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 0.258242] pci 0000:00:01.1: save config 0x24: 0xfff10001
[ 0.258243] pci 0000:00:01.1: save config 0x28: 0x00000058
[ 0.258244] pci 0000:00:01.1: save config 0x2c: 0x00000077
[ 0.258245] pci 0000:00:01.1: save config 0x30: 0x00000000
[ 0.258247] pci 0000:00:01.1: save config 0x34: 0x00000050
[ 0.258248] pci 0000:00:01.1: save config 0x38: 0x00000000
[ 0.258249] pci 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.258276] pci 0000:00:01.2: save config 0x00: 0x150a1022
[ 0.258277] pci 0000:00:01.2: save config 0x04: 0x00100007
[ 0.258278] pci 0000:00:01.2: save config 0x08: 0x06040000
[ 0.258280] pci 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.258281] pci 0000:00:01.2: save config 0x10: 0x00000000
[ 0.258282] pci 0000:00:01.2: save config 0x14: 0x00000000
[ 0.258283] pci 0000:00:01.2: save config 0x18: 0x00c06100
[ 0.258284] pci 0000:00:01.2: save config 0x1c: 0x00009161
[ 0.258285] pci 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 0.258286] pci 0000:00:01.2: save config 0x24: 0xfff10001
[ 0.258288] pci 0000:00:01.2: save config 0x28: 0x00000038
[ 0.258289] pci 0000:00:01.2: save config 0x2c: 0x00000057
[ 0.258290] pci 0000:00:01.2: save config 0x30: 0x00000000
[ 0.258291] pci 0000:00:01.2: save config 0x34: 0x00000050
[ 0.258292] pci 0000:00:01.2: save config 0x38: 0x00000000
[ 0.258293] pci 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.258320] pci 0000:00:02.0: save config 0x00: 0x15091022
[ 0.258321] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 0.258322] pci 0000:00:02.0: save config 0x08: 0x06000000
[ 0.258323] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 0.258323] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 0.258324] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 0.258325] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 0.258326] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 0.258327] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 0.258328] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 0.258328] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 0.258329] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 0.258330] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 0.258331] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 0.258332] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 0.258332] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 0.258335] pci 0000:00:02.1: save config 0x00: 0x150b1022
[ 0.258336] pci 0000:00:02.1: save config 0x04: 0x00100007
[ 0.258337] pci 0000:00:02.1: save config 0x08: 0x06040000
[ 0.258338] pci 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.258339] pci 0000:00:02.1: save config 0x10: 0x00000000
[ 0.258340] pci 0000:00:02.1: save config 0x14: 0x00000000
[ 0.258341] pci 0000:00:02.1: save config 0x18: 0x00c1c100
[ 0.258342] pci 0000:00:02.1: save config 0x1c: 0x000001f1
[ 0.258343] pci 0000:00:02.1: save config 0x20: 0xde30de30
[ 0.258344] pci 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.258346] pci 0000:00:02.1: save config 0x28: 0x00000000
[ 0.258347] pci 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.258348] pci 0000:00:02.1: save config 0x30: 0x000000ff
[ 0.258349] pci 0000:00:02.1: save config 0x34: 0x00000050
[ 0.258350] pci 0000:00:02.1: save config 0x38: 0x00000000
[ 0.258351] pci 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.258378] pci 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.258380] pci 0000:00:02.2: save config 0x04: 0x00100007
[ 0.258381] pci 0000:00:02.2: save config 0x08: 0x06040000
[ 0.258382] pci 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.258383] pci 0000:00:02.2: save config 0x10: 0x00000000
[ 0.258384] pci 0000:00:02.2: save config 0x14: 0x00000000
[ 0.258385] pci 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.258386] pci 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.258387] pci 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.258388] pci 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.258389] pci 0000:00:02.2: save config 0x28: 0x00000000
[ 0.258390] pci 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.258391] pci 0000:00:02.2: save config 0x30: 0x000000ff
[ 0.258392] pci 0000:00:02.2: save config 0x34: 0x00000050
[ 0.258393] pci 0000:00:02.2: save config 0x38: 0x00000000
[ 0.258394] pci 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.258422] pci 0000:00:02.3: save config 0x00: 0x150b1022
[ 0.258423] pci 0000:00:02.3: save config 0x04: 0x00100007
[ 0.258424] pci 0000:00:02.3: save config 0x08: 0x06040000
[ 0.258425] pci 0000:00:02.3: save config 0x0c: 0x00810010
[ 0.258426] pci 0000:00:02.3: save config 0x10: 0x00000000
[ 0.258427] pci 0000:00:02.3: save config 0x14: 0x00000000
[ 0.258428] pci 0000:00:02.3: save config 0x18: 0x00c3c300
[ 0.258429] pci 0000:00:02.3: save config 0x1c: 0x000001f1
[ 0.258431] pci 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 0.258432] pci 0000:00:02.3: save config 0x24: 0x0001fff1
[ 0.258433] pci 0000:00:02.3: save config 0x28: 0x00000000
[ 0.258434] pci 0000:00:02.3: save config 0x2c: 0x00000000
[ 0.258435] pci 0000:00:02.3: save config 0x30: 0x000000ff
[ 0.258436] pci 0000:00:02.3: save config 0x34: 0x00000050
[ 0.258437] pci 0000:00:02.3: save config 0x38: 0x00000000
[ 0.258438] pci 0000:00:02.3: save config 0x3c: 0x001200ff
[ 0.258465] pci 0000:00:03.0: save config 0x00: 0x15091022
[ 0.258466] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 0.258467] pci 0000:00:03.0: save config 0x08: 0x06000000
[ 0.258468] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 0.258469] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 0.258470] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 0.258470] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 0.258471] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 0.258472] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 0.258473] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 0.258474] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 0.258474] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 0.258475] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 0.258476] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 0.258477] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 0.258478] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 0.258480] pci 0000:00:03.1: save config 0x00: 0x150b1022
[ 0.258481] pci 0000:00:03.1: save config 0x04: 0x00100007
[ 0.258482] pci 0000:00:03.1: save config 0x08: 0x06040000
[ 0.258483] pci 0000:00:03.1: save config 0x0c: 0x00810010
[ 0.258483] pci 0000:00:03.1: save config 0x10: 0x00000000
[ 0.258484] pci 0000:00:03.1: save config 0x14: 0x00000000
[ 0.258485] pci 0000:00:03.1: save config 0x18: 0x00c4c400
[ 0.258486] pci 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 0.258487] pci 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 0.258488] pci 0000:00:03.1: save config 0x24: 0x01f10001
[ 0.258489] pci 0000:00:03.1: save config 0x28: 0x00000078
[ 0.258489] pci 0000:00:03.1: save config 0x2c: 0x0000007a
[ 0.258490] pci 0000:00:03.1: save config 0x30: 0x00000000
[ 0.258491] pci 0000:00:03.1: save config 0x34: 0x00000050
[ 0.258492] pci 0000:00:03.1: save config 0x38: 0x00000000
[ 0.258493] pci 0000:00:03.1: save config 0x3c: 0x001200ff
[ 0.258515] pci 0000:00:08.0: save config 0x00: 0x15091022
[ 0.258516] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 0.258517] pci 0000:00:08.0: save config 0x08: 0x06000000
[ 0.258517] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 0.258518] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 0.258519] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 0.258520] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 0.258521] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 0.258522] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 0.258522] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 0.258523] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 0.258524] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 0.258525] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 0.258525] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 0.258526] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 0.258527] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 0.258534] pci 0000:00:08.1: save config 0x00: 0x150c1022
[ 0.258535] pci 0000:00:08.1: save config 0x04: 0x00100007
[ 0.258536] pci 0000:00:08.1: save config 0x08: 0x06040000
[ 0.258537] pci 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.258537] pci 0000:00:08.1: save config 0x10: 0x00000000
[ 0.258538] pci 0000:00:08.1: save config 0x14: 0x00000000
[ 0.258539] pci 0000:00:08.1: save config 0x18: 0x00c5c500
[ 0.258540] pci 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.258541] pci 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 0.258542] pci 0000:00:08.1: save config 0x24: 0x20711001
[ 0.258542] pci 0000:00:08.1: save config 0x28: 0x0000007a
[ 0.258543] pci 0000:00:08.1: save config 0x2c: 0x0000007a
[ 0.258544] pci 0000:00:08.1: save config 0x30: 0x00000000
[ 0.258545] pci 0000:00:08.1: save config 0x34: 0x00000050
[ 0.258546] pci 0000:00:08.1: save config 0x38: 0x00000000
[ 0.258547] pci 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.258562] pci 0000:00:08.2: save config 0x00: 0x150c1022
[ 0.258562] pci 0000:00:08.2: save config 0x04: 0x00100007
[ 0.258563] pci 0000:00:08.2: save config 0x08: 0x06040000
[ 0.258564] pci 0000:00:08.2: save config 0x0c: 0x00810010
[ 0.258565] pci 0000:00:08.2: save config 0x10: 0x00000000
[ 0.258566] pci 0000:00:08.2: save config 0x14: 0x00000000
[ 0.258567] pci 0000:00:08.2: save config 0x18: 0x00c6c600
[ 0.258568] pci 0000:00:08.2: save config 0x1c: 0x000001f1
[ 0.258568] pci 0000:00:08.2: save config 0x20: 0xde10de00
[ 0.258569] pci 0000:00:08.2: save config 0x24: 0x20912091
[ 0.258570] pci 0000:00:08.2: save config 0x28: 0x0000007a
[ 0.258571] pci 0000:00:08.2: save config 0x2c: 0x0000007a
[ 0.258572] pci 0000:00:08.2: save config 0x30: 0x000000ff
[ 0.258573] pci 0000:00:08.2: save config 0x34: 0x00000050
[ 0.258573] pci 0000:00:08.2: save config 0x38: 0x00000000
[ 0.258574] pci 0000:00:08.2: save config 0x3c: 0x001201ff
[ 0.258589] pci 0000:00:08.3: save config 0x00: 0x150c1022
[ 0.258590] pci 0000:00:08.3: save config 0x04: 0x00100007
[ 0.258591] pci 0000:00:08.3: save config 0x08: 0x06040000
[ 0.258592] pci 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.258593] pci 0000:00:08.3: save config 0x10: 0x00000000
[ 0.258594] pci 0000:00:08.3: save config 0x14: 0x00000000
[ 0.258595] pci 0000:00:08.3: save config 0x18: 0x00c7c700
[ 0.258595] pci 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.258596] pci 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 0.258597] pci 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.258598] pci 0000:00:08.3: save config 0x28: 0x00000000
[ 0.258599] pci 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.258600] pci 0000:00:08.3: save config 0x30: 0x000000ff
[ 0.258600] pci 0000:00:08.3: save config 0x34: 0x00000050
[ 0.258601] pci 0000:00:08.3: save config 0x38: 0x00000000
[ 0.258602] pci 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.258627] pci 0000:00:14.0: save config 0x00: 0x790b1022
[ 0.258628] pci 0000:00:14.0: save config 0x04: 0x02200403
[ 0.258630] pci 0000:00:14.0: save config 0x08: 0x0c050071
[ 0.258631] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 0.258632] pci 0000:00:14.0: save config 0x10: 0x00000000
[ 0.258634] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 0.258635] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 0.258637] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 0.258638] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 0.258639] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 0.258641] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 0.258642] pci 0000:00:14.0: save config 0x2c: 0x1ed31043
[ 0.258643] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 0.258645] pci 0000:00:14.0: save config 0x34: 0x00000000
[ 0.258646] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 0.258648] pci 0000:00:14.0: save config 0x3c: 0x00000000
[ 0.258650] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 0.258652] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 0.258653] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 0.258655] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 0.258656] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 0.258658] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 0.258659] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 0.258660] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 0.258662] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 0.258663] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 0.258665] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 0.258666] pci 0000:00:14.3: save config 0x2c: 0x1ed31043
[ 0.258668] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 0.258669] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 0.258670] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 0.258672] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 0.258673] pci 0000:00:18.0: save config 0x00: 0x16f81022
[ 0.258674] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 0.258675] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 0.258675] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 0.258676] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 0.258676] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 0.258677] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 0.258677] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 0.258678] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 0.258679] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 0.258679] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 0.258680] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 0.258680] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 0.258681] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 0.258681] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 0.258682] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 0.258683] pci 0000:00:18.1: save config 0x00: 0x16f91022
[ 0.258684] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 0.258684] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 0.258685] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 0.258685] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 0.258686] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 0.258686] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 0.258687] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 0.258688] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 0.258688] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 0.258689] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 0.258689] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 0.258690] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 0.258690] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 0.258691] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 0.258691] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 0.258692] pci 0000:00:18.2: save config 0x00: 0x16fa1022
[ 0.258693] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 0.258694] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 0.258694] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 0.258695] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 0.258695] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 0.258696] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 0.258696] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 0.258697] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 0.258697] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 0.258698] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 0.258699] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 0.258699] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 0.258700] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 0.258700] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 0.258701] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 0.258702] pci 0000:00:18.3: save config 0x00: 0x16fb1022
[ 0.258703] pci 0000:00:18.3: save config 0x04: 0x00000000
[ 0.258703] pci 0000:00:18.3: save config 0x08: 0x06000000
[ 0.258704] pci 0000:00:18.3: save config 0x0c: 0x00800000
[ 0.258704] pci 0000:00:18.3: save config 0x10: 0x00000000
[ 0.258705] pci 0000:00:18.3: save config 0x14: 0x00000000
[ 0.258705] pci 0000:00:18.3: save config 0x18: 0x00000000
[ 0.258706] pci 0000:00:18.3: save config 0x1c: 0x00000000
[ 0.258706] pci 0000:00:18.3: save config 0x20: 0x00000000
[ 0.258707] pci 0000:00:18.3: save config 0x24: 0x00000000
[ 0.258707] pci 0000:00:18.3: save config 0x28: 0x00000000
[ 0.258708] pci 0000:00:18.3: save config 0x2c: 0x00000000
[ 0.258709] pci 0000:00:18.3: save config 0x30: 0x00000000
[ 0.258709] pci 0000:00:18.3: save config 0x34: 0x00000000
[ 0.258710] pci 0000:00:18.3: save config 0x38: 0x00000000
[ 0.258710] pci 0000:00:18.3: save config 0x3c: 0x00000000
[ 0.258711] pci 0000:00:18.4: save config 0x00: 0x16fc1022
[ 0.258712] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 0.258712] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 0.258713] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 0.258714] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 0.258714] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 0.258715] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 0.258715] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 0.258716] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 0.258716] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 0.258717] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 0.258717] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 0.258718] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 0.258718] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 0.258719] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 0.258720] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 0.258721] pci 0000:00:18.5: save config 0x00: 0x16fd1022
[ 0.258721] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 0.258722] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 0.258722] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 0.258723] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 0.258723] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 0.258724] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 0.258725] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 0.258725] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 0.258726] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 0.258726] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 0.258727] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 0.258727] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 0.258728] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 0.258728] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 0.258729] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 0.258730] pci 0000:00:18.6: save config 0x00: 0x16fe1022
[ 0.258731] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 0.258731] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 0.258732] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 0.258732] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 0.258733] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 0.258733] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 0.258734] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 0.258735] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 0.258735] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 0.258736] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 0.258736] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 0.258737] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 0.258737] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 0.258738] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 0.258738] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 0.258740] pci 0000:00:18.7: save config 0x00: 0x16ff1022
[ 0.258740] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 0.258741] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 0.258741] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 0.258742] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 0.258742] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 0.258743] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 0.258744] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 0.258744] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 0.258745] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 0.258745] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 0.258746] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 0.258746] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 0.258747] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 0.258747] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 0.258748] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 0.258796] pci 0000:c1:00.0: save config 0x00: 0x501515b7
[ 0.258797] pci 0000:c1:00.0: save config 0x04: 0x00100007
[ 0.258798] pci 0000:c1:00.0: save config 0x08: 0x01080201
[ 0.258799] pci 0000:c1:00.0: save config 0x0c: 0x00000010
[ 0.258801] pci 0000:c1:00.0: save config 0x10: 0xde300004
[ 0.258802] pci 0000:c1:00.0: save config 0x14: 0x00000000
[ 0.258803] pci 0000:c1:00.0: save config 0x18: 0x00000000
[ 0.258804] pci 0000:c1:00.0: save config 0x1c: 0x00000000
[ 0.258805] pci 0000:c1:00.0: save config 0x20: 0x00000000
[ 0.258807] pci 0000:c1:00.0: save config 0x24: 0x00000000
[ 0.258808] pci 0000:c1:00.0: save config 0x28: 0x00000000
[ 0.258809] pci 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 0.258810] pci 0000:c1:00.0: save config 0x30: 0x00000000
[ 0.258811] pci 0000:c1:00.0: save config 0x34: 0x00000080
[ 0.258813] pci 0000:c1:00.0: save config 0x38: 0x00000000
[ 0.258814] pci 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 0.258950] pci 0000:c2:00.0: save config 0x00: 0x975517a0
[ 0.258953] pci 0000:c2:00.0: save config 0x04: 0x00100000
[ 0.258955] pci 0000:c2:00.0: save config 0x08: 0x08050101
[ 0.258957] pci 0000:c2:00.0: save config 0x0c: 0x00000010
[ 0.258960] pci 0000:c2:00.0: save config 0x10: 0xde200000
[ 0.258962] pci 0000:c2:00.0: save config 0x14: 0x00000000
[ 0.258965] pci 0000:c2:00.0: save config 0x18: 0x00000000
[ 0.258967] pci 0000:c2:00.0: save config 0x1c: 0x00000000
[ 0.258969] pci 0000:c2:00.0: save config 0x20: 0x00000000
[ 0.258971] pci 0000:c2:00.0: save config 0x24: 0x00000000
[ 0.258974] pci 0000:c2:00.0: save config 0x28: 0x00000000
[ 0.258976] pci 0000:c2:00.0: save config 0x2c: 0x202f1043
[ 0.258978] pci 0000:c2:00.0: save config 0x30: 0x00000000
[ 0.258981] pci 0000:c2:00.0: save config 0x34: 0x00000080
[ 0.258983] pci 0000:c2:00.0: save config 0x38: 0x00000000
[ 0.258985] pci 0000:c2:00.0: save config 0x3c: 0x000001ff
[ 0.259037] pci 0000:c3:00.0: save config 0x00: 0x792514c3
[ 0.259039] pci 0000:c3:00.0: save config 0x04: 0x00100000
[ 0.259041] pci 0000:c3:00.0: save config 0x08: 0x02800000
[ 0.259042] pci 0000:c3:00.0: save config 0x0c: 0x00000010
[ 0.259044] pci 0000:c3:00.0: save config 0x10: 0xdd800004
[ 0.259046] pci 0000:c3:00.0: save config 0x14: 0x00000000
[ 0.259047] pci 0000:c3:00.0: save config 0x18: 0xdda00004
[ 0.259049] pci 0000:c3:00.0: save config 0x1c: 0x00000000
[ 0.259051] pci 0000:c3:00.0: save config 0x20: 0x00000000
[ 0.259052] pci 0000:c3:00.0: save config 0x24: 0x00000000
[ 0.259054] pci 0000:c3:00.0: save config 0x28: 0x00000000
[ 0.259055] pci 0000:c3:00.0: save config 0x2c: 0xe10c105b
[ 0.259057] pci 0000:c3:00.0: save config 0x30: 0x00000000
[ 0.259059] pci 0000:c3:00.0: save config 0x34: 0x00000080
[ 0.259060] pci 0000:c3:00.0: save config 0x38: 0x00000000
[ 0.259062] pci 0000:c3:00.0: save config 0x3c: 0x000001ff
[ 0.259101] pci 0000:c4:00.0: save config 0x00: 0x28a110de
[ 0.259102] pci 0000:c4:00.0: save config 0x04: 0x00100000
[ 0.259103] pci 0000:c4:00.0: save config 0x08: 0x030000a1
[ 0.259104] pci 0000:c4:00.0: save config 0x0c: 0x00800010
[ 0.259106] pci 0000:c4:00.0: save config 0x10: 0xdc000000
[ 0.259107] pci 0000:c4:00.0: save config 0x14: 0x0000000c
[ 0.259108] pci 0000:c4:00.0: save config 0x18: 0x00000078
[ 0.259109] pci 0000:c4:00.0: save config 0x1c: 0x0000000c
[ 0.259110] pci 0000:c4:00.0: save config 0x20: 0x0000007a
[ 0.259111] pci 0000:c4:00.0: save config 0x24: 0x0000f001
[ 0.259112] pci 0000:c4:00.0: save config 0x28: 0x00000000
[ 0.259113] pci 0000:c4:00.0: save config 0x2c: 0x1ed31043
[ 0.259114] pci 0000:c4:00.0: save config 0x30: 0xdd000000
[ 0.259115] pci 0000:c4:00.0: save config 0x34: 0x00000060
[ 0.259116] pci 0000:c4:00.0: save config 0x38: 0x00000000
[ 0.259117] pci 0000:c4:00.0: save config 0x3c: 0x000001ff
[ 0.259145] pci 0000:c4:00.1: save config 0x00: 0x22be10de
[ 0.259146] pci 0000:c4:00.1: save config 0x04: 0x00100000
[ 0.259147] pci 0000:c4:00.1: save config 0x08: 0x040300a1
[ 0.259148] pci 0000:c4:00.1: save config 0x0c: 0x00800010
[ 0.259149] pci 0000:c4:00.1: save config 0x10: 0xdd080000
[ 0.259150] pci 0000:c4:00.1: save config 0x14: 0x00000000
[ 0.259151] pci 0000:c4:00.1: save config 0x18: 0x00000000
[ 0.259152] pci 0000:c4:00.1: save config 0x1c: 0x00000000
[ 0.259153] pci 0000:c4:00.1: save config 0x20: 0x00000000
[ 0.259154] pci 0000:c4:00.1: save config 0x24: 0x00000000
[ 0.259155] pci 0000:c4:00.1: save config 0x28: 0x00000000
[ 0.259156] pci 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 0.259157] pci 0000:c4:00.1: save config 0x30: 0x00000000
[ 0.259158] pci 0000:c4:00.1: save config 0x34: 0x00000060
[ 0.259159] pci 0000:c4:00.1: save config 0x38: 0x00000000
[ 0.259160] pci 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 0.259181] pci 0000:c5:00.0: save config 0x00: 0x150e1002
[ 0.259182] pci 0000:c5:00.0: save config 0x04: 0x00100006
[ 0.259183] pci 0000:c5:00.0: save config 0x08: 0x038000c1
[ 0.259184] pci 0000:c5:00.0: save config 0x0c: 0x00800010
[ 0.259185] pci 0000:c5:00.0: save config 0x10: 0x1000000c
[ 0.259186] pci 0000:c5:00.0: save config 0x14: 0x0000007a
[ 0.259187] pci 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 0.259188] pci 0000:c5:00.0: save config 0x1c: 0x00000000
[ 0.259189] pci 0000:c5:00.0: save config 0x20: 0x0000e001
[ 0.259190] pci 0000:c5:00.0: save config 0x24: 0xdd700000
[ 0.259191] pci 0000:c5:00.0: save config 0x28: 0x00000000
[ 0.259192] pci 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 0.259193] pci 0000:c5:00.0: save config 0x30: 0x00000000
[ 0.259194] pci 0000:c5:00.0: save config 0x34: 0x00000048
[ 0.259195] pci 0000:c5:00.0: save config 0x38: 0x00000000
[ 0.259196] pci 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 0.259220] pci 0000:c5:00.1: save config 0x00: 0x16401002
[ 0.259221] pci 0000:c5:00.1: save config 0x04: 0x00100000
[ 0.259222] pci 0000:c5:00.1: save config 0x08: 0x04030000
[ 0.259223] pci 0000:c5:00.1: save config 0x0c: 0x00800010
[ 0.259224] pci 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 0.259225] pci 0000:c5:00.1: save config 0x14: 0x00000000
[ 0.259226] pci 0000:c5:00.1: save config 0x18: 0x00000000
[ 0.259227] pci 0000:c5:00.1: save config 0x1c: 0x00000000
[ 0.259228] pci 0000:c5:00.1: save config 0x20: 0x00000000
[ 0.259230] pci 0000:c5:00.1: save config 0x24: 0x00000000
[ 0.259231] pci 0000:c5:00.1: save config 0x28: 0x00000000
[ 0.259231] pci 0000:c5:00.1: save config 0x2c: 0x16401002
[ 0.259232] pci 0000:c5:00.1: save config 0x30: 0x00000000
[ 0.259233] pci 0000:c5:00.1: save config 0x34: 0x00000048
[ 0.259234] pci 0000:c5:00.1: save config 0x38: 0x00000000
[ 0.259235] pci 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 0.259247] pci 0000:c5:00.2: save config 0x00: 0x17e01022
[ 0.259248] pci 0000:c5:00.2: save config 0x04: 0x00100000
[ 0.259249] pci 0000:c5:00.2: save config 0x08: 0x10800000
[ 0.259250] pci 0000:c5:00.2: save config 0x0c: 0x00800010
[ 0.259251] pci 0000:c5:00.2: save config 0x10: 0x00000000
[ 0.259252] pci 0000:c5:00.2: save config 0x14: 0x00000000
[ 0.259253] pci 0000:c5:00.2: save config 0x18: 0xdd600000
[ 0.259254] pci 0000:c5:00.2: save config 0x1c: 0x00000000
[ 0.259255] pci 0000:c5:00.2: save config 0x20: 0x00000000
[ 0.259256] pci 0000:c5:00.2: save config 0x24: 0xdd7ce000
[ 0.259257] pci 0000:c5:00.2: save config 0x28: 0x00000000
[ 0.259258] pci 0000:c5:00.2: save config 0x2c: 0x17e01022
[ 0.259259] pci 0000:c5:00.2: save config 0x30: 0x00000000
[ 0.259260] pci 0000:c5:00.2: save config 0x34: 0x00000048
[ 0.259261] pci 0000:c5:00.2: save config 0x38: 0x00000000
[ 0.259262] pci 0000:c5:00.2: save config 0x3c: 0x000003ff
[ 0.259274] pci 0000:c5:00.4: save config 0x00: 0x151e1022
[ 0.259275] pci 0000:c5:00.4: save config 0x04: 0x00100007
[ 0.259276] pci 0000:c5:00.4: save config 0x08: 0x0c033000
[ 0.259277] pci 0000:c5:00.4: save config 0x0c: 0x00800010
[ 0.259278] pci 0000:c5:00.4: save config 0x10: 0xdd500004
[ 0.259279] pci 0000:c5:00.4: save config 0x14: 0x00000000
[ 0.259280] pci 0000:c5:00.4: save config 0x18: 0x00000000
[ 0.259281] pci 0000:c5:00.4: save config 0x1c: 0x00000000
[ 0.259282] pci 0000:c5:00.4: save config 0x20: 0x00000000
[ 0.259283] pci 0000:c5:00.4: save config 0x24: 0x00000000
[ 0.259284] pci 0000:c5:00.4: save config 0x28: 0x00000000
[ 0.259285] pci 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 0.259286] pci 0000:c5:00.4: save config 0x30: 0x00000000
[ 0.259287] pci 0000:c5:00.4: save config 0x34: 0x00000048
[ 0.259288] pci 0000:c5:00.4: save config 0x38: 0x00000000
[ 0.259289] pci 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 0.259301] pci 0000:c5:00.5: save config 0x00: 0x15e21022
[ 0.259302] pci 0000:c5:00.5: save config 0x04: 0x00100000
[ 0.259303] pci 0000:c5:00.5: save config 0x08: 0x04800070
[ 0.259304] pci 0000:c5:00.5: save config 0x0c: 0x00800010
[ 0.259305] pci 0000:c5:00.5: save config 0x10: 0xdd780000
[ 0.259306] pci 0000:c5:00.5: save config 0x14: 0x00000000
[ 0.259307] pci 0000:c5:00.5: save config 0x18: 0x2000000c
[ 0.259308] pci 0000:c5:00.5: save config 0x1c: 0x0000007a
[ 0.259309] pci 0000:c5:00.5: save config 0x20: 0x00000000
[ 0.259310] pci 0000:c5:00.5: save config 0x24: 0x00000000
[ 0.259311] pci 0000:c5:00.5: save config 0x28: 0x00000000
[ 0.259311] pci 0000:c5:00.5: save config 0x2c: 0x1ed31043
[ 0.259312] pci 0000:c5:00.5: save config 0x30: 0x00000000
[ 0.259313] pci 0000:c5:00.5: save config 0x34: 0x00000048
[ 0.259314] pci 0000:c5:00.5: save config 0x38: 0x00000000
[ 0.259315] pci 0000:c5:00.5: save config 0x3c: 0x000001ff
[ 0.259327] pci 0000:c5:00.6: save config 0x00: 0x15e31022
[ 0.259328] pci 0000:c5:00.6: save config 0x04: 0x00100000
[ 0.259329] pci 0000:c5:00.6: save config 0x08: 0x04030000
[ 0.259330] pci 0000:c5:00.6: save config 0x0c: 0x00800010
[ 0.259331] pci 0000:c5:00.6: save config 0x10: 0xdd7c0000
[ 0.259332] pci 0000:c5:00.6: save config 0x14: 0x00000000
[ 0.259333] pci 0000:c5:00.6: save config 0x18: 0x00000000
[ 0.259334] pci 0000:c5:00.6: save config 0x1c: 0x00000000
[ 0.259335] pci 0000:c5:00.6: save config 0x20: 0x00000000
[ 0.259336] pci 0000:c5:00.6: save config 0x24: 0x00000000
[ 0.259337] pci 0000:c5:00.6: save config 0x28: 0x00000000
[ 0.259338] pci 0000:c5:00.6: save config 0x2c: 0x1ed31043
[ 0.259339] pci 0000:c5:00.6: save config 0x30: 0x00000000
[ 0.259340] pci 0000:c5:00.6: save config 0x34: 0x00000048
[ 0.259341] pci 0000:c5:00.6: save config 0x38: 0x00000000
[ 0.259342] pci 0000:c5:00.6: save config 0x3c: 0x000002ff
[ 0.259353] pci 0000:c5:00.7: save config 0x00: 0x164a1022
[ 0.259354] pci 0000:c5:00.7: save config 0x04: 0x00100000
[ 0.259355] pci 0000:c5:00.7: save config 0x08: 0x11800000
[ 0.259356] pci 0000:c5:00.7: save config 0x0c: 0x00800010
[ 0.259357] pci 0000:c5:00.7: save config 0x10: 0x00000000
[ 0.259358] pci 0000:c5:00.7: save config 0x14: 0x00000000
[ 0.259359] pci 0000:c5:00.7: save config 0x18: 0xdd400000
[ 0.259360] pci 0000:c5:00.7: save config 0x1c: 0x00000000
[ 0.259361] pci 0000:c5:00.7: save config 0x20: 0x00000000
[ 0.259362] pci 0000:c5:00.7: save config 0x24: 0xdd7cc000
[ 0.259363] pci 0000:c5:00.7: save config 0x28: 0x00000000
[ 0.259364] pci 0000:c5:00.7: save config 0x2c: 0x164a1022
[ 0.259365] pci 0000:c5:00.7: save config 0x30: 0x00000000
[ 0.259366] pci 0000:c5:00.7: save config 0x34: 0x00000048
[ 0.259367] pci 0000:c5:00.7: save config 0x38: 0x00000000
[ 0.259368] pci 0000:c5:00.7: save config 0x3c: 0x000003ff
[ 0.259380] pci 0000:c6:00.0: save config 0x00: 0x150d1022
[ 0.259381] pci 0000:c6:00.0: save config 0x04: 0x00100000
[ 0.259382] pci 0000:c6:00.0: save config 0x08: 0x13000000
[ 0.259383] pci 0000:c6:00.0: save config 0x0c: 0x00800010
[ 0.259384] pci 0000:c6:00.0: save config 0x10: 0x00000000
[ 0.259385] pci 0000:c6:00.0: save config 0x14: 0x00000000
[ 0.259386] pci 0000:c6:00.0: save config 0x18: 0x00000000
[ 0.259387] pci 0000:c6:00.0: save config 0x1c: 0x00000000
[ 0.259388] pci 0000:c6:00.0: save config 0x20: 0x00000000
[ 0.259389] pci 0000:c6:00.0: save config 0x24: 0x00000000
[ 0.259389] pci 0000:c6:00.0: save config 0x28: 0x00000000
[ 0.259390] pci 0000:c6:00.0: save config 0x2c: 0x150d1022
[ 0.259391] pci 0000:c6:00.0: save config 0x30: 0x00000000
[ 0.259392] pci 0000:c6:00.0: save config 0x34: 0x00000048
[ 0.259393] pci 0000:c6:00.0: save config 0x38: 0x00000000
[ 0.259394] pci 0000:c6:00.0: save config 0x3c: 0x000000ff
[ 0.259413] pci 0000:c6:00.1: save config 0x00: 0x17f01022
[ 0.259414] pci 0000:c6:00.1: save config 0x04: 0x00100000
[ 0.259415] pci 0000:c6:00.1: save config 0x08: 0x11800010
[ 0.259416] pci 0000:c6:00.1: save config 0x0c: 0x00800010
[ 0.259417] pci 0000:c6:00.1: save config 0x10: 0xde000000
[ 0.259418] pci 0000:c6:00.1: save config 0x14: 0xde100000
[ 0.259419] pci 0000:c6:00.1: save config 0x18: 0x2090000c
[ 0.259420] pci 0000:c6:00.1: save config 0x1c: 0x0000007a
[ 0.259420] pci 0000:c6:00.1: save config 0x20: 0xde103000
[ 0.259421] pci 0000:c6:00.1: save config 0x24: 0xde102000
[ 0.259422] pci 0000:c6:00.1: save config 0x28: 0x00000000
[ 0.259423] pci 0000:c6:00.1: save config 0x2c: 0x20cf1043
[ 0.259424] pci 0000:c6:00.1: save config 0x30: 0x00000000
[ 0.259425] pci 0000:c6:00.1: save config 0x34: 0x00000048
[ 0.259426] pci 0000:c6:00.1: save config 0x38: 0x00000000
[ 0.259427] pci 0000:c6:00.1: save config 0x3c: 0x000001ff
[ 0.259441] pci 0000:c7:00.0: save config 0x00: 0x151f1022
[ 0.259442] pci 0000:c7:00.0: save config 0x04: 0x00100007
[ 0.259443] pci 0000:c7:00.0: save config 0x08: 0x0c033000
[ 0.259444] pci 0000:c7:00.0: save config 0x0c: 0x00800010
[ 0.259445] pci 0000:c7:00.0: save config 0x10: 0xdde00004
[ 0.259446] pci 0000:c7:00.0: save config 0x14: 0x00000000
[ 0.259447] pci 0000:c7:00.0: save config 0x18: 0x00000000
[ 0.259448] pci 0000:c7:00.0: save config 0x1c: 0x00000000
[ 0.259449] pci 0000:c7:00.0: save config 0x20: 0x00000000
[ 0.259450] pci 0000:c7:00.0: save config 0x24: 0x00000000
[ 0.259451] pci 0000:c7:00.0: save config 0x28: 0x00000000
[ 0.259452] pci 0000:c7:00.0: save config 0x2c: 0x201f1043
[ 0.259453] pci 0000:c7:00.0: save config 0x30: 0x00000000
[ 0.259454] pci 0000:c7:00.0: save config 0x34: 0x00000048
[ 0.259455] pci 0000:c7:00.0: save config 0x38: 0x00000000
[ 0.259456] pci 0000:c7:00.0: save config 0x3c: 0x000001ff
[ 0.259474] pci 0000:c7:00.3: save config 0x00: 0x151a1022
[ 0.259475] pci 0000:c7:00.3: save config 0x04: 0x00100007
[ 0.259476] pci 0000:c7:00.3: save config 0x08: 0x0c033000
[ 0.259477] pci 0000:c7:00.3: save config 0x0c: 0x00800010
[ 0.259478] pci 0000:c7:00.3: save config 0x10: 0xddd00004
[ 0.259479] pci 0000:c7:00.3: save config 0x14: 0x00000000
[ 0.259480] pci 0000:c7:00.3: save config 0x18: 0x00000000
[ 0.259481] pci 0000:c7:00.3: save config 0x1c: 0x00000000
[ 0.259482] pci 0000:c7:00.3: save config 0x20: 0x00000000
[ 0.259483] pci 0000:c7:00.3: save config 0x24: 0x00000000
[ 0.259484] pci 0000:c7:00.3: save config 0x28: 0x00000000
[ 0.259485] pci 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 0.259486] pci 0000:c7:00.3: save config 0x30: 0x00000000
[ 0.259487] pci 0000:c7:00.3: save config 0x34: 0x00000048
[ 0.259488] pci 0000:c7:00.3: save config 0x38: 0x00000000
[ 0.259489] pci 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 0.259501] pci 0000:c7:00.4: save config 0x00: 0x151b1022
[ 0.259502] pci 0000:c7:00.4: save config 0x04: 0x00100007
[ 0.259503] pci 0000:c7:00.4: save config 0x08: 0x0c033000
[ 0.259505] pci 0000:c7:00.4: save config 0x0c: 0x00800010
[ 0.259506] pci 0000:c7:00.4: save config 0x10: 0xddc00004
[ 0.259507] pci 0000:c7:00.4: save config 0x14: 0x00000000
[ 0.259508] pci 0000:c7:00.4: save config 0x18: 0x00000000
[ 0.259509] pci 0000:c7:00.4: save config 0x1c: 0x00000000
[ 0.259510] pci 0000:c7:00.4: save config 0x20: 0x00000000
[ 0.259511] pci 0000:c7:00.4: save config 0x24: 0x00000000
[ 0.259512] pci 0000:c7:00.4: save config 0x28: 0x00000000
[ 0.259513] pci 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 0.259514] pci 0000:c7:00.4: save config 0x30: 0x00000000
[ 0.259515] pci 0000:c7:00.4: save config 0x34: 0x00000048
[ 0.259516] pci 0000:c7:00.4: save config 0x38: 0x00000000
[ 0.259517] pci 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 0.259529] pci 0000:c7:00.5: save config 0x00: 0x151c1022
[ 0.259530] pci 0000:c7:00.5: save config 0x04: 0x00100006
[ 0.259531] pci 0000:c7:00.5: save config 0x08: 0x0c034000
[ 0.259532] pci 0000:c7:00.5: save config 0x0c: 0x00800010
[ 0.259533] pci 0000:c7:00.5: save config 0x10: 0xddf80004
[ 0.259534] pci 0000:c7:00.5: save config 0x14: 0x00000000
[ 0.259535] pci 0000:c7:00.5: save config 0x18: 0x00000000
[ 0.259536] pci 0000:c7:00.5: save config 0x1c: 0x00000000
[ 0.259537] pci 0000:c7:00.5: save config 0x20: 0x00000000
[ 0.259538] pci 0000:c7:00.5: save config 0x24: 0x00000000
[ 0.259539] pci 0000:c7:00.5: save config 0x28: 0x00000000
[ 0.259540] pci 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 0.259541] pci 0000:c7:00.5: save config 0x30: 0x00000000
[ 0.259542] pci 0000:c7:00.5: save config 0x34: 0x00000048
[ 0.259543] pci 0000:c7:00.5: save config 0x38: 0x00000000
[ 0.259544] pci 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 0.259556] pci 0000:c7:00.6: save config 0x00: 0x151d1022
[ 0.259557] pci 0000:c7:00.6: save config 0x04: 0x00100006
[ 0.259558] pci 0000:c7:00.6: save config 0x08: 0x0c034000
[ 0.259559] pci 0000:c7:00.6: save config 0x0c: 0x00800010
[ 0.259560] pci 0000:c7:00.6: save config 0x10: 0xddf00004
[ 0.259561] pci 0000:c7:00.6: save config 0x14: 0x00000000
[ 0.259562] pci 0000:c7:00.6: save config 0x18: 0x00000000
[ 0.259563] pci 0000:c7:00.6: save config 0x1c: 0x00000000
[ 0.259564] pci 0000:c7:00.6: save config 0x20: 0x00000000
[ 0.259564] pci 0000:c7:00.6: save config 0x24: 0x00000000
[ 0.259565] pci 0000:c7:00.6: save config 0x28: 0x00000000
[ 0.259566] pci 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 0.259567] pci 0000:c7:00.6: save config 0x30: 0x00000000
[ 0.259568] pci 0000:c7:00.6: save config 0x34: 0x00000048
[ 0.259569] pci 0000:c7:00.6: save config 0x38: 0x00000000
[ 0.259570] pci 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 0.263889] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.263914] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.263934] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.263960] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.263983] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.264001] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.264020] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.264039] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.265864] Low-power S0 idle used by default for system suspend
[ 0.266151] ACPI: EC: interrupt unblocked
[ 0.266152] ACPI: EC: event unblocked
[ 0.266159] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.266160] ACPI: EC: GPE=0x10
[ 0.266161] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[ 0.266162] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[ 0.266187] iommu: Default domain type: Translated
[ 0.266188] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.266531] SCSI subsystem initialized
[ 0.266536] libata version 3.00 loaded.
[ 0.266536] ACPI: bus type USB registered
[ 0.266536] usbcore: registered new interface driver usbfs
[ 0.266536] usbcore: registered new interface driver hub
[ 0.266539] usbcore: registered new device driver usb
[ 0.266547] pps_core: LinuxPPS API ver. 1 registered
[ 0.266548] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.266549] PTP clock support registered
[ 0.266559] efivars: Registered efivars operations
[ 0.266559] Advanced Linux Sound Architecture Driver Initialized.
[ 0.266623] NetLabel: Initializing
[ 0.266623] NetLabel: domain hash size = 128
[ 0.266624] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.266632] NetLabel: unlabeled traffic allowed by default
[ 0.266632] PCI: Using ACPI for IRQ routing
[ 0.274825] PCI: pci_cache_line_size set to 64 bytes
[ 0.275153] e820: reserve RAM buffer [mem 0x09b7f000-0x0bffffff]
[ 0.275154] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.275154] e820: reserve RAM buffer [mem 0x62a37000-0x63ffffff]
[ 0.275155] e820: reserve RAM buffer [mem 0x651de000-0x67ffffff]
[ 0.275155] e820: reserve RAM buffer [mem 0x6817f000-0x6bffffff]
[ 0.275156] e820: reserve RAM buffer [mem 0x79ff7000-0x7bffffff]
[ 0.275156] e820: reserve RAM buffer [mem 0x79fff000-0x7bffffff]
[ 0.275157] e820: reserve RAM buffer [mem 0x85e180000-0x85fffffff]
[ 0.275177] pci 0000:c4:00.0: vgaarb: bridge control possible
[ 0.275177] pci 0000:c4:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.275177] vgaarb: loaded
[ 0.275177] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.275177] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.276540] clocksource: Switched to clocksource tsc-early
[ 0.276587] VFS: Disk quotas dquot_6.6.0
[ 0.276590] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.276612] netfs: FS-Cache loaded
[ 0.276629] pnp: PnP ACPI init
[ 0.276807] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 0.276809] system 00:02: [io 0x040b] has been reserved
[ 0.276809] system 00:02: [io 0x04d6] has been reserved
[ 0.276810] system 00:02: [io 0x0c00-0x0c01] has been reserved
[ 0.276811] system 00:02: [io 0x0c14] has been reserved
[ 0.276811] system 00:02: [io 0x0c50-0x0c51] has been reserved
[ 0.276812] system 00:02: [io 0x0c52] has been reserved
[ 0.276812] system 00:02: [io 0x0c6c] has been reserved
[ 0.276813] system 00:02: [io 0x0c6f] has been reserved
[ 0.276813] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
[ 0.276814] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
[ 0.276814] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
[ 0.276815] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
[ 0.276815] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
[ 0.276816] system 00:02: [io 0x0800-0x089f] has been reserved
[ 0.276816] system 00:02: [io 0x0b00-0x0b0f] has been reserved
[ 0.276817] system 00:02: [io 0x0b20-0x0b3f] has been reserved
[ 0.276817] system 00:02: [io 0x0900-0x090f] has been reserved
[ 0.276817] system 00:02: [io 0x0910-0x091f] has been reserved
[ 0.276818] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.276819] system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.276820] system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.276821] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.276821] system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.276822] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.276822] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[ 0.278661] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.279016] pnp: PnP ACPI: found 4 devices
[ 0.284625] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.284641] NET: Registered PF_INET protocol family
[ 0.284715] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.286009] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.286024] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.286036] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.286127] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.286189] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.286208] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.286252] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.286325] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.286333] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.286346] pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
[ 0.286355] pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.286380] pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.286384] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.286385] pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
[ 0.286410] pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.286412] pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.286416] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.286418] pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
[ 0.286423] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.286425] pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
[ 0.286430] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.286432] pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
[ 0.286437] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.286438] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.286440] pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.286441] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.286445] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.286450] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.286452] pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
[ 0.286453] pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.286456] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.286457] pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
[ 0.286459] pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.286461] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.286463] pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
[ 0.286467] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.286468] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.286469] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.286469] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.286470] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.286470] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[ 0.286471] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
[ 0.286471] pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
[ 0.286472] pci_bus 0000:01: resource 0 [io 0xa000-0xdfff]
[ 0.286473] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
[ 0.286473] pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.286474] pci_bus 0000:61: resource 0 [io 0x6000-0x9fff]
[ 0.286474] pci_bus 0000:61: resource 1 [mem 0xac000000-0xc3ffffff]
[ 0.286475] pci_bus 0000:61: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.286475] pci_bus 0000:c1: resource 1 [mem 0xde300000-0xde3fffff]
[ 0.286476] pci_bus 0000:c2: resource 1 [mem 0xde200000-0xde2fffff]
[ 0.286476] pci_bus 0000:c3: resource 1 [mem 0xdd800000-0xddafffff]
[ 0.286477] pci_bus 0000:c4: resource 0 [io 0xf000-0xffff]
[ 0.286477] pci_bus 0000:c4: resource 1 [mem 0xdc000000-0xdd0fffff]
[ 0.286478] pci_bus 0000:c4: resource 2 [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.286478] pci_bus 0000:c5: resource 0 [io 0xe000-0xefff]
[ 0.286479] pci_bus 0000:c5: resource 1 [mem 0xdd200000-0xdd7fffff]
[ 0.286479] pci_bus 0000:c5: resource 2 [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.286480] pci_bus 0000:c6: resource 1 [mem 0xde000000-0xde1fffff]
[ 0.286480] pci_bus 0000:c6: resource 2 [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.286481] pci_bus 0000:c7: resource 1 [mem 0xddc00000-0xddffffff]
[ 0.286696] pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.286711] pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
[ 0.286715] pci 0000:c4:00.1: save config 0x00: 0x22be10de
[ 0.286717] pci 0000:c4:00.1: save config 0x04: 0x00100000
[ 0.286718] pci 0000:c4:00.1: save config 0x08: 0x040300a1
[ 0.286719] pci 0000:c4:00.1: save config 0x0c: 0x00800010
[ 0.286720] pci 0000:c4:00.1: save config 0x10: 0xdd080000
[ 0.286722] pci 0000:c4:00.1: save config 0x14: 0x00000000
[ 0.286723] pci 0000:c4:00.1: save config 0x18: 0x00000000
[ 0.286724] pci 0000:c4:00.1: save config 0x1c: 0x00000000
[ 0.286725] pci 0000:c4:00.1: save config 0x20: 0x00000000
[ 0.286726] pci 0000:c4:00.1: save config 0x24: 0x00000000
[ 0.286727] pci 0000:c4:00.1: save config 0x28: 0x00000000
[ 0.286728] pci 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 0.286729] pci 0000:c4:00.1: save config 0x30: 0x00000000
[ 0.286730] pci 0000:c4:00.1: save config 0x34: 0x00000060
[ 0.286731] pci 0000:c4:00.1: save config 0x38: 0x00000000
[ 0.286732] pci 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 0.286763] pci 0000:c5:00.1: D0 power state depends on 0000:c5:00.0
[ 0.286765] pci 0000:c5:00.1: save config 0x00: 0x16401002
[ 0.286766] pci 0000:c5:00.1: save config 0x04: 0x00100000
[ 0.286767] pci 0000:c5:00.1: save config 0x08: 0x04030000
[ 0.286768] pci 0000:c5:00.1: save config 0x0c: 0x00800010
[ 0.286769] pci 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 0.286770] pci 0000:c5:00.1: save config 0x14: 0x00000000
[ 0.286771] pci 0000:c5:00.1: save config 0x18: 0x00000000
[ 0.286772] pci 0000:c5:00.1: save config 0x1c: 0x00000000
[ 0.286773] pci 0000:c5:00.1: save config 0x20: 0x00000000
[ 0.286774] pci 0000:c5:00.1: save config 0x24: 0x00000000
[ 0.286775] pci 0000:c5:00.1: save config 0x28: 0x00000000
[ 0.286776] pci 0000:c5:00.1: save config 0x2c: 0x16401002
[ 0.286777] pci 0000:c5:00.1: save config 0x30: 0x00000000
[ 0.286778] pci 0000:c5:00.1: save config 0x34: 0x00000048
[ 0.286779] pci 0000:c5:00.1: save config 0x38: 0x00000000
[ 0.286780] pci 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 0.286939] PCI: CLS 64 bytes, default 64
[ 0.286990] Unpacking initramfs...
[ 0.287160] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
[ 0.287161] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
[ 0.287162] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
[ 0.287162] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
[ 0.287163] AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
[ 0.287164] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
[ 0.287164] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
[ 0.287427] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.287452] platform MSFT0201:00: Adding to iommu group 0
[ 0.287578] pci 0000:00:01.0: Adding to iommu group 1
[ 0.287595] pci 0000:00:01.1: Adding to iommu group 2
[ 0.287618] pci 0000:00:01.2: Adding to iommu group 3
[ 0.287641] pci 0000:00:02.0: Adding to iommu group 4
[ 0.287650] pci 0000:00:02.1: Adding to iommu group 5
[ 0.287660] pci 0000:00:02.2: Adding to iommu group 6
[ 0.287669] pci 0000:00:02.3: Adding to iommu group 7
[ 0.287683] pci 0000:00:03.0: Adding to iommu group 8
[ 0.287691] pci 0000:00:03.1: Adding to iommu group 9
[ 0.287717] pci 0000:00:08.0: Adding to iommu group 10
[ 0.287726] pci 0000:00:08.1: Adding to iommu group 11
[ 0.287734] pci 0000:00:08.2: Adding to iommu group 12
[ 0.287742] pci 0000:00:08.3: Adding to iommu group 13
[ 0.287755] pci 0000:00:14.0: Adding to iommu group 14
[ 0.287761] pci 0000:00:14.3: Adding to iommu group 14
[ 0.287793] pci 0000:00:18.0: Adding to iommu group 15
[ 0.287800] pci 0000:00:18.1: Adding to iommu group 15
[ 0.287807] pci 0000:00:18.2: Adding to iommu group 15
[ 0.287814] pci 0000:00:18.3: Adding to iommu group 15
[ 0.287821] pci 0000:00:18.4: Adding to iommu group 15
[ 0.287828] pci 0000:00:18.5: Adding to iommu group 15
[ 0.287836] pci 0000:00:18.6: Adding to iommu group 15
[ 0.287843] pci 0000:00:18.7: Adding to iommu group 15
[ 0.287855] pci 0000:c1:00.0: Adding to iommu group 16
[ 0.287863] pci 0000:c2:00.0: Adding to iommu group 17
[ 0.287870] pci 0000:c3:00.0: Adding to iommu group 18
[ 0.287884] pci 0000:c4:00.0: Adding to iommu group 19
[ 0.287893] pci 0000:c4:00.1: Adding to iommu group 19
[ 0.287925] pci 0000:c5:00.0: Adding to iommu group 20
[ 0.287935] pci 0000:c5:00.1: Adding to iommu group 21
[ 0.287945] pci 0000:c5:00.2: Adding to iommu group 22
[ 0.287955] pci 0000:c5:00.4: Adding to iommu group 23
[ 0.287965] pci 0000:c5:00.5: Adding to iommu group 24
[ 0.287976] pci 0000:c5:00.6: Adding to iommu group 25
[ 0.287986] pci 0000:c5:00.7: Adding to iommu group 26
[ 0.287996] pci 0000:c6:00.0: Adding to iommu group 27
[ 0.288007] pci 0000:c6:00.1: Adding to iommu group 28
[ 0.288017] pci 0000:c7:00.0: Adding to iommu group 29
[ 0.288027] pci 0000:c7:00.3: Adding to iommu group 30
[ 0.288038] pci 0000:c7:00.4: Adding to iommu group 31
[ 0.288049] pci 0000:c7:00.5: Adding to iommu group 32
[ 0.288060] pci 0000:c7:00.6: Adding to iommu group 33
[ 0.289991] AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.290079] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.290092] software IO TLB: mapped [mem 0x000000005e23a000-0x000000006223a000] (64MB)
[ 0.290115] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 0.290116] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 0.290117] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 0.290118] LVT offset 0 assigned for vector 0x400
[ 0.293488] perf: AMD IBS detected (0x00081bff)
[ 0.293626] amd_uncore: 8 amd_df counters detected
[ 0.293629] amd_uncore: 6 amd_l3 counters detected
[ 0.293631] amd_uncore: 4 amd_umc_0 counters detected
[ 0.293633] amd_uncore: 4 amd_umc_1 counters detected
[ 0.293635] amd_uncore: 4 amd_umc_2 counters detected
[ 0.293637] amd_uncore: 4 amd_umc_3 counters detected
[ 0.293770] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.295756] Initialise system trusted keyrings
[ 0.295780] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[ 0.295858] 9p: Installing v9fs 9p2000 file system support
[ 0.301175] Key type asymmetric registered
[ 0.301176] Asymmetric key parser 'x509' registered
[ 0.301184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.301192] io scheduler mq-deadline registered
[ 0.301193] io scheduler kyber registered
[ 0.302294] pciehp: pcie_port_service_register = 0
[ 0.302307] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.302310] pcieport 0000:00:01.1: runtime IRQ mapping not provided by arch
[ 0.302491] pcieport 0000:00:01.1: PME: Signaling with IRQ 33
[ 0.302519] pcieport 0000:00:01.1: pciehp: Slot Capabilities : 0x00040060
[ 0.302520] pcieport 0000:00:01.1: pciehp: Slot Status : 0x0000
[ 0.302522] pcieport 0000:00:01.1: pciehp: Slot Control : 0x1028
[ 0.302537] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.302541] pci_bus 0000:01: dev 00, created physical slot 0
[ 0.302567] pcieport 0000:00:01.1: pciehp: pcie_enable_notification: SLOTCTRL 70 write cmd 1028
[ 0.302573] pcieport 0000:00:01.1: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 0.302576] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 0.302578] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 0.302579] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 0.302580] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.302582] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 0.302583] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 0.302584] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 0.302585] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 0.302586] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 0.302588] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 0.302589] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 0.302590] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 0.302591] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 0.302592] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 0.302593] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 0.302594] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.302745] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.302756] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.302758] pcieport 0000:00:01.2: runtime IRQ mapping not provided by arch
[ 0.302916] pcieport 0000:00:01.2: PME: Signaling with IRQ 34
[ 0.302944] pcieport 0000:00:01.2: pciehp: Slot Capabilities : 0x00040060
[ 0.302945] pcieport 0000:00:01.2: pciehp: Slot Status : 0x0000
[ 0.302946] pcieport 0000:00:01.2: pciehp: Slot Control : 0x1028
[ 0.302964] pcieport 0000:00:01.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.302966] pci_bus 0000:61: dev 00, created physical slot 0-1
[ 0.302993] pcieport 0000:00:01.2: pciehp: pcie_enable_notification: SLOTCTRL 70 write cmd 1028
[ 0.302996] pcieport 0000:00:01.2: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 0.302999] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 0.303000] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 0.303001] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 0.303002] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.303003] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 0.303004] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 0.303006] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 0.303007] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 0.303008] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 0.303009] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 0.303010] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 0.303011] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 0.303012] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 0.303013] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 0.303015] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 0.303016] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.303121] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.303125] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.303127] pcieport 0000:00:02.1: runtime IRQ mapping not provided by arch
[ 0.303161] pcieport 0000:00:02.1: PME: Signaling with IRQ 35
[ 0.303177] pcieport 0000:00:02.1: bwctrl: enabled with IRQ 35
[ 0.303179] pcieport 0000:00:02.1: save config 0x00: 0x150b1022
[ 0.303180] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 0.303181] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 0.303182] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.303183] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 0.303184] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 0.303185] pcieport 0000:00:02.1: save config 0x18: 0x00c1c100
[ 0.303186] pcieport 0000:00:02.1: save config 0x1c: 0x000001f1
[ 0.303187] pcieport 0000:00:02.1: save config 0x20: 0xde30de30
[ 0.303188] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.303189] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 0.303190] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.303191] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 0.303192] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 0.303193] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 0.303194] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.303224] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.303227] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.303228] pcieport 0000:00:02.2: runtime IRQ mapping not provided by arch
[ 0.303263] pcieport 0000:00:02.2: PME: Signaling with IRQ 36
[ 0.303273] pcieport 0000:00:02.2: bwctrl: enabled with IRQ 36
[ 0.303275] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.303276] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 0.303277] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 0.303278] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.303279] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 0.303280] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 0.303281] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.303282] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.303283] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.303284] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.303285] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 0.303286] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.303287] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 0.303288] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 0.303289] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 0.303290] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.303319] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.303323] pcieport 0000:00:02.3: vgaarb: pci_notify
[ 0.303325] pcieport 0000:00:02.3: runtime IRQ mapping not provided by arch
[ 0.303363] pcieport 0000:00:02.3: PME: Signaling with IRQ 37
[ 0.303374] pcieport 0000:00:02.3: bwctrl: enabled with IRQ 37
[ 0.303376] pcieport 0000:00:02.3: save config 0x00: 0x150b1022
[ 0.303377] pcieport 0000:00:02.3: save config 0x04: 0x00100407
[ 0.303379] pcieport 0000:00:02.3: save config 0x08: 0x06040000
[ 0.303380] pcieport 0000:00:02.3: save config 0x0c: 0x00810010
[ 0.303380] pcieport 0000:00:02.3: save config 0x10: 0x00000000
[ 0.303381] pcieport 0000:00:02.3: save config 0x14: 0x00000000
[ 0.303382] pcieport 0000:00:02.3: save config 0x18: 0x00c3c300
[ 0.303384] pcieport 0000:00:02.3: save config 0x1c: 0x000001f1
[ 0.303385] pcieport 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 0.303387] pcieport 0000:00:02.3: save config 0x24: 0x0001fff1
[ 0.303388] pcieport 0000:00:02.3: save config 0x28: 0x00000000
[ 0.303389] pcieport 0000:00:02.3: save config 0x2c: 0x00000000
[ 0.303390] pcieport 0000:00:02.3: save config 0x30: 0x00000000
[ 0.303391] pcieport 0000:00:02.3: save config 0x34: 0x00000050
[ 0.303392] pcieport 0000:00:02.3: save config 0x38: 0x00000000
[ 0.303393] pcieport 0000:00:02.3: save config 0x3c: 0x001200ff
[ 0.303423] pcieport 0000:00:02.3: vgaarb: pci_notify
[ 0.303426] pcieport 0000:00:03.1: vgaarb: pci_notify
[ 0.303428] pcieport 0000:00:03.1: runtime IRQ mapping not provided by arch
[ 0.303454] pcieport 0000:00:03.1: PME: Signaling with IRQ 38
[ 0.303464] pcieport 0000:00:03.1: pciehp: Slot Capabilities : 0x000425e0
[ 0.303465] pcieport 0000:00:03.1: pciehp: Slot Status : 0x0140
[ 0.303466] pcieport 0000:00:03.1: pciehp: Slot Control : 0x0000
[ 0.303467] pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 0.303481] pci_bus 0000:c4: dev 00, created physical slot 0-2
[ 0.303503] pcieport 0000:00:03.1: pciehp: pcie_enable_notification: SLOTCTRL 70 write cmd 1028
[ 0.303512] pcieport 0000:00:03.1: bwctrl: enabled with IRQ 38
[ 0.303514] pcieport 0000:00:03.1: save config 0x00: 0x150b1022
[ 0.303515] pcieport 0000:00:03.1: save config 0x04: 0x00100407
[ 0.303516] pcieport 0000:00:03.1: save config 0x08: 0x06040000
[ 0.303517] pcieport 0000:00:03.1: save config 0x0c: 0x00810010
[ 0.303518] pcieport 0000:00:03.1: save config 0x10: 0x00000000
[ 0.303518] pcieport 0000:00:03.1: save config 0x14: 0x00000000
[ 0.303519] pcieport 0000:00:03.1: save config 0x18: 0x00c4c400
[ 0.303520] pcieport 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 0.303521] pcieport 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 0.303522] pcieport 0000:00:03.1: save config 0x24: 0x01f10001
[ 0.303522] pcieport 0000:00:03.1: save config 0x28: 0x00000078
[ 0.303523] pcieport 0000:00:03.1: save config 0x2c: 0x0000007a
[ 0.303524] pcieport 0000:00:03.1: save config 0x30: 0x00000000
[ 0.303525] pcieport 0000:00:03.1: save config 0x34: 0x00000050
[ 0.303526] pcieport 0000:00:03.1: save config 0x38: 0x00000000
[ 0.303526] pcieport 0000:00:03.1: save config 0x3c: 0x001200ff
[ 0.303549] pcieport 0000:00:03.1: vgaarb: pci_notify
[ 0.303556] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.303558] pcieport 0000:00:08.1: runtime IRQ mapping not provided by arch
[ 0.303583] pcieport 0000:00:08.1: PME: Signaling with IRQ 39
[ 0.303600] pcieport 0000:00:08.1: bwctrl: enabled with IRQ 39
[ 0.303602] pcieport 0000:00:08.1: save config 0x00: 0x150c1022
[ 0.303603] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 0.303603] pcieport 0000:00:08.1: save config 0x08: 0x06040000
[ 0.303604] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.303605] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 0.303606] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 0.303607] pcieport 0000:00:08.1: save config 0x18: 0x00c5c500
[ 0.303607] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.303608] pcieport 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 0.303610] pcieport 0000:00:08.1: save config 0x24: 0x20711001
[ 0.303611] pcieport 0000:00:08.1: save config 0x28: 0x0000007a
[ 0.303612] pcieport 0000:00:08.1: save config 0x2c: 0x0000007a
[ 0.303613] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 0.303614] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 0.303614] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 0.303615] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.303637] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.303640] pcieport 0000:00:08.2: vgaarb: pci_notify
[ 0.303642] pcieport 0000:00:08.2: runtime IRQ mapping not provided by arch
[ 0.303688] pcieport 0000:00:08.2: PME: Signaling with IRQ 40
[ 0.303703] pcieport 0000:00:08.2: bwctrl: enabled with IRQ 40
[ 0.303705] pcieport 0000:00:08.2: save config 0x00: 0x150c1022
[ 0.303706] pcieport 0000:00:08.2: save config 0x04: 0x00100407
[ 0.303707] pcieport 0000:00:08.2: save config 0x08: 0x06040000
[ 0.303708] pcieport 0000:00:08.2: save config 0x0c: 0x00810010
[ 0.303709] pcieport 0000:00:08.2: save config 0x10: 0x00000000
[ 0.303709] pcieport 0000:00:08.2: save config 0x14: 0x00000000
[ 0.303710] pcieport 0000:00:08.2: save config 0x18: 0x00c6c600
[ 0.303711] pcieport 0000:00:08.2: save config 0x1c: 0x000001f1
[ 0.303713] pcieport 0000:00:08.2: save config 0x20: 0xde10de00
[ 0.303714] pcieport 0000:00:08.2: save config 0x24: 0x20912091
[ 0.303715] pcieport 0000:00:08.2: save config 0x28: 0x0000007a
[ 0.303715] pcieport 0000:00:08.2: save config 0x2c: 0x0000007a
[ 0.303716] pcieport 0000:00:08.2: save config 0x30: 0x00000000
[ 0.303717] pcieport 0000:00:08.2: save config 0x34: 0x00000050
[ 0.303718] pcieport 0000:00:08.2: save config 0x38: 0x00000000
[ 0.303719] pcieport 0000:00:08.2: save config 0x3c: 0x001201ff
[ 0.303735] pcieport 0000:00:08.2: vgaarb: pci_notify
[ 0.303738] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.303739] pcieport 0000:00:08.3: runtime IRQ mapping not provided by arch
[ 0.303765] pcieport 0000:00:08.3: PME: Signaling with IRQ 41
[ 0.303774] pcieport 0000:00:08.3: bwctrl: enabled with IRQ 41
[ 0.303776] pcieport 0000:00:08.3: save config 0x00: 0x150c1022
[ 0.303777] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 0.303778] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 0.303778] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.303779] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 0.303780] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 0.303781] pcieport 0000:00:08.3: save config 0x18: 0x00c7c700
[ 0.303782] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.303783] pcieport 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 0.303784] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.303784] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 0.303785] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.303786] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 0.303787] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 0.303788] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 0.303788] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.303810] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.305236] ACPI: AC: AC Adapter [AC0] (on-line)
[ 0.305262] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input0
[ 0.305270] ACPI: button: Lid Switch [LID]
[ 0.305284] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.305292] ACPI: button: Power Button [PWRB]
[ 0.305349] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 0.305448] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LNXVIDEO:00/input/input2
[ 0.305685] Monitor-Mwait will be used to enter C-1 state
[ 0.307911] Estimated ratio of average max frequency by base frequency (times 1024): 1832
[ 0.312022] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.312023] ACPI: thermal: Thermal Zone [THZ0] (45 C)
[ 0.313631] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.313631] ACPI: thermal: Thermal Zone [THRM] (52 C)
[ 0.313665] thermal LNXTHERM:02: registered as thermal_zone2
[ 0.313665] ACPI: thermal: Thermal Zone [TZ01] (20 C)
[ 0.314397] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.314916] Non-volatile memory driver v1.3
[ 0.314917] Linux agpgart interface v0.103
[ 0.315297] ACPI: bus type drm_connector registered
[ 0.318848] loop: module loaded
[ 0.318981] e100: Intel(R) PRO/100 Network Driver
[ 0.318982] e100: Copyright(c) 1999-2006 Intel Corporation
[ 0.318986] e1000: Intel(R) PRO/1000 Network Driver
[ 0.318987] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.318992] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.318992] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.318999] sky2: driver version 1.30
[ 0.319070] xhci_hcd 0000:c5:00.4: vgaarb: pci_notify
[ 0.319073] xhci_hcd 0000:c5:00.4: runtime IRQ mapping not provided by arch
[ 0.319322] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 0.319327] xhci_hcd 0000:c5:00.4: xHCI Host Controller
[ 0.319353] xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 1
[ 0.319789] xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.319793] xhci_hcd 0000:c5:00.4: enabling Mem-Wr-Inval
[ 0.320147] xhci_hcd 0000:c5:00.4: xHCI Host Controller
[ 0.320175] xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 2
[ 0.320177] xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.320210] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.320211] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.320212] usb usb1: Product: xHCI Host Controller
[ 0.320213] usb usb1: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.320214] usb usb1: SerialNumber: 0000:c5:00.4
[ 0.320562] hub 1-0:1.0: USB hub found
[ 0.320570] hub 1-0:1.0: 1 port detected
[ 0.322112] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.322119] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.322119] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.322120] usb usb2: Product: xHCI Host Controller
[ 0.322120] usb usb2: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.322121] usb usb2: SerialNumber: 0000:c5:00.4
[ 0.322616] hub 2-0:1.0: USB hub found
[ 0.322624] hub 2-0:1.0: 1 port detected
[ 0.326613] xhci_hcd 0000:c5:00.4: vgaarb: pci_notify
[ 0.326628] xhci_hcd 0000:c7:00.0: vgaarb: pci_notify
[ 0.326630] xhci_hcd 0000:c7:00.0: runtime IRQ mapping not provided by arch
[ 0.326701] xhci_hcd 0000:c7:00.0: enabling bus mastering
[ 0.326703] xhci_hcd 0000:c7:00.0: xHCI Host Controller
[ 0.326778] xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 3
[ 0.326804] ACPI: battery: Slot [BAT0] (battery present)
[ 0.327227] xhci_hcd 0000:c7:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.327231] xhci_hcd 0000:c7:00.0: enabling Mem-Wr-Inval
[ 0.327354] xhci_hcd 0000:c7:00.0: xHCI Host Controller
[ 0.327389] xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 4
[ 0.327390] xhci_hcd 0000:c7:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.327407] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.327407] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.327408] usb usb3: Product: xHCI Host Controller
[ 0.327408] usb usb3: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.327409] usb usb3: SerialNumber: 0000:c7:00.0
[ 0.327481] hub 3-0:1.0: USB hub found
[ 0.327492] hub 3-0:1.0: 5 ports detected
[ 0.327670] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.327675] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.327676] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.327676] usb usb4: Product: xHCI Host Controller
[ 0.327677] usb usb4: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.327677] usb usb4: SerialNumber: 0000:c7:00.0
[ 0.327729] hub 4-0:1.0: USB hub found
[ 0.327745] hub 4-0:1.0: 2 ports detected
[ 0.327855] xhci_hcd 0000:c7:00.0: vgaarb: pci_notify
[ 0.327867] xhci_hcd 0000:c7:00.3: vgaarb: pci_notify
[ 0.327868] xhci_hcd 0000:c7:00.3: runtime IRQ mapping not provided by arch
[ 0.327885] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 0.327886] xhci_hcd 0000:c7:00.3: xHCI Host Controller
[ 0.327919] xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 5
[ 0.328277] xhci_hcd 0000:c7:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.328280] xhci_hcd 0000:c7:00.3: enabling Mem-Wr-Inval
[ 0.328420] xhci_hcd 0000:c7:00.3: xHCI Host Controller
[ 0.328452] xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 6
[ 0.328452] xhci_hcd 0000:c7:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.328468] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.328469] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.328469] usb usb5: Product: xHCI Host Controller
[ 0.328469] usb usb5: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.328470] usb usb5: SerialNumber: 0000:c7:00.3
[ 0.328521] hub 5-0:1.0: USB hub found
[ 0.328528] hub 5-0:1.0: 1 port detected
[ 0.328574] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.328579] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.328580] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.328580] usb usb6: Product: xHCI Host Controller
[ 0.328581] usb usb6: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.328581] usb usb6: SerialNumber: 0000:c7:00.3
[ 0.328631] hub 6-0:1.0: USB hub found
[ 0.328648] hub 6-0:1.0: 1 port detected
[ 0.328764] xhci_hcd 0000:c7:00.3: vgaarb: pci_notify
[ 0.328776] xhci_hcd 0000:c7:00.4: vgaarb: pci_notify
[ 0.328778] xhci_hcd 0000:c7:00.4: runtime IRQ mapping not provided by arch
[ 0.328788] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 0.328789] xhci_hcd 0000:c7:00.4: xHCI Host Controller
[ 0.328823] xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 7
[ 0.329188] xhci_hcd 0000:c7:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.329191] xhci_hcd 0000:c7:00.4: enabling Mem-Wr-Inval
[ 0.329319] xhci_hcd 0000:c7:00.4: xHCI Host Controller
[ 0.329357] xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 8
[ 0.329358] xhci_hcd 0000:c7:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.329369] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.329370] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.329370] usb usb7: Product: xHCI Host Controller
[ 0.329371] usb usb7: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.329371] usb usb7: SerialNumber: 0000:c7:00.4
[ 0.329424] hub 7-0:1.0: USB hub found
[ 0.329438] hub 7-0:1.0: 1 port detected
[ 0.329485] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.329490] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.329490] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.329491] usb usb8: Product: xHCI Host Controller
[ 0.329491] usb usb8: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.329491] usb usb8: SerialNumber: 0000:c7:00.4
[ 0.329524] hub 8-0:1.0: USB hub found
[ 0.329535] hub 8-0:1.0: 1 port detected
[ 0.329650] xhci_hcd 0000:c7:00.4: vgaarb: pci_notify
[ 0.329659] usbcore: registered new interface driver usblp
[ 0.329667] usbcore: registered new interface driver usb-storage
[ 0.329679] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[ 0.329680] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.330411] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.330448] rtc_cmos 00:00: RTC can wake from S4
[ 0.330623] rtc_cmos 00:00: registered as rtc0
[ 0.330640] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[ 0.330708] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 0.332540] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.336536] Console: switching to colour frame buffer device 360x112
[ 0.340935] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.341032] hid: raw HID events driver (C) Jiri Kosina
[ 0.341120] usbcore: registered new interface driver usbhid
[ 0.341121] usbhid: USB HID core driver
[ 0.341279] Initializing XFRM netlink socket
[ 0.341292] NET: Registered PF_INET6 protocol family
[ 0.341538] Segment Routing with IPv6
[ 0.341543] In-situ OAM (IOAM) with IPv6
[ 0.341554] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.341630] NET: Registered PF_PACKET protocol family
[ 0.341676] 9pnet: Installing 9P2000 support
[ 0.341688] Key type dns_resolver registered
[ 0.344313] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[ 0.344318] microcode: Current revision: 0x0b20401b
[ 0.344552] IPI shorthand broadcast: enabled
[ 0.345339] sched_clock: Marking stable (345001058, 332004)->(347896954, -2563892)
[ 0.345457] registered taskstats version 1
[ 0.345492] Loading compiled-in X.509 certificates
[ 0.346137] zswap: loaded using pool lzo
[ 0.346201] Demotion targets for Node 0: null
[ 0.346272] PM: Magic number: 6:461:897
[ 0.346336] netconsole: network logging started
[ 0.351454] clk: Disabling unused clocks
[ 0.351456] ALSA device list:
[ 0.351457] No soundcards found.
[ 0.417242] Freeing initrd memory: 50128K
[ 0.417957] Freeing unused kernel image (initmem) memory: 2808K
[ 0.417969] Write protecting the kernel read-only data: 28672k
[ 0.418751] Freeing unused kernel image (text/rodata gap) memory: 2012K
[ 0.418866] Freeing unused kernel image (rodata/data gap) memory: 636K
[ 0.427775] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 0.427780] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 0.427783] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 0.427786] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.427787] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 0.427790] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 0.427791] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 0.427793] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 0.427795] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 0.427797] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 0.427799] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 0.427801] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 0.427802] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 0.427804] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 0.427806] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 0.427808] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.428328] pcieport 0000:00:01.1: PME# enabled
[ 0.428818] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 0.428822] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 0.428825] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 0.428827] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.428829] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 0.428831] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 0.428833] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 0.428835] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 0.428836] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 0.428838] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 0.428840] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 0.428842] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 0.428844] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 0.428845] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 0.428847] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 0.428849] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.429268] pcieport 0000:00:01.2: PME# enabled
[ 0.435609] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.440992] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[ 0.441206] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
[ 0.445353] Run /init as init process
[ 0.445354] with arguments:
[ 0.445355] /init
[ 0.445355] with environment:
[ 0.445355] HOME=/
[ 0.445356] TERM=linux
[ 0.474452] modprobe (192) used greatest stack depth: 12952 bytes left
[ 0.478327] systemd[1]: Successfully made /usr/ read-only.
[ 0.480259] systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 0.480271] systemd[1]: Detected architecture x86-64.
[ 0.480273] systemd[1]: Running in initrd.
[ 0.480532] systemd[1]: Hostname set to <osprey>.
[ 0.509164] systemd-gpt-aut (224) used greatest stack depth: 12744 bytes left
[ 0.509171] systemd-debug-g (222) used greatest stack depth: 12552 bytes left
[ 0.529196] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.551308] systemd[1]: Expecting device /dev/disk/by-uuid/96B3-DBA5...
[ 0.551535] systemd[1]: Reached target Initrd /usr File System.
[ 0.551594] systemd[1]: Reached target Slice Units.
[ 0.551627] systemd[1]: Reached target Swaps.
[ 0.551653] systemd[1]: Reached target Timer Units.
[ 0.551765] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 0.551802] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.551831] systemd[1]: Listening on Journal Sockets.
[ 0.551858] systemd[1]: Listening on udev Control Socket.
[ 0.551881] systemd[1]: Listening on udev Kernel Socket.
[ 0.551891] systemd[1]: Reached target Socket Units.
[ 0.552446] systemd[1]: Starting Create List of Static Device Nodes...
[ 0.553198] systemd[1]: Starting Journal Service...
[ 0.553553] systemd[1]: Starting Load Kernel Modules...
[ 0.553857] systemd[1]: Starting Virtual Console Setup...
[ 0.555562] systemd[1]: Finished Create List of Static Device Nodes.
[ 0.555897] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 0.557482] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.558580] Asymmetric key parser 'pkcs8' registered
[ 0.558698] spl: loading out-of-tree module taints kernel.
[ 0.561715] zfs: module license 'CDDL' taints kernel.
[ 0.561719] Disabling lock debugging due to kernel taint
[ 0.561730] zfs: module license taints kernel.
[ 0.563565] systemd-journald[258]: Collecting audit messages is disabled.
[ 0.564162] systemd-tmpfile (264) used greatest stack depth: 12296 bytes left
[ 0.564350] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[ 0.564429] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 0.565858] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.575121] systemd-tmpfile (283) used greatest stack depth: 12040 bytes left
[ 0.575377] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.575584] systemd[1]: Reached target Preparation for Local File Systems.
[ 0.575620] systemd[1]: Reached target Local File Systems.
[ 0.581963] systemd[1]: Finished Virtual Console Setup.
[ 0.582552] systemd[1]: Starting dracut ask for additional cmdline parameters...
[ 0.595433] systemd[1]: Finished dracut ask for additional cmdline parameters.
[ 0.596208] systemd[1]: Starting dracut cmdline hook...
[ 0.646114] systemd[1]: Finished dracut cmdline hook.
[ 0.646950] systemd[1]: Starting dracut pre-udev hook...
[ 0.683662] systemd[1]: Finished dracut pre-udev hook.
[ 0.685558] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 0.686613] usb 1-1: New USB device found, idVendor=3277, idProduct=0059, bcdDevice= 1.01
[ 0.686616] usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 0.686617] usb 1-1: Product: ASUS FHD webcam
[ 0.686617] usb 1-1: Manufacturer: Shinetech
[ 0.686618] usb 1-1: SerialNumber: 200901010001
[ 0.693257] systemd[1]: Started Journal Service.
[ 0.704312] hid-generic 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:c5:00.4-1/input4
[ 0.713110] ZFS: Loaded module v2.4.1-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
[ 0.713320] usb 3-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
[ 0.713327] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.713329] usb 3-3: Product: N-KEY Device
[ 0.713330] usb 3-3: Manufacturer: ASUSTeK Computer Inc.
[ 0.713358] systemd-modules (259) used greatest stack depth: 5192 bytes left
[ 0.732564] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input4
[ 0.732598] input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input5
[ 0.741336] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 0.741374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.784451] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input6
[ 0.796481] ccp 0000:c5:00.2: vgaarb: pci_notify
[ 0.796490] ccp 0000:c5:00.2: runtime IRQ mapping not provided by arch
[ 0.796499] ccp 0000:c5:00.2: enabling device (0000 -> 0002)
[ 0.796745] ccp 0000:c5:00.2: enabling bus mastering
[ 0.797888] ccp 0000:c5:00.2: tee enabled
[ 0.797893] ccp 0000:c5:00.2: psp enabled
[ 0.798084] ccp 0000:c5:00.2: vgaarb: pci_notify
[ 0.804697] pci 0000:c2:00.0: save config 0x00: 0x975517a0
[ 0.804811] pci 0000:c2:00.0: save config 0x04: 0x00100000
[ 0.804817] pci 0000:c2:00.0: save config 0x08: 0x08050101
[ 0.804910] pci 0000:c2:00.0: save config 0x0c: 0x00000010
[ 0.804914] pci 0000:c2:00.0: save config 0x10: 0xde200000
[ 0.804921] pci 0000:c2:00.0: save config 0x14: 0x00000000
[ 0.804924] pci 0000:c2:00.0: save config 0x18: 0x00000000
[ 0.804927] pci 0000:c2:00.0: save config 0x1c: 0x00000000
[ 0.804930] pci 0000:c2:00.0: save config 0x20: 0x00000000
[ 0.804933] pci 0000:c2:00.0: save config 0x24: 0x00000000
[ 0.804937] pci 0000:c2:00.0: save config 0x28: 0x00000000
[ 0.804940] pci 0000:c2:00.0: save config 0x2c: 0x202f1043
[ 0.804944] pci 0000:c2:00.0: save config 0x30: 0x00000000
[ 0.804947] pci 0000:c2:00.0: save config 0x34: 0x00000080
[ 0.804952] pci 0000:c2:00.0: save config 0x38: 0x00000000
[ 0.804958] pci 0000:c2:00.0: save config 0x3c: 0x000001ff
[ 0.805124] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.805128] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 0.805131] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 0.805133] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.805136] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 0.805139] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 0.805142] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.805145] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.805149] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.805151] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.805153] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 0.805156] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.805158] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 0.805160] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 0.805162] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 0.805164] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.805202] pcieport 0000:00:02.2: PME# enabled
[ 0.807452] nvme 0000:c1:00.0: vgaarb: pci_notify
[ 0.807540] pcie_mp2_amd 0000:c5:00.7: vgaarb: pci_notify
[ 0.807553] pcie_mp2_amd 0000:c5:00.7: runtime IRQ mapping not provided by arch
[ 0.807564] pcie_mp2_amd 0000:c5:00.7: enabling device (0000 -> 0002)
[ 0.807682] pcie_mp2_amd 0000:c5:00.7: enabling bus mastering
[ 0.807798] nvme 0000:c1:00.0: runtime IRQ mapping not provided by arch
[ 0.807805] nvme 0000:c1:00.0: platform quirk: setting simple suspend
[ 0.807861] pcie_mp2_amd 0000:c5:00.7: vgaarb: pci_notify
[ 0.809634] nvme nvme0: pci function 0000:c1:00.0
[ 0.809782] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 0.809784] nvme 0000:c1:00.0: save config 0x04: 0x00100407
[ 0.809786] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 0.809787] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 0.809789] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 0.809791] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 0.809792] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 0.809793] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 0.809794] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 0.809795] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 0.809796] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 0.809797] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 0.809798] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 0.809799] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 0.809800] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 0.809801] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 0.816376] pcieport 0000:00:02.2: ACPI _REG disconnect evaluation failed (5)
[ 0.816664] pcieport 0000:00:02.2: power state changed by ACPI to D3cold
[ 0.816899] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[ 0.819102] nvme nvme0: 24/0/0 default/read/poll queues
[ 0.820450] hid-generic 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
[ 0.823043] nvme0n1: p1 p2
[ 0.823138] nvme 0000:c1:00.0: vgaarb: pci_notify
[ 0.831425] hid-generic 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
[ 0.838672] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input7
[ 0.851294] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
[ 0.852467] amdgpu: ATPX version 1, functions 0x00000801
[ 0.852556] amdgpu: ATPX Hybrid Graphics
[ 0.855367] amdgpu 0000:c5:00.0: vgaarb: pci_notify
[ 0.855370] amdgpu 0000:c5:00.0: runtime IRQ mapping not provided by arch
[ 0.855403] amdgpu 0000:c5:00.0: enabling device (0006 -> 0007)
[ 0.855425] amdgpu 0000:c5:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1043:0x1ED3 0xC1).
[ 0.855878] amdgpu 0000:c5:00.0: amdgpu: register mmio base: 0xDD700000
[ 0.855879] amdgpu 0000:c5:00.0: amdgpu: register mmio size: 524288
[ 0.857813] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
[ 0.857814] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
[ 0.857815] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_1)
[ 0.857816] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
[ 0.857817] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 4 <smu_v14_0_0> (smu)
[ 0.857818] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
[ 0.857819] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
[ 0.857820] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
[ 0.857821] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5> (vcn_v4_0_5)
[ 0.857822] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5> (jpeg_v4_0_5)
[ 0.857822] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
[ 0.857823] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 11 <vpe_v6_1_0> (vpe_v6_1)
[ 0.857845] amdgpu 0000:c5:00.0: amdgpu: Fetched VBIOS from VFCT
[ 0.857846] amdgpu: ATOM BIOS: 113-STRIXEMU-001
[ 0.859192] amdgpu 0000:c5:00.0: amdgpu: VPE: collaborate mode false
[ 0.862398] Console: switching to colour dummy device 80x25
[ 0.886039] amdgpu 0000:c5:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 0.886085] amdgpu 0000:c5:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 0.886094] amdgpu 0000:c5:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
[ 0.886095] amdgpu 0000:c5:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
[ 0.886110] [drm] Detected VRAM RAM=512M, BAR=512M
[ 0.886111] [drm] RAM width 128bits LPDDR5
[ 0.886237] amdgpu 0000:c5:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
[ 0.886238] amdgpu 0000:c5:00.0: amdgpu: amdgpu: 15604M of GTT memory ready.
[ 0.886251] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 0.886450] [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
[ 0.886609] amdgpu 0000:c5:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09004100
[ 0.886760] amdgpu 0000:c5:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
[ 0.900510] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 0.900520] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 0.900523] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 0.900526] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 0.900528] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 0.900530] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 0.900533] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 0.900535] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 0.900536] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 0.900538] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 0.900540] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 0.900541] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 0.900543] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 0.900545] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 0.900547] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 0.900549] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 0.901135] xhci_hcd 0000:c7:00.3: PME# enabled
[ 0.901302] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 0.901304] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 0.901305] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 0.901306] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 0.901308] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 0.901309] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 0.901310] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 0.901311] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 0.901312] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 0.901314] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 0.901315] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 0.901316] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 0.901317] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 0.901318] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 0.901319] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 0.901321] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 0.901589] xhci_hcd 0000:c7:00.4: PME# enabled
[ 0.909539] amdgpu 0000:c5:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
[ 0.913117] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 0.913802] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 0.943071] i2c_hid_acpi i2c-ELAN9008:00: i2c_hid_get_input: IRQ triggered but there's no data
[ 0.943442] input: ELAN9008:00 04F3:4359 Touchscreen as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input8
[ 0.956402] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input9
[ 0.956412] input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input10
[ 0.956420] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input12
[ 0.956428] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input13
[ 0.956436] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input14
[ 0.956496] hid-generic 0003:0B05:19B6.0004: input,hidraw3: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
[ 0.987629] hid-generic 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
[ 0.994286] input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input16
[ 0.994295] input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input17
[ 0.994395] hid-generic 0018:2808:0220.0006: input,hidraw5: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
[ 0.999384] hid-generic 0018:0B05:0220.0007: unsupported Resolution Multiplier 0
[ 0.999442] hid-generic 0018:0B05:0220.0007: hidraw6: I2C HID v1.00 Device [ASUS2020:00 0B05:0220] on i2c-ASUS2020:00
[ 1.000337] asus_wmi: ASUS WMI generic driver loaded
[ 1.001375] asus 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
[ 1.001378] asus 0003:0B05:19B6.0003: Asus input not registered
[ 1.001400] asus 0003:0B05:19B6.0003: probe with driver asus failed with error -12
[ 1.068670] usb 3-5: new high-speed USB device number 3 using xhci_hcd
[ 1.098887] asus 0003:0B05:19B6.0002: Fixing up Asus N-Key report descriptor
[ 1.099068] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input21
[ 1.109324] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input20
[ 1.114242] amdgpu 0000:c5:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1.118041] amdgpu 0000:c5:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 1.118042] amdgpu 0000:c5:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[ 1.136243] amdgpu 0000:c5:00.0: amdgpu: SMU is initialized successfully!
[ 1.137423] amdgpu 0000:c5:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.5
[ 1.137424] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[ 1.140403] amdgpu 0000:c5:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09004100
[ 1.192802] asus 0003:0B05:19B6.0004: input,hidraw1: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
[ 1.196980] amdgpu 0000:c5:00.0: amdgpu: [drm] eDP-1: PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x3a su_y_granularity 4
[ 1.197068] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197127] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197182] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197235] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197267] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197290] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197313] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-7: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197339] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-8: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197435] usb 3-5: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
[ 1.197448] usb 3-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 1.197451] usb 3-5: Product: Wireless_Device
[ 1.197453] usb 3-5: Manufacturer: MediaTek Inc.
[ 1.197455] usb 3-5: SerialNumber: 000000000
[ 1.202507] amdgpu 0000:c5:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
[ 1.202510] amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1.202512] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1.202512] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1.202513] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 1.202513] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 1.202514] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 1.202514] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 1.202514] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 1.202515] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 1.202515] amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1.202516] amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[ 1.202516] amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
[ 1.202517] amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
[ 1.202517] amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
[ 1.203427] amdgpu 0000:c5:00.0: save config 0x00: 0x150e1002
[ 1.203429] amdgpu 0000:c5:00.0: save config 0x04: 0x00100407
[ 1.203431] amdgpu 0000:c5:00.0: save config 0x08: 0x038000c1
[ 1.203432] amdgpu 0000:c5:00.0: save config 0x0c: 0x00800010
[ 1.203433] amdgpu 0000:c5:00.0: save config 0x10: 0x1000000c
[ 1.203434] amdgpu 0000:c5:00.0: save config 0x14: 0x0000007a
[ 1.203435] amdgpu 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 1.203436] amdgpu 0000:c5:00.0: save config 0x1c: 0x00000000
[ 1.203437] amdgpu 0000:c5:00.0: save config 0x20: 0x0000e001
[ 1.203438] amdgpu 0000:c5:00.0: save config 0x24: 0xdd700000
[ 1.203439] amdgpu 0000:c5:00.0: save config 0x28: 0x00000000
[ 1.203439] amdgpu 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 1.203440] amdgpu 0000:c5:00.0: save config 0x30: 0x00000000
[ 1.203441] amdgpu 0000:c5:00.0: save config 0x34: 0x00000048
[ 1.203442] amdgpu 0000:c5:00.0: save config 0x38: 0x00000000
[ 1.203443] amdgpu 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 1.203522] amdgpu 0000:c5:00.0: amdgpu: Runtime PM not available
[ 1.204077] amdgpu 0000:c5:00.0: amdgpu: [drm] Using custom brightness curve
[ 1.204632] [drm] Initialized amdgpu 3.64.0 for 0000:c5:00.0 on minor 1
[ 1.210138] fbcon: amdgpudrmfb (fb0) is primary device
[ 1.210349] [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
[ 1.243760] asus 0003:0B05:19B6.0002: input,hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
[ 1.251161] input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input22
[ 1.251172] input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input23
[ 1.251214] hid-multitouch 0018:2808:0220.0006: input,hidraw3: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
[ 1.256962] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input26
[ 1.257053] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input27
[ 1.257083] input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input28
[ 1.257205] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input30
[ 1.257223] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input31
[ 1.257231] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input32
[ 1.288420] hid-multitouch 0018:04F3:4359.0005: input,hidraw4: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
[ 1.309357] tsc: Refined TSC clocksource calibration: 1996.216 MHz
[ 1.309362] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398c6ec85f1, max_idle_ns: 881590425488 ns
[ 1.309385] clocksource: Switched to clocksource tsc
[ 2.268604] Console: switching to colour frame buffer device 360x112
[ 2.286909] amdgpu 0000:c5:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 2.297008] amdgpu 0000:c5:00.0: vgaarb: pci_notify
[ 6.225101] hid-generic 0020:1022:0001.0008: hidraw5: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[ 6.225254] hid-generic 0020:1022:0001.0009: hidraw7: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[ 6.374797] systemd-journald[258]: Received SIGTERM from PID 1 (systemd).
[ 6.420193] systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 6.420199] systemd[1]: Detected architecture x86-64.
[ 6.599098] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 6.599177] systemd[1]: Stopped Switch Root.
[ 6.599701] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 6.600018] systemd[1]: Created slice CUPS Slice.
[ 6.600235] systemd[1]: Created slice Slice /system/getty.
[ 6.600703] systemd[1]: Created slice Slice /system/modprobe.
[ 6.601054] systemd[1]: Created slice Slice /system/openvpn-client.
[ 6.601380] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.601686] systemd[1]: Created slice User and Session Slice.
[ 6.602145] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[ 6.602179] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.602646] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.602844] systemd[1]: Expecting device /dev/disk/by-label/osprey-fscache...
[ 6.602861] systemd[1]: Expecting device /dev/disk/by-label/osprey-swap...
[ 6.603152] systemd[1]: Expecting device /dev/disk/by-partlabel/osprey-boot...
[ 6.603172] systemd[1]: Reached target Login Prompts.
[ 6.603474] systemd[1]: Stopped target Switch Root.
[ 6.603487] systemd[1]: Stopped target Initrd File Systems.
[ 6.603772] systemd[1]: Stopped target Initrd Root File System.
[ 6.603802] systemd[1]: Reached target Remote File Systems.
[ 6.604074] systemd[1]: Reached target Slice Units.
[ 6.604813] systemd[1]: Listening on Query the User Interactively for a Password.
[ 6.605809] systemd[1]: Listening on Process Core Dump Socket.
[ 6.606326] systemd[1]: Listening on Credential Encryption/Decryption.
[ 6.607166] systemd[1]: Listening on Factory Reset Management.
[ 6.607235] systemd[1]: Listening on Resolve Monitor Varlink Socket.
[ 6.607539] systemd[1]: Listening on Resolve Service Varlink Socket.
[ 6.607851] systemd[1]: Listening on udev Control Socket.
[ 6.608131] systemd[1]: Listening on udev Varlink Socket.
[ 6.609685] systemd[1]: Mounting Huge Pages File System...
[ 6.610125] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.610542] systemd[1]: Mounting Kernel Debug File System...
[ 6.610992] systemd[1]: Mounting Kernel Trace File System...
[ 6.612090] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.612899] systemd[1]: Starting Load Kernel Module configfs...
[ 6.612933] systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
[ 6.612959] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 6.613444] systemd[1]: Starting Load Kernel Module fuse...
[ 6.613470] systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
[ 6.613507] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ 6.613526] systemd[1]: Stopped Plymouth switch root service.
[ 6.613884] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 6.615086] systemd[1]: Starting Journal Service...
[ 6.616186] systemd[1]: Starting Load Kernel Modules...
[ 6.616595] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.616642] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 6.617040] systemd[1]: Starting Load udev Rules from Credentials...
[ 6.617498] systemd[1]: Starting Coldplug All udev Devices...
[ 6.618508] systemd[1]: Mounted Huge Pages File System.
[ 6.618632] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.619098] systemd[1]: Mounted Kernel Debug File System.
[ 6.619493] systemd[1]: Mounted Kernel Trace File System.
[ 6.620134] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.620337] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.620423] systemd[1]: Finished Load Kernel Module configfs.
[ 6.620764] systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
[ 6.621303] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 6.621819] fuse: init (API version 7.45)
[ 6.622137] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.622245] systemd[1]: Finished Load Kernel Module fuse.
[ 6.622436] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 6.623105] systemd[1]: Mounting FUSE Control File System...
[ 6.623663] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 6.624213] systemd[1]: Starting Mount ZFS filesystems...
[ 6.624437] systemd[1]: Finished Load Kernel Modules.
[ 6.625208] systemd[1]: Finished Load udev Rules from Credentials.
[ 6.625925] systemd[1]: Starting Apply Kernel Variables...
[ 6.627408] systemd[1]: Mounted FUSE Control File System.
[ 6.629219] systemd-journald[1015]: Collecting audit messages is disabled.
[ 6.631250] systemd[1]: Started Journal Service.
[ 6.787929] Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
[ 6.793425] Adding 4194300k swap on /dev/zd0. Priority:-2 extents:1 across:4194300k SSDsc
[ 6.822095] ACPI: bus type thunderbolt registered
[ 6.822170] thunderbolt 0000:c7:00.5: vgaarb: pci_notify
[ 6.822178] thunderbolt 0000:c7:00.5: runtime IRQ mapping not provided by arch
[ 6.831321] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.833930] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.834046] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 6.837069] pcieport 0000:00:01.1: power state changed by ACPI to D0
[ 6.848391] pcieport 0000:00:01.1: restore config 0x2c: 0x00000077 -> 0x00000077
[ 6.848409] pcieport 0000:00:01.1: restore config 0x28: 0x00000058 -> 0x00000058
[ 6.848433] pcieport 0000:00:01.1: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 6.848693] pcieport 0000:00:01.1: PME# disabled
[ 6.848720] pcieport 0000:00:01.1: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 6.863710] asus_wmi: Initialization: 0x1
[ 6.863746] asus_wmi: BIOS WMI version: 9.4
[ 6.863771] asus_wmi: SFUN value: 0x21
[ 6.863774] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 6.863917] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[ 6.864292] mc: Linux media interface: v0.10
[ 6.868680] snd_hda_intel 0000:c4:00.1: vgaarb: pci_notify
[ 6.868686] snd_hda_intel 0000:c4:00.1: runtime IRQ mapping not provided by arch
[ 6.868863] snd_hda_intel 0000:c4:00.1: enabling device (0000 -> 0002)
[ 6.869174] snd_hda_intel 0000:c4:00.1: Disabling MSI
[ 6.869184] snd_hda_intel 0000:c4:00.1: Handle vga_switcheroo audio client
[ 6.869482] snd_hda_intel 0000:c4:00.1: enabling bus mastering
[ 6.869525] snd_hda_intel 0000:c4:00.1: vgaarb: pci_notify
[ 6.869542] snd_hda_intel 0000:c5:00.1: vgaarb: pci_notify
[ 6.869545] snd_hda_intel 0000:c5:00.1: runtime IRQ mapping not provided by arch
[ 6.869745] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 6.870803] videodev: Linux video capture interface: v2.00
[ 6.872062] snd_hda_intel 0000:c5:00.1: enabling device (0000 -> 0002)
[ 6.872500] snd_hda_intel 0000:c5:00.1: Handle vga_switcheroo audio client
[ 6.872813] snd_hda_intel 0000:c5:00.1: vgaarb: pci_notify
[ 6.872834] snd_hda_intel 0000:c5:00.6: vgaarb: pci_notify
[ 6.872838] snd_hda_intel 0000:c5:00.6: runtime IRQ mapping not provided by arch
[ 6.873477] snd_hda_intel 0000:c5:00.6: enabling device (0000 -> 0002)
[ 6.873499] snd_hda_intel 0000:c5:00.1: enabling bus mastering
[ 6.873630] snd_hda_intel 0000:c5:00.6: vgaarb: pci_notify
[ 6.874921] snd_hda_intel 0000:c5:00.6: enabling bus mastering
[ 6.877003] nvidia 0000:c4:00.0: vgaarb: pci_notify
[ 6.877009] nvidia 0000:c4:00.0: runtime IRQ mapping not provided by arch
[ 6.877019] nvidia 0000:c4:00.0: enabling device (0000 -> 0003)
[ 6.877343] Bluetooth: Core ver 2.22
[ 6.877360] NET: Registered PF_BLUETOOTH protocol family
[ 6.877362] Bluetooth: HCI device and connection manager initialized
[ 6.877365] Bluetooth: HCI socket layer initialized
[ 6.877367] Bluetooth: L2CAP socket layer initialized
[ 6.877371] Bluetooth: SCO socket layer initialized
[ 6.877379] nvidia 0000:c4:00.0: enabling bus mastering
[ 6.877383] nvidia 0000:c4:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 6.877384] nvidia 0000:c4:00.0: vgaarb: decoding count now is: 0
[ 6.877577] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[ 6.877916] amd-pmf AMDI0103:00: No Smart PC policy present
[ 6.877923] amd-pmf AMDI0103:00: registered PMF device successfully
[ 6.881551] thunderbolt 0000:c7:00.5: vgaarb: pci_notify
[ 6.881610] thunderbolt 0000:c7:00.6: vgaarb: pci_notify
[ 6.881613] thunderbolt 0000:c7:00.6: runtime IRQ mapping not provided by arch
[ 6.884792] pcieport 0000:00:01.2: power state changed by ACPI to D0
[ 6.885724] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input34
[ 6.895655] snd_hda_intel 0000:c5:00.1: bound 0000:c5:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 6.896371] pcieport 0000:00:01.2: restore config 0x2c: 0x00000057 -> 0x00000057
[ 6.896383] pcieport 0000:00:01.2: restore config 0x28: 0x00000038 -> 0x00000038
[ 6.896411] pcieport 0000:00:01.2: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 6.896545] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input35
[ 6.896575] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input36
[ 6.896598] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input37
[ 6.896621] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input38
[ 6.897536] pcieport 0000:00:01.2: PME# disabled
[ 6.897562] pcieport 0000:00:01.2: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 6.899659] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input39
[ 6.899791] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input40
[ 6.899868] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input41
[ 6.899910] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input42
[ 6.902679] usbcore: registered new interface driver btusb
[ 6.902868] snd_hda_codec_alc269 hdaudioC2D0: ALC294: picked fixup for PCI SSID 1043:1ed3
[ 6.903249] snd_hda_codec_alc269 hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 6.903255] snd_hda_codec_alc269 hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.903258] snd_hda_codec_alc269 hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 6.903260] snd_hda_codec_alc269 hdaudioC2D0: mono: mono_out=0x0
[ 6.903261] snd_hda_codec_alc269 hdaudioC2D0: inputs:
[ 6.903262] snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x12
[ 6.903264] snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x13
[ 6.903694] uvcvideo 1-1:1.0: Found UVC 1.10 device ASUS FHD webcam (3277:0059)
[ 6.905780] Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20260106153314
[ 6.906416] mt7925e 0000:c3:00.0: vgaarb: pci_notify
[ 6.906421] mt7925e 0000:c3:00.0: runtime IRQ mapping not provided by arch
[ 6.906427] mt7925e 0000:c3:00.0: enabling device (0000 -> 0002)
[ 6.906503] mt7925e 0000:c3:00.0: enabling bus mastering
[ 6.910377] mt7925e 0000:c3:00.0: ASIC revision: 79250000
[ 6.913187] uvcvideo 1-1:1.2: Found UVC 1.50 device ASUS FHD webcam (3277:0059)
[ 6.915840] usbcore: registered new interface driver uvcvideo
[ 6.916341] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[ 6.922860] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 6.925182] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
[ 6.933395] nvidia 0000:c4:00.0: vgaarb: pci_notify
[ 6.933472] NVRM: loading NVIDIA UNIX Open Kernel Module for x86_64 590.48.01 Release Build (portage@localhost) Fri Apr 3 02:18:03 PM EDT 2026
[ 6.936190] ACPI: battery: new hook: ASUS Battery Extension
[ 6.948602] thunderbolt 0000:c7:00.6: vgaarb: pci_notify
[ 6.953089] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64 590.48.01 Release Build (portage@localhost) Fri Apr 3 02:18:02 PM EDT 2026
[ 6.955054] [drm] [nvidia-drm] [GPU ID 0x0000c400] Loading driver
[ 6.973364] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 6.973374] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 6.973377] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 6.973379] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 6.973380] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 6.973382] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 6.973384] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 6.973385] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 6.973387] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 6.973389] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 6.973391] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 6.973392] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 6.973394] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 6.973395] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 6.973397] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 6.973398] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 6.973813] pcieport 0000:00:01.1: PME# enabled
[ 6.977144] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 6.977150] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 6.982446] mt7925e 0000:c3:00.0: vgaarb: pci_notify
[ 6.985823] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[ 6.986204] mt7925e 0000:c3:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260106153007a
[ 7.022358] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 7.022362] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 7.022364] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 7.022365] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 7.022367] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 7.022368] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 7.022369] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 7.022371] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 7.022372] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 7.022373] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 7.022375] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 7.022376] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 7.022377] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 7.022378] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 7.022380] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 7.022381] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 7.022677] pcieport 0000:00:01.2: PME# enabled
[ 7.034944] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
[ 7.073757] ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20250807/nsarguments-61)
[ 7.073821] ACPI Warning: \_SB.PCI0.GPP9.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20250807/nsarguments-61)
[ 7.074916] NVRM: GPU0 testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
[ 7.199792] Bluetooth: hci0: Device setup in 290098 usecs
[ 7.199795] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 7.326761] mt7925e 0000:c3:00.0: WM Firmware Version: ____000000, Build Time: 20260106153120
[ 7.385548] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c5:00.6/sound/card2/input43
[ 7.628470] systemd-journald[1015]: Received client request to flush runtime journal.
[ 7.630288] EXT4-fs (zd16): mounted filesystem e9cda24f-19c7-470b-bbb1-eb112933e969 r/w with ordered data mode. Quota mode: none.
[ 7.783272] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 7.785087] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
[ 7.785090] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
[ 7.807311] CacheFiles: Loaded
[ 7.818566] netfs: Cache "mycache" added (type cachefiles)
[ 7.818573] CacheFiles: File cache on mycache registered
[ 7.832920] Bluetooth: MGMT ver 1.23
[ 7.834787] NET: Registered PF_ALG protocol family
[ 7.894879] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
[ 7.912654] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 7.912711] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 0
[ 7.912715] snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 7.913426] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 7.913431] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 8.319072] NVRM: testIfDsmSubFunctionEnabled: GPS ACPI DSM called before _acpiDsmSupportedFuncCacheInit subfunction = 11.
[ 8.349478] [drm] Initialized nvidia-drm 0.0.0 for 0000:c4:00.0 on minor 0
[ 8.349765] nvidia 0000:c4:00.0: [drm] Cannot find any crtc or sizes
[ 8.719437] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 8.721282] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
[ 8.721289] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
[ 8.831353] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
[ 8.849661] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 8.849720] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 0
[ 8.849724] snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 8.849732] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 9.237778] wlan0: authenticate with fc:ec:da:d0:2c:79 (local address=ec:91:61:93:02:8b)
[ 9.439197] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 9.439224] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 9.439228] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 9.439231] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 9.439234] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 9.439237] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 9.439240] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 9.439242] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 9.439244] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 9.439247] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 9.439249] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 9.439251] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 9.439253] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 9.439255] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 9.439257] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 9.439260] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 9.439662] xhci_hcd 0000:c5:00.4: PME# enabled
[ 9.453239] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 9.598363] wlan0: send auth to fc:ec:da:d0:2c:79 (try 1/3)
[ 9.608701] wlan0: authenticated
[ 9.622439] wlan0: associate with fc:ec:da:d0:2c:79 (try 1/3)
[ 9.646726] wlan0: RX AssocResp from fc:ec:da:d0:2c:79 (capab=0x1111 status=0 aid=3)
[ 9.698871] wlan0: associated
[ 10.041125] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 10.041135] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 10.041138] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 10.041140] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 10.041142] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 10.041144] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 10.041146] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 10.041148] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 10.041149] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 10.041151] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 10.041153] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 10.041154] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 10.041156] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 10.041157] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 10.041159] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 10.041161] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 10.041187] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 10.052664] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 10.661373] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 10.661384] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 10.661387] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 10.661389] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 10.661391] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 10.661393] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 10.661396] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 10.661397] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 10.661399] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 10.661401] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 10.661402] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 10.661404] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 10.661406] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 10.661407] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 10.661409] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 10.661411] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 20.369708] rfkill: input handler disabled
[ 20.665325] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 20.677396] snd_hda_intel 0000:c5:00.1: PME# disabled
[ 24.173465] thunderbolt 0000:c7:00.5: save config 0x00: 0x151c1022
[ 24.173479] thunderbolt 0000:c7:00.5: save config 0x04: 0x00100406
[ 24.173483] thunderbolt 0000:c7:00.5: save config 0x08: 0x0c034000
[ 24.173486] thunderbolt 0000:c7:00.5: save config 0x0c: 0x00800010
[ 24.173488] thunderbolt 0000:c7:00.5: save config 0x10: 0xddf80004
[ 24.173491] thunderbolt 0000:c7:00.5: save config 0x14: 0x00000000
[ 24.173494] thunderbolt 0000:c7:00.5: save config 0x18: 0x00000000
[ 24.173496] thunderbolt 0000:c7:00.5: save config 0x1c: 0x00000000
[ 24.173498] thunderbolt 0000:c7:00.5: save config 0x20: 0x00000000
[ 24.173500] thunderbolt 0000:c7:00.5: save config 0x24: 0x00000000
[ 24.173502] thunderbolt 0000:c7:00.5: save config 0x28: 0x00000000
[ 24.173504] thunderbolt 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 24.173506] thunderbolt 0000:c7:00.5: save config 0x30: 0x00000000
[ 24.173508] thunderbolt 0000:c7:00.5: save config 0x34: 0x00000048
[ 24.173510] thunderbolt 0000:c7:00.5: save config 0x38: 0x00000000
[ 24.173512] thunderbolt 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 24.174030] thunderbolt 0000:c7:00.5: PME# enabled
[ 24.184416] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 24.184431] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 24.184435] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 24.184439] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 24.184442] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 24.184445] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 24.184448] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 24.184451] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 24.184453] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 24.184456] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 24.184458] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 24.184461] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 24.184463] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 24.184466] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 24.184469] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 24.184472] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 24.187282] thunderbolt 0000:c7:00.5: power state changed by ACPI to D3cold
[ 24.304468] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 24.304479] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 24.304482] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 24.304484] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 24.304486] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 24.304488] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 24.304490] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 24.304492] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 24.304493] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 24.304495] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 24.304496] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 24.304498] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 24.304499] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 24.304501] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 24.304503] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 24.304504] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 24.304528] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 24.316942] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 25.631699] thunderbolt 0000:c7:00.6: save config 0x00: 0x151d1022
[ 25.631713] thunderbolt 0000:c7:00.6: save config 0x04: 0x00100406
[ 25.631717] thunderbolt 0000:c7:00.6: save config 0x08: 0x0c034000
[ 25.631719] thunderbolt 0000:c7:00.6: save config 0x0c: 0x00800010
[ 25.631722] thunderbolt 0000:c7:00.6: save config 0x10: 0xddf00004
[ 25.631725] thunderbolt 0000:c7:00.6: save config 0x14: 0x00000000
[ 25.631727] thunderbolt 0000:c7:00.6: save config 0x18: 0x00000000
[ 25.631729] thunderbolt 0000:c7:00.6: save config 0x1c: 0x00000000
[ 25.631731] thunderbolt 0000:c7:00.6: save config 0x20: 0x00000000
[ 25.631733] thunderbolt 0000:c7:00.6: save config 0x24: 0x00000000
[ 25.631735] thunderbolt 0000:c7:00.6: save config 0x28: 0x00000000
[ 25.631737] thunderbolt 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 25.631739] thunderbolt 0000:c7:00.6: save config 0x30: 0x00000000
[ 25.631741] thunderbolt 0000:c7:00.6: save config 0x34: 0x00000048
[ 25.631743] thunderbolt 0000:c7:00.6: save config 0x38: 0x00000000
[ 25.631745] thunderbolt 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 25.632420] thunderbolt 0000:c7:00.6: PME# enabled
[ 25.646018] thunderbolt 0000:c7:00.6: power state changed by ACPI to D3cold
[ 26.905649] wlan0: deauthenticating from fc:ec:da:d0:2c:79 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 28.232407] rfkill: input handler enabled
[ 28.708358] PM: suspend entry (s2idle)
[ 28.725237] Filesystems sync: 0.016 seconds
[ 28.785376] Freezing user space processes
[ 28.786921] Freezing user space processes completed (elapsed 0.001 seconds)
[ 28.786925] OOM killer disabled.
[ 28.786926] Freezing remaining freezable tasks
[ 28.787980] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 28.787982] printk: Suspending console(s) (use no_console_suspend to debug)
[ 28.791458] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 28.792332] thunderbolt 0000:c7:00.6: power state changed by ACPI to D0
[ 28.792499] thunderbolt 0000:c7:00.5: power state changed by ACPI to D0
[ 28.792717] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D0
[ 28.792926] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D0
[ 28.793062] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D0
[ 28.801391] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
[ 28.803398] snd_hda_intel 0000:c5:00.1: PME# disabled
[ 28.805380] xhci_hcd 0000:c7:00.3: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 28.805382] thunderbolt 0000:c7:00.6: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 28.805383] xhci_hcd 0000:c7:00.4: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 28.805385] xhci_hcd 0000:c5:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 28.805388] thunderbolt 0000:c7:00.5: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 28.805427] xhci_hcd 0000:c7:00.3: restore config 0x10: 0x00000004 -> 0xddd00004
[ 28.805432] thunderbolt 0000:c7:00.6: restore config 0x10: 0x00000004 -> 0xddf00004
[ 28.805435] xhci_hcd 0000:c7:00.4: restore config 0x10: 0x00000004 -> 0xddc00004
[ 28.805436] xhci_hcd 0000:c5:00.4: restore config 0x10: 0x00000004 -> 0xdd500004
[ 28.805440] xhci_hcd 0000:c7:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 28.805443] thunderbolt 0000:c7:00.5: restore config 0x10: 0x00000004 -> 0xddf80004
[ 28.805446] thunderbolt 0000:c7:00.6: restore config 0x0c: 0x00800000 -> 0x00800010
[ 28.805447] xhci_hcd 0000:c7:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 28.805448] xhci_hcd 0000:c5:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 28.805454] xhci_hcd 0000:c7:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 28.805457] thunderbolt 0000:c7:00.5: restore config 0x0c: 0x00800000 -> 0x00800010
[ 28.805459] thunderbolt 0000:c7:00.6: restore config 0x04: 0x00100000 -> 0x00100406
[ 28.805460] xhci_hcd 0000:c7:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 28.805460] xhci_hcd 0000:c5:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 28.805471] thunderbolt 0000:c7:00.5: restore config 0x04: 0x00100000 -> 0x00100406
[ 28.805553] xhci_hcd 0000:c7:00.3: PME# disabled
[ 28.805562] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 28.805578] xhci_hcd 0000:c7:00.4: PME# disabled
[ 28.805583] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 28.805606] xhci_hcd 0000:c5:00.4: PME# disabled
[ 28.805610] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 28.805628] thunderbolt 0000:c7:00.6: PME# disabled
[ 28.805671] thunderbolt 0000:c7:00.5: PME# disabled
[ 28.809697] pcieport 0000:00:01.2: power state changed by ACPI to D0
[ 28.809721] pcieport 0000:00:01.1: power state changed by ACPI to D0
[ 28.821444] pcieport 0000:00:01.1: restore config 0x2c: 0x00000077 -> 0x00000077
[ 28.821453] pcieport 0000:00:01.1: restore config 0x28: 0x00000058 -> 0x00000058
[ 28.821479] pcieport 0000:00:01.1: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 28.821507] pcieport 0000:00:01.2: restore config 0x2c: 0x00000057 -> 0x00000057
[ 28.821529] pcieport 0000:00:01.2: restore config 0x28: 0x00000038 -> 0x00000038
[ 28.821554] pcieport 0000:00:01.2: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 28.821831] pcieport 0000:00:01.1: PME# disabled
[ 28.821908] pcieport 0000:00:01.1: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 28.821958] pcieport 0000:00:01.2: PME# disabled
[ 28.821985] pcieport 0000:00:01.2: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 29.261743] pci 0000:c6:00.1: save config 0x00: 0x17f01022
[ 29.261744] pci 0000:00:18.6: save config 0x00: 0x16fe1022
[ 29.261743] pcie_mp2_amd 0000:c5:00.7: save config 0x00: 0x164a1022
[ 29.261744] pci 0000:c5:00.5: save config 0x00: 0x15e21022
[ 29.261744] pci 0000:00:18.7: save config 0x00: 0x16ff1022
[ 29.261743] pci 0000:c6:00.0: save config 0x00: 0x150d1022
[ 29.261746] pci 0000:00:18.2: save config 0x00: 0x16fa1022
[ 29.261745] ccp 0000:c5:00.2: save config 0x00: 0x17e01022
[ 29.261745] pci 0000:00:18.4: save config 0x00: 0x16fc1022
[ 29.261747] pci 0000:00:18.0: save config 0x00: 0x16f81022
[ 29.261746] pci 0000:00:18.5: save config 0x00: 0x16fd1022
[ 29.261747] pci 0000:00:18.3: save config 0x00: 0x16fb1022
[ 29.261748] pci 0000:00:14.0: save config 0x00: 0x790b1022
[ 29.261748] pci 0000:00:18.1: save config 0x00: 0x16f91022
[ 29.261749] pci 0000:00:08.0: save config 0x00: 0x15091022
[ 29.261751] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 29.261752] pci 0000:c6:00.0: save config 0x04: 0x00100000
[ 29.261752] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 29.261753] pci 0000:c6:00.1: save config 0x04: 0x00100000
[ 29.261754] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 29.261754] pcie_mp2_amd 0000:c5:00.7: save config 0x04: 0x00100006
[ 29.261755] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 29.261755] pci 0000:c5:00.5: save config 0x04: 0x00100000
[ 29.261756] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 29.261756] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 29.261757] ccp 0000:c5:00.2: save config 0x04: 0x00100406
[ 29.261758] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 29.261758] pci 0000:00:18.3: save config 0x04: 0x00000000
[ 29.261759] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 29.261760] pci 0000:00:14.0: save config 0x04: 0x02200403
[ 29.261760] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 29.261761] pci 0000:c6:00.0: save config 0x08: 0x13000000
[ 29.261762] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 29.261762] pci 0000:c6:00.1: save config 0x08: 0x11800010
[ 29.261763] pcie_mp2_amd 0000:c5:00.7: save config 0x08: 0x11800000
[ 29.261764] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 29.261764] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 29.261764] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 29.261765] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 29.261765] pci 0000:c5:00.5: save config 0x08: 0x04800070
[ 29.261766] pci 0000:00:08.0: save config 0x08: 0x06000000
[ 29.261767] ccp 0000:c5:00.2: save config 0x08: 0x10800000
[ 29.261767] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 29.261768] pci 0000:00:18.3: save config 0x08: 0x06000000
[ 29.261768] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 29.261770] pci 0000:00:14.0: save config 0x08: 0x0c050071
[ 29.261770] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 29.261771] pci 0000:c6:00.0: save config 0x0c: 0x00800010
[ 29.261772] pci 0000:c6:00.1: save config 0x0c: 0x00800010
[ 29.261772] pcie_mp2_amd 0000:c5:00.7: save config 0x0c: 0x00800010
[ 29.261773] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 29.261773] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 29.261774] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 29.261774] pci 0000:c5:00.5: save config 0x0c: 0x00800010
[ 29.261775] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 29.261775] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 29.261776] ccp 0000:c5:00.2: save config 0x0c: 0x00800010
[ 29.261777] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 29.261777] pci 0000:00:18.3: save config 0x0c: 0x00800000
[ 29.261778] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 29.261779] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 29.261779] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 29.261780] pci 0000:c6:00.0: save config 0x10: 0x00000000
[ 29.261781] pci 0000:c6:00.1: save config 0x10: 0xde000000
[ 29.261782] pcie_mp2_amd 0000:c5:00.7: save config 0x10: 0x00000000
[ 29.261782] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 29.261782] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 29.261783] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 29.261784] pci 0000:c5:00.5: save config 0x10: 0xdd780000
[ 29.261784] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 29.261785] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 29.261786] ccp 0000:c5:00.2: save config 0x10: 0x00000000
[ 29.261786] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 29.261786] pci 0000:00:18.3: save config 0x10: 0x00000000
[ 29.261787] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 29.261788] pci 0000:00:14.0: save config 0x10: 0x00000000
[ 29.261788] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 29.261789] pci 0000:c6:00.0: save config 0x14: 0x00000000
[ 29.261790] pci 0000:c6:00.1: save config 0x14: 0xde100000
[ 29.261791] pcie_mp2_amd 0000:c5:00.7: save config 0x14: 0x00000000
[ 29.261791] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 29.261792] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 29.261792] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 29.261793] pci 0000:c5:00.5: save config 0x14: 0x00000000
[ 29.261793] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 29.261794] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 29.261795] ccp 0000:c5:00.2: save config 0x14: 0x00000000
[ 29.261795] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 29.261795] pci 0000:00:18.3: save config 0x14: 0x00000000
[ 29.261796] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 29.261797] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 29.261798] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 29.261798] pci 0000:c6:00.0: save config 0x18: 0x00000000
[ 29.261799] pci 0000:c6:00.1: save config 0x18: 0x2090000c
[ 29.261800] pcie_mp2_amd 0000:c5:00.7: save config 0x18: 0xdd400000
[ 29.261800] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 29.261801] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 29.261801] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 29.261802] pci 0000:c5:00.5: save config 0x18: 0x2000000c
[ 29.261802] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 29.261803] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 29.261804] ccp 0000:c5:00.2: save config 0x18: 0xdd600000
[ 29.261804] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 29.261805] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 29.261805] pci 0000:00:18.3: save config 0x18: 0x00000000
[ 29.261806] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 29.261807] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 29.261807] pci 0000:c6:00.0: save config 0x1c: 0x00000000
[ 29.261808] pci 0000:c6:00.1: save config 0x1c: 0x0000007a
[ 29.261809] pcie_mp2_amd 0000:c5:00.7: save config 0x1c: 0x00000000
[ 29.261810] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 29.261810] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 29.261810] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 29.261811] pci 0000:c5:00.5: save config 0x1c: 0x0000007a
[ 29.261812] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 29.261812] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 29.261813] ccp 0000:c5:00.2: save config 0x1c: 0x00000000
[ 29.261813] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 29.261814] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 29.261814] pci 0000:00:18.3: save config 0x1c: 0x00000000
[ 29.261815] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 29.261816] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 29.261817] pci 0000:c6:00.0: save config 0x20: 0x00000000
[ 29.261817] pci 0000:c6:00.1: save config 0x20: 0xde103000
[ 29.261818] pcie_mp2_amd 0000:c5:00.7: save config 0x20: 0x00000000
[ 29.261819] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 29.261819] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 29.261819] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 29.261820] pci 0000:c5:00.5: save config 0x20: 0x00000000
[ 29.261821] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 29.261821] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 29.261822] ccp 0000:c5:00.2: save config 0x20: 0x00000000
[ 29.261822] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 29.261823] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 29.261823] pci 0000:00:18.3: save config 0x20: 0x00000000
[ 29.261825] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 29.261825] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 29.261826] pci 0000:c6:00.0: save config 0x24: 0x00000000
[ 29.261827] pci 0000:c6:00.1: save config 0x24: 0xde102000
[ 29.261827] pcie_mp2_amd 0000:c5:00.7: save config 0x24: 0xdd7cc000
[ 29.261828] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 29.261828] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 29.261829] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 29.261829] pci 0000:c5:00.5: save config 0x24: 0x00000000
[ 29.261830] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 29.261830] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 29.261831] ccp 0000:c5:00.2: save config 0x24: 0xdd7ce000
[ 29.261832] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 29.261832] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 29.261832] pci 0000:00:18.3: save config 0x24: 0x00000000
[ 29.261834] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 29.261834] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 29.261835] pci 0000:c6:00.0: save config 0x28: 0x00000000
[ 29.261836] pci 0000:c6:00.1: save config 0x28: 0x00000000
[ 29.261836] pcie_mp2_amd 0000:c5:00.7: save config 0x28: 0x00000000
[ 29.261837] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 29.261837] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 29.261838] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 29.261838] pci 0000:c5:00.5: save config 0x28: 0x00000000
[ 29.261839] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 29.261840] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 29.261840] ccp 0000:c5:00.2: save config 0x28: 0x00000000
[ 29.261841] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 29.261841] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 29.261842] pci 0000:00:18.3: save config 0x28: 0x00000000
[ 29.261843] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 29.261843] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 29.261844] pci 0000:c6:00.0: save config 0x2c: 0x150d1022
[ 29.261845] pci 0000:c6:00.1: save config 0x2c: 0x20cf1043
[ 29.261846] pcie_mp2_amd 0000:c5:00.7: save config 0x2c: 0x164a1022
[ 29.261846] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 29.261846] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 29.261847] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 29.261848] pci 0000:c5:00.5: save config 0x2c: 0x1ed31043
[ 29.261848] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 29.261849] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 29.261849] ccp 0000:c5:00.2: save config 0x2c: 0x17e01022
[ 29.261850] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 29.261850] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 29.261851] pci 0000:00:18.3: save config 0x2c: 0x00000000
[ 29.261852] pci 0000:00:14.0: save config 0x2c: 0x1ed31043
[ 29.261852] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 29.261853] pci 0000:c6:00.0: save config 0x30: 0x00000000
[ 29.261854] pci 0000:c6:00.1: save config 0x30: 0x00000000
[ 29.261855] pcie_mp2_amd 0000:c5:00.7: save config 0x30: 0x00000000
[ 29.261855] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 29.261856] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 29.261856] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 29.261857] pci 0000:c5:00.5: save config 0x30: 0x00000000
[ 29.261857] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 29.261858] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 29.261859] ccp 0000:c5:00.2: save config 0x30: 0x00000000
[ 29.261859] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 29.261859] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 29.261860] pci 0000:00:18.3: save config 0x30: 0x00000000
[ 29.261861] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 29.261862] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 29.261862] pci 0000:c6:00.0: save config 0x34: 0x00000048
[ 29.261863] pci 0000:c6:00.1: save config 0x34: 0x00000048
[ 29.261864] pcie_mp2_amd 0000:c5:00.7: save config 0x34: 0x00000048
[ 29.261864] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 29.261865] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 29.261865] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 29.261866] pci 0000:c5:00.5: save config 0x34: 0x00000048
[ 29.261866] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 29.261867] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 29.261868] ccp 0000:c5:00.2: save config 0x34: 0x00000048
[ 29.261868] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 29.261869] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 29.261869] pci 0000:00:18.3: save config 0x34: 0x00000000
[ 29.261870] ACPI: EC: interrupt blocked
[ 29.261870] pci 0000:00:14.0: save config 0x34: 0x00000000
[ 29.261871] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 29.261872] pci 0000:c6:00.0: save config 0x38: 0x00000000
[ 29.261872] pci 0000:c6:00.1: save config 0x38: 0x00000000
[ 29.261873] pcie_mp2_amd 0000:c5:00.7: save config 0x38: 0x00000000
[ 29.261874] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 29.261874] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 29.261874] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 29.261875] pci 0000:c5:00.5: save config 0x38: 0x00000000
[ 29.261876] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 29.261876] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 29.261877] ccp 0000:c5:00.2: save config 0x38: 0x00000000
[ 29.261877] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 29.261878] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 29.261878] pci 0000:00:18.3: save config 0x38: 0x00000000
[ 29.261879] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 29.261880] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 29.261881] pci 0000:c6:00.0: save config 0x3c: 0x000000ff
[ 29.261882] pci 0000:c6:00.1: save config 0x3c: 0x000001ff
[ 29.261882] pcie_mp2_amd 0000:c5:00.7: save config 0x3c: 0x000003ff
[ 29.261883] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 29.261883] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 29.261884] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 29.261884] pci 0000:c5:00.5: save config 0x3c: 0x000001ff
[ 29.261885] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 29.261885] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 29.261886] ccp 0000:c5:00.2: save config 0x3c: 0x000003ff
[ 29.261887] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 29.261887] pci 0000:00:18.3: save config 0x3c: 0x00000000
[ 29.261889] pci 0000:00:14.0: save config 0x3c: 0x00000000
[ 29.261897] pci 0000:00:03.0: save config 0x00: 0x15091022
[ 29.261901] pci 0000:00:02.0: save config 0x00: 0x15091022
[ 29.261904] pci 0000:00:01.0: save config 0x00: 0x15091022
[ 29.261904] pci 0000:00:00.0: save config 0x00: 0x15071022
[ 29.261905] snd_hda_intel 0000:c5:00.6: save config 0x00: 0x15e31022
[ 29.261907] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 29.261908] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 29.261909] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 29.261916] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 29.261917] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 29.261919] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 29.261920] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 29.261921] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 29.261922] snd_hda_intel 0000:c5:00.6: save config 0x04: 0x00100406
[ 29.261923] pci 0000:00:03.0: save config 0x08: 0x06000000
[ 29.261924] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 29.261926] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 29.261927] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 29.261929] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 29.261932] pci 0000:00:02.0: save config 0x08: 0x06000000
[ 29.261933] pci 0000:00:01.0: save config 0x08: 0x06000000
[ 29.261934] pci 0000:00:00.0: save config 0x08: 0x06000000
[ 29.261935] snd_hda_intel 0000:c5:00.6: save config 0x08: 0x04030000
[ 29.261936] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 29.261937] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 29.261938] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 29.261939] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 29.261940] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 29.261944] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 29.261945] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 29.261946] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 29.261947] snd_hda_intel 0000:c5:00.6: save config 0x0c: 0x00800010
[ 29.261948] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 29.261949] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 29.261950] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 29.261951] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 29.261952] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 29.261956] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 29.261957] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 29.261957] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 29.261959] snd_hda_intel 0000:c5:00.6: save config 0x10: 0xdd7c0000
[ 29.261960] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 29.261960] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 29.261961] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 29.261963] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 29.261965] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 29.261968] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 29.261968] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 29.261970] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 29.261971] snd_hda_intel 0000:c5:00.6: save config 0x14: 0x00000000
[ 29.261971] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 29.261972] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 29.261973] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 29.261975] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 29.261977] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 29.261980] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 29.261981] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 29.261982] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 29.261982] snd_hda_intel 0000:c5:00.6: save config 0x18: 0x00000000
[ 29.261983] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 29.261984] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 29.261986] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 29.261988] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 29.261990] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 29.261992] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 29.261993] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 29.261993] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 29.261994] snd_hda_intel 0000:c5:00.6: save config 0x1c: 0x00000000
[ 29.261995] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 29.261995] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 29.261998] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 29.262000] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 29.262002] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 29.262004] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 29.262005] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 29.262005] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 29.262006] snd_hda_intel 0000:c5:00.6: save config 0x20: 0x00000000
[ 29.262007] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 29.262008] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 29.262012] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 29.262015] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 29.262019] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 29.262020] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 29.262022] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 29.262023] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 29.262025] snd_hda_intel 0000:c5:00.6: save config 0x24: 0x00000000
[ 29.262026] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 29.262027] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 29.262028] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 29.262029] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 29.262030] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 29.262031] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 29.262032] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 29.262033] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 29.262033] snd_hda_intel 0000:c5:00.6: save config 0x28: 0x00000000
[ 29.262037] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 29.262038] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 29.262039] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 29.262040] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 29.262041] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 29.262043] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 29.262043] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 29.262044] pci 0000:00:00.0: save config 0x2c: 0x15071022
[ 29.262045] snd_hda_intel 0000:c5:00.6: save config 0x2c: 0x1ed31043
[ 29.262047] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 29.262048] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 29.262049] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 29.262051] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 29.262052] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 29.262052] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 29.262053] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 29.262054] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 29.262054] snd_hda_intel 0000:c5:00.6: save config 0x30: 0x00000000
[ 29.262055] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 29.262056] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 29.262057] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 29.262058] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 29.262059] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 29.262060] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 29.262060] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 29.262061] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 29.262062] snd_hda_intel 0000:c5:00.6: save config 0x34: 0x00000048
[ 29.262062] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 29.262063] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 29.262064] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 29.262066] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 29.262067] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 29.262067] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 29.262068] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 29.262069] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 29.262069] snd_hda_intel 0000:c5:00.6: save config 0x38: 0x00000000
[ 29.262070] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 29.262071] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 29.262072] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 29.262073] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 29.262074] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 29.262075] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 29.262075] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 29.262076] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 29.262077] snd_hda_intel 0000:c5:00.6: save config 0x3c: 0x000002ff
[ 29.262078] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 29.262079] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 29.262081] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 29.262082] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 29.262190] pcieport 0000:00:08.2: save config 0x00: 0x150c1022
[ 29.262193] pcieport 0000:00:08.2: save config 0x04: 0x00100407
[ 29.262195] pcieport 0000:00:08.2: save config 0x08: 0x06040000
[ 29.262196] pcieport 0000:00:08.2: save config 0x0c: 0x00810010
[ 29.262197] pcieport 0000:00:08.2: save config 0x10: 0x00000000
[ 29.262199] pcieport 0000:00:08.2: save config 0x14: 0x00000000
[ 29.262201] pcieport 0000:00:08.2: save config 0x18: 0x00c6c600
[ 29.262202] pcieport 0000:00:08.2: save config 0x1c: 0x000001f1
[ 29.262203] pcieport 0000:00:08.2: save config 0x20: 0xde10de00
[ 29.262205] pcieport 0000:00:08.2: save config 0x24: 0x20912091
[ 29.262206] pcieport 0000:00:08.2: save config 0x28: 0x0000007a
[ 29.262207] pcieport 0000:00:08.2: save config 0x2c: 0x0000007a
[ 29.262208] pcieport 0000:00:08.2: save config 0x30: 0x00000000
[ 29.262209] pcieport 0000:00:08.2: save config 0x34: 0x00000050
[ 29.262211] pcieport 0000:00:08.2: save config 0x38: 0x00000000
[ 29.262212] pcieport 0000:00:08.2: save config 0x3c: 0x001201ff
[ 29.262410] mt7925e 0000:c3:00.0: save config 0x00: 0x792514c3
[ 29.262414] mt7925e 0000:c3:00.0: save config 0x04: 0x00100406
[ 29.262416] mt7925e 0000:c3:00.0: save config 0x08: 0x02800000
[ 29.262419] mt7925e 0000:c3:00.0: save config 0x0c: 0x00000010
[ 29.262421] mt7925e 0000:c3:00.0: save config 0x10: 0xdd800004
[ 29.262423] mt7925e 0000:c3:00.0: save config 0x14: 0x00000000
[ 29.262427] mt7925e 0000:c3:00.0: save config 0x18: 0xdda00004
[ 29.262430] mt7925e 0000:c3:00.0: save config 0x1c: 0x00000000
[ 29.262432] mt7925e 0000:c3:00.0: save config 0x20: 0x00000000
[ 29.262434] mt7925e 0000:c3:00.0: save config 0x24: 0x00000000
[ 29.262437] mt7925e 0000:c3:00.0: save config 0x28: 0x00000000
[ 29.262440] mt7925e 0000:c3:00.0: save config 0x2c: 0xe10c105b
[ 29.262442] mt7925e 0000:c3:00.0: save config 0x30: 0x00000000
[ 29.262445] mt7925e 0000:c3:00.0: save config 0x34: 0x00000080
[ 29.262447] mt7925e 0000:c3:00.0: save config 0x38: 0x00000000
[ 29.262449] mt7925e 0000:c3:00.0: save config 0x3c: 0x000001ff
[ 29.262493] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 29.262566] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 29.262656] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 29.262742] pci 0000:00:00.2: save config 0x00: 0x15081022
[ 29.262750] xhci_hcd 0000:c7:00.0: save config 0x00: 0x151f1022
[ 29.262751] nvme 0000:c1:00.0: save config 0x04: 0x00100003
[ 29.262834] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 29.262841] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 29.262902] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 29.262903] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 29.262903] pci 0000:00:00.2: save config 0x04: 0x00100400
[ 29.262904] xhci_hcd 0000:c7:00.0: save config 0x04: 0x00100403
[ 29.262905] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 29.262907] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 29.262908] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 29.262996] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 29.262997] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 29.262998] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 29.262999] xhci_hcd 0000:c7:00.0: save config 0x08: 0x0c033000
[ 29.263000] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 29.263001] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 29.263008] pcieport 0000:00:01.2: PME# enabled
[ 29.263008] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 29.263081] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 29.263083] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 29.263084] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 29.263085] xhci_hcd 0000:c7:00.0: save config 0x0c: 0x00800010
[ 29.263086] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 29.263087] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 29.263094] pcieport 0000:00:01.1: PME# enabled
[ 29.263094] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 29.263158] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 29.263158] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 29.263160] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 29.263161] xhci_hcd 0000:c7:00.0: save config 0x10: 0xdde00004
[ 29.263162] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 29.263163] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 29.263164] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 29.263254] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 29.263255] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 29.263262] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 29.263262] xhci_hcd 0000:c7:00.0: save config 0x14: 0x00000000
[ 29.263263] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 29.263265] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 29.263287] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 29.263352] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 29.263354] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 29.263354] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 29.263355] xhci_hcd 0000:c7:00.0: save config 0x18: 0x00000000
[ 29.263358] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 29.263360] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 29.263361] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 29.263362] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 29.263363] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 29.263365] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 29.263367] xhci_hcd 0000:c7:00.0: save config 0x1c: 0x00000000
[ 29.263369] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 29.263371] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 29.263373] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 29.263374] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 29.263376] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 29.263377] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 29.263378] xhci_hcd 0000:c7:00.0: save config 0x20: 0x00000000
[ 29.263379] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 29.263380] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 29.263381] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 29.263382] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 29.263471] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 29.263472] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 29.263473] xhci_hcd 0000:c7:00.0: save config 0x24: 0x00000000
[ 29.263474] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 29.263475] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 29.263476] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 29.263477] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 29.263540] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 29.263541] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 29.263542] xhci_hcd 0000:c7:00.0: save config 0x28: 0x00000000
[ 29.263543] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 29.263545] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 29.263545] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 29.263546] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 29.263547] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 29.263548] pci 0000:00:00.2: save config 0x2c: 0x15081022
[ 29.263549] xhci_hcd 0000:c7:00.0: save config 0x2c: 0x201f1043
[ 29.263550] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 29.263551] pci 0000:00:14.3: save config 0x2c: 0x1ed31043
[ 29.263552] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 29.263553] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 29.263553] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 29.263554] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 29.263555] xhci_hcd 0000:c7:00.0: save config 0x30: 0x00000000
[ 29.263556] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 29.263557] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 29.263558] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 29.263559] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 29.263560] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 29.263561] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 29.263561] xhci_hcd 0000:c7:00.0: save config 0x34: 0x00000048
[ 29.263563] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 29.263564] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 29.263565] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 29.263566] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 29.263566] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 29.263567] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 29.263568] xhci_hcd 0000:c7:00.0: save config 0x38: 0x00000000
[ 29.263569] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 29.263570] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 29.263571] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 29.263572] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 29.263573] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 29.263574] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 29.263574] xhci_hcd 0000:c7:00.0: save config 0x3c: 0x000001ff
[ 29.263577] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 29.263579] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 29.263916] xhci_hcd 0000:c5:00.4: PME# enabled
[ 29.264009] xhci_hcd 0000:c7:00.0: PME# enabled
[ 29.264252] xhci_hcd 0000:c7:00.4: PME# enabled
[ 29.264355] xhci_hcd 0000:c7:00.3: PME# enabled
[ 29.274693] pcieport 0000:00:08.2: PCI PM: Suspend power state: D3hot
[ 29.274838] ccp 0000:c5:00.2: PCI PM: Suspend power state: D3hot
[ 29.274848] pcie_mp2_amd 0000:c5:00.7: PCI PM: Suspend power state: D3hot
[ 29.274908] nvme 0000:c1:00.0: ACPI _REG disconnect evaluation failed (5)
[ 29.275765] mt7925e 0000:c3:00.0: PCI PM: Suspend power state: D3hot
[ 29.275812] pcieport 0000:00:02.3: save config 0x00: 0x150b1022
[ 29.275819] pcieport 0000:00:02.3: save config 0x04: 0x00100407
[ 29.275822] pcieport 0000:00:02.3: save config 0x08: 0x06040000
[ 29.275824] pcieport 0000:00:02.3: save config 0x0c: 0x00810010
[ 29.275826] pcieport 0000:00:02.3: save config 0x10: 0x00000000
[ 29.275828] pcieport 0000:00:02.3: save config 0x14: 0x00000000
[ 29.275830] pcieport 0000:00:02.3: save config 0x18: 0x00c3c300
[ 29.275831] pcieport 0000:00:02.3: save config 0x1c: 0x000001f1
[ 29.275833] pcieport 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 29.275835] pcieport 0000:00:02.3: save config 0x24: 0x0001fff1
[ 29.275837] pcieport 0000:00:02.3: save config 0x28: 0x00000000
[ 29.275838] pcieport 0000:00:02.3: save config 0x2c: 0x00000000
[ 29.275840] pcieport 0000:00:02.3: save config 0x30: 0x00000000
[ 29.275842] pcieport 0000:00:02.3: save config 0x34: 0x00000050
[ 29.275843] pcieport 0000:00:02.3: save config 0x38: 0x00000000
[ 29.275845] pcieport 0000:00:02.3: save config 0x3c: 0x001200ff
[ 29.277098] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 29.277106] snd_hda_intel 0000:c5:00.1: PCI PM: Suspend power state: D3cold
[ 29.277139] amdgpu 0000:c5:00.0: save config 0x00: 0x150e1002
[ 29.277144] amdgpu 0000:c5:00.0: save config 0x04: 0x00100407
[ 29.277146] amdgpu 0000:c5:00.0: save config 0x08: 0x038000c1
[ 29.277148] amdgpu 0000:c5:00.0: save config 0x0c: 0x00800010
[ 29.277149] amdgpu 0000:c5:00.0: save config 0x10: 0x1000000c
[ 29.277151] amdgpu 0000:c5:00.0: save config 0x14: 0x0000007a
[ 29.277153] amdgpu 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 29.277154] amdgpu 0000:c5:00.0: save config 0x1c: 0x00000000
[ 29.277155] amdgpu 0000:c5:00.0: save config 0x20: 0x0000e001
[ 29.277157] amdgpu 0000:c5:00.0: save config 0x24: 0xdd700000
[ 29.277158] amdgpu 0000:c5:00.0: save config 0x28: 0x00000000
[ 29.277159] amdgpu 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 29.277161] amdgpu 0000:c5:00.0: save config 0x30: 0x00000000
[ 29.277162] amdgpu 0000:c5:00.0: save config 0x34: 0x00000048
[ 29.277163] amdgpu 0000:c5:00.0: save config 0x38: 0x00000000
[ 29.277164] amdgpu 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 29.278223] snd_hda_intel 0000:c5:00.6: power state changed by ACPI to D3cold
[ 29.278226] snd_hda_intel 0000:c5:00.6: PCI PM: Suspend power state: D3cold
[ 29.279797] nvme 0000:c1:00.0: power state changed by ACPI to D3cold
[ 29.279800] nvme 0000:c1:00.0: PCI PM: Suspend power state: D3cold
[ 29.279818] pcieport 0000:00:02.1: save config 0x00: 0x150b1022
[ 29.279822] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 29.279825] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 29.279827] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 29.279828] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 29.279831] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 29.279832] pcieport 0000:00:02.1: save config 0x18: 0x00c1c100
[ 29.279834] pcieport 0000:00:02.1: save config 0x1c: 0x000001f1
[ 29.279836] pcieport 0000:00:02.1: save config 0x20: 0xde30de30
[ 29.279838] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 29.279839] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 29.279841] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 29.279843] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 29.279844] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 29.279846] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 29.279848] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 29.279919] pcieport 0000:00:02.1: PME# enabled
[ 29.279987] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[ 29.279991] pcieport 0000:00:01.1: PCI PM: Suspend power state: D3cold
[ 29.280214] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
[ 29.280219] pcieport 0000:00:01.2: PCI PM: Suspend power state: D3cold
[ 29.280394] xhci_hcd 0000:c7:00.0: power state changed by ACPI to D3cold
[ 29.280398] xhci_hcd 0000:c7:00.0: PCI PM: Suspend power state: D3cold
[ 29.280520] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 29.280522] xhci_hcd 0000:c5:00.4: PCI PM: Suspend power state: D3cold
[ 29.280569] thunderbolt 0000:c7:00.5: save config 0x00: 0x151c1022
[ 29.280574] thunderbolt 0000:c7:00.5: save config 0x04: 0x00100406
[ 29.280577] thunderbolt 0000:c7:00.5: save config 0x08: 0x0c034000
[ 29.280579] thunderbolt 0000:c7:00.5: save config 0x0c: 0x00800010
[ 29.280582] thunderbolt 0000:c7:00.5: save config 0x10: 0xddf80004
[ 29.280584] thunderbolt 0000:c7:00.5: save config 0x14: 0x00000000
[ 29.280586] thunderbolt 0000:c7:00.5: save config 0x18: 0x00000000
[ 29.280591] thunderbolt 0000:c7:00.5: save config 0x1c: 0x00000000
[ 29.280592] thunderbolt 0000:c7:00.5: save config 0x20: 0x00000000
[ 29.280594] thunderbolt 0000:c7:00.5: save config 0x24: 0x00000000
[ 29.280595] thunderbolt 0000:c7:00.5: save config 0x28: 0x00000000
[ 29.280596] thunderbolt 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 29.280598] thunderbolt 0000:c7:00.5: save config 0x30: 0x00000000
[ 29.280599] thunderbolt 0000:c7:00.5: save config 0x34: 0x00000048
[ 29.280601] thunderbolt 0000:c7:00.5: save config 0x38: 0x00000000
[ 29.280603] thunderbolt 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 29.280656] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 29.280658] xhci_hcd 0000:c7:00.4: PCI PM: Suspend power state: D3cold
[ 29.280778] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 29.280780] xhci_hcd 0000:c7:00.3: PCI PM: Suspend power state: D3cold
[ 29.280791] thunderbolt 0000:c7:00.6: save config 0x00: 0x151d1022
[ 29.280794] thunderbolt 0000:c7:00.6: save config 0x04: 0x00100406
[ 29.280796] thunderbolt 0000:c7:00.6: save config 0x08: 0x0c034000
[ 29.280797] thunderbolt 0000:c7:00.6: save config 0x0c: 0x00800010
[ 29.280799] thunderbolt 0000:c7:00.6: save config 0x10: 0xddf00004
[ 29.280801] thunderbolt 0000:c7:00.6: save config 0x14: 0x00000000
[ 29.280802] thunderbolt 0000:c7:00.6: save config 0x18: 0x00000000
[ 29.280803] thunderbolt 0000:c7:00.6: save config 0x1c: 0x00000000
[ 29.280805] thunderbolt 0000:c7:00.6: save config 0x20: 0x00000000
[ 29.280806] thunderbolt 0000:c7:00.6: save config 0x24: 0x00000000
[ 29.280807] thunderbolt 0000:c7:00.6: save config 0x28: 0x00000000
[ 29.280809] thunderbolt 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 29.280810] thunderbolt 0000:c7:00.6: save config 0x30: 0x00000000
[ 29.280811] thunderbolt 0000:c7:00.6: save config 0x34: 0x00000048
[ 29.280813] thunderbolt 0000:c7:00.6: save config 0x38: 0x00000000
[ 29.280814] thunderbolt 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 29.280816] thunderbolt 0000:c7:00.5: PME# enabled
[ 29.281009] thunderbolt 0000:c7:00.6: PME# enabled
[ 29.285350] snd_hda_intel 0000:c4:00.1: PCI PM: Suspend power state: D3hot
[ 29.285368] nvidia 0000:c4:00.0: save config 0x00: 0x28a110de
[ 29.285372] nvidia 0000:c4:00.0: save config 0x04: 0x00100407
[ 29.285375] nvidia 0000:c4:00.0: save config 0x08: 0x030000a1
[ 29.285377] nvidia 0000:c4:00.0: save config 0x0c: 0x00800000
[ 29.285379] nvidia 0000:c4:00.0: save config 0x10: 0xdc000000
[ 29.285381] nvidia 0000:c4:00.0: save config 0x14: 0x0000000c
[ 29.285384] nvidia 0000:c4:00.0: save config 0x18: 0x00000078
[ 29.285386] nvidia 0000:c4:00.0: save config 0x1c: 0x0000000c
[ 29.285388] nvidia 0000:c4:00.0: save config 0x20: 0x0000007a
[ 29.285390] nvidia 0000:c4:00.0: save config 0x24: 0x0000f001
[ 29.285392] nvidia 0000:c4:00.0: save config 0x28: 0x00000000
[ 29.285394] nvidia 0000:c4:00.0: save config 0x2c: 0x1ed31043
[ 29.285396] nvidia 0000:c4:00.0: save config 0x30: 0x00000000
[ 29.285398] nvidia 0000:c4:00.0: save config 0x34: 0x00000060
[ 29.285400] nvidia 0000:c4:00.0: save config 0x38: 0x00000000
[ 29.285402] nvidia 0000:c4:00.0: save config 0x3c: 0x000001ff
[ 29.287947] pcieport 0000:00:02.3: ACPI _REG disconnect evaluation failed (5)
[ 29.288560] pcieport 0000:00:02.3: power state changed by ACPI to D3cold
[ 29.288563] pcieport 0000:00:02.3: PCI PM: Suspend power state: D3cold
[ 29.289511] amdgpu 0000:c5:00.0: power state changed by ACPI to D3cold
[ 29.289517] amdgpu 0000:c5:00.0: PCI PM: Suspend power state: D3cold
[ 29.289555] pcieport 0000:00:08.1: save config 0x00: 0x150c1022
[ 29.289560] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 29.289562] pcieport 0000:00:08.1: save config 0x08: 0x06040000
[ 29.289564] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 29.289565] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 29.289567] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 29.289568] pcieport 0000:00:08.1: save config 0x18: 0x00c5c500
[ 29.289569] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 29.289571] pcieport 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 29.289572] pcieport 0000:00:08.1: save config 0x24: 0x20711001
[ 29.289573] pcieport 0000:00:08.1: save config 0x28: 0x0000007a
[ 29.289574] pcieport 0000:00:08.1: save config 0x2c: 0x0000007a
[ 29.289575] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 29.289577] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 29.289578] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 29.289579] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 29.292297] pcieport 0000:00:02.1: ACPI _REG disconnect evaluation failed (5)
[ 29.292765] pcieport 0000:00:02.1: power state changed by ACPI to D3hot
[ 29.292775] pcieport 0000:00:02.1: PCI PM: Suspend power state: D3hot
[ 29.296061] thunderbolt 0000:c7:00.5: power state changed by ACPI to D3cold
[ 29.296070] thunderbolt 0000:c7:00.5: PCI PM: Suspend power state: D3cold
[ 29.296198] thunderbolt 0000:c7:00.6: power state changed by ACPI to D3cold
[ 29.296203] thunderbolt 0000:c7:00.6: PCI PM: Suspend power state: D3cold
[ 29.296239] pcieport 0000:00:08.3: save config 0x00: 0x150c1022
[ 29.296246] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 29.296248] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 29.296250] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 29.296251] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 29.296252] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 29.296254] pcieport 0000:00:08.3: save config 0x18: 0x00c7c700
[ 29.296255] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 29.296256] pcieport 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 29.296257] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 29.296259] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 29.296260] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 29.296261] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 29.296262] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 29.296264] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 29.296265] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 29.297508] nvidia 0000:c4:00.0: PCI PM: Suspend power state: D3hot
[ 29.297542] pcieport 0000:00:03.1: save config 0x00: 0x150b1022
[ 29.297546] pcieport 0000:00:03.1: save config 0x04: 0x00100407
[ 29.297549] pcieport 0000:00:03.1: save config 0x08: 0x06040000
[ 29.297550] pcieport 0000:00:03.1: save config 0x0c: 0x00810010
[ 29.297552] pcieport 0000:00:03.1: save config 0x10: 0x00000000
[ 29.297554] pcieport 0000:00:03.1: save config 0x14: 0x00000000
[ 29.297555] pcieport 0000:00:03.1: save config 0x18: 0x00c4c400
[ 29.297556] pcieport 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 29.297558] pcieport 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 29.297559] pcieport 0000:00:03.1: save config 0x24: 0x01f10001
[ 29.297560] pcieport 0000:00:03.1: save config 0x28: 0x00000078
[ 29.297562] pcieport 0000:00:03.1: save config 0x2c: 0x0000007a
[ 29.297563] pcieport 0000:00:03.1: save config 0x30: 0x00000000
[ 29.297564] pcieport 0000:00:03.1: save config 0x34: 0x00000050
[ 29.297565] pcieport 0000:00:03.1: save config 0x38: 0x00000000
[ 29.297567] pcieport 0000:00:03.1: save config 0x3c: 0x001200ff
[ 29.297609] pcieport 0000:00:03.1: PME# enabled
[ 29.301457] pcieport 0000:00:08.1: power state changed by ACPI to D3cold
[ 29.301460] pcieport 0000:00:08.1: PCI PM: Suspend power state: D3cold
[ 29.308348] pcieport 0000:00:08.3: PCI PM: Suspend power state: D3hot
[ 29.309660] pcieport 0000:00:03.1: ACPI _REG disconnect evaluation failed (5)
[ 29.351916] pcieport 0000:00:03.1: power state changed by ACPI to D3cold
[ 29.351924] pcieport 0000:00:03.1: PCI PM: Suspend power state: D3cold
[ 36.146722] ACPI: EC: interrupt unblocked
[ 36.146952] pcieport 0000:00:08.2: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 36.146970] pcieport 0000:00:08.2: restore config 0x28: 0x0000007a -> 0x0000007a
[ 36.146971] pcieport 0000:00:08.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 36.146981] pcieport 0000:00:08.2: restore config 0x24: 0x20912091 -> 0x20912091
[ 36.146984] pcieport 0000:00:08.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 36.146990] pcieport 0000:00:08.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 36.147128] pci 0000:c6:00.1: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.147135] pci 0000:c6:00.1: restore config 0x2c: 0x17f01022 -> 0x20cf1043
[ 36.147139] pci 0000:c6:00.1: restore config 0x24: 0x00000000 -> 0xde102000
[ 36.147142] pci 0000:c6:00.1: restore config 0x20: 0x00000000 -> 0xde103000
[ 36.147145] pci 0000:c6:00.1: restore config 0x1c: 0x00000000 -> 0x0000007a
[ 36.147149] pci 0000:c6:00.1: restore config 0x18: 0x0000000c -> 0x2090000c
[ 36.147152] pci 0000:c6:00.1: restore config 0x14: 0x00000000 -> 0xde100000
[ 36.147155] pci 0000:c6:00.1: restore config 0x10: 0x00000000 -> 0xde000000
[ 36.147159] pci 0000:c6:00.1: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.148440] ACPI: button: The lid device is not compliant to SW_LID.
[ 36.148642] pcieport 0000:00:02.1: power state changed by ACPI to D0
[ 36.148662] pcieport 0000:00:02.1: ACPI _REG connect evaluation failed (5)
[ 36.148663] pcieport 0000:00:08.1: power state changed by ACPI to D0
[ 36.148847] pcieport 0000:00:02.2: power state changed by ACPI to D0
[ 36.148868] pcieport 0000:00:02.2: ACPI _REG connect evaluation failed (5)
[ 36.148945] pcieport 0000:00:08.1: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 36.148947] pcieport 0000:00:08.1: restore config 0x28: 0x0000007a -> 0x0000007a
[ 36.148949] pcieport 0000:00:08.1: restore config 0x24: 0x20711001 -> 0x20711001
[ 36.148971] pcieport 0000:00:08.1: waiting 100 ms for downstream link, after activation
[ 36.149584] xhci_hcd 0000:c7:00.0: power state changed by ACPI to D0
[ 36.149710] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D0
[ 36.149879] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D0
[ 36.150017] thunderbolt 0000:c7:00.6: power state changed by ACPI to D0
[ 36.150138] thunderbolt 0000:c7:00.5: power state changed by ACPI to D0
[ 36.150270] pcieport 0000:00:02.3: power state changed by ACPI to D0
[ 36.150273] pcieport 0000:00:02.3: ACPI _REG connect evaluation failed (5)
[ 36.158760] pci 0000:c6:00.0: restore config 0x3c: 0x00000000 -> 0x000000ff
[ 36.158765] pci 0000:c6:00.0: restore config 0x2c: 0xffffffff -> 0x150d1022
[ 36.158774] pci 0000:c6:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.159774] pcieport 0000:00:02.1: restore config 0x2c: 0x00000000 -> 0x00000000
[ 36.159777] pcieport 0000:00:02.1: restore config 0x28: 0x00000000 -> 0x00000000
[ 36.159779] pcieport 0000:00:02.1: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 36.160209] nvme 0000:c1:00.0: power state changed by ACPI to D0
[ 36.160210] nvme 0000:c1:00.0: ACPI _REG connect evaluation failed (5)
[ 36.160250] nvme 0000:c1:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.160262] nvme 0000:c1:00.0: restore config 0x10: 0x00000004 -> 0xde300004
[ 36.160266] nvme 0000:c1:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 36.160269] nvme 0000:c1:00.0: restore config 0x04: 0x00100000 -> 0x00100003
[ 36.160769] pcieport 0000:00:02.2: restore config 0x2c: 0x00000000 -> 0x00000000
[ 36.160771] pcieport 0000:00:02.2: restore config 0x28: 0x00000000 -> 0x00000000
[ 36.160773] pcieport 0000:00:02.2: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 36.160800] pcieport 0000:00:02.2: waiting 100 ms for downstream link, after activation
[ 36.161771] thunderbolt 0000:c7:00.6: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.161772] thunderbolt 0000:c7:00.5: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 36.161774] xhci_hcd 0000:c7:00.4: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 36.161778] xhci_hcd 0000:c7:00.3: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 36.161787] xhci_hcd 0000:c7:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.161821] thunderbolt 0000:c7:00.6: restore config 0x10: 0x00000004 -> 0xddf00004
[ 36.161823] thunderbolt 0000:c7:00.5: restore config 0x10: 0x00000004 -> 0xddf80004
[ 36.161824] pcieport 0000:00:02.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 36.161825] xhci_hcd 0000:c7:00.4: restore config 0x10: 0x00000004 -> 0xddc00004
[ 36.161832] xhci_hcd 0000:c7:00.3: restore config 0x10: 0x00000004 -> 0xddd00004
[ 36.161833] pcieport 0000:00:02.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 36.161834] thunderbolt 0000:c7:00.6: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.161836] thunderbolt 0000:c7:00.5: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.161838] xhci_hcd 0000:c7:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.161840] xhci_hcd 0000:c7:00.0: restore config 0x10: 0x00000004 -> 0xdde00004
[ 36.161842] pcieport 0000:00:02.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 36.161846] xhci_hcd 0000:c7:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.161848] thunderbolt 0000:c7:00.6: restore config 0x04: 0x00100000 -> 0x00100406
[ 36.161849] thunderbolt 0000:c7:00.5: restore config 0x04: 0x00100000 -> 0x00100406
[ 36.161850] xhci_hcd 0000:c7:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 36.161853] xhci_hcd 0000:c7:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.161859] xhci_hcd 0000:c7:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 36.161867] xhci_hcd 0000:c7:00.0: restore config 0x04: 0x00100000 -> 0x00100403
[ 36.161948] pcieport 0000:00:02.3: waiting 100 ms for downstream link, after activation
[ 36.167417] pcieport 0000:00:01.2: power state changed by ACPI to D0
[ 36.167440] pcieport 0000:00:01.1: power state changed by ACPI to D0
[ 36.178782] pcieport 0000:00:01.2: restore config 0x2c: 0x00000057 -> 0x00000057
[ 36.178791] pcieport 0000:00:01.2: restore config 0x28: 0x00000038 -> 0x00000038
[ 36.178816] pcieport 0000:00:01.2: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 36.179784] pcieport 0000:00:01.1: restore config 0x2c: 0x00000077 -> 0x00000077
[ 36.179793] pcieport 0000:00:01.1: restore config 0x28: 0x00000058 -> 0x00000058
[ 36.179818] pcieport 0000:00:01.1: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 36.277770] amdgpu 0000:c5:00.0: ready 0ms after resume
[ 36.285777] pci 0000:c2:00.0: ready 0ms after resume
[ 36.285835] mt7925e 0000:c3:00.0: ready 0ms after resume
[ 36.329047] pci 0000:c5:00.5: power state changed by ACPI to D0
[ 36.330062] amdgpu 0000:c5:00.0: power state changed by ACPI to D0
[ 36.330903] snd_hda_intel 0000:c5:00.6: power state changed by ACPI to D0
[ 36.330925] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D0
[ 36.341238] mt7925e 0000:c3:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.341256] mt7925e 0000:c3:00.0: restore config 0x18: 0x00000004 -> 0xdda00004
[ 36.341263] mt7925e 0000:c3:00.0: restore config 0x10: 0x00000004 -> 0xdd800004
[ 36.341268] mt7925e 0000:c3:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 36.341274] mt7925e 0000:c3:00.0: restore config 0x04: 0x00100000 -> 0x00100406
[ 36.341858] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 36.341912] pcieport 0000:00:03.1: power state changed by ACPI to D0
[ 36.341915] pcieport 0000:00:03.1: ACPI _REG connect evaluation failed (5)
[ 36.341936] pcieport 0000:00:03.1: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 36.341938] pcieport 0000:00:03.1: restore config 0x28: 0x00000078 -> 0x00000078
[ 36.341940] pcieport 0000:00:03.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 36.341951] pcieport 0000:00:03.1: restore config 0x04: 0x00100406 -> 0x00100407
[ 36.341967] pcieport 0000:00:03.1: waiting 100 ms for downstream link, after activation
[ 36.343766] xhci_hcd 0000:c5:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 36.343776] xhci_hcd 0000:c5:00.4: restore config 0x10: 0x00000004 -> 0xdd500004
[ 36.343779] xhci_hcd 0000:c5:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.343781] xhci_hcd 0000:c5:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 36.470261] nvidia 0000:c4:00.0: ready 0ms after resume
[ 36.470435] nvidia 0000:c4:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 36.470455] nvidia 0000:c4:00.0: restore config 0x24: 0x00000001 -> 0x0000f001
[ 36.470461] nvidia 0000:c4:00.0: restore config 0x20: 0x00000000 -> 0x0000007a
[ 36.470467] nvidia 0000:c4:00.0: restore config 0x18: 0x00000000 -> 0x00000078
[ 36.470471] nvidia 0000:c4:00.0: restore config 0x10: 0x00000000 -> 0xdc000000
[ 36.470477] nvidia 0000:c4:00.0: restore config 0x04: 0x00100000 -> 0x00100407
[ 36.470594] snd_hda_intel 0000:c4:00.1: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 36.470613] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0x00000000 -> 0xdd080000
[ 36.470619] snd_hda_intel 0000:c4:00.1: restore config 0x0c: 0x00800000 -> 0x00800010
[ 36.470624] snd_hda_intel 0000:c4:00.1: restore config 0x04: 0x00100000 -> 0x00100006
[ 36.478949] pcieport 0000:00:02.2: PME# disabled
[ 36.479092] pcieport 0000:00:02.1: PME# disabled
[ 36.479178] nvme 0000:c1:00.0: enabling bus mastering
[ 36.479263] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 36.479266] nvme 0000:c1:00.0: save config 0x04: 0x00100407
[ 36.479267] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 36.479269] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 36.479270] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 36.479272] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 36.479273] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 36.479274] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 36.479276] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 36.479277] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 36.479278] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 36.479279] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 36.479281] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 36.479282] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 36.479283] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 36.479284] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 36.483824] [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
[ 36.483882] amdgpu 0000:c5:00.0: amdgpu: SMU is resuming...
[ 36.484647] nvme nvme0: 24/0/0 default/read/poll queues
[ 36.487150] thunderbolt 0000:c7:00.6: PME# disabled
[ 36.487177] pcieport 0000:00:03.1: PME# disabled
[ 36.488220] xhci_hcd 0000:c5:00.4: PME# disabled
[ 36.488226] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 36.488336] xhci_hcd 0000:c7:00.0: PME# disabled
[ 36.488347] xhci_hcd 0000:c7:00.0: enabling bus mastering
[ 36.488428] xhci_hcd 0000:c7:00.3: PME# disabled
[ 36.488431] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 36.489284] xhci_hcd 0000:c7:00.4: PME# disabled
[ 36.489287] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 36.489393] thunderbolt 0000:c7:00.5: PME# disabled
[ 36.489960] pcieport 0000:00:01.2: PME# disabled
[ 36.489987] pcieport 0000:00:01.2: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 36.490056] pcieport 0000:00:01.1: PME# disabled
[ 36.490083] pcieport 0000:00:01.1: pciehp: pciehp_check_link_active: lnk_status = 1101
[ 36.492144] amdgpu 0000:c5:00.0: amdgpu: SMU is resumed successfully!
[ 36.535681] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 36.535684] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 36.793970] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 36.793979] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 36.862728] amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 36.862733] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 36.862734] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 36.862735] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 36.862735] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 36.862737] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 36.862738] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 36.862739] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 36.862740] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 36.862740] amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 36.862741] amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[ 36.862741] amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
[ 36.862742] amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
[ 36.862743] amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
[ 36.934370] OOM killer enabled.
[ 36.934373] Restarting tasks: Starting
[ 36.934401] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 36.934405] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 36.934407] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 36.934409] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 36.934411] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 36.934412] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 36.934414] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 36.934416] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 36.934417] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 36.934419] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 36.934420] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 36.934422] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 36.934423] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 36.934425] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 36.934426] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 36.934428] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 36.934704] pcieport 0000:00:01.2: PME# enabled
[ 36.935106] Restarting tasks: Done
[ 36.935115] efivarfs: resyncing variable state
[ 36.935175] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 36.935178] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 36.935179] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 36.935180] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 36.935182] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 36.935184] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 36.935186] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 36.935187] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 36.935188] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 36.935190] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 36.935191] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 36.935193] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 36.935195] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 36.935196] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 36.935198] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 36.935200] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 36.935418] pcieport 0000:00:01.1: PME# enabled
[ 36.935734] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 36.935741] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 36.935743] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 36.935750] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 36.935752] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 36.935753] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 36.935754] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 36.935755] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 36.935756] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 36.935758] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 36.935759] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 36.935760] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 36.935762] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 36.935763] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 36.935765] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 36.935766] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 36.935784] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 36.935816] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 36.935818] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 36.935820] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 36.935821] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 36.935822] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 36.935823] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 36.935824] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 36.935825] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 36.935827] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 36.935828] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 36.935829] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 36.935830] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 36.935831] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 36.935832] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 36.935834] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 36.935835] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 36.935869] pcieport 0000:00:02.2: PME# enabled
[ 36.936021] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 36.936022] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 36.936024] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 36.936025] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 36.936026] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 36.936027] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 36.936029] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 36.936031] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 36.936032] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 36.936033] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 36.936034] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 36.936036] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 36.936037] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 36.936038] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 36.936039] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 36.936040] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 36.936255] xhci_hcd 0000:c7:00.4: PME# enabled
[ 36.936417] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 36.936419] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 36.936421] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 36.936422] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 36.936424] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 36.936425] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 36.936426] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 36.936427] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 36.936429] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 36.936430] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 36.936431] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 36.936432] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 36.936434] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 36.936435] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 36.936437] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 36.936439] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 36.936657] xhci_hcd 0000:c7:00.3: PME# enabled
[ 36.938936] efivarfs: finished resyncing variable state
[ 36.938955] random: crng reseeded on system resumption
[ 36.947069] pcieport 0000:00:02.2: ACPI _REG disconnect evaluation failed (5)
[ 36.949463] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 36.949758] pcieport 0000:00:02.2: power state changed by ACPI to D3cold
[ 36.950274] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 36.950351] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[ 36.950419] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
[ 36.950497] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 36.951120] PM: suspend exit
[ 37.109760] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 37.347857] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 37.406032] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
[ 37.406038] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
[ 37.970214] rfkill: input handler disabled
[ 38.013898] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 38.025809] snd_hda_intel 0000:c5:00.1: PME# disabled
[ 38.254207] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 38.256811] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
[ 38.256819] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
[ 38.371371] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
[ 38.374898] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
[ 38.402581] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 38.405063] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 38.612239] wlan0: authenticate with fc:ec:da:d0:2c:df (local address=ec:91:61:93:02:8b)
[ 38.765485] wlan0: send auth to fc:ec:da:d0:2c:df (try 1/3)
[ 38.767816] wlan0: authenticated
[ 38.776244] wlan0: associate with fc:ec:da:d0:2c:df (try 1/3)
[ 38.798689] wlan0: RX AssocResp from fc:ec:da:d0:2c:df (capab=0x1111 status=0 aid=7)
[ 38.832182] wlan0: associated
[ 39.355932] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 39.355943] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 39.355946] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 39.355948] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 39.355950] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 39.355952] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 39.355954] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 39.355955] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 39.355957] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 39.355958] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 39.355960] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 39.355961] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 39.355963] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 39.355964] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 39.355966] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 39.355968] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 39.356195] xhci_hcd 0000:c5:00.4: PME# enabled
[ 39.369561] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 41.242369] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 41.242380] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 41.242383] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 41.242385] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 41.242387] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 41.242389] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 41.242391] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 41.242392] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 41.242394] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 41.242395] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 41.242397] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 41.242399] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 41.242400] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 41.242402] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 41.242403] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 41.242405] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 41.721965] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 41.721980] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 41.721984] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 41.721986] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 41.721989] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 41.721992] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 41.721994] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 41.721996] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 41.721998] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 41.722000] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 41.722002] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 41.722004] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 41.722006] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 41.722008] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 41.722010] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 41.722012] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 41.722038] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 41.734861] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 54.957579] thunderbolt 0000:c7:00.5: save config 0x00: 0x151c1022
[ 54.957589] thunderbolt 0000:c7:00.5: save config 0x04: 0x00100406
[ 54.957592] thunderbolt 0000:c7:00.5: save config 0x08: 0x0c034000
[ 54.957594] thunderbolt 0000:c7:00.5: save config 0x0c: 0x00800010
[ 54.957596] thunderbolt 0000:c7:00.5: save config 0x10: 0xddf80004
[ 54.957599] thunderbolt 0000:c7:00.5: save config 0x14: 0x00000000
[ 54.957600] thunderbolt 0000:c7:00.5: save config 0x18: 0x00000000
[ 54.957602] thunderbolt 0000:c7:00.5: save config 0x1c: 0x00000000
[ 54.957604] thunderbolt 0000:c7:00.5: save config 0x20: 0x00000000
[ 54.957605] thunderbolt 0000:c7:00.5: save config 0x24: 0x00000000
[ 54.957607] thunderbolt 0000:c7:00.5: save config 0x28: 0x00000000
[ 54.957608] thunderbolt 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 54.957610] thunderbolt 0000:c7:00.5: save config 0x30: 0x00000000
[ 54.957611] thunderbolt 0000:c7:00.5: save config 0x34: 0x00000048
[ 54.957613] thunderbolt 0000:c7:00.5: save config 0x38: 0x00000000
[ 54.957615] thunderbolt 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 54.958132] thunderbolt 0000:c7:00.5: PME# enabled
[ 54.958215] thunderbolt 0000:c7:00.6: save config 0x00: 0x151d1022
[ 54.958218] thunderbolt 0000:c7:00.6: save config 0x04: 0x00100406
[ 54.958220] thunderbolt 0000:c7:00.6: save config 0x08: 0x0c034000
[ 54.958221] thunderbolt 0000:c7:00.6: save config 0x0c: 0x00800010
[ 54.958223] thunderbolt 0000:c7:00.6: save config 0x10: 0xddf00004
[ 54.958225] thunderbolt 0000:c7:00.6: save config 0x14: 0x00000000
[ 54.958226] thunderbolt 0000:c7:00.6: save config 0x18: 0x00000000
[ 54.958228] thunderbolt 0000:c7:00.6: save config 0x1c: 0x00000000
[ 54.958230] thunderbolt 0000:c7:00.6: save config 0x20: 0x00000000
[ 54.958231] thunderbolt 0000:c7:00.6: save config 0x24: 0x00000000
[ 54.958233] thunderbolt 0000:c7:00.6: save config 0x28: 0x00000000
[ 54.958234] thunderbolt 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 54.958236] thunderbolt 0000:c7:00.6: save config 0x30: 0x00000000
[ 54.958237] thunderbolt 0000:c7:00.6: save config 0x34: 0x00000048
[ 54.958239] thunderbolt 0000:c7:00.6: save config 0x38: 0x00000000
[ 54.958240] thunderbolt 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 54.958558] thunderbolt 0000:c7:00.6: PME# enabled
[ 54.972621] thunderbolt 0000:c7:00.5: power state changed by ACPI to D3cold
[ 54.973263] thunderbolt 0000:c7:00.6: power state changed by ACPI to D3cold
[ 58.392979] nvidia 0000:c4:00.0: save config 0x00: 0x28a110de
[ 58.392987] nvidia 0000:c4:00.0: save config 0x04: 0x00100407
[ 58.392989] nvidia 0000:c4:00.0: save config 0x08: 0x030000a1
[ 58.392991] nvidia 0000:c4:00.0: save config 0x0c: 0x00800000
[ 58.392993] nvidia 0000:c4:00.0: save config 0x10: 0xdc000000
[ 58.392995] nvidia 0000:c4:00.0: save config 0x14: 0x0000000c
[ 58.392997] nvidia 0000:c4:00.0: save config 0x18: 0x00000078
[ 58.392998] nvidia 0000:c4:00.0: save config 0x1c: 0x0000000c
[ 58.393000] nvidia 0000:c4:00.0: save config 0x20: 0x0000007a
[ 58.393002] nvidia 0000:c4:00.0: save config 0x24: 0x0000f001
[ 58.393003] nvidia 0000:c4:00.0: save config 0x28: 0x00000000
[ 58.393005] nvidia 0000:c4:00.0: save config 0x2c: 0x1ed31043
[ 58.393006] nvidia 0000:c4:00.0: save config 0x30: 0x00000000
[ 58.393008] nvidia 0000:c4:00.0: save config 0x34: 0x00000060
[ 58.393009] nvidia 0000:c4:00.0: save config 0x38: 0x00000000
[ 58.393011] nvidia 0000:c4:00.0: save config 0x3c: 0x000001ff
[ 58.405144] pcieport 0000:00:03.1: save config 0x00: 0x150b1022
[ 58.405156] pcieport 0000:00:03.1: save config 0x04: 0x00100407
[ 58.405165] pcieport 0000:00:03.1: save config 0x08: 0x06040000
[ 58.405174] pcieport 0000:00:03.1: save config 0x0c: 0x00810010
[ 58.405182] pcieport 0000:00:03.1: save config 0x10: 0x00000000
[ 58.405190] pcieport 0000:00:03.1: save config 0x14: 0x00000000
[ 58.405199] pcieport 0000:00:03.1: save config 0x18: 0x00c4c400
[ 58.405207] pcieport 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 58.405215] pcieport 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 58.405224] pcieport 0000:00:03.1: save config 0x24: 0x01f10001
[ 58.405232] pcieport 0000:00:03.1: save config 0x28: 0x00000078
[ 58.405240] pcieport 0000:00:03.1: save config 0x2c: 0x0000007a
[ 58.405248] pcieport 0000:00:03.1: save config 0x30: 0x00000000
[ 58.405256] pcieport 0000:00:03.1: save config 0x34: 0x00000050
[ 58.405265] pcieport 0000:00:03.1: save config 0x38: 0x00000000
[ 58.405273] pcieport 0000:00:03.1: save config 0x3c: 0x001200ff
[ 58.405350] pcieport 0000:00:03.1: PME# enabled
[ 58.417408] pcieport 0000:00:03.1: ACPI _REG disconnect evaluation failed (5)
[ 58.457394] pcieport 0000:00:03.1: power state changed by ACPI to D3cold
[ 89.446006] RPC: Registered named UNIX socket transport module.
[ 89.446012] RPC: Registered udp transport module.
[ 89.446013] RPC: Registered tcp transport module.
[ 89.446014] RPC: Registered tcp-with-tls transport module.
[ 89.446015] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 89.542479] NFS: Registering the id_resolver key type
[ 89.542486] Key type id_resolver registered
[ 89.542487] Key type id_legacy registered
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 18:41 ` Mario Limonciello
@ 2026-04-03 19:10 ` Bjorn Helgaas
2026-04-03 19:11 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Bjorn Helgaas @ 2026-04-03 19:10 UTC (permalink / raw)
To: Mario Limonciello
Cc: Joyful Lee, platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel, Lukas Wunner
On Fri, Apr 03, 2026 at 01:41:04PM -0500, Mario Limonciello wrote:
> On 4/3/26 1:04 PM, Bjorn Helgaas wrote:
> ...
> > But as you point out, it doesn't close the issue. Somebody else is
> > going to trip over the same issue. Most likely they will not report
> > it and have no idea how to fix it. Even if they do report it, we'll
> > have to go through this whole debug process again.
> >
> > The kernel should work correctly (possibly with increased power
> > consumption or some other non-functional issue) regardless of whether
> > CONFIG_HOTPLUG_PCI_PCIE is enabled.
>
> I do hope as part of this we can reconsider why CONFIG_HOTPLUG_PCI_PCIE
> isn't part of the defconfig in the first place.
>
> defconfig doesn't work on any hardware of mine by default and it's too much
> work to figure out what to add to it. So I always start at distro configs
> and peel back for my own use.
>
> But, if we could actually make defconfig *usable* for general purpose kernel
> users maybe more people would use it.
>
> > How can we make Linux smart enough that if we're lacking pciehp or
> > whatever is necessary, we automatically avoid s2idle or S0ix or
> > whatever causes this problem?
>
> I suppose we /could/ have CONFIG_AMD_PMC depend on CONFIG_HOTPLUG_PCI_PCIE
> but it feels like using super glue on a wound until we know why this
> happens.
IMO making CONFIG_HOTPLUG_PCI_PCIE part of defconfig is definitely not
a solution. It just makes it slightly less likely that people will
hit this.
Making CONFIG_AMD_PMC depend on CONFIG_HOTPLUG_PCI_PCIE might be a
little better, but I agree that it's pretty janky to do that without
understanding the mechanism. Seems like we have a good chance to
understand this better, so I'm not ready to paper over it yet.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 19:10 ` Bjorn Helgaas
@ 2026-04-03 19:11 ` Mario Limonciello
0 siblings, 0 replies; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 19:11 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Joyful Lee, platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel, Lukas Wunner
On 4/3/26 2:10 PM, Bjorn Helgaas wrote:
> On Fri, Apr 03, 2026 at 01:41:04PM -0500, Mario Limonciello wrote:
>> On 4/3/26 1:04 PM, Bjorn Helgaas wrote:
>> ...
>
>>> But as you point out, it doesn't close the issue. Somebody else is
>>> going to trip over the same issue. Most likely they will not report
>>> it and have no idea how to fix it. Even if they do report it, we'll
>>> have to go through this whole debug process again.
>>>
>>> The kernel should work correctly (possibly with increased power
>>> consumption or some other non-functional issue) regardless of whether
>>> CONFIG_HOTPLUG_PCI_PCIE is enabled.
>>
>> I do hope as part of this we can reconsider why CONFIG_HOTPLUG_PCI_PCIE
>> isn't part of the defconfig in the first place.
>>
>> defconfig doesn't work on any hardware of mine by default and it's too much
>> work to figure out what to add to it. So I always start at distro configs
>> and peel back for my own use.
>>
>> But, if we could actually make defconfig *usable* for general purpose kernel
>> users maybe more people would use it.
>>
>>> How can we make Linux smart enough that if we're lacking pciehp or
>>> whatever is necessary, we automatically avoid s2idle or S0ix or
>>> whatever causes this problem?
>>
>> I suppose we /could/ have CONFIG_AMD_PMC depend on CONFIG_HOTPLUG_PCI_PCIE
>> but it feels like using super glue on a wound until we know why this
>> happens.
>
> IMO making CONFIG_HOTPLUG_PCI_PCIE part of defconfig is definitely not
> a solution. It just makes it slightly less likely that people will
> hit this.
>
> Making CONFIG_AMD_PMC depend on CONFIG_HOTPLUG_PCI_PCIE might be a
> little better, but I agree that it's pretty janky to do that without
> understanding the mechanism. Seems like we have a good chance to
> understand this better, so I'm not ready to paper over it yet.
To be clear (since my super glue comment wasn't), I don't think we
should yet either. I'm just suggesting that if we do eventually decide
to those are the best options I could come up with.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 19:07 ` Joyful Lee
@ 2026-04-03 20:02 ` Mario Limonciello
2026-04-03 20:47 ` Joyful Lee
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 20:02 UTC (permalink / raw)
To: Joyful Lee, Bjorn Helgaas
Cc: platform-driver-x86, Shyam Sundar S K, Hans de Goede,
Ilpo Järvinen, linux-pci, Bjorn Helgaas, linux-acpi,
Rafael J. Wysocki, linux-kernel, Lukas Wunner
On 4/3/26 2:07 PM, Joyful Lee wrote:
> On Fri, Apr 3, 2026 at 2:04 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>> I don't know what pciehp is doing that avoids this issue.
>> Understanding that seems like the first step in avoiding or fixing the
>> problem.
>>
>> Joyful, could you collect a dmesg log with pciehp enabled and with
>> this kernel parameter (the quotes are a required part of the
>> parameter):
>>
>> dyndbg="file drivers/pci/* +p"
>
> Certainly. I already went back to the 6.18 stable branch and enabled the nvidia
> drivers, but this is still representative of the "working" state.
Can you do the exact same on the same branch/commit but without pciehp
enabled? It will make comparison of all the impacts (not just this root
port) a lot easier.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 20:02 ` Mario Limonciello
@ 2026-04-03 20:47 ` Joyful Lee
2026-04-03 21:05 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Joyful Lee @ 2026-04-03 20:47 UTC (permalink / raw)
To: Mario Limonciello
Cc: Bjorn Helgaas, platform-driver-x86, Shyam Sundar S K,
Hans de Goede, Ilpo Järvinen, linux-pci, Bjorn Helgaas,
linux-acpi, Rafael J. Wysocki, linux-kernel, Lukas Wunner
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
On Fri, Apr 3, 2026 at 4:03 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
> Can you do the exact same on the same branch/commit but without pciehp
> enabled? It will make comparison of all the impacts (not just this root
> port) a lot easier.
Here you go. Unfortunately it's not *exactly* the same because I had to
disable the nvidia driver to get a result.
[-- Attachment #2: px13-nohotplug-pci-debug-dmesg.txt --]
[-- Type: text/plain, Size: 262705 bytes --]
[ 0.000000] Linux version 6.18.19 (root@osprey) (x86_64-pc-linux-gnu-gcc (Gentoo 15.2.1_p20260214 p5) 15.2.1 20260214, GNU ld (Gentoo 2.46.0 p1) 2.46.0) #26 SMP PREEMPT_DYNAMIC Fri Apr 3 16:22:47 EDT 2026
[ 0.000000] Command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\initrd dyndbg="file drivers/pci/* +p" module_blacklist=nvidia root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
[ 0.000000] x86/split lock detection: #DB: warning on user-space bus_locks
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009b7efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009b7f000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a23c000-0x000000006817efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006817f000-0x000000006e17efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007027f000-0x00000000783fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000783ff000-0x0000000079ff6fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079ff7000-0x0000000079ffcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079ffd000-0x0000000079ffefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000079fff000-0x000000007bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d675000-0x000000007d6fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007d800000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085e17ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085f1c0000-0x00000008a01fffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70233000 SMBIOS=0x77f72000 SMBIOS 3.0=0x77f71000 MEMATTR=0x63a0b018 ESRT=0x651deb18 RNG=0x6e206f18 INITRD=0x6226f798 TPMEventLog=0x6e1fc018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem59: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Remove mem60: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem61: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem62: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem64: MMIO range=[0x880000000-0x8a01fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x880000000-0x8a01fffff] reserved
[ 0.000000] SMBIOS 3.7.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. ProArt PX13 HN7306WU_HN7306WU/HN7306WU, BIOS HN7306WU.316 03/18/2025
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1996.241 MHz processor
[ 0.000064] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000066] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000072] last_pfn = 0x85e180 max_arch_pfn = 0x400000000
[ 0.000078] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000080] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000210] last_pfn = 0x79fff max_arch_pfn = 0x400000000
[ 0.005155] esrt: Reserving ESRT space from 0x00000000651deb18 to 0x00000000651deba0.
[ 0.005163] e820: update [mem 0x651de000-0x651defff] usable ==> reserved
[ 0.005178] Using GB pages for direct mapping
[ 0.005331] Secure boot disabled
[ 0.005332] RAMDISK: [mem 0x5a520000-0x5d613fff]
[ 0.005339] ACPI: Early table checksum verification disabled
[ 0.005343] ACPI: RSDP 0x000000006E27E014 000024 (v02 _ASUS_)
[ 0.005347] ACPI: XSDT 0x000000006E27D728 0001A4 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.005353] ACPI: FACP 0x000000006E271000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005359] ACPI: DSDT 0x000000006E25D000 013229 (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.005362] ACPI: FACS 0x000000006FA18000 000040
[ 0.005364] ACPI: MSDM 0x000000006E27C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.005366] ACPI: SSDT 0x000000006E273000 0083FE (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.005368] ACPI: SSDT 0x000000006E272000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.005370] ACPI: FIDT 0x000000006E25C000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005371] ACPI: ECDT 0x000000006E25B000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.005373] ACPI: MCFG 0x000000006E25A000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.005375] ACPI: HPET 0x000000006E259000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.005377] ACPI: UEFI 0x000000006FA16000 000048 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.005378] ACPI: FPDT 0x000000006E258000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.005380] ACPI: ABLT 0x000000006E257000 0002C2 (v00 00000000 00000000)
[ 0.005382] ACPI: VFCT 0x000000006E252000 004484 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.005384] ACPI: BGRT 0x000000006E251000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005386] ACPI: SSDT 0x000000006E250000 00021A (v02 AMD Hetero 00000001 INTL 20230331)
[ 0.005388] ACPI: PCCT 0x000000006E24F000 0000D4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.005390] ACPI: SSDT 0x000000006E247000 007EA6 (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.005391] ACPI: SDEV 0x000000006E246000 0001F2 (v01 AMD SdevTble 00000001 ACPI 00000002)
[ 0.005393] ACPI: TPM2 0x000000006E245000 000050 (v05 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.005395] ACPI: SSDT 0x000000006E243000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.005397] ACPI: SSDT 0x000000006E240000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.005398] ACPI: SSDT 0x000000006E23F000 000024 (v02 AMD CPMDFDG1 00000001 INTL 20230331)
[ 0.005400] ACPI: SSDT 0x000000006E23A000 004200 (v02 AMD CPMD3CLD 00000001 INTL 20230331)
[ 0.005402] ACPI: SSDT 0x000000006E238000 001DB7 (v02 AMD CPMPMF 00000001 INTL 20230331)
[ 0.005403] ACPI: SSDT 0x000000006E237000 000889 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.005405] ACPI: SSDT 0x000000006E236000 000EB9 (v02 AMD OEMACP 00000001 INTL 20230331)
[ 0.005407] ACPI: SSDT 0x000000006E235000 000A70 (v02 AMD OEMPMF 00000001 INTL 20230331)
[ 0.005408] ACPI: SSDT 0x000000006E22B000 009AC6 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.005410] ACPI: WSMT 0x000000006E22A000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005412] ACPI: APIC 0x000000006E229000 000128 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.005414] ACPI: SSDT 0x000000006E228000 00010D (v02 MSFT MHSP 00000004 INTL 20230331)
[ 0.005415] ACPI: SSDT 0x000000006E227000 000051 (v02 AMD DRTM 00000001 INTL 20230331)
[ 0.005417] ACPI: IVRS 0x000000006E226000 0001F6 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.005419] ACPI: SSDT 0x000000006E225000 00096A (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.005420] ACPI: SSDT 0x000000006E224000 000F5C (v02 AMD CPMACPV8 00000001 INTL 20230331)
[ 0.005422] ACPI: SSDT 0x000000006E223000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
[ 0.005424] ACPI: SSDT 0x000000006E222000 0008ED (v02 AMD THERMAL0 00000001 INTL 20230331)
[ 0.005425] ACPI: SSDT 0x000000006E221000 0005F9 (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.005427] ACPI: SSDT 0x000000006E217000 009726 (v02 AMD INTGPPC_ 00000001 INTL 20230331)
[ 0.005429] ACPI: SSDT 0x000000006E212000 004607 (v02 AMD INTGPPA_ 00000001 INTL 20230331)
[ 0.005430] ACPI: SSDT 0x000000006E211000 000921 (v02 AMD CPMGPIO0 00000001 INTL 20230331)
[ 0.005432] ACPI: SSDT 0x000000006E210000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.005434] ACPI: SSDT 0x000000006E20F000 000509 (v02 AMD CPMSFAML 00000001 INTL 20230331)
[ 0.005435] ACPI: SSDT 0x000000006E20D000 0011BC (v01 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.005437] ACPI: SSDT 0x000000006E20C000 000A13 (v02 AMD SDCR 00000001 INTL 20230331)
[ 0.005439] ACPI: SSDT 0x000000006E20B000 000ABF (v02 AMD WLAN 00000001 INTL 20230331)
[ 0.005440] ACPI: SSDT 0x000000006E20A000 000CA7 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.005442] ACPI: SSDT 0x000000006E209000 000664 (v02 AMD GpMsSsdt 00000001 INTL 20230331)
[ 0.005444] ACPI: SSDT 0x000000006E207000 0016FA (v02 AMD UPEP 00000001 INTL 20230331)
[ 0.005445] ACPI: Reserving FACP table memory at [mem 0x6e271000-0x6e271113]
[ 0.005446] ACPI: Reserving DSDT table memory at [mem 0x6e25d000-0x6e270228]
[ 0.005447] ACPI: Reserving FACS table memory at [mem 0x6fa18000-0x6fa1803f]
[ 0.005447] ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
[ 0.005447] ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e27b3fd]
[ 0.005448] ACPI: Reserving SSDT table memory at [mem 0x6e272000-0x6e272308]
[ 0.005448] ACPI: Reserving FIDT table memory at [mem 0x6e25c000-0x6e25c09b]
[ 0.005448] ACPI: Reserving ECDT table memory at [mem 0x6e25b000-0x6e25b0c0]
[ 0.005449] ACPI: Reserving MCFG table memory at [mem 0x6e25a000-0x6e25a03b]
[ 0.005449] ACPI: Reserving HPET table memory at [mem 0x6e259000-0x6e259037]
[ 0.005449] ACPI: Reserving UEFI table memory at [mem 0x6fa16000-0x6fa16047]
[ 0.005450] ACPI: Reserving FPDT table memory at [mem 0x6e258000-0x6e258043]
[ 0.005450] ACPI: Reserving ABLT table memory at [mem 0x6e257000-0x6e2572c1]
[ 0.005450] ACPI: Reserving VFCT table memory at [mem 0x6e252000-0x6e256483]
[ 0.005451] ACPI: Reserving BGRT table memory at [mem 0x6e251000-0x6e251037]
[ 0.005451] ACPI: Reserving SSDT table memory at [mem 0x6e250000-0x6e250219]
[ 0.005451] ACPI: Reserving PCCT table memory at [mem 0x6e24f000-0x6e24f0d3]
[ 0.005452] ACPI: Reserving SSDT table memory at [mem 0x6e247000-0x6e24eea5]
[ 0.005452] ACPI: Reserving SDEV table memory at [mem 0x6e246000-0x6e2461f1]
[ 0.005452] ACPI: Reserving TPM2 table memory at [mem 0x6e245000-0x6e24504f]
[ 0.005453] ACPI: Reserving SSDT table memory at [mem 0x6e243000-0x6e24469d]
[ 0.005453] ACPI: Reserving SSDT table memory at [mem 0x6e240000-0x6e242aa5]
[ 0.005454] ACPI: Reserving SSDT table memory at [mem 0x6e23f000-0x6e23f023]
[ 0.005454] ACPI: Reserving SSDT table memory at [mem 0x6e23a000-0x6e23e1ff]
[ 0.005454] ACPI: Reserving SSDT table memory at [mem 0x6e238000-0x6e239db6]
[ 0.005455] ACPI: Reserving SSDT table memory at [mem 0x6e237000-0x6e237888]
[ 0.005455] ACPI: Reserving SSDT table memory at [mem 0x6e236000-0x6e236eb8]
[ 0.005455] ACPI: Reserving SSDT table memory at [mem 0x6e235000-0x6e235a6f]
[ 0.005456] ACPI: Reserving SSDT table memory at [mem 0x6e22b000-0x6e234ac5]
[ 0.005456] ACPI: Reserving WSMT table memory at [mem 0x6e22a000-0x6e22a027]
[ 0.005456] ACPI: Reserving APIC table memory at [mem 0x6e229000-0x6e229127]
[ 0.005457] ACPI: Reserving SSDT table memory at [mem 0x6e228000-0x6e22810c]
[ 0.005457] ACPI: Reserving SSDT table memory at [mem 0x6e227000-0x6e227050]
[ 0.005457] ACPI: Reserving IVRS table memory at [mem 0x6e226000-0x6e2261f5]
[ 0.005458] ACPI: Reserving SSDT table memory at [mem 0x6e225000-0x6e225969]
[ 0.005458] ACPI: Reserving SSDT table memory at [mem 0x6e224000-0x6e224f5b]
[ 0.005459] ACPI: Reserving SSDT table memory at [mem 0x6e223000-0x6e2234ff]
[ 0.005459] ACPI: Reserving SSDT table memory at [mem 0x6e222000-0x6e2228ec]
[ 0.005459] ACPI: Reserving SSDT table memory at [mem 0x6e221000-0x6e2215f8]
[ 0.005460] ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e220725]
[ 0.005460] ACPI: Reserving SSDT table memory at [mem 0x6e212000-0x6e216606]
[ 0.005460] ACPI: Reserving SSDT table memory at [mem 0x6e211000-0x6e211920]
[ 0.005461] ACPI: Reserving SSDT table memory at [mem 0x6e210000-0x6e21008c]
[ 0.005461] ACPI: Reserving SSDT table memory at [mem 0x6e20f000-0x6e20f508]
[ 0.005462] ACPI: Reserving SSDT table memory at [mem 0x6e20d000-0x6e20e1bb]
[ 0.005462] ACPI: Reserving SSDT table memory at [mem 0x6e20c000-0x6e20ca12]
[ 0.005462] ACPI: Reserving SSDT table memory at [mem 0x6e20b000-0x6e20babe]
[ 0.005463] ACPI: Reserving SSDT table memory at [mem 0x6e20a000-0x6e20aca6]
[ 0.005463] ACPI: Reserving SSDT table memory at [mem 0x6e209000-0x6e209663]
[ 0.005463] ACPI: Reserving SSDT table memory at [mem 0x6e207000-0x6e2086f9]
[ 0.005522] No NUMA configuration found
[ 0.005522] Faking a node at [mem 0x0000000000000000-0x000000085e17ffff]
[ 0.005526] NODE_DATA(0) allocated [mem 0x85e17c800-0x85e17ffff]
[ 0.005558] Zone ranges:
[ 0.005559] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005560] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005561] Normal [mem 0x0000000100000000-0x000000085e17ffff]
[ 0.005562] Movable zone start for each node
[ 0.005562] Early memory node ranges
[ 0.005563] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.005564] node 0: [mem 0x0000000000100000-0x0000000009b7efff]
[ 0.005564] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.005565] node 0: [mem 0x000000000a23c000-0x000000006817efff]
[ 0.005566] node 0: [mem 0x00000000783ff000-0x0000000079ff6fff]
[ 0.005566] node 0: [mem 0x0000000079ffd000-0x0000000079ffefff]
[ 0.005566] node 0: [mem 0x0000000100000000-0x000000085e17ffff]
[ 0.005568] Initmem setup node 0 [mem 0x0000000000001000-0x000000085e17ffff]
[ 0.005574] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.005587] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.005696] On node 0, zone DMA32: 1153 pages in unavailable ranges
[ 0.006819] On node 0, zone DMA32: 60 pages in unavailable ranges
[ 0.006933] On node 0, zone DMA32: 33408 pages in unavailable ranges
[ 0.006934] On node 0, zone DMA32: 6 pages in unavailable ranges
[ 0.027159] On node 0, zone Normal: 24577 pages in unavailable ranges
[ 0.027182] On node 0, zone Normal: 7808 pages in unavailable ranges
[ 0.027740] ACPI: PM-Timer IO Port: 0x808
[ 0.027750] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.027761] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[ 0.027767] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[ 0.027770] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.027771] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
[ 0.027772] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.027774] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.027775] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.027785] e820: update [mem 0x62a37000-0x62b0cfff] usable ==> reserved
[ 0.027798] CPU topo: Max. logical packages: 1
[ 0.027798] CPU topo: Max. logical dies: 1
[ 0.027799] CPU topo: Max. dies per package: 1
[ 0.027801] CPU topo: Max. threads per core: 2
[ 0.027801] CPU topo: Num. cores per package: 12
[ 0.027802] CPU topo: Num. threads per package: 24
[ 0.027802] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 0.027817] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.027818] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.027819] PM: hibernation: Registered nosave memory: [mem 0x09b7f000-0x09ffffff]
[ 0.027820] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
[ 0.027820] PM: hibernation: Registered nosave memory: [mem 0x62a37000-0x62b0cfff]
[ 0.027821] PM: hibernation: Registered nosave memory: [mem 0x651de000-0x651defff]
[ 0.027822] PM: hibernation: Registered nosave memory: [mem 0x6817f000-0x783fefff]
[ 0.027822] PM: hibernation: Registered nosave memory: [mem 0x79ff7000-0x79ffcfff]
[ 0.027823] PM: hibernation: Registered nosave memory: [mem 0x79fff000-0xffffffff]
[ 0.027824] [mem 0x80000000-0xfedfffff] available for PCI devices
[ 0.027825] Booting paravirtualized kernel on bare hardware
[ 0.027827] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.032361] setup_percpu: NR_CPUS:64 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.032644] percpu: Embedded 54 pages/cpu s180824 r8192 d32168 u262144
[ 0.032648] pcpu-alloc: s180824 r8192 d32168 u262144 alloc=1*2097152
[ 0.032650] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.032653] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 0.032664] Kernel command line: initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\microcode-amd initrd=\67f773f3c2844d38adfc50ebbf02635a\6.18.19\initrd dyndbg="file drivers/pci/* +p" module_blacklist=nvidia root=zfs:AUTO loglevel=3 rd.vconsole.font=ter-v32b rd.vconsole.keymap=dvorak-nocaps sysctl.vm.swappiness=100 zswap.enabled=1 zswap.max_pool_percent=100 delayacct preempt=full init=/lib/systemd/systemd systemd.machine_id=67f773f3c2844d38adfc50ebbf02635a
[ 0.033214] Dynamic Preempt: full
[ 0.033231] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.034335] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.034876] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.034999] software IO TLB: area num 32.
[ 0.039112] Fallback order for Node 0: 0
[ 0.039120] Built 1 zonelists, mobility grouping on. Total pages: 8157659
[ 0.039121] Policy zone: Normal
[ 0.039123] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.058937] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.059062] rcu: Preemptible hierarchical RCU implementation.
[ 0.059062] rcu: RCU event tracing is enabled.
[ 0.059063] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=24.
[ 0.059065] Trampoline variant of Tasks RCU enabled.
[ 0.059065] Tracing variant of Tasks RCU enabled.
[ 0.059066] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.059067] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.059076] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.059078] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.059905] NR_IRQS: 4352, nr_irqs: 1160, preallocated irqs: 16
[ 0.060090] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.060164] Console: colour dummy device 80x25
[ 0.060167] printk: legacy console [tty0] enabled
[ 0.060195] ACPI: Core revision 20250807
[ 0.060425] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.060444] APIC: Switch to symmetric I/O mode setup
[ 0.061125] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065448] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c9e7ced1, max_idle_ns: 881590497691 ns
[ 0.065451] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.48 BogoMIPS (lpj=1996241)
[ 0.065468] RDSEED32 is broken. Disabling the corresponding CPUID bit.
[ 0.065475] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.065508] LVT offset 1 assigned for vector 0xf9
[ 0.065671] LVT offset 2 assigned for vector 0xf4
[ 0.065752] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 32
[ 0.065752] Last level dTLB entries: 4KB 128, 2MB 128, 4MB 64, 1GB 0
[ 0.065754] process: using mwait in idle threads
[ 0.065756] mitigations: Enabled attack vectors: user_kernel, user_user, SMT mitigations: auto
[ 0.065758] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.065759] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.065760] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.065760] Speculative Return Stack Overflow: Vulnerable: Microcode, no safe RET
[ 0.065761] VMSCAPE: Vulnerable
[ 0.065761] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.065763] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.065770] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.065771] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.065772] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.065772] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.065773] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.065773] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.065773] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.065774] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.065774] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[ 0.065775] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.065776] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.065777] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.065777] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.065778] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.065778] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.065778] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]: 24
[ 0.065779] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[ 0.084159] Freeing SMP alternatives memory: 52K
[ 0.084161] pid_max: default: 32768 minimum: 301
[ 0.084179] LSM: initializing lsm=capability,landlock,selinux
[ 0.084223] landlock: Up and running.
[ 0.084224] SELinux: Initializing.
[ 0.084338] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.084356] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.187057] smpboot: CPU0: AMD Ryzen AI 9 HX 370 w/ Radeon 890M (family: 0x1a, model: 0x24, stepping: 0x0)
[ 0.187145] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 0.187177] ... version: 2
[ 0.187178] ... bit width: 48
[ 0.187178] ... generic counters: 6
[ 0.187179] ... generic bitmap: 000000000000003f
[ 0.187179] ... fixed-purpose counters: 0
[ 0.187179] ... fixed-purpose bitmap: 0000000000000000
[ 0.187180] ... value mask: 0000ffffffffffff
[ 0.187180] ... max period: 00007fffffffffff
[ 0.187181] ... global_ctrl mask: 000000000000003f
[ 0.187294] signal: max sigframe size: 3376
[ 0.187316] rcu: Hierarchical SRCU implementation.
[ 0.187317] rcu: Max phase no-delay instances is 400.
[ 0.187335] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.187449] smp: Bringing up secondary CPUs ...
[ 0.187449] smpboot: x86: Booting SMP configuration:
[ 0.187449] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.191540] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.192486] smp: Brought up 1 node, 24 CPUs
[ 0.192486] smpboot: Total of 24 processors activated (95819.56 BogoMIPS)
[ 0.194486] Memory: 31799892K/32630636K available (18453K kernel code, 2594K rwdata, 7552K rodata, 2812K init, 1516K bss, 819868K reserved, 0K cma-reserved)
[ 0.194700] devtmpfs: initialized
[ 0.194886] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[ 0.194886] ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
[ 0.195488] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.195488] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.195488] futex hash table entries: 8192 (524288 bytes on 1 NUMA nodes, total 512 KiB, linear).
[ 0.195505] pinctrl core: initialized pinctrl subsystem
[ 0.195568] PM: RTC time: 20:41:01, date: 2026-04-03
[ 0.195636] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.195696] audit: initializing netlink subsys (disabled)
[ 0.195699] audit: type=2000 audit(1775248861.000:1): state=initialized audit_enabled=0 res=1
[ 0.195699] thermal_sys: Registered thermal governor 'step_wise'
[ 0.195699] cpuidle: using governor menu
[ 0.195699] Detected 1 PCC Subspaces
[ 0.195699] Registering PCC driver as Mailbox controller
[ 0.197512] efi: Freeing EFI boot services memory: 92280K
[ 0.197564] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.197571] PCI: Using configuration type 1 for base access
[ 0.197636] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.197647] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.197647] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.197895] ACPI: Added _OSI(Module Device)
[ 0.197896] ACPI: Added _OSI(Processor Device)
[ 0.197897] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.208952] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._S0W], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.208958] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.208959] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.208966] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR0], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.208968] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.208970] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR3], AE_ALREADY_EXISTS (20250807/dswload2-326)
[ 0.208972] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20250807/psobject-220)
[ 0.209712] ACPI: 32 ACPI AML tables successfully acquired and loaded
[ 0.210374] ACPI: EC: EC started
[ 0.210375] ACPI: EC: interrupt blocked
[ 0.210590] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.210591] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.210850] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.216645] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.216647] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.217012] ACPI: Interpreter enabled
[ 0.217023] ACPI: PM: (supports S0 S4 S5)
[ 0.217024] ACPI: Using IOAPIC for interrupt routing
[ 0.217163] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.217164] PCI: Ignoring E820 reservations for host bridge windows
[ 0.217372] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.218718] ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
[ 0.219273] ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
[ 0.219827] ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
[ 0.220365] ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
[ 0.220540] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 0.220799] ACPI: \_SB_.PCI0.GPP4.RPR2: New power resource
[ 0.220983] ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
[ 0.221074] ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
[ 0.221414] ACPI: \_SB_.PCI0.GPP9.M237: New power resource
[ 0.242713] ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
[ 0.242828] ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
[ 0.242988] ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
[ 0.243233] ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
[ 0.243411] ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
[ 0.243613] ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
[ 0.244056] ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
[ 0.244378] ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT5.BTPR: New power resource
[ 0.244655] ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
[ 0.245060] ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
[ 0.245470] ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
[ 0.245826] ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
[ 0.248570] ACPI: \_SB_.PRWL: New power resource
[ 0.249090] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.249095] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.249137] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.249212] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[ 0.249435] PCI host bridge to bus 0000:00
[ 0.249436] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.249438] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.249438] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.249439] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.249439] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.249440] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.249441] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[ 0.249441] pci_bus 0000:00: root bus resource [mem 0x880000000-0x7fffffffff window]
[ 0.249442] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.249445] pci_bus 0000:00: scanning bus
[ 0.249460] pci 0000:00:00.0: [1022:1507] type 00 class 0x060000 conventional PCI endpoint
[ 0.249538] pci 0000:00:00.2: [1022:1508] type 00 class 0x080600 conventional PCI endpoint
[ 0.249618] pci 0000:00:01.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.249676] pci 0000:00:01.1: [1022:150a] type 01 class 0x060400 PCIe Root Port
[ 0.249731] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.249736] pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
[ 0.249739] pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.249758] pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.249767] pci 0000:00:01.1: enabling Extended Tags
[ 0.249852] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.249860] pci 0000:00:01.1: PME# disabled
[ 0.249862] pci 0000:00:01.1: power state changed by ACPI to D0
[ 0.250412] pci 0000:00:01.2: [1022:150a] type 01 class 0x060400 PCIe Root Port
[ 0.250484] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.250489] pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
[ 0.250492] pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.250511] pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.250520] pci 0000:00:01.2: enabling Extended Tags
[ 0.250604] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.250612] pci 0000:00:01.2: PME# disabled
[ 0.250612] pci 0000:00:01.2: power state changed by ACPI to D0
[ 0.251138] pci 0000:00:02.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.251189] pci 0000:00:02.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251206] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.251211] pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
[ 0.251225] pci 0000:00:02.1: enabling Extended Tags
[ 0.251282] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.251284] pci 0000:00:02.1: PME# disabled
[ 0.251284] pci 0000:00:02.1: power state changed by ACPI to D0
[ 0.251285] pci 0000:00:02.1: ACPI _REG connect evaluation failed (5)
[ 0.251359] pci 0000:00:02.2: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251376] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.251381] pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
[ 0.251458] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.251460] pci 0000:00:02.2: PME# disabled
[ 0.251461] pci 0000:00:02.2: power state changed by ACPI to D0
[ 0.251461] pci 0000:00:02.2: ACPI _REG connect evaluation failed (5)
[ 0.251530] pci 0000:00:02.3: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251547] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.251552] pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
[ 0.251620] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[ 0.251622] pci 0000:00:02.3: PME# disabled
[ 0.251622] pci 0000:00:02.3: power state changed by ACPI to D0
[ 0.251623] pci 0000:00:02.3: ACPI _REG connect evaluation failed (5)
[ 0.251695] pci 0000:00:03.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.251742] pci 0000:00:03.1: [1022:150b] type 01 class 0x060400 PCIe Root Port
[ 0.251753] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.251756] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.251758] pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.251762] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.251806] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.251807] pci 0000:00:03.1: PME# disabled
[ 0.251808] pci 0000:00:03.1: power state changed by ACPI to D0
[ 0.251809] pci 0000:00:03.1: ACPI _REG connect evaluation failed (5)
[ 0.251963] pci 0000:00:08.0: [1022:1509] type 00 class 0x060000 conventional PCI endpoint
[ 0.252013] pci 0000:00:08.1: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252025] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.252028] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.252030] pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
[ 0.252034] pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.252039] pci 0000:00:08.1: enabling Extended Tags
[ 0.252074] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.252075] pci 0000:00:08.1: PME# disabled
[ 0.252076] pci 0000:00:08.1: power state changed by ACPI to D0
[ 0.252191] pci 0000:00:08.2: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252212] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.252215] pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
[ 0.252220] pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.252225] pci 0000:00:08.2: enabling Extended Tags
[ 0.252259] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.252260] pci 0000:00:08.2: PME# disabled
[ 0.252307] pci 0000:00:08.3: [1022:150c] type 01 class 0x060400 PCIe Root Port
[ 0.252319] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.252323] pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
[ 0.252332] pci 0000:00:08.3: enabling Extended Tags
[ 0.252366] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.252368] pci 0000:00:08.3: PME# disabled
[ 0.252489] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.252570] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.252657] pci 0000:00:18.0: [1022:16f8] type 00 class 0x060000 conventional PCI endpoint
[ 0.252679] pci 0000:00:18.1: [1022:16f9] type 00 class 0x060000 conventional PCI endpoint
[ 0.252700] pci 0000:00:18.2: [1022:16fa] type 00 class 0x060000 conventional PCI endpoint
[ 0.252721] pci 0000:00:18.3: [1022:16fb] type 00 class 0x060000 conventional PCI endpoint
[ 0.252743] pci 0000:00:18.4: [1022:16fc] type 00 class 0x060000 conventional PCI endpoint
[ 0.252764] pci 0000:00:18.5: [1022:16fd] type 00 class 0x060000 conventional PCI endpoint
[ 0.252785] pci 0000:00:18.6: [1022:16fe] type 00 class 0x060000 conventional PCI endpoint
[ 0.252806] pci 0000:00:18.7: [1022:16ff] type 00 class 0x060000 conventional PCI endpoint
[ 0.252846] pci_bus 0000:00: fixups for bus
[ 0.252848] pci 0000:00:01.1: scanning [bus 01-60] behind bridge, pass 0
[ 0.252878] pci_bus 0000:01: scanning bus
[ 0.252885] pci_bus 0000:01: fixups for bus
[ 0.252885] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.252894] pci_bus 0000:01: [bus 01-60] extended by 0x5f
[ 0.252895] pci_bus 0000:01: bus scan returning with max=60
[ 0.252903] pci 0000:00:01.2: scanning [bus 61-c0] behind bridge, pass 0
[ 0.252948] pci_bus 0000:61: scanning bus
[ 0.252955] pci_bus 0000:61: fixups for bus
[ 0.252955] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.252963] pci_bus 0000:61: [bus 61-c0] extended by 0x5f
[ 0.252964] pci_bus 0000:61: bus scan returning with max=c0
[ 0.252972] pci 0000:00:02.1: scanning [bus c1-c1] behind bridge, pass 0
[ 0.252992] pci_bus 0000:c1: scanning bus
[ 0.253049] pci 0000:c1:00.0: [15b7:5015] type 00 class 0x010802 PCIe Endpoint
[ 0.253083] pci 0000:c1:00.0: BAR 0 [mem 0xde300000-0xde303fff 64bit]
[ 0.253153] pci 0000:c1:00.0: power state changed by ACPI to D0
[ 0.253153] pci 0000:c1:00.0: ACPI _REG connect evaluation failed (5)
[ 0.253250] pci_bus 0000:c1: fixups for bus
[ 0.253250] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.253258] pci_bus 0000:c1: bus scan returning with max=c1
[ 0.253260] pci 0000:00:02.2: scanning [bus c2-c2] behind bridge, pass 0
[ 0.253280] pci_bus 0000:c2: scanning bus
[ 0.253418] pci 0000:c2:00.0: [17a0:9755] type 00 class 0x080501 PCIe Endpoint
[ 0.253489] pci 0000:c2:00.0: BAR 0 [mem 0xde200000-0xde200fff]
[ 0.253622] pci 0000:c2:00.0: supports D1 D2
[ 0.253622] pci 0000:c2:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.253627] pci 0000:c2:00.0: PME# disabled
[ 0.253628] pci 0000:c2:00.0: power state changed by ACPI to D0
[ 0.253629] pci 0000:c2:00.0: ACPI _REG connect evaluation failed (5)
[ 0.253982] pci_bus 0000:c2: fixups for bus
[ 0.253983] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.253990] pci_bus 0000:c2: bus scan returning with max=c2
[ 0.253992] pci 0000:00:02.3: scanning [bus c3-c3] behind bridge, pass 0
[ 0.254013] pci_bus 0000:c3: scanning bus
[ 0.254036] pci 0000:c3:00.0: [14c3:7925] type 00 class 0x028000 PCIe Endpoint
[ 0.254084] pci 0000:c3:00.0: BAR 0 [mem 0xdd800000-0xdd9fffff 64bit]
[ 0.254088] pci 0000:c3:00.0: BAR 2 [mem 0xdda00000-0xdda07fff 64bit]
[ 0.254170] pci 0000:c3:00.0: PME# supported from D0 D3hot D3cold
[ 0.254173] pci 0000:c3:00.0: PME# disabled
[ 0.254366] pci_bus 0000:c3: fixups for bus
[ 0.254366] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.254373] pci_bus 0000:c3: bus scan returning with max=c3
[ 0.254376] pci 0000:00:03.1: scanning [bus c4-c4] behind bridge, pass 0
[ 0.254392] pci_bus 0000:c4: scanning bus
[ 0.254408] pci 0000:c4:00.0: [10de:28a1] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.254432] pci 0000:c4:00.0: BAR 0 [mem 0xdc000000-0xdcffffff]
[ 0.254434] pci 0000:c4:00.0: BAR 1 [mem 0x7800000000-0x79ffffffff 64bit pref]
[ 0.254436] pci 0000:c4:00.0: BAR 3 [mem 0x7a00000000-0x7a01ffffff 64bit pref]
[ 0.254437] pci 0000:c4:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.254438] pci 0000:c4:00.0: ROM [mem 0xdd000000-0xdd07ffff pref]
[ 0.254495] pci 0000:c4:00.0: PME# supported from D0 D3hot
[ 0.254497] pci 0000:c4:00.0: PME# disabled
[ 0.254843] pci 0000:c4:00.1: [10de:22be] type 00 class 0x040300 PCIe Endpoint
[ 0.254868] pci 0000:c4:00.1: BAR 0 [mem 0xdd080000-0xdd083fff]
[ 0.254953] pci_bus 0000:c4: fixups for bus
[ 0.254953] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.254959] pci_bus 0000:c4: bus scan returning with max=c4
[ 0.254965] pci 0000:00:08.1: scanning [bus c5-c5] behind bridge, pass 0
[ 0.254979] pci_bus 0000:c5: scanning bus
[ 0.255000] pci 0000:c5:00.0: [1002:150e] type 00 class 0x038000 PCIe Legacy Endpoint
[ 0.255029] pci 0000:c5:00.0: BAR 0 [mem 0x7a10000000-0x7a1fffffff 64bit pref]
[ 0.255031] pci 0000:c5:00.0: BAR 2 [mem 0xdd200000-0xdd3fffff 64bit pref]
[ 0.255033] pci 0000:c5:00.0: BAR 4 [io 0xe000-0xe0ff]
[ 0.255034] pci 0000:c5:00.0: BAR 5 [mem 0xdd700000-0xdd77ffff]
[ 0.255038] pci 0000:c5:00.0: enabling Extended Tags
[ 0.255095] pci 0000:c5:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.255097] pci 0000:c5:00.0: PME# disabled
[ 0.255098] pci 0000:c5:00.0: power state changed by ACPI to D0
[ 0.255226] pci 0000:c5:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[ 0.255249] pci 0000:c5:00.1: BAR 0 [mem 0xdd7c8000-0xdd7cbfff]
[ 0.255256] pci 0000:c5:00.1: enabling Extended Tags
[ 0.255291] pci 0000:c5:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.255293] pci 0000:c5:00.1: PME# disabled
[ 0.255294] pci 0000:c5:00.1: power state changed by ACPI to D0
[ 0.255402] pci 0000:c5:00.2: [1022:17e0] type 00 class 0x108000 PCIe Endpoint
[ 0.255427] pci 0000:c5:00.2: BAR 2 [mem 0xdd600000-0xdd6fffff]
[ 0.255429] pci 0000:c5:00.2: BAR 5 [mem 0xdd7ce000-0xdd7cffff]
[ 0.255434] pci 0000:c5:00.2: enabling Extended Tags
[ 0.255523] pci 0000:c5:00.4: [1022:151e] type 00 class 0x0c0330 PCIe Endpoint
[ 0.255548] pci 0000:c5:00.4: BAR 0 [mem 0xdd500000-0xdd5fffff 64bit]
[ 0.255556] pci 0000:c5:00.4: enabling Extended Tags
[ 0.255593] pci 0000:c5:00.4: PME# supported from D0 D3hot D3cold
[ 0.255595] pci 0000:c5:00.4: PME# disabled
[ 0.255595] pci 0000:c5:00.4: power state changed by ACPI to D0
[ 0.255776] pci 0000:c5:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
[ 0.255799] pci 0000:c5:00.5: BAR 0 [mem 0xdd780000-0xdd7bffff]
[ 0.255802] pci 0000:c5:00.5: BAR 2 [mem 0x7a20000000-0x7a207fffff 64bit pref]
[ 0.255807] pci 0000:c5:00.5: enabling Extended Tags
[ 0.255842] pci 0000:c5:00.5: PME# supported from D0 D3hot D3cold
[ 0.255844] pci 0000:c5:00.5: PME# disabled
[ 0.255845] pci 0000:c5:00.5: power state changed by ACPI to D0
[ 0.255948] pci 0000:c5:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.255971] pci 0000:c5:00.6: BAR 0 [mem 0xdd7c0000-0xdd7c7fff]
[ 0.255978] pci 0000:c5:00.6: enabling Extended Tags
[ 0.256013] pci 0000:c5:00.6: PME# supported from D0 D3hot D3cold
[ 0.256015] pci 0000:c5:00.6: PME# disabled
[ 0.256016] pci 0000:c5:00.6: power state changed by ACPI to D0
[ 0.256114] pci 0000:c5:00.7: [1022:164a] type 00 class 0x118000 PCIe Endpoint
[ 0.256138] pci 0000:c5:00.7: BAR 2 [mem 0xdd400000-0xdd4fffff]
[ 0.256140] pci 0000:c5:00.7: BAR 5 [mem 0xdd7cc000-0xdd7cdfff]
[ 0.256145] pci 0000:c5:00.7: enabling Extended Tags
[ 0.256241] pci_bus 0000:c5: fixups for bus
[ 0.256242] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.256247] pci_bus 0000:c5: bus scan returning with max=c5
[ 0.256249] pci 0000:00:08.2: scanning [bus c6-c6] behind bridge, pass 0
[ 0.256264] pci_bus 0000:c6: scanning bus
[ 0.256282] pci 0000:c6:00.0: [1022:150d] type 00 class 0x130000 PCIe Endpoint
[ 0.256311] pci 0000:c6:00.0: enabling Extended Tags
[ 0.256407] pci 0000:c6:00.1: [1022:17f0] type 00 class 0x118000 PCIe Endpoint
[ 0.256434] pci 0000:c6:00.1: BAR 0 [mem 0xde000000-0xde0fffff]
[ 0.256435] pci 0000:c6:00.1: BAR 1 [mem 0xde100000-0xde101fff]
[ 0.256437] pci 0000:c6:00.1: BAR 2 [mem 0x7a20900000-0x7a2097ffff 64bit pref]
[ 0.256438] pci 0000:c6:00.1: BAR 4 [mem 0xde103000-0xde103fff]
[ 0.256439] pci 0000:c6:00.1: BAR 5 [mem 0xde102000-0xde102fff]
[ 0.256444] pci 0000:c6:00.1: enabling Extended Tags
[ 0.256535] pci_bus 0000:c6: fixups for bus
[ 0.256535] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.256540] pci_bus 0000:c6: bus scan returning with max=c6
[ 0.256542] pci 0000:00:08.3: scanning [bus c7-c7] behind bridge, pass 0
[ 0.256556] pci_bus 0000:c7: scanning bus
[ 0.256568] pci 0000:c7:00.0: [1022:151f] type 00 class 0x0c0330 PCIe Endpoint
[ 0.256592] pci 0000:c7:00.0: BAR 0 [mem 0xdde00000-0xddefffff 64bit]
[ 0.256599] pci 0000:c7:00.0: enabling Extended Tags
[ 0.256646] pci 0000:c7:00.0: PME# supported from D0 D3hot D3cold
[ 0.256648] pci 0000:c7:00.0: PME# disabled
[ 0.256648] pci 0000:c7:00.0: power state changed by ACPI to D0
[ 0.256841] pci 0000:c7:00.3: [1022:151a] type 00 class 0x0c0330 PCIe Endpoint
[ 0.256865] pci 0000:c7:00.3: BAR 0 [mem 0xddd00000-0xdddfffff 64bit]
[ 0.256872] pci 0000:c7:00.3: enabling Extended Tags
[ 0.256910] pci 0000:c7:00.3: PME# supported from D0 D3hot D3cold
[ 0.256911] pci 0000:c7:00.3: PME# disabled
[ 0.256912] pci 0000:c7:00.3: power state changed by ACPI to D0
[ 0.257086] pci 0000:c7:00.4: [1022:151b] type 00 class 0x0c0330 PCIe Endpoint
[ 0.257111] pci 0000:c7:00.4: BAR 0 [mem 0xddc00000-0xddcfffff 64bit]
[ 0.257118] pci 0000:c7:00.4: enabling Extended Tags
[ 0.257155] pci 0000:c7:00.4: PME# supported from D0 D3hot D3cold
[ 0.257157] pci 0000:c7:00.4: PME# disabled
[ 0.257158] pci 0000:c7:00.4: power state changed by ACPI to D0
[ 0.257332] pci 0000:c7:00.5: [1022:151c] type 00 class 0x0c0340 PCIe Endpoint
[ 0.257361] pci 0000:c7:00.5: BAR 0 [mem 0xddf80000-0xddffffff 64bit]
[ 0.257368] pci 0000:c7:00.5: enabling Extended Tags
[ 0.257405] pci 0000:c7:00.5: PME# supported from D0 D3hot D3cold
[ 0.257407] pci 0000:c7:00.5: PME# disabled
[ 0.257407] pci 0000:c7:00.5: power state changed by ACPI to D0
[ 0.257584] pci 0000:c7:00.6: [1022:151d] type 00 class 0x0c0340 PCIe Endpoint
[ 0.257612] pci 0000:c7:00.6: BAR 0 [mem 0xddf00000-0xddf7ffff 64bit]
[ 0.257620] pci 0000:c7:00.6: enabling Extended Tags
[ 0.257657] pci 0000:c7:00.6: PME# supported from D0 D3hot D3cold
[ 0.257674] pci 0000:c7:00.6: PME# disabled
[ 0.257674] pci 0000:c7:00.6: power state changed by ACPI to D0
[ 0.257857] pci_bus 0000:c7: fixups for bus
[ 0.257858] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.257863] pci_bus 0000:c7: bus scan returning with max=c7
[ 0.257865] pci 0000:00:01.1: scanning [bus 01-60] behind bridge, pass 1
[ 0.257875] pci 0000:00:01.2: scanning [bus 61-c0] behind bridge, pass 1
[ 0.257901] pci 0000:00:02.1: scanning [bus c1-c1] behind bridge, pass 1
[ 0.257905] pci 0000:00:02.2: scanning [bus c2-c2] behind bridge, pass 1
[ 0.257909] pci 0000:00:02.3: scanning [bus c3-c3] behind bridge, pass 1
[ 0.257912] pci 0000:00:03.1: scanning [bus c4-c4] behind bridge, pass 1
[ 0.257915] pci 0000:00:08.1: scanning [bus c5-c5] behind bridge, pass 1
[ 0.257918] pci 0000:00:08.2: scanning [bus c6-c6] behind bridge, pass 1
[ 0.257921] pci 0000:00:08.3: scanning [bus c7-c7] behind bridge, pass 1
[ 0.257923] pci_bus 0000:00: bus scan returning with max=c7
[ 0.257929] pci 0000:00:00.0: save config 0x00: 0x15071022
[ 0.257930] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 0.257931] pci 0000:00:00.0: save config 0x08: 0x06000000
[ 0.257932] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 0.257933] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 0.257934] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 0.257935] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 0.257935] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 0.257936] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 0.257937] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 0.257938] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 0.257939] pci 0000:00:00.0: save config 0x2c: 0x15071022
[ 0.257939] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 0.257940] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 0.257941] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 0.257942] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 0.257946] pci 0000:00:00.2: save config 0x00: 0x15081022
[ 0.257947] pci 0000:00:00.2: save config 0x04: 0x00100004
[ 0.257947] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 0.257948] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 0.257949] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 0.257950] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 0.257951] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 0.257952] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 0.257953] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 0.257954] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 0.257955] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 0.257956] pci 0000:00:00.2: save config 0x2c: 0x15081022
[ 0.257956] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 0.257957] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 0.257958] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 0.257959] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 0.257963] pci 0000:00:01.0: save config 0x00: 0x15091022
[ 0.257964] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 0.257965] pci 0000:00:01.0: save config 0x08: 0x06000000
[ 0.257965] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 0.257966] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 0.257967] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 0.257968] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 0.257969] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 0.257969] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 0.257970] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 0.257971] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 0.257972] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 0.257973] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 0.257974] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 0.257974] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 0.257975] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 0.257978] pci 0000:00:01.1: save config 0x00: 0x150a1022
[ 0.257979] pci 0000:00:01.1: save config 0x04: 0x00100007
[ 0.257980] pci 0000:00:01.1: save config 0x08: 0x06040000
[ 0.257982] pci 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.257983] pci 0000:00:01.1: save config 0x10: 0x00000000
[ 0.257984] pci 0000:00:01.1: save config 0x14: 0x00000000
[ 0.257985] pci 0000:00:01.1: save config 0x18: 0x00600100
[ 0.257986] pci 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 0.257988] pci 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 0.257989] pci 0000:00:01.1: save config 0x24: 0xfff10001
[ 0.257990] pci 0000:00:01.1: save config 0x28: 0x00000058
[ 0.257991] pci 0000:00:01.1: save config 0x2c: 0x00000077
[ 0.257992] pci 0000:00:01.1: save config 0x30: 0x00000000
[ 0.257993] pci 0000:00:01.1: save config 0x34: 0x00000050
[ 0.257995] pci 0000:00:01.1: save config 0x38: 0x00000000
[ 0.257996] pci 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.258023] pci 0000:00:01.2: save config 0x00: 0x150a1022
[ 0.258024] pci 0000:00:01.2: save config 0x04: 0x00100007
[ 0.258025] pci 0000:00:01.2: save config 0x08: 0x06040000
[ 0.258027] pci 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.258028] pci 0000:00:01.2: save config 0x10: 0x00000000
[ 0.258029] pci 0000:00:01.2: save config 0x14: 0x00000000
[ 0.258030] pci 0000:00:01.2: save config 0x18: 0x00c06100
[ 0.258031] pci 0000:00:01.2: save config 0x1c: 0x00009161
[ 0.258032] pci 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 0.258034] pci 0000:00:01.2: save config 0x24: 0xfff10001
[ 0.258035] pci 0000:00:01.2: save config 0x28: 0x00000038
[ 0.258036] pci 0000:00:01.2: save config 0x2c: 0x00000057
[ 0.258037] pci 0000:00:01.2: save config 0x30: 0x00000000
[ 0.258038] pci 0000:00:01.2: save config 0x34: 0x00000050
[ 0.258039] pci 0000:00:01.2: save config 0x38: 0x00000000
[ 0.258040] pci 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.258067] pci 0000:00:02.0: save config 0x00: 0x15091022
[ 0.258068] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 0.258069] pci 0000:00:02.0: save config 0x08: 0x06000000
[ 0.258070] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 0.258070] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 0.258071] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 0.258072] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 0.258073] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 0.258074] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 0.258075] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 0.258075] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 0.258076] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 0.258077] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 0.258078] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 0.258079] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 0.258079] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 0.258082] pci 0000:00:02.1: save config 0x00: 0x150b1022
[ 0.258083] pci 0000:00:02.1: save config 0x04: 0x00100007
[ 0.258084] pci 0000:00:02.1: save config 0x08: 0x06040000
[ 0.258085] pci 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.258086] pci 0000:00:02.1: save config 0x10: 0x00000000
[ 0.258087] pci 0000:00:02.1: save config 0x14: 0x00000000
[ 0.258088] pci 0000:00:02.1: save config 0x18: 0x00c1c100
[ 0.258090] pci 0000:00:02.1: save config 0x1c: 0x000001f1
[ 0.258091] pci 0000:00:02.1: save config 0x20: 0xde30de30
[ 0.258092] pci 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.258093] pci 0000:00:02.1: save config 0x28: 0x00000000
[ 0.258094] pci 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.258095] pci 0000:00:02.1: save config 0x30: 0x000000ff
[ 0.258096] pci 0000:00:02.1: save config 0x34: 0x00000050
[ 0.258097] pci 0000:00:02.1: save config 0x38: 0x00000000
[ 0.258098] pci 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.258126] pci 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.258127] pci 0000:00:02.2: save config 0x04: 0x00100007
[ 0.258128] pci 0000:00:02.2: save config 0x08: 0x06040000
[ 0.258129] pci 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.258130] pci 0000:00:02.2: save config 0x10: 0x00000000
[ 0.258131] pci 0000:00:02.2: save config 0x14: 0x00000000
[ 0.258132] pci 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.258133] pci 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.258134] pci 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.258135] pci 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.258136] pci 0000:00:02.2: save config 0x28: 0x00000000
[ 0.258137] pci 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.258138] pci 0000:00:02.2: save config 0x30: 0x000000ff
[ 0.258139] pci 0000:00:02.2: save config 0x34: 0x00000050
[ 0.258140] pci 0000:00:02.2: save config 0x38: 0x00000000
[ 0.258142] pci 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.258169] pci 0000:00:02.3: save config 0x00: 0x150b1022
[ 0.258170] pci 0000:00:02.3: save config 0x04: 0x00100007
[ 0.258171] pci 0000:00:02.3: save config 0x08: 0x06040000
[ 0.258172] pci 0000:00:02.3: save config 0x0c: 0x00810010
[ 0.258174] pci 0000:00:02.3: save config 0x10: 0x00000000
[ 0.258175] pci 0000:00:02.3: save config 0x14: 0x00000000
[ 0.258176] pci 0000:00:02.3: save config 0x18: 0x00c3c300
[ 0.258177] pci 0000:00:02.3: save config 0x1c: 0x000001f1
[ 0.258178] pci 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 0.258179] pci 0000:00:02.3: save config 0x24: 0x0001fff1
[ 0.258180] pci 0000:00:02.3: save config 0x28: 0x00000000
[ 0.258181] pci 0000:00:02.3: save config 0x2c: 0x00000000
[ 0.258182] pci 0000:00:02.3: save config 0x30: 0x000000ff
[ 0.258183] pci 0000:00:02.3: save config 0x34: 0x00000050
[ 0.258184] pci 0000:00:02.3: save config 0x38: 0x00000000
[ 0.258185] pci 0000:00:02.3: save config 0x3c: 0x001200ff
[ 0.258213] pci 0000:00:03.0: save config 0x00: 0x15091022
[ 0.258213] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 0.258214] pci 0000:00:03.0: save config 0x08: 0x06000000
[ 0.258215] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 0.258216] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 0.258217] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 0.258218] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 0.258218] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 0.258219] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 0.258220] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 0.258221] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 0.258222] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 0.258223] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 0.258223] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 0.258224] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 0.258225] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 0.258227] pci 0000:00:03.1: save config 0x00: 0x150b1022
[ 0.258228] pci 0000:00:03.1: save config 0x04: 0x00100007
[ 0.258229] pci 0000:00:03.1: save config 0x08: 0x06040000
[ 0.258230] pci 0000:00:03.1: save config 0x0c: 0x00810010
[ 0.258231] pci 0000:00:03.1: save config 0x10: 0x00000000
[ 0.258232] pci 0000:00:03.1: save config 0x14: 0x00000000
[ 0.258233] pci 0000:00:03.1: save config 0x18: 0x00c4c400
[ 0.258234] pci 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 0.258234] pci 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 0.258235] pci 0000:00:03.1: save config 0x24: 0x01f10001
[ 0.258236] pci 0000:00:03.1: save config 0x28: 0x00000078
[ 0.258237] pci 0000:00:03.1: save config 0x2c: 0x0000007a
[ 0.258238] pci 0000:00:03.1: save config 0x30: 0x00000000
[ 0.258239] pci 0000:00:03.1: save config 0x34: 0x00000050
[ 0.258240] pci 0000:00:03.1: save config 0x38: 0x00000000
[ 0.258241] pci 0000:00:03.1: save config 0x3c: 0x001200ff
[ 0.258259] pci 0000:00:08.0: save config 0x00: 0x15091022
[ 0.258260] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 0.258261] pci 0000:00:08.0: save config 0x08: 0x06000000
[ 0.258262] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 0.258263] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 0.258264] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 0.258264] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 0.258265] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 0.258266] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 0.258267] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 0.258268] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 0.258268] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 0.258269] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 0.258270] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 0.258271] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 0.258272] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 0.258279] pci 0000:00:08.1: save config 0x00: 0x150c1022
[ 0.258280] pci 0000:00:08.1: save config 0x04: 0x00100007
[ 0.258280] pci 0000:00:08.1: save config 0x08: 0x06040000
[ 0.258281] pci 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.258282] pci 0000:00:08.1: save config 0x10: 0x00000000
[ 0.258283] pci 0000:00:08.1: save config 0x14: 0x00000000
[ 0.258284] pci 0000:00:08.1: save config 0x18: 0x00c5c500
[ 0.258285] pci 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.258285] pci 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 0.258286] pci 0000:00:08.1: save config 0x24: 0x20711001
[ 0.258287] pci 0000:00:08.1: save config 0x28: 0x0000007a
[ 0.258288] pci 0000:00:08.1: save config 0x2c: 0x0000007a
[ 0.258289] pci 0000:00:08.1: save config 0x30: 0x00000000
[ 0.258290] pci 0000:00:08.1: save config 0x34: 0x00000050
[ 0.258290] pci 0000:00:08.1: save config 0x38: 0x00000000
[ 0.258291] pci 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.258306] pci 0000:00:08.2: save config 0x00: 0x150c1022
[ 0.258307] pci 0000:00:08.2: save config 0x04: 0x00100007
[ 0.258308] pci 0000:00:08.2: save config 0x08: 0x06040000
[ 0.258309] pci 0000:00:08.2: save config 0x0c: 0x00810010
[ 0.258309] pci 0000:00:08.2: save config 0x10: 0x00000000
[ 0.258310] pci 0000:00:08.2: save config 0x14: 0x00000000
[ 0.258311] pci 0000:00:08.2: save config 0x18: 0x00c6c600
[ 0.258312] pci 0000:00:08.2: save config 0x1c: 0x000001f1
[ 0.258313] pci 0000:00:08.2: save config 0x20: 0xde10de00
[ 0.258314] pci 0000:00:08.2: save config 0x24: 0x20912091
[ 0.258314] pci 0000:00:08.2: save config 0x28: 0x0000007a
[ 0.258315] pci 0000:00:08.2: save config 0x2c: 0x0000007a
[ 0.258316] pci 0000:00:08.2: save config 0x30: 0x000000ff
[ 0.258317] pci 0000:00:08.2: save config 0x34: 0x00000050
[ 0.258318] pci 0000:00:08.2: save config 0x38: 0x00000000
[ 0.258319] pci 0000:00:08.2: save config 0x3c: 0x001201ff
[ 0.258333] pci 0000:00:08.3: save config 0x00: 0x150c1022
[ 0.258334] pci 0000:00:08.3: save config 0x04: 0x00100007
[ 0.258335] pci 0000:00:08.3: save config 0x08: 0x06040000
[ 0.258336] pci 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.258337] pci 0000:00:08.3: save config 0x10: 0x00000000
[ 0.258338] pci 0000:00:08.3: save config 0x14: 0x00000000
[ 0.258338] pci 0000:00:08.3: save config 0x18: 0x00c7c700
[ 0.258339] pci 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.258340] pci 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 0.258341] pci 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.258342] pci 0000:00:08.3: save config 0x28: 0x00000000
[ 0.258343] pci 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.258344] pci 0000:00:08.3: save config 0x30: 0x000000ff
[ 0.258344] pci 0000:00:08.3: save config 0x34: 0x00000050
[ 0.258345] pci 0000:00:08.3: save config 0x38: 0x00000000
[ 0.258346] pci 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.258370] pci 0000:00:14.0: save config 0x00: 0x790b1022
[ 0.258372] pci 0000:00:14.0: save config 0x04: 0x02200403
[ 0.258373] pci 0000:00:14.0: save config 0x08: 0x0c050071
[ 0.258375] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 0.258376] pci 0000:00:14.0: save config 0x10: 0x00000000
[ 0.258377] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 0.258379] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 0.258380] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 0.258382] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 0.258383] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 0.258385] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 0.258386] pci 0000:00:14.0: save config 0x2c: 0x1ed31043
[ 0.258387] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 0.258389] pci 0000:00:14.0: save config 0x34: 0x00000000
[ 0.258390] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 0.258391] pci 0000:00:14.0: save config 0x3c: 0x00000000
[ 0.258394] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 0.258396] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 0.258397] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 0.258398] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 0.258400] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 0.258401] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 0.258403] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 0.258404] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 0.258406] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 0.258407] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 0.258408] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 0.258410] pci 0000:00:14.3: save config 0x2c: 0x1ed31043
[ 0.258411] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 0.258413] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 0.258414] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 0.258416] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 0.258417] pci 0000:00:18.0: save config 0x00: 0x16f81022
[ 0.258418] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 0.258419] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 0.258419] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 0.258420] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 0.258420] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 0.258421] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 0.258421] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 0.258422] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 0.258423] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 0.258423] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 0.258424] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 0.258424] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 0.258425] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 0.258425] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 0.258426] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 0.258427] pci 0000:00:18.1: save config 0x00: 0x16f91022
[ 0.258428] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 0.258428] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 0.258429] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 0.258429] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 0.258430] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 0.258430] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 0.258431] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 0.258432] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 0.258432] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 0.258433] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 0.258433] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 0.258434] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 0.258434] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 0.258435] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 0.258436] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 0.258437] pci 0000:00:18.2: save config 0x00: 0x16fa1022
[ 0.258437] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 0.258438] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 0.258438] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 0.258439] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 0.258440] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 0.258440] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 0.258441] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 0.258441] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 0.258442] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 0.258442] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 0.258443] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 0.258443] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 0.258444] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 0.258445] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 0.258445] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 0.258446] pci 0000:00:18.3: save config 0x00: 0x16fb1022
[ 0.258447] pci 0000:00:18.3: save config 0x04: 0x00000000
[ 0.258447] pci 0000:00:18.3: save config 0x08: 0x06000000
[ 0.258448] pci 0000:00:18.3: save config 0x0c: 0x00800000
[ 0.258449] pci 0000:00:18.3: save config 0x10: 0x00000000
[ 0.258453] pci 0000:00:18.3: save config 0x14: 0x00000000
[ 0.258454] pci 0000:00:18.3: save config 0x18: 0x00000000
[ 0.258454] pci 0000:00:18.3: save config 0x1c: 0x00000000
[ 0.258455] pci 0000:00:18.3: save config 0x20: 0x00000000
[ 0.258455] pci 0000:00:18.3: save config 0x24: 0x00000000
[ 0.258456] pci 0000:00:18.3: save config 0x28: 0x00000000
[ 0.258456] pci 0000:00:18.3: save config 0x2c: 0x00000000
[ 0.258457] pci 0000:00:18.3: save config 0x30: 0x00000000
[ 0.258457] pci 0000:00:18.3: save config 0x34: 0x00000000
[ 0.258458] pci 0000:00:18.3: save config 0x38: 0x00000000
[ 0.258458] pci 0000:00:18.3: save config 0x3c: 0x00000000
[ 0.258460] pci 0000:00:18.4: save config 0x00: 0x16fc1022
[ 0.258460] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 0.258461] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 0.258461] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 0.258462] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 0.258462] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 0.258463] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 0.258464] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 0.258464] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 0.258465] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 0.258465] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 0.258466] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 0.258466] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 0.258467] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 0.258467] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 0.258468] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 0.258469] pci 0000:00:18.5: save config 0x00: 0x16fd1022
[ 0.258470] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 0.258470] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 0.258471] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 0.258471] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 0.258472] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 0.258473] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 0.258473] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 0.258474] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 0.258474] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 0.258475] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 0.258475] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 0.258476] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 0.258476] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 0.258477] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 0.258477] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 0.258478] pci 0000:00:18.6: save config 0x00: 0x16fe1022
[ 0.258479] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 0.258480] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 0.258480] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 0.258481] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 0.258481] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 0.258482] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 0.258482] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 0.258483] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 0.258484] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 0.258484] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 0.258485] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 0.258485] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 0.258486] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 0.258486] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 0.258487] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 0.258488] pci 0000:00:18.7: save config 0x00: 0x16ff1022
[ 0.258489] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 0.258489] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 0.258490] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 0.258490] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 0.258491] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 0.258491] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 0.258492] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 0.258492] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 0.258493] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 0.258494] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 0.258494] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 0.258495] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 0.258495] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 0.258496] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 0.258496] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 0.258544] pci 0000:c1:00.0: save config 0x00: 0x501515b7
[ 0.258546] pci 0000:c1:00.0: save config 0x04: 0x00100007
[ 0.258548] pci 0000:c1:00.0: save config 0x08: 0x01080201
[ 0.258549] pci 0000:c1:00.0: save config 0x0c: 0x00000010
[ 0.258550] pci 0000:c1:00.0: save config 0x10: 0xde300004
[ 0.258551] pci 0000:c1:00.0: save config 0x14: 0x00000000
[ 0.258553] pci 0000:c1:00.0: save config 0x18: 0x00000000
[ 0.258554] pci 0000:c1:00.0: save config 0x1c: 0x00000000
[ 0.258555] pci 0000:c1:00.0: save config 0x20: 0x00000000
[ 0.258556] pci 0000:c1:00.0: save config 0x24: 0x00000000
[ 0.258557] pci 0000:c1:00.0: save config 0x28: 0x00000000
[ 0.258559] pci 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 0.258560] pci 0000:c1:00.0: save config 0x30: 0x00000000
[ 0.258561] pci 0000:c1:00.0: save config 0x34: 0x00000080
[ 0.258562] pci 0000:c1:00.0: save config 0x38: 0x00000000
[ 0.258564] pci 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 0.258700] pci 0000:c2:00.0: save config 0x00: 0x975517a0
[ 0.258702] pci 0000:c2:00.0: save config 0x04: 0x00100000
[ 0.258705] pci 0000:c2:00.0: save config 0x08: 0x08050101
[ 0.258707] pci 0000:c2:00.0: save config 0x0c: 0x00000010
[ 0.258709] pci 0000:c2:00.0: save config 0x10: 0xde200000
[ 0.258712] pci 0000:c2:00.0: save config 0x14: 0x00000000
[ 0.258714] pci 0000:c2:00.0: save config 0x18: 0x00000000
[ 0.258716] pci 0000:c2:00.0: save config 0x1c: 0x00000000
[ 0.258719] pci 0000:c2:00.0: save config 0x20: 0x00000000
[ 0.258721] pci 0000:c2:00.0: save config 0x24: 0x00000000
[ 0.258723] pci 0000:c2:00.0: save config 0x28: 0x00000000
[ 0.258726] pci 0000:c2:00.0: save config 0x2c: 0x202f1043
[ 0.258728] pci 0000:c2:00.0: save config 0x30: 0x00000000
[ 0.258730] pci 0000:c2:00.0: save config 0x34: 0x00000080
[ 0.258733] pci 0000:c2:00.0: save config 0x38: 0x00000000
[ 0.258735] pci 0000:c2:00.0: save config 0x3c: 0x000001ff
[ 0.258787] pci 0000:c3:00.0: save config 0x00: 0x792514c3
[ 0.258789] pci 0000:c3:00.0: save config 0x04: 0x00100000
[ 0.258790] pci 0000:c3:00.0: save config 0x08: 0x02800000
[ 0.258792] pci 0000:c3:00.0: save config 0x0c: 0x00000010
[ 0.258794] pci 0000:c3:00.0: save config 0x10: 0xdd800004
[ 0.258795] pci 0000:c3:00.0: save config 0x14: 0x00000000
[ 0.258797] pci 0000:c3:00.0: save config 0x18: 0xdda00004
[ 0.258799] pci 0000:c3:00.0: save config 0x1c: 0x00000000
[ 0.258800] pci 0000:c3:00.0: save config 0x20: 0x00000000
[ 0.258802] pci 0000:c3:00.0: save config 0x24: 0x00000000
[ 0.258803] pci 0000:c3:00.0: save config 0x28: 0x00000000
[ 0.258805] pci 0000:c3:00.0: save config 0x2c: 0xe10c105b
[ 0.258807] pci 0000:c3:00.0: save config 0x30: 0x00000000
[ 0.258808] pci 0000:c3:00.0: save config 0x34: 0x00000080
[ 0.258810] pci 0000:c3:00.0: save config 0x38: 0x00000000
[ 0.258812] pci 0000:c3:00.0: save config 0x3c: 0x000001ff
[ 0.258850] pci 0000:c4:00.0: save config 0x00: 0x28a110de
[ 0.258851] pci 0000:c4:00.0: save config 0x04: 0x00100000
[ 0.258852] pci 0000:c4:00.0: save config 0x08: 0x030000a1
[ 0.258853] pci 0000:c4:00.0: save config 0x0c: 0x00800010
[ 0.258854] pci 0000:c4:00.0: save config 0x10: 0xdc000000
[ 0.258855] pci 0000:c4:00.0: save config 0x14: 0x0000000c
[ 0.258856] pci 0000:c4:00.0: save config 0x18: 0x00000078
[ 0.258857] pci 0000:c4:00.0: save config 0x1c: 0x0000000c
[ 0.258859] pci 0000:c4:00.0: save config 0x20: 0x0000007a
[ 0.258860] pci 0000:c4:00.0: save config 0x24: 0x0000f001
[ 0.258861] pci 0000:c4:00.0: save config 0x28: 0x00000000
[ 0.258862] pci 0000:c4:00.0: save config 0x2c: 0x1ed31043
[ 0.258863] pci 0000:c4:00.0: save config 0x30: 0xdd000000
[ 0.258864] pci 0000:c4:00.0: save config 0x34: 0x00000060
[ 0.258865] pci 0000:c4:00.0: save config 0x38: 0x00000000
[ 0.258866] pci 0000:c4:00.0: save config 0x3c: 0x000001ff
[ 0.258893] pci 0000:c4:00.1: save config 0x00: 0x22be10de
[ 0.258894] pci 0000:c4:00.1: save config 0x04: 0x00100000
[ 0.258895] pci 0000:c4:00.1: save config 0x08: 0x040300a1
[ 0.258896] pci 0000:c4:00.1: save config 0x0c: 0x00800010
[ 0.258897] pci 0000:c4:00.1: save config 0x10: 0xdd080000
[ 0.258898] pci 0000:c4:00.1: save config 0x14: 0x00000000
[ 0.258899] pci 0000:c4:00.1: save config 0x18: 0x00000000
[ 0.258900] pci 0000:c4:00.1: save config 0x1c: 0x00000000
[ 0.258901] pci 0000:c4:00.1: save config 0x20: 0x00000000
[ 0.258902] pci 0000:c4:00.1: save config 0x24: 0x00000000
[ 0.258903] pci 0000:c4:00.1: save config 0x28: 0x00000000
[ 0.258904] pci 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 0.258905] pci 0000:c4:00.1: save config 0x30: 0x00000000
[ 0.258906] pci 0000:c4:00.1: save config 0x34: 0x00000060
[ 0.258908] pci 0000:c4:00.1: save config 0x38: 0x00000000
[ 0.258909] pci 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 0.258929] pci 0000:c5:00.0: save config 0x00: 0x150e1002
[ 0.258930] pci 0000:c5:00.0: save config 0x04: 0x00100006
[ 0.258931] pci 0000:c5:00.0: save config 0x08: 0x038000c1
[ 0.258932] pci 0000:c5:00.0: save config 0x0c: 0x00800010
[ 0.258933] pci 0000:c5:00.0: save config 0x10: 0x1000000c
[ 0.258934] pci 0000:c5:00.0: save config 0x14: 0x0000007a
[ 0.258935] pci 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 0.258936] pci 0000:c5:00.0: save config 0x1c: 0x00000000
[ 0.258937] pci 0000:c5:00.0: save config 0x20: 0x0000e001
[ 0.258938] pci 0000:c5:00.0: save config 0x24: 0xdd700000
[ 0.258939] pci 0000:c5:00.0: save config 0x28: 0x00000000
[ 0.258940] pci 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 0.258941] pci 0000:c5:00.0: save config 0x30: 0x00000000
[ 0.258942] pci 0000:c5:00.0: save config 0x34: 0x00000048
[ 0.258943] pci 0000:c5:00.0: save config 0x38: 0x00000000
[ 0.258944] pci 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 0.258968] pci 0000:c5:00.1: save config 0x00: 0x16401002
[ 0.258969] pci 0000:c5:00.1: save config 0x04: 0x00100000
[ 0.258970] pci 0000:c5:00.1: save config 0x08: 0x04030000
[ 0.258971] pci 0000:c5:00.1: save config 0x0c: 0x00800010
[ 0.258972] pci 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 0.258973] pci 0000:c5:00.1: save config 0x14: 0x00000000
[ 0.258974] pci 0000:c5:00.1: save config 0x18: 0x00000000
[ 0.258975] pci 0000:c5:00.1: save config 0x1c: 0x00000000
[ 0.258976] pci 0000:c5:00.1: save config 0x20: 0x00000000
[ 0.258977] pci 0000:c5:00.1: save config 0x24: 0x00000000
[ 0.258978] pci 0000:c5:00.1: save config 0x28: 0x00000000
[ 0.258979] pci 0000:c5:00.1: save config 0x2c: 0x16401002
[ 0.258980] pci 0000:c5:00.1: save config 0x30: 0x00000000
[ 0.258981] pci 0000:c5:00.1: save config 0x34: 0x00000048
[ 0.258982] pci 0000:c5:00.1: save config 0x38: 0x00000000
[ 0.258983] pci 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 0.258995] pci 0000:c5:00.2: save config 0x00: 0x17e01022
[ 0.258996] pci 0000:c5:00.2: save config 0x04: 0x00100000
[ 0.258997] pci 0000:c5:00.2: save config 0x08: 0x10800000
[ 0.258998] pci 0000:c5:00.2: save config 0x0c: 0x00800010
[ 0.258999] pci 0000:c5:00.2: save config 0x10: 0x00000000
[ 0.259000] pci 0000:c5:00.2: save config 0x14: 0x00000000
[ 0.259001] pci 0000:c5:00.2: save config 0x18: 0xdd600000
[ 0.259002] pci 0000:c5:00.2: save config 0x1c: 0x00000000
[ 0.259003] pci 0000:c5:00.2: save config 0x20: 0x00000000
[ 0.259004] pci 0000:c5:00.2: save config 0x24: 0xdd7ce000
[ 0.259005] pci 0000:c5:00.2: save config 0x28: 0x00000000
[ 0.259005] pci 0000:c5:00.2: save config 0x2c: 0x17e01022
[ 0.259007] pci 0000:c5:00.2: save config 0x30: 0x00000000
[ 0.259007] pci 0000:c5:00.2: save config 0x34: 0x00000048
[ 0.259008] pci 0000:c5:00.2: save config 0x38: 0x00000000
[ 0.259009] pci 0000:c5:00.2: save config 0x3c: 0x000003ff
[ 0.259021] pci 0000:c5:00.4: save config 0x00: 0x151e1022
[ 0.259022] pci 0000:c5:00.4: save config 0x04: 0x00100007
[ 0.259023] pci 0000:c5:00.4: save config 0x08: 0x0c033000
[ 0.259024] pci 0000:c5:00.4: save config 0x0c: 0x00800010
[ 0.259025] pci 0000:c5:00.4: save config 0x10: 0xdd500004
[ 0.259026] pci 0000:c5:00.4: save config 0x14: 0x00000000
[ 0.259027] pci 0000:c5:00.4: save config 0x18: 0x00000000
[ 0.259028] pci 0000:c5:00.4: save config 0x1c: 0x00000000
[ 0.259029] pci 0000:c5:00.4: save config 0x20: 0x00000000
[ 0.259030] pci 0000:c5:00.4: save config 0x24: 0x00000000
[ 0.259031] pci 0000:c5:00.4: save config 0x28: 0x00000000
[ 0.259032] pci 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 0.259033] pci 0000:c5:00.4: save config 0x30: 0x00000000
[ 0.259034] pci 0000:c5:00.4: save config 0x34: 0x00000048
[ 0.259035] pci 0000:c5:00.4: save config 0x38: 0x00000000
[ 0.259036] pci 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 0.259048] pci 0000:c5:00.5: save config 0x00: 0x15e21022
[ 0.259049] pci 0000:c5:00.5: save config 0x04: 0x00100000
[ 0.259050] pci 0000:c5:00.5: save config 0x08: 0x04800070
[ 0.259051] pci 0000:c5:00.5: save config 0x0c: 0x00800010
[ 0.259052] pci 0000:c5:00.5: save config 0x10: 0xdd780000
[ 0.259053] pci 0000:c5:00.5: save config 0x14: 0x00000000
[ 0.259054] pci 0000:c5:00.5: save config 0x18: 0x2000000c
[ 0.259055] pci 0000:c5:00.5: save config 0x1c: 0x0000007a
[ 0.259056] pci 0000:c5:00.5: save config 0x20: 0x00000000
[ 0.259057] pci 0000:c5:00.5: save config 0x24: 0x00000000
[ 0.259058] pci 0000:c5:00.5: save config 0x28: 0x00000000
[ 0.259059] pci 0000:c5:00.5: save config 0x2c: 0x1ed31043
[ 0.259060] pci 0000:c5:00.5: save config 0x30: 0x00000000
[ 0.259061] pci 0000:c5:00.5: save config 0x34: 0x00000048
[ 0.259062] pci 0000:c5:00.5: save config 0x38: 0x00000000
[ 0.259063] pci 0000:c5:00.5: save config 0x3c: 0x000001ff
[ 0.259074] pci 0000:c5:00.6: save config 0x00: 0x15e31022
[ 0.259075] pci 0000:c5:00.6: save config 0x04: 0x00100000
[ 0.259076] pci 0000:c5:00.6: save config 0x08: 0x04030000
[ 0.259077] pci 0000:c5:00.6: save config 0x0c: 0x00800010
[ 0.259078] pci 0000:c5:00.6: save config 0x10: 0xdd7c0000
[ 0.259079] pci 0000:c5:00.6: save config 0x14: 0x00000000
[ 0.259080] pci 0000:c5:00.6: save config 0x18: 0x00000000
[ 0.259081] pci 0000:c5:00.6: save config 0x1c: 0x00000000
[ 0.259082] pci 0000:c5:00.6: save config 0x20: 0x00000000
[ 0.259083] pci 0000:c5:00.6: save config 0x24: 0x00000000
[ 0.259084] pci 0000:c5:00.6: save config 0x28: 0x00000000
[ 0.259085] pci 0000:c5:00.6: save config 0x2c: 0x1ed31043
[ 0.259086] pci 0000:c5:00.6: save config 0x30: 0x00000000
[ 0.259087] pci 0000:c5:00.6: save config 0x34: 0x00000048
[ 0.259088] pci 0000:c5:00.6: save config 0x38: 0x00000000
[ 0.259089] pci 0000:c5:00.6: save config 0x3c: 0x000002ff
[ 0.259101] pci 0000:c5:00.7: save config 0x00: 0x164a1022
[ 0.259102] pci 0000:c5:00.7: save config 0x04: 0x00100000
[ 0.259103] pci 0000:c5:00.7: save config 0x08: 0x11800000
[ 0.259104] pci 0000:c5:00.7: save config 0x0c: 0x00800010
[ 0.259105] pci 0000:c5:00.7: save config 0x10: 0x00000000
[ 0.259106] pci 0000:c5:00.7: save config 0x14: 0x00000000
[ 0.259107] pci 0000:c5:00.7: save config 0x18: 0xdd400000
[ 0.259108] pci 0000:c5:00.7: save config 0x1c: 0x00000000
[ 0.259109] pci 0000:c5:00.7: save config 0x20: 0x00000000
[ 0.259109] pci 0000:c5:00.7: save config 0x24: 0xdd7cc000
[ 0.259110] pci 0000:c5:00.7: save config 0x28: 0x00000000
[ 0.259111] pci 0000:c5:00.7: save config 0x2c: 0x164a1022
[ 0.259112] pci 0000:c5:00.7: save config 0x30: 0x00000000
[ 0.259113] pci 0000:c5:00.7: save config 0x34: 0x00000048
[ 0.259114] pci 0000:c5:00.7: save config 0x38: 0x00000000
[ 0.259115] pci 0000:c5:00.7: save config 0x3c: 0x000003ff
[ 0.259127] pci 0000:c6:00.0: save config 0x00: 0x150d1022
[ 0.259128] pci 0000:c6:00.0: save config 0x04: 0x00100000
[ 0.259129] pci 0000:c6:00.0: save config 0x08: 0x13000000
[ 0.259130] pci 0000:c6:00.0: save config 0x0c: 0x00800010
[ 0.259131] pci 0000:c6:00.0: save config 0x10: 0x00000000
[ 0.259132] pci 0000:c6:00.0: save config 0x14: 0x00000000
[ 0.259133] pci 0000:c6:00.0: save config 0x18: 0x00000000
[ 0.259134] pci 0000:c6:00.0: save config 0x1c: 0x00000000
[ 0.259135] pci 0000:c6:00.0: save config 0x20: 0x00000000
[ 0.259136] pci 0000:c6:00.0: save config 0x24: 0x00000000
[ 0.259137] pci 0000:c6:00.0: save config 0x28: 0x00000000
[ 0.259138] pci 0000:c6:00.0: save config 0x2c: 0x150d1022
[ 0.259139] pci 0000:c6:00.0: save config 0x30: 0x00000000
[ 0.259140] pci 0000:c6:00.0: save config 0x34: 0x00000048
[ 0.259141] pci 0000:c6:00.0: save config 0x38: 0x00000000
[ 0.259142] pci 0000:c6:00.0: save config 0x3c: 0x000000ff
[ 0.259160] pci 0000:c6:00.1: save config 0x00: 0x17f01022
[ 0.259161] pci 0000:c6:00.1: save config 0x04: 0x00100000
[ 0.259162] pci 0000:c6:00.1: save config 0x08: 0x11800010
[ 0.259163] pci 0000:c6:00.1: save config 0x0c: 0x00800010
[ 0.259164] pci 0000:c6:00.1: save config 0x10: 0xde000000
[ 0.259165] pci 0000:c6:00.1: save config 0x14: 0xde100000
[ 0.259166] pci 0000:c6:00.1: save config 0x18: 0x2090000c
[ 0.259167] pci 0000:c6:00.1: save config 0x1c: 0x0000007a
[ 0.259168] pci 0000:c6:00.1: save config 0x20: 0xde103000
[ 0.259169] pci 0000:c6:00.1: save config 0x24: 0xde102000
[ 0.259170] pci 0000:c6:00.1: save config 0x28: 0x00000000
[ 0.259171] pci 0000:c6:00.1: save config 0x2c: 0x20cf1043
[ 0.259172] pci 0000:c6:00.1: save config 0x30: 0x00000000
[ 0.259173] pci 0000:c6:00.1: save config 0x34: 0x00000048
[ 0.259174] pci 0000:c6:00.1: save config 0x38: 0x00000000
[ 0.259175] pci 0000:c6:00.1: save config 0x3c: 0x000001ff
[ 0.259189] pci 0000:c7:00.0: save config 0x00: 0x151f1022
[ 0.259190] pci 0000:c7:00.0: save config 0x04: 0x00100007
[ 0.259191] pci 0000:c7:00.0: save config 0x08: 0x0c033000
[ 0.259192] pci 0000:c7:00.0: save config 0x0c: 0x00800010
[ 0.259193] pci 0000:c7:00.0: save config 0x10: 0xdde00004
[ 0.259194] pci 0000:c7:00.0: save config 0x14: 0x00000000
[ 0.259195] pci 0000:c7:00.0: save config 0x18: 0x00000000
[ 0.259196] pci 0000:c7:00.0: save config 0x1c: 0x00000000
[ 0.259197] pci 0000:c7:00.0: save config 0x20: 0x00000000
[ 0.259198] pci 0000:c7:00.0: save config 0x24: 0x00000000
[ 0.259199] pci 0000:c7:00.0: save config 0x28: 0x00000000
[ 0.259200] pci 0000:c7:00.0: save config 0x2c: 0x201f1043
[ 0.259201] pci 0000:c7:00.0: save config 0x30: 0x00000000
[ 0.259202] pci 0000:c7:00.0: save config 0x34: 0x00000048
[ 0.259203] pci 0000:c7:00.0: save config 0x38: 0x00000000
[ 0.259204] pci 0000:c7:00.0: save config 0x3c: 0x000001ff
[ 0.259222] pci 0000:c7:00.3: save config 0x00: 0x151a1022
[ 0.259223] pci 0000:c7:00.3: save config 0x04: 0x00100007
[ 0.259224] pci 0000:c7:00.3: save config 0x08: 0x0c033000
[ 0.259225] pci 0000:c7:00.3: save config 0x0c: 0x00800010
[ 0.259226] pci 0000:c7:00.3: save config 0x10: 0xddd00004
[ 0.259227] pci 0000:c7:00.3: save config 0x14: 0x00000000
[ 0.259228] pci 0000:c7:00.3: save config 0x18: 0x00000000
[ 0.259229] pci 0000:c7:00.3: save config 0x1c: 0x00000000
[ 0.259230] pci 0000:c7:00.3: save config 0x20: 0x00000000
[ 0.259231] pci 0000:c7:00.3: save config 0x24: 0x00000000
[ 0.259232] pci 0000:c7:00.3: save config 0x28: 0x00000000
[ 0.259233] pci 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 0.259234] pci 0000:c7:00.3: save config 0x30: 0x00000000
[ 0.259235] pci 0000:c7:00.3: save config 0x34: 0x00000048
[ 0.259236] pci 0000:c7:00.3: save config 0x38: 0x00000000
[ 0.259237] pci 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 0.259249] pci 0000:c7:00.4: save config 0x00: 0x151b1022
[ 0.259250] pci 0000:c7:00.4: save config 0x04: 0x00100007
[ 0.259251] pci 0000:c7:00.4: save config 0x08: 0x0c033000
[ 0.259252] pci 0000:c7:00.4: save config 0x0c: 0x00800010
[ 0.259253] pci 0000:c7:00.4: save config 0x10: 0xddc00004
[ 0.259254] pci 0000:c7:00.4: save config 0x14: 0x00000000
[ 0.259255] pci 0000:c7:00.4: save config 0x18: 0x00000000
[ 0.259256] pci 0000:c7:00.4: save config 0x1c: 0x00000000
[ 0.259257] pci 0000:c7:00.4: save config 0x20: 0x00000000
[ 0.259258] pci 0000:c7:00.4: save config 0x24: 0x00000000
[ 0.259259] pci 0000:c7:00.4: save config 0x28: 0x00000000
[ 0.259260] pci 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 0.259261] pci 0000:c7:00.4: save config 0x30: 0x00000000
[ 0.259262] pci 0000:c7:00.4: save config 0x34: 0x00000048
[ 0.259263] pci 0000:c7:00.4: save config 0x38: 0x00000000
[ 0.259264] pci 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 0.259276] pci 0000:c7:00.5: save config 0x00: 0x151c1022
[ 0.259277] pci 0000:c7:00.5: save config 0x04: 0x00100006
[ 0.259278] pci 0000:c7:00.5: save config 0x08: 0x0c034000
[ 0.259279] pci 0000:c7:00.5: save config 0x0c: 0x00800010
[ 0.259280] pci 0000:c7:00.5: save config 0x10: 0xddf80004
[ 0.259281] pci 0000:c7:00.5: save config 0x14: 0x00000000
[ 0.259282] pci 0000:c7:00.5: save config 0x18: 0x00000000
[ 0.259283] pci 0000:c7:00.5: save config 0x1c: 0x00000000
[ 0.259284] pci 0000:c7:00.5: save config 0x20: 0x00000000
[ 0.259285] pci 0000:c7:00.5: save config 0x24: 0x00000000
[ 0.259286] pci 0000:c7:00.5: save config 0x28: 0x00000000
[ 0.259287] pci 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 0.259288] pci 0000:c7:00.5: save config 0x30: 0x00000000
[ 0.259289] pci 0000:c7:00.5: save config 0x34: 0x00000048
[ 0.259290] pci 0000:c7:00.5: save config 0x38: 0x00000000
[ 0.259290] pci 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 0.259302] pci 0000:c7:00.6: save config 0x00: 0x151d1022
[ 0.259303] pci 0000:c7:00.6: save config 0x04: 0x00100006
[ 0.259304] pci 0000:c7:00.6: save config 0x08: 0x0c034000
[ 0.259305] pci 0000:c7:00.6: save config 0x0c: 0x00800010
[ 0.259307] pci 0000:c7:00.6: save config 0x10: 0xddf00004
[ 0.259308] pci 0000:c7:00.6: save config 0x14: 0x00000000
[ 0.259309] pci 0000:c7:00.6: save config 0x18: 0x00000000
[ 0.259310] pci 0000:c7:00.6: save config 0x1c: 0x00000000
[ 0.259310] pci 0000:c7:00.6: save config 0x20: 0x00000000
[ 0.259311] pci 0000:c7:00.6: save config 0x24: 0x00000000
[ 0.259312] pci 0000:c7:00.6: save config 0x28: 0x00000000
[ 0.259313] pci 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 0.259314] pci 0000:c7:00.6: save config 0x30: 0x00000000
[ 0.259315] pci 0000:c7:00.6: save config 0x34: 0x00000048
[ 0.259316] pci 0000:c7:00.6: save config 0x38: 0x00000000
[ 0.259317] pci 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 0.263629] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.263654] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.263674] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.263699] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.263722] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.263741] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.263759] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.263778] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.265604] Low-power S0 idle used by default for system suspend
[ 0.265892] ACPI: EC: interrupt unblocked
[ 0.265893] ACPI: EC: event unblocked
[ 0.265900] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.265900] ACPI: EC: GPE=0x10
[ 0.265901] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[ 0.265902] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[ 0.265927] iommu: Default domain type: Translated
[ 0.265928] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.265937] SCSI subsystem initialized
[ 0.265937] libata version 3.00 loaded.
[ 0.265937] ACPI: bus type USB registered
[ 0.265937] usbcore: registered new interface driver usbfs
[ 0.265937] usbcore: registered new interface driver hub
[ 0.265937] usbcore: registered new device driver usb
[ 0.265937] pps_core: LinuxPPS API ver. 1 registered
[ 0.265937] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.265937] PTP clock support registered
[ 0.266457] efivars: Registered efivars operations
[ 0.266463] Advanced Linux Sound Architecture Driver Initialized.
[ 0.266566] NetLabel: Initializing
[ 0.266566] NetLabel: domain hash size = 128
[ 0.266567] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.266575] NetLabel: unlabeled traffic allowed by default
[ 0.266576] PCI: Using ACPI for IRQ routing
[ 0.274591] PCI: pci_cache_line_size set to 64 bytes
[ 0.274912] e820: reserve RAM buffer [mem 0x09b7f000-0x0bffffff]
[ 0.274913] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.274914] e820: reserve RAM buffer [mem 0x62a37000-0x63ffffff]
[ 0.274914] e820: reserve RAM buffer [mem 0x651de000-0x67ffffff]
[ 0.274915] e820: reserve RAM buffer [mem 0x6817f000-0x6bffffff]
[ 0.274915] e820: reserve RAM buffer [mem 0x79ff7000-0x7bffffff]
[ 0.274916] e820: reserve RAM buffer [mem 0x79fff000-0x7bffffff]
[ 0.274916] e820: reserve RAM buffer [mem 0x85e180000-0x85fffffff]
[ 0.274937] pci 0000:c4:00.0: vgaarb: bridge control possible
[ 0.274937] pci 0000:c4:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.274937] vgaarb: loaded
[ 0.274937] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.274937] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.276484] clocksource: Switched to clocksource tsc-early
[ 0.276531] VFS: Disk quotas dquot_6.6.0
[ 0.276534] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.276568] netfs: FS-Cache loaded
[ 0.276581] pnp: PnP ACPI init
[ 0.276755] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 0.276756] system 00:02: [io 0x040b] has been reserved
[ 0.276757] system 00:02: [io 0x04d6] has been reserved
[ 0.276758] system 00:02: [io 0x0c00-0x0c01] has been reserved
[ 0.276758] system 00:02: [io 0x0c14] has been reserved
[ 0.276759] system 00:02: [io 0x0c50-0x0c51] has been reserved
[ 0.276759] system 00:02: [io 0x0c52] has been reserved
[ 0.276760] system 00:02: [io 0x0c6c] has been reserved
[ 0.276760] system 00:02: [io 0x0c6f] has been reserved
[ 0.276761] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
[ 0.276761] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
[ 0.276762] system 00:02: [io 0x0cd4-0x0cd5] has been reserved
[ 0.276762] system 00:02: [io 0x0cd6-0x0cd7] has been reserved
[ 0.276763] system 00:02: [io 0x0cd8-0x0cdf] has been reserved
[ 0.276763] system 00:02: [io 0x0800-0x089f] has been reserved
[ 0.276764] system 00:02: [io 0x0b00-0x0b0f] has been reserved
[ 0.276764] system 00:02: [io 0x0b20-0x0b3f] has been reserved
[ 0.276765] system 00:02: [io 0x0900-0x090f] has been reserved
[ 0.276765] system 00:02: [io 0x0910-0x091f] has been reserved
[ 0.276766] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.276767] system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.276767] system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.276768] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.276769] system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.276769] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.276770] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[ 0.278602] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.278955] pnp: PnP ACPI: found 4 devices
[ 0.284562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.284578] NET: Registered PF_INET protocol family
[ 0.284653] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.285944] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.285969] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.285972] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.286063] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.286123] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.286144] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.286188] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.286251] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.286262] pci 0000:00:01.1: PCI bridge to [bus 01-60]
[ 0.286269] pci 0000:00:01.1: bridge window [io 0xa000-0xdfff]
[ 0.286278] pci 0000:00:01.1: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.286303] pci 0000:00:01.1: bridge window [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.286307] pci 0000:00:01.2: PCI bridge to [bus 61-c0]
[ 0.286308] pci 0000:00:01.2: bridge window [io 0x6000-0x9fff]
[ 0.286358] pci 0000:00:01.2: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.286383] pci 0000:00:01.2: bridge window [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.286387] pci 0000:00:02.1: PCI bridge to [bus c1]
[ 0.286389] pci 0000:00:02.1: bridge window [mem 0xde300000-0xde3fffff]
[ 0.286394] pci 0000:00:02.2: PCI bridge to [bus c2]
[ 0.286397] pci 0000:00:02.2: bridge window [mem 0xde200000-0xde2fffff]
[ 0.286401] pci 0000:00:02.3: PCI bridge to [bus c3]
[ 0.286404] pci 0000:00:02.3: bridge window [mem 0xdd800000-0xddafffff]
[ 0.286408] pci 0000:00:03.1: PCI bridge to [bus c4]
[ 0.286409] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.286411] pci 0000:00:03.1: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.286412] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.286416] pci 0000:00:08.1: PCI bridge to [bus c5]
[ 0.286421] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.286423] pci 0000:00:08.1: bridge window [mem 0xdd200000-0xdd7fffff]
[ 0.286424] pci 0000:00:08.1: bridge window [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.286427] pci 0000:00:08.2: PCI bridge to [bus c6]
[ 0.286429] pci 0000:00:08.2: bridge window [mem 0xde000000-0xde1fffff]
[ 0.286430] pci 0000:00:08.2: bridge window [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.286433] pci 0000:00:08.3: PCI bridge to [bus c7]
[ 0.286435] pci 0000:00:08.3: bridge window [mem 0xddc00000-0xddffffff]
[ 0.286438] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.286440] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.286440] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.286441] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.286441] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.286442] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[ 0.286442] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
[ 0.286443] pci_bus 0000:00: resource 11 [mem 0x880000000-0x7fffffffff window]
[ 0.286443] pci_bus 0000:01: resource 0 [io 0xa000-0xdfff]
[ 0.286444] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xdbffffff]
[ 0.286445] pci_bus 0000:01: resource 2 [mem 0x5800000000-0x77ffffffff 64bit pref]
[ 0.286445] pci_bus 0000:61: resource 0 [io 0x6000-0x9fff]
[ 0.286446] pci_bus 0000:61: resource 1 [mem 0xac000000-0xc3ffffff]
[ 0.286446] pci_bus 0000:61: resource 2 [mem 0x3800000000-0x57ffffffff 64bit pref]
[ 0.286447] pci_bus 0000:c1: resource 1 [mem 0xde300000-0xde3fffff]
[ 0.286447] pci_bus 0000:c2: resource 1 [mem 0xde200000-0xde2fffff]
[ 0.286448] pci_bus 0000:c3: resource 1 [mem 0xdd800000-0xddafffff]
[ 0.286448] pci_bus 0000:c4: resource 0 [io 0xf000-0xffff]
[ 0.286449] pci_bus 0000:c4: resource 1 [mem 0xdc000000-0xdd0fffff]
[ 0.286449] pci_bus 0000:c4: resource 2 [mem 0x7800000000-0x7a01ffffff 64bit pref]
[ 0.286450] pci_bus 0000:c5: resource 0 [io 0xe000-0xefff]
[ 0.286450] pci_bus 0000:c5: resource 1 [mem 0xdd200000-0xdd7fffff]
[ 0.286451] pci_bus 0000:c5: resource 2 [mem 0x7a10000000-0x7a207fffff 64bit pref]
[ 0.286451] pci_bus 0000:c6: resource 1 [mem 0xde000000-0xde1fffff]
[ 0.286452] pci_bus 0000:c6: resource 2 [mem 0x7a20900000-0x7a209fffff 64bit pref]
[ 0.286452] pci_bus 0000:c7: resource 1 [mem 0xddc00000-0xddffffff]
[ 0.286669] pci 0000:c4:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.286684] pci 0000:c4:00.1: D0 power state depends on 0000:c4:00.0
[ 0.286689] pci 0000:c4:00.1: save config 0x00: 0x22be10de
[ 0.286691] pci 0000:c4:00.1: save config 0x04: 0x00100000
[ 0.286692] pci 0000:c4:00.1: save config 0x08: 0x040300a1
[ 0.286693] pci 0000:c4:00.1: save config 0x0c: 0x00800010
[ 0.286694] pci 0000:c4:00.1: save config 0x10: 0xdd080000
[ 0.286695] pci 0000:c4:00.1: save config 0x14: 0x00000000
[ 0.286697] pci 0000:c4:00.1: save config 0x18: 0x00000000
[ 0.286698] pci 0000:c4:00.1: save config 0x1c: 0x00000000
[ 0.286699] pci 0000:c4:00.1: save config 0x20: 0x00000000
[ 0.286700] pci 0000:c4:00.1: save config 0x24: 0x00000000
[ 0.286701] pci 0000:c4:00.1: save config 0x28: 0x00000000
[ 0.286702] pci 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 0.286703] pci 0000:c4:00.1: save config 0x30: 0x00000000
[ 0.286704] pci 0000:c4:00.1: save config 0x34: 0x00000060
[ 0.286705] pci 0000:c4:00.1: save config 0x38: 0x00000000
[ 0.286706] pci 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 0.286737] pci 0000:c5:00.1: D0 power state depends on 0000:c5:00.0
[ 0.286738] pci 0000:c5:00.1: save config 0x00: 0x16401002
[ 0.286739] pci 0000:c5:00.1: save config 0x04: 0x00100000
[ 0.286741] pci 0000:c5:00.1: save config 0x08: 0x04030000
[ 0.286742] pci 0000:c5:00.1: save config 0x0c: 0x00800010
[ 0.286743] pci 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 0.286744] pci 0000:c5:00.1: save config 0x14: 0x00000000
[ 0.286745] pci 0000:c5:00.1: save config 0x18: 0x00000000
[ 0.286746] pci 0000:c5:00.1: save config 0x1c: 0x00000000
[ 0.286746] pci 0000:c5:00.1: save config 0x20: 0x00000000
[ 0.286747] pci 0000:c5:00.1: save config 0x24: 0x00000000
[ 0.286748] pci 0000:c5:00.1: save config 0x28: 0x00000000
[ 0.286749] pci 0000:c5:00.1: save config 0x2c: 0x16401002
[ 0.286750] pci 0000:c5:00.1: save config 0x30: 0x00000000
[ 0.286751] pci 0000:c5:00.1: save config 0x34: 0x00000048
[ 0.286752] pci 0000:c5:00.1: save config 0x38: 0x00000000
[ 0.286753] pci 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 0.286911] PCI: CLS 64 bytes, default 64
[ 0.286963] Unpacking initramfs...
[ 0.287130] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID00, rdevid:0xa0
[ 0.287131] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID01, rdevid:0xa0
[ 0.287132] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID02, rdevid:0xa0
[ 0.287132] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID03, rdevid:0x98
[ 0.287133] AMD-Vi: ivrs, add hid:MSFT0201, uid:1, rdevid:0x60
[ 0.287134] AMD-Vi: ivrs, add hid:AMDI0020, uid:ID04, rdevid:0x98
[ 0.287134] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x10
[ 0.287398] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.287423] platform MSFT0201:00: Adding to iommu group 0
[ 0.287548] pci 0000:00:01.0: Adding to iommu group 1
[ 0.287564] pci 0000:00:01.1: Adding to iommu group 2
[ 0.287588] pci 0000:00:01.2: Adding to iommu group 3
[ 0.287611] pci 0000:00:02.0: Adding to iommu group 4
[ 0.287621] pci 0000:00:02.1: Adding to iommu group 5
[ 0.287630] pci 0000:00:02.2: Adding to iommu group 6
[ 0.287640] pci 0000:00:02.3: Adding to iommu group 7
[ 0.287654] pci 0000:00:03.0: Adding to iommu group 8
[ 0.287662] pci 0000:00:03.1: Adding to iommu group 9
[ 0.287683] pci 0000:00:08.0: Adding to iommu group 10
[ 0.287691] pci 0000:00:08.1: Adding to iommu group 11
[ 0.287699] pci 0000:00:08.2: Adding to iommu group 12
[ 0.287707] pci 0000:00:08.3: Adding to iommu group 13
[ 0.287720] pci 0000:00:14.0: Adding to iommu group 14
[ 0.287726] pci 0000:00:14.3: Adding to iommu group 14
[ 0.287759] pci 0000:00:18.0: Adding to iommu group 15
[ 0.287766] pci 0000:00:18.1: Adding to iommu group 15
[ 0.287773] pci 0000:00:18.2: Adding to iommu group 15
[ 0.287780] pci 0000:00:18.3: Adding to iommu group 15
[ 0.287787] pci 0000:00:18.4: Adding to iommu group 15
[ 0.287795] pci 0000:00:18.5: Adding to iommu group 15
[ 0.287802] pci 0000:00:18.6: Adding to iommu group 15
[ 0.287809] pci 0000:00:18.7: Adding to iommu group 15
[ 0.287822] pci 0000:c1:00.0: Adding to iommu group 16
[ 0.287831] pci 0000:c2:00.0: Adding to iommu group 17
[ 0.287839] pci 0000:c3:00.0: Adding to iommu group 18
[ 0.287853] pci 0000:c4:00.0: Adding to iommu group 19
[ 0.287862] pci 0000:c4:00.1: Adding to iommu group 19
[ 0.287893] pci 0000:c5:00.0: Adding to iommu group 20
[ 0.287903] pci 0000:c5:00.1: Adding to iommu group 21
[ 0.287912] pci 0000:c5:00.2: Adding to iommu group 22
[ 0.287923] pci 0000:c5:00.4: Adding to iommu group 23
[ 0.287933] pci 0000:c5:00.5: Adding to iommu group 24
[ 0.287943] pci 0000:c5:00.6: Adding to iommu group 25
[ 0.287954] pci 0000:c5:00.7: Adding to iommu group 26
[ 0.287963] pci 0000:c6:00.0: Adding to iommu group 27
[ 0.287975] pci 0000:c6:00.1: Adding to iommu group 28
[ 0.287985] pci 0000:c7:00.0: Adding to iommu group 29
[ 0.287995] pci 0000:c7:00.3: Adding to iommu group 30
[ 0.288005] pci 0000:c7:00.4: Adding to iommu group 31
[ 0.288015] pci 0000:c7:00.5: Adding to iommu group 32
[ 0.288025] pci 0000:c7:00.6: Adding to iommu group 33
[ 0.289933] AMD-Vi: Extended features (0x246577efa2254afa, 0x10): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.290026] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.290039] software IO TLB: mapped [mem 0x000000005e23a000-0x000000006223a000] (64MB)
[ 0.290063] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 0.290064] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 0.290065] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 0.290066] LVT offset 0 assigned for vector 0x400
[ 0.293478] perf: AMD IBS detected (0x00081bff)
[ 0.293598] amd_uncore: 8 amd_df counters detected
[ 0.293601] amd_uncore: 6 amd_l3 counters detected
[ 0.293604] amd_uncore: 4 amd_umc_0 counters detected
[ 0.293605] amd_uncore: 4 amd_umc_1 counters detected
[ 0.293607] amd_uncore: 4 amd_umc_2 counters detected
[ 0.293609] amd_uncore: 4 amd_umc_3 counters detected
[ 0.293731] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.296188] Initialise system trusted keyrings
[ 0.296256] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[ 0.296448] 9p: Installing v9fs 9p2000 file system support
[ 0.313053] Key type asymmetric registered
[ 0.313056] Asymmetric key parser 'x509' registered
[ 0.313075] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.313095] io scheduler mq-deadline registered
[ 0.313097] io scheduler kyber registered
[ 0.314576] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.314583] pcieport 0000:00:01.1: runtime IRQ mapping not provided by arch
[ 0.314800] pcieport 0000:00:01.1: PME: Signaling with IRQ 33
[ 0.314825] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 0.314829] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 0.314831] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 0.314834] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 0.314837] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 0.314839] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 0.314842] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 0.314844] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 0.314846] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 0.314849] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 0.314851] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 0.314853] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 0.314855] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 0.314857] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 0.314859] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 0.314861] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 0.314901] pcieport 0000:00:01.1: vgaarb: pci_notify
[ 0.314916] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.314920] pcieport 0000:00:01.2: runtime IRQ mapping not provided by arch
[ 0.315126] pcieport 0000:00:01.2: PME: Signaling with IRQ 34
[ 0.315153] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 0.315155] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 0.315158] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 0.315160] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 0.315162] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 0.315164] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 0.315166] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 0.315169] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 0.315171] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 0.315173] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 0.315175] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 0.315177] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 0.315179] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 0.315181] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 0.315183] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 0.315186] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 0.315221] pcieport 0000:00:01.2: vgaarb: pci_notify
[ 0.315229] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.315232] pcieport 0000:00:02.1: runtime IRQ mapping not provided by arch
[ 0.315287] pcieport 0000:00:02.1: PME: Signaling with IRQ 35
[ 0.315323] pcieport 0000:00:02.1: bwctrl: enabled with IRQ 35
[ 0.315329] pcieport 0000:00:02.1: save config 0x00: 0x150b1022
[ 0.315331] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 0.315339] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 0.315342] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 0.315344] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 0.315347] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 0.315349] pcieport 0000:00:02.1: save config 0x18: 0x00c1c100
[ 0.315351] pcieport 0000:00:02.1: save config 0x1c: 0x000001f1
[ 0.315353] pcieport 0000:00:02.1: save config 0x20: 0xde30de30
[ 0.315355] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 0.315357] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 0.315359] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 0.315361] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 0.315363] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 0.315365] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 0.315367] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 0.315408] pcieport 0000:00:02.1: vgaarb: pci_notify
[ 0.315414] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.315418] pcieport 0000:00:02.2: runtime IRQ mapping not provided by arch
[ 0.315475] pcieport 0000:00:02.2: PME: Signaling with IRQ 36
[ 0.315497] pcieport 0000:00:02.2: bwctrl: enabled with IRQ 36
[ 0.315502] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.315504] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 0.315506] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 0.315508] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.315510] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 0.315513] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 0.315515] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.315517] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.315519] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.315521] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.315523] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 0.315525] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.315527] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 0.315529] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 0.315531] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 0.315533] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.315570] pcieport 0000:00:02.2: vgaarb: pci_notify
[ 0.315576] pcieport 0000:00:02.3: vgaarb: pci_notify
[ 0.315579] pcieport 0000:00:02.3: runtime IRQ mapping not provided by arch
[ 0.315643] pcieport 0000:00:02.3: PME: Signaling with IRQ 37
[ 0.315665] pcieport 0000:00:02.3: bwctrl: enabled with IRQ 37
[ 0.315671] pcieport 0000:00:02.3: save config 0x00: 0x150b1022
[ 0.315673] pcieport 0000:00:02.3: save config 0x04: 0x00100407
[ 0.315675] pcieport 0000:00:02.3: save config 0x08: 0x06040000
[ 0.315677] pcieport 0000:00:02.3: save config 0x0c: 0x00810010
[ 0.315679] pcieport 0000:00:02.3: save config 0x10: 0x00000000
[ 0.315681] pcieport 0000:00:02.3: save config 0x14: 0x00000000
[ 0.315683] pcieport 0000:00:02.3: save config 0x18: 0x00c3c300
[ 0.315685] pcieport 0000:00:02.3: save config 0x1c: 0x000001f1
[ 0.315687] pcieport 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 0.315689] pcieport 0000:00:02.3: save config 0x24: 0x0001fff1
[ 0.315691] pcieport 0000:00:02.3: save config 0x28: 0x00000000
[ 0.315693] pcieport 0000:00:02.3: save config 0x2c: 0x00000000
[ 0.315695] pcieport 0000:00:02.3: save config 0x30: 0x00000000
[ 0.315697] pcieport 0000:00:02.3: save config 0x34: 0x00000050
[ 0.315699] pcieport 0000:00:02.3: save config 0x38: 0x00000000
[ 0.315701] pcieport 0000:00:02.3: save config 0x3c: 0x001200ff
[ 0.315738] pcieport 0000:00:02.3: vgaarb: pci_notify
[ 0.315744] pcieport 0000:00:03.1: vgaarb: pci_notify
[ 0.315747] pcieport 0000:00:03.1: runtime IRQ mapping not provided by arch
[ 0.315795] pcieport 0000:00:03.1: PME: Signaling with IRQ 38
[ 0.315823] pcieport 0000:00:03.1: bwctrl: enabled with IRQ 38
[ 0.315828] pcieport 0000:00:03.1: save config 0x00: 0x150b1022
[ 0.315830] pcieport 0000:00:03.1: save config 0x04: 0x00100407
[ 0.315832] pcieport 0000:00:03.1: save config 0x08: 0x06040000
[ 0.315833] pcieport 0000:00:03.1: save config 0x0c: 0x00810010
[ 0.315835] pcieport 0000:00:03.1: save config 0x10: 0x00000000
[ 0.315837] pcieport 0000:00:03.1: save config 0x14: 0x00000000
[ 0.315839] pcieport 0000:00:03.1: save config 0x18: 0x00c4c400
[ 0.315841] pcieport 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 0.315843] pcieport 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 0.315844] pcieport 0000:00:03.1: save config 0x24: 0x01f10001
[ 0.315846] pcieport 0000:00:03.1: save config 0x28: 0x00000078
[ 0.315848] pcieport 0000:00:03.1: save config 0x2c: 0x0000007a
[ 0.315850] pcieport 0000:00:03.1: save config 0x30: 0x00000000
[ 0.315852] pcieport 0000:00:03.1: save config 0x34: 0x00000050
[ 0.315854] pcieport 0000:00:03.1: save config 0x38: 0x00000000
[ 0.315855] pcieport 0000:00:03.1: save config 0x3c: 0x001200ff
[ 0.315883] pcieport 0000:00:03.1: vgaarb: pci_notify
[ 0.315894] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.315897] pcieport 0000:00:08.1: runtime IRQ mapping not provided by arch
[ 0.315942] pcieport 0000:00:08.1: PME: Signaling with IRQ 39
[ 0.315977] pcieport 0000:00:08.1: bwctrl: enabled with IRQ 39
[ 0.315983] pcieport 0000:00:08.1: save config 0x00: 0x150c1022
[ 0.315985] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 0.315986] pcieport 0000:00:08.1: save config 0x08: 0x06040000
[ 0.315988] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 0.315990] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 0.315992] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 0.315994] pcieport 0000:00:08.1: save config 0x18: 0x00c5c500
[ 0.315995] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 0.315997] pcieport 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 0.315999] pcieport 0000:00:08.1: save config 0x24: 0x20711001
[ 0.316001] pcieport 0000:00:08.1: save config 0x28: 0x0000007a
[ 0.316003] pcieport 0000:00:08.1: save config 0x2c: 0x0000007a
[ 0.316004] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 0.316006] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 0.316008] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 0.316010] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 0.316046] pcieport 0000:00:08.1: vgaarb: pci_notify
[ 0.316053] pcieport 0000:00:08.2: vgaarb: pci_notify
[ 0.316056] pcieport 0000:00:08.2: runtime IRQ mapping not provided by arch
[ 0.316216] pcieport 0000:00:08.2: PME: Signaling with IRQ 40
[ 0.316250] pcieport 0000:00:08.2: bwctrl: enabled with IRQ 40
[ 0.316255] pcieport 0000:00:08.2: save config 0x00: 0x150c1022
[ 0.316257] pcieport 0000:00:08.2: save config 0x04: 0x00100407
[ 0.316259] pcieport 0000:00:08.2: save config 0x08: 0x06040000
[ 0.316261] pcieport 0000:00:08.2: save config 0x0c: 0x00810010
[ 0.316263] pcieport 0000:00:08.2: save config 0x10: 0x00000000
[ 0.316264] pcieport 0000:00:08.2: save config 0x14: 0x00000000
[ 0.316266] pcieport 0000:00:08.2: save config 0x18: 0x00c6c600
[ 0.316268] pcieport 0000:00:08.2: save config 0x1c: 0x000001f1
[ 0.316270] pcieport 0000:00:08.2: save config 0x20: 0xde10de00
[ 0.316271] pcieport 0000:00:08.2: save config 0x24: 0x20912091
[ 0.316273] pcieport 0000:00:08.2: save config 0x28: 0x0000007a
[ 0.316275] pcieport 0000:00:08.2: save config 0x2c: 0x0000007a
[ 0.316277] pcieport 0000:00:08.2: save config 0x30: 0x00000000
[ 0.316278] pcieport 0000:00:08.2: save config 0x34: 0x00000050
[ 0.316280] pcieport 0000:00:08.2: save config 0x38: 0x00000000
[ 0.316282] pcieport 0000:00:08.2: save config 0x3c: 0x001201ff
[ 0.316304] pcieport 0000:00:08.2: vgaarb: pci_notify
[ 0.316310] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.316313] pcieport 0000:00:08.3: runtime IRQ mapping not provided by arch
[ 0.316362] pcieport 0000:00:08.3: PME: Signaling with IRQ 41
[ 0.316383] pcieport 0000:00:08.3: bwctrl: enabled with IRQ 41
[ 0.316388] pcieport 0000:00:08.3: save config 0x00: 0x150c1022
[ 0.316391] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 0.316393] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 0.316395] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 0.316396] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 0.316398] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 0.316400] pcieport 0000:00:08.3: save config 0x18: 0x00c7c700
[ 0.316402] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 0.316403] pcieport 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 0.316405] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 0.316407] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 0.316409] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 0.316411] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 0.316412] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 0.316414] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 0.316416] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 0.316450] pcieport 0000:00:08.3: vgaarb: pci_notify
[ 0.319065] ACPI: AC: AC Adapter [AC0] (on-line)
[ 0.319129] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input0
[ 0.319152] ACPI: button: Lid Switch [LID]
[ 0.319196] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.319216] ACPI: button: Power Button [PWRB]
[ 0.319378] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 0.319623] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LNXVIDEO:00/input/input2
[ 0.320340] Monitor-Mwait will be used to enter C-1 state
[ 0.322793] Estimated ratio of average max frequency by base frequency (times 1024): 1832
[ 0.326478] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.326483] ACPI: thermal: Thermal Zone [THZ0] (49 C)
[ 0.328686] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.328688] ACPI: thermal: Thermal Zone [THRM] (52 C)
[ 0.328798] thermal LNXTHERM:02: registered as thermal_zone2
[ 0.328799] ACPI: thermal: Thermal Zone [TZ01] (20 C)
[ 0.328990] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.330057] Non-volatile memory driver v1.3
[ 0.330060] Linux agpgart interface v0.103
[ 0.330536] ACPI: bus type drm_connector registered
[ 0.333973] loop: module loaded
[ 0.334342] e100: Intel(R) PRO/100 Network Driver
[ 0.334344] e100: Copyright(c) 1999-2006 Intel Corporation
[ 0.334359] e1000: Intel(R) PRO/1000 Network Driver
[ 0.334361] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.334376] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.334377] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.334399] sky2: driver version 1.30
[ 0.334569] xhci_hcd 0000:c5:00.4: vgaarb: pci_notify
[ 0.334574] xhci_hcd 0000:c5:00.4: runtime IRQ mapping not provided by arch
[ 0.335074] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 0.335080] xhci_hcd 0000:c5:00.4: xHCI Host Controller
[ 0.335112] xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 1
[ 0.335569] xhci_hcd 0000:c5:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.335579] xhci_hcd 0000:c5:00.4: enabling Mem-Wr-Inval
[ 0.336377] xhci_hcd 0000:c5:00.4: xHCI Host Controller
[ 0.336414] xhci_hcd 0000:c5:00.4: new USB bus registered, assigned bus number 2
[ 0.336417] xhci_hcd 0000:c5:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.336468] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.336472] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.336474] usb usb1: Product: xHCI Host Controller
[ 0.336476] usb usb1: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.336477] usb usb1: SerialNumber: 0000:c5:00.4
[ 0.336871] hub 1-0:1.0: USB hub found
[ 0.336882] hub 1-0:1.0: 1 port detected
[ 0.338591] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.338611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.338613] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.338614] usb usb2: Product: xHCI Host Controller
[ 0.338616] usb usb2: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.338617] usb usb2: SerialNumber: 0000:c5:00.4
[ 0.339000] hub 2-0:1.0: USB hub found
[ 0.339010] hub 2-0:1.0: 1 port detected
[ 0.343955] xhci_hcd 0000:c5:00.4: vgaarb: pci_notify
[ 0.343970] xhci_hcd 0000:c7:00.0: vgaarb: pci_notify
[ 0.343974] xhci_hcd 0000:c7:00.0: runtime IRQ mapping not provided by arch
[ 0.344077] xhci_hcd 0000:c7:00.0: enabling bus mastering
[ 0.344080] xhci_hcd 0000:c7:00.0: xHCI Host Controller
[ 0.344112] xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 3
[ 0.344576] xhci_hcd 0000:c7:00.0: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.344581] xhci_hcd 0000:c7:00.0: enabling Mem-Wr-Inval
[ 0.344601] ACPI: battery: Slot [BAT0] (battery present)
[ 0.344796] xhci_hcd 0000:c7:00.0: xHCI Host Controller
[ 0.344822] xhci_hcd 0000:c7:00.0: new USB bus registered, assigned bus number 4
[ 0.344824] xhci_hcd 0000:c7:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.344858] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.344861] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.344862] usb usb3: Product: xHCI Host Controller
[ 0.344863] usb usb3: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.344865] usb usb3: SerialNumber: 0000:c7:00.0
[ 0.344954] hub 3-0:1.0: USB hub found
[ 0.344982] hub 3-0:1.0: 5 ports detected
[ 0.345506] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.345524] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.345526] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.345527] usb usb4: Product: xHCI Host Controller
[ 0.345529] usb usb4: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.345530] usb usb4: SerialNumber: 0000:c7:00.0
[ 0.345604] hub 4-0:1.0: USB hub found
[ 0.345628] hub 4-0:1.0: 2 ports detected
[ 0.345939] xhci_hcd 0000:c7:00.0: vgaarb: pci_notify
[ 0.345960] xhci_hcd 0000:c7:00.3: vgaarb: pci_notify
[ 0.345964] xhci_hcd 0000:c7:00.3: runtime IRQ mapping not provided by arch
[ 0.346000] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 0.346002] xhci_hcd 0000:c7:00.3: xHCI Host Controller
[ 0.346030] xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 5
[ 0.346402] xhci_hcd 0000:c7:00.3: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.346406] xhci_hcd 0000:c7:00.3: enabling Mem-Wr-Inval
[ 0.346770] xhci_hcd 0000:c7:00.3: xHCI Host Controller
[ 0.346797] xhci_hcd 0000:c7:00.3: new USB bus registered, assigned bus number 6
[ 0.346800] xhci_hcd 0000:c7:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.346833] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.346835] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.346836] usb usb5: Product: xHCI Host Controller
[ 0.346837] usb usb5: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.346838] usb usb5: SerialNumber: 0000:c7:00.3
[ 0.346914] hub 5-0:1.0: USB hub found
[ 0.346937] hub 5-0:1.0: 1 port detected
[ 0.347100] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.347117] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.347119] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.347120] usb usb6: Product: xHCI Host Controller
[ 0.347121] usb usb6: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.347123] usb usb6: SerialNumber: 0000:c7:00.3
[ 0.347193] hub 6-0:1.0: USB hub found
[ 0.347211] hub 6-0:1.0: 1 port detected
[ 0.347564] xhci_hcd 0000:c7:00.3: vgaarb: pci_notify
[ 0.347590] xhci_hcd 0000:c7:00.4: vgaarb: pci_notify
[ 0.347593] xhci_hcd 0000:c7:00.4: runtime IRQ mapping not provided by arch
[ 0.347621] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 0.347624] xhci_hcd 0000:c7:00.4: xHCI Host Controller
[ 0.347654] xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 7
[ 0.348028] xhci_hcd 0000:c7:00.4: hcc params 0x0118ffc5 hci version 0x120 quirks 0x0000000200000010
[ 0.348033] xhci_hcd 0000:c7:00.4: enabling Mem-Wr-Inval
[ 0.348377] xhci_hcd 0000:c7:00.4: xHCI Host Controller
[ 0.348401] xhci_hcd 0000:c7:00.4: new USB bus registered, assigned bus number 8
[ 0.348403] xhci_hcd 0000:c7:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.348437] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
[ 0.348439] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.348440] usb usb7: Product: xHCI Host Controller
[ 0.348441] usb usb7: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.348442] usb usb7: SerialNumber: 0000:c7:00.4
[ 0.348517] hub 7-0:1.0: USB hub found
[ 0.348541] hub 7-0:1.0: 1 port detected
[ 0.348702] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.348719] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
[ 0.348720] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.348722] usb usb8: Product: xHCI Host Controller
[ 0.348723] usb usb8: Manufacturer: Linux 6.18.19 xhci-hcd
[ 0.348724] usb usb8: SerialNumber: 0000:c7:00.4
[ 0.348794] hub 8-0:1.0: USB hub found
[ 0.348812] hub 8-0:1.0: 1 port detected
[ 0.349164] xhci_hcd 0000:c7:00.4: vgaarb: pci_notify
[ 0.349190] usbcore: registered new interface driver usblp
[ 0.349213] usbcore: registered new interface driver usb-storage
[ 0.349239] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[ 0.349242] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.350066] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.350119] rtc_cmos 00:00: RTC can wake from S4
[ 0.350409] rtc_cmos 00:00: registered as rtc0
[ 0.350443] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
[ 0.350530] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 0.352407] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.356369] Console: switching to colour frame buffer device 360x112
[ 0.359803] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.361394] hid: raw HID events driver (C) Jiri Kosina
[ 0.361467] usbcore: registered new interface driver usbhid
[ 0.361468] usbhid: USB HID core driver
[ 0.361589] Initializing XFRM netlink socket
[ 0.361601] NET: Registered PF_INET6 protocol family
[ 0.361746] Segment Routing with IPv6
[ 0.361750] In-situ OAM (IOAM) with IPv6
[ 0.361759] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.361817] NET: Registered PF_PACKET protocol family
[ 0.361851] 9pnet: Installing 9P2000 support
[ 0.361859] Key type dns_resolver registered
[ 0.363779] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[ 0.363785] microcode: Current revision: 0x0b20401b
[ 0.364064] IPI shorthand broadcast: enabled
[ 0.364857] sched_clock: Marking stable (364000736, 333104)->(366697719, -2363879)
[ 0.364972] registered taskstats version 1
[ 0.365005] Loading compiled-in X.509 certificates
[ 0.365656] zswap: loaded using pool lzo
[ 0.365724] Demotion targets for Node 0: null
[ 0.365803] PM: Magic number: 6:467:699
[ 0.365858] netconsole: network logging started
[ 0.368675] clk: Disabling unused clocks
[ 0.368677] ALSA device list:
[ 0.368678] No soundcards found.
[ 0.416564] Freeing initrd memory: 50128K
[ 0.417426] Freeing unused kernel image (initmem) memory: 2812K
[ 0.417438] Write protecting the kernel read-only data: 28672k
[ 0.418188] Freeing unused kernel image (text/rodata gap) memory: 2024K
[ 0.418494] Freeing unused kernel image (rodata/data gap) memory: 640K
[ 0.436111] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.445372] Run /init as init process
[ 0.445380] with arguments:
[ 0.445382] /init
[ 0.445383] with environment:
[ 0.445384] HOME=/
[ 0.445385] TERM=linux
[ 0.474112] modprobe (187) used greatest stack depth: 12952 bytes left
[ 0.477372] modprobe (189) used greatest stack depth: 12760 bytes left
[ 0.477618] systemd[1]: Successfully made /usr/ read-only.
[ 0.478669] systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 0.478675] systemd[1]: Detected architecture x86-64.
[ 0.478675] systemd[1]: Running in initrd.
[ 0.478812] systemd[1]: Hostname set to <osprey>.
[ 0.510325] systemd-debug-g (217) used greatest stack depth: 12744 bytes left
[ 0.528589] systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.543464] systemd[1]: Expecting device /dev/disk/by-uuid/96B3-DBA5...
[ 0.543513] systemd[1]: Reached target Initrd /usr File System.
[ 0.543535] systemd[1]: Reached target Slice Units.
[ 0.543548] systemd[1]: Reached target Swaps.
[ 0.543557] systemd[1]: Reached target Timer Units.
[ 0.543595] systemd[1]: Listening on D-Bus System Message Bus Socket.
[ 0.543623] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.543648] systemd[1]: Listening on Journal Sockets.
[ 0.543671] systemd[1]: Listening on udev Control Socket.
[ 0.543688] systemd[1]: Listening on udev Kernel Socket.
[ 0.543698] systemd[1]: Reached target Socket Units.
[ 0.544147] systemd[1]: Starting Create List of Static Device Nodes...
[ 0.545602] systemd[1]: Starting Journal Service...
[ 0.546041] systemd[1]: Starting Load Kernel Modules...
[ 0.546346] systemd[1]: Starting Virtual Console Setup...
[ 0.546942] systemd[1]: Finished Create List of Static Device Nodes.
[ 0.547288] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 0.551463] Asymmetric key parser 'pkcs8' registered
[ 0.551590] spl: loading out-of-tree module taints kernel.
[ 0.553802] systemd-journald[255]: Collecting audit messages is disabled.
[ 0.554258] zfs: module license 'CDDL' taints kernel.
[ 0.554260] Disabling lock debugging due to kernel taint
[ 0.554272] zfs: module license taints kernel.
[ 0.554416] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 0.556850] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.566868] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.566992] systemd[1]: Reached target Preparation for Local File Systems.
[ 0.567027] systemd[1]: Reached target Local File Systems.
[ 0.572135] systemd[1]: Finished Virtual Console Setup.
[ 0.572346] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.572536] systemd[1]: Starting dracut ask for additional cmdline parameters...
[ 0.580731] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[ 0.587184] systemd[1]: Finished dracut ask for additional cmdline parameters.
[ 0.587552] systemd[1]: Starting dracut cmdline hook...
[ 0.634364] dracut-cmdline (296) used greatest stack depth: 12648 bytes left
[ 0.634564] systemd[1]: Finished dracut cmdline hook.
[ 0.635079] systemd[1]: Starting dracut pre-udev hook...
[ 0.667026] systemd[1]: Finished dracut pre-udev hook.
[ 0.667895] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 0.677932] systemd[1]: Started Journal Service.
[ 0.700770] usb 1-1: New USB device found, idVendor=3277, idProduct=0059, bcdDevice= 1.01
[ 0.700777] usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 0.700779] usb 1-1: Product: ASUS FHD webcam
[ 0.700781] usb 1-1: Manufacturer: Shinetech
[ 0.700782] usb 1-1: SerialNumber: 200901010001
[ 0.702945] systemd-tmpfile (427) used greatest stack depth: 12552 bytes left
[ 0.704901] ZFS: Loaded module v2.4.1-r0-gentoo, ZFS pool version 5000, ZFS filesystem version 5
[ 0.705147] systemd-modules (258) used greatest stack depth: 5504 bytes left
[ 0.720538] hid-generic 0003:3277:0059.0001: hiddev96,hidraw0: USB HID v1.11 Device [Shinetech ASUS FHD webcam] on usb-0000:c5:00.4-1/input4
[ 0.729777] usb 3-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
[ 0.729780] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.729781] usb 3-3: Product: N-KEY Device
[ 0.729782] usb 3-3: Manufacturer: ASUSTeK Computer Inc.
[ 0.748885] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input4
[ 0.748901] input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input5
[ 0.764362] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 0.764468] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.785499] ccp 0000:c5:00.2: vgaarb: pci_notify
[ 0.785505] ccp 0000:c5:00.2: runtime IRQ mapping not provided by arch
[ 0.785510] ccp 0000:c5:00.2: enabling device (0000 -> 0002)
[ 0.785624] ccp 0000:c5:00.2: enabling bus mastering
[ 0.786761] ccp 0000:c5:00.2: tee enabled
[ 0.786763] ccp 0000:c5:00.2: psp enabled
[ 0.786778] ccp 0000:c5:00.2: vgaarb: pci_notify
[ 0.790890] pci 0000:c2:00.0: save config 0x00: 0x975517a0
[ 0.790895] pci 0000:c2:00.0: save config 0x04: 0x00100000
[ 0.790898] pci 0000:c2:00.0: save config 0x08: 0x08050101
[ 0.790901] pci 0000:c2:00.0: save config 0x0c: 0x00000010
[ 0.790904] pci 0000:c2:00.0: save config 0x10: 0xde200000
[ 0.790907] pci 0000:c2:00.0: save config 0x14: 0x00000000
[ 0.790909] pci 0000:c2:00.0: save config 0x18: 0x00000000
[ 0.790912] pci 0000:c2:00.0: save config 0x1c: 0x00000000
[ 0.790914] pci 0000:c2:00.0: save config 0x20: 0x00000000
[ 0.790917] pci 0000:c2:00.0: save config 0x24: 0x00000000
[ 0.790920] pci 0000:c2:00.0: save config 0x28: 0x00000000
[ 0.790922] pci 0000:c2:00.0: save config 0x2c: 0x202f1043
[ 0.790925] pci 0000:c2:00.0: save config 0x30: 0x00000000
[ 0.790928] pci 0000:c2:00.0: save config 0x34: 0x00000080
[ 0.790930] pci 0000:c2:00.0: save config 0x38: 0x00000000
[ 0.790932] pci 0000:c2:00.0: save config 0x3c: 0x000001ff
[ 0.790993] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 0.790994] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 0.790995] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 0.790997] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 0.790998] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 0.790999] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 0.791001] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 0.791002] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 0.791003] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 0.791004] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 0.791006] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 0.791007] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 0.791008] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 0.791009] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 0.791011] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 0.791012] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 0.791049] pcieport 0000:00:02.2: PME# enabled
[ 0.794119] pcie_mp2_amd 0000:c5:00.7: vgaarb: pci_notify
[ 0.794129] pcie_mp2_amd 0000:c5:00.7: runtime IRQ mapping not provided by arch
[ 0.794135] pcie_mp2_amd 0000:c5:00.7: enabling device (0000 -> 0002)
[ 0.794181] pcie_mp2_amd 0000:c5:00.7: enabling bus mastering
[ 0.794193] pcie_mp2_amd 0000:c5:00.7: vgaarb: pci_notify
[ 0.795519] nvme 0000:c1:00.0: vgaarb: pci_notify
[ 0.795528] nvme 0000:c1:00.0: runtime IRQ mapping not provided by arch
[ 0.795531] nvme 0000:c1:00.0: platform quirk: setting simple suspend
[ 0.795946] nvme nvme0: pci function 0000:c1:00.0
[ 0.796065] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 0.796067] nvme 0000:c1:00.0: save config 0x04: 0x00100407
[ 0.796069] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 0.796071] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 0.796072] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 0.796074] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 0.796075] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 0.796077] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 0.796078] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 0.796079] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 0.796081] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 0.796082] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 0.796084] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 0.796085] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 0.796086] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 0.796088] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 0.800616] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input6
[ 0.802711] pcieport 0000:00:02.2: ACPI _REG disconnect evaluation failed (5)
[ 0.802901] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[ 0.802998] pcieport 0000:00:02.2: power state changed by ACPI to D3cold
[ 0.805061] nvme nvme0: 24/0/0 default/read/poll queues
[ 0.808692] nvme0n1: p1 p2
[ 0.808787] nvme 0000:c1:00.0: vgaarb: pci_notify
[ 0.849446] hid-generic 0003:0B05:19B6.0002: input,hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
[ 0.853601] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GPPA.VGA_.ATPX handle
[ 0.853670] amdgpu: ATPX version 1, functions 0x00000801
[ 0.853702] amdgpu: ATPX Hybrid Graphics
[ 0.856543] amdgpu 0000:c5:00.0: vgaarb: pci_notify
[ 0.856547] amdgpu 0000:c5:00.0: runtime IRQ mapping not provided by arch
[ 0.856582] amdgpu 0000:c5:00.0: enabling device (0006 -> 0007)
[ 0.856609] amdgpu 0000:c5:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x150E 0x1043:0x1ED3 0xC1).
[ 0.857074] amdgpu 0000:c5:00.0: amdgpu: register mmio base: 0xDD700000
[ 0.857075] amdgpu 0000:c5:00.0: amdgpu: register mmio size: 524288
[ 0.859071] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
[ 0.859073] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
[ 0.859074] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_1)
[ 0.859075] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
[ 0.859076] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 4 <smu_v14_0_0> (smu)
[ 0.859077] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
[ 0.859078] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
[ 0.859079] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
[ 0.859079] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_5> (vcn_v4_0_5)
[ 0.859080] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_5> (jpeg_v4_0_5)
[ 0.859081] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
[ 0.859081] amdgpu 0000:c5:00.0: amdgpu: detected ip block number 11 <vpe_v6_1_0> (vpe_v6_1)
[ 0.859102] amdgpu 0000:c5:00.0: amdgpu: Fetched VBIOS from VFCT
[ 0.859104] amdgpu: ATOM BIOS: 113-STRIXEMU-001
[ 0.860401] hid-generic 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
[ 0.860463] amdgpu 0000:c5:00.0: amdgpu: VPE: collaborate mode false
[ 0.866387] Console: switching to colour dummy device 80x25
[ 0.867900] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input7
[ 0.886635] amdgpu 0000:c5:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 0.886665] amdgpu 0000:c5:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 0.886684] amdgpu 0000:c5:00.0: amdgpu: VRAM: 512M 0x0000008000000000 - 0x000000801FFFFFFF (512M used)
[ 0.886685] amdgpu 0000:c5:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
[ 0.886702] [drm] Detected VRAM RAM=512M, BAR=512M
[ 0.886703] [drm] RAM width 128bits LPDDR5
[ 0.886784] amdgpu 0000:c5:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
[ 0.886785] amdgpu 0000:c5:00.0: amdgpu: amdgpu: 15604M of GTT memory ready.
[ 0.886797] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 0.886913] [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
[ 0.887052] amdgpu 0000:c5:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x09004100
[ 0.887182] amdgpu 0000:c5:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
[ 0.906046] i2c_hid_acpi i2c-ELAN9008:00: i2c_hid_get_input: IRQ triggered but there's no data
[ 0.906224] input: ELAN9008:00 04F3:4359 Touchscreen as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input8
[ 0.909944] amdgpu 0000:c5:00.0: amdgpu: reserve 0x8900000 from 0x8010000000 for PSP TMR
[ 0.916503] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 0.916510] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 0.916513] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 0.916515] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 0.916517] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 0.916519] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 0.916521] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 0.916523] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 0.916524] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 0.916526] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 0.916527] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 0.916529] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 0.916530] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 0.916532] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 0.916533] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 0.916535] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 0.916989] xhci_hcd 0000:c7:00.4: PME# enabled
[ 0.924563] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 0.924570] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 0.924573] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 0.924575] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 0.924577] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 0.924579] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 0.924581] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 0.924582] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 0.924584] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 0.924585] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 0.924587] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 0.924588] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 0.924589] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 0.924591] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 0.924593] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 0.924594] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 0.925020] xhci_hcd 0000:c7:00.3: PME# enabled
[ 0.928573] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 0.936982] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 0.953975] input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input16
[ 0.961426] hid-generic 0018:0B05:0220.0007: unsupported Resolution Multiplier 0
[ 0.961518] hid-generic 0018:0B05:0220.0007: hidraw3: I2C HID v1.00 Device [ASUS2020:00 0B05:0220] on i2c-ASUS2020:00
[ 0.984352] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input9
[ 0.984359] input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input10
[ 0.984375] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input12
[ 0.984387] hid-generic 0003:0B05:19B6.0004: input,hidraw4: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
[ 0.984388] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input13
[ 0.984407] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input14
[ 0.984429] input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input17
[ 0.984485] hid-generic 0018:2808:0220.0006: input,hidraw6: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
[ 1.015440] hid-generic 0018:04F3:4359.0005: input,hidraw5: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
[ 1.017125] asus_wmi: ASUS WMI generic driver loaded
[ 1.019477] asus 0003:0B05:19B6.0003: hiddev98,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input1
[ 1.019479] asus 0003:0B05:19B6.0003: Asus input not registered
[ 1.019651] asus 0003:0B05:19B6.0003: probe with driver asus failed with error -12
[ 1.096369] usb 3-5: new high-speed USB device number 3 using xhci_hcd
[ 1.113336] amdgpu 0000:c5:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1.117142] amdgpu 0000:c5:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 1.117143] amdgpu 0000:c5:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[ 1.119855] asus 0003:0B05:19B6.0002: Fixing up Asus N-Key report descriptor
[ 1.120416] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.2/0003:0B05:19B6.0004/input/input20
[ 1.131974] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.3/0000:c7:00.0/usb3/3-3/3-3:1.0/0003:0B05:19B6.0002/input/input21
[ 1.137114] amdgpu 0000:c5:00.0: amdgpu: SMU is initialized successfully!
[ 1.138171] amdgpu 0000:c5:00.0: amdgpu: [drm] Display Core v3.2.351 initialized on DCN 3.5
[ 1.138173] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[ 1.141030] amdgpu 0000:c5:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x09004100
[ 1.196981] amdgpu 0000:c5:00.0: amdgpu: [drm] eDP-1: PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x3a su_y_granularity 4
[ 1.197089] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197148] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197203] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-3: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197256] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-4: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197289] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-5: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197312] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-6: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197334] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-7: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.197356] amdgpu 0000:c5:00.0: amdgpu: [drm] DP-8: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[ 1.202684] amdgpu 0000:c5:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 8, active_cu_number 16
[ 1.202687] amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1.202689] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1.202689] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1.202690] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 1.202690] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 1.202690] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 1.202691] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 1.202691] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 1.202691] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 1.202692] amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1.202692] amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[ 1.202693] amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
[ 1.202693] amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
[ 1.202694] amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
[ 1.206881] amdgpu 0000:c5:00.0: save config 0x00: 0x150e1002
[ 1.206883] amdgpu 0000:c5:00.0: save config 0x04: 0x00100407
[ 1.206884] amdgpu 0000:c5:00.0: save config 0x08: 0x038000c1
[ 1.206885] amdgpu 0000:c5:00.0: save config 0x0c: 0x00800010
[ 1.206886] amdgpu 0000:c5:00.0: save config 0x10: 0x1000000c
[ 1.206887] amdgpu 0000:c5:00.0: save config 0x14: 0x0000007a
[ 1.206888] amdgpu 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 1.206889] amdgpu 0000:c5:00.0: save config 0x1c: 0x00000000
[ 1.206890] amdgpu 0000:c5:00.0: save config 0x20: 0x0000e001
[ 1.206891] amdgpu 0000:c5:00.0: save config 0x24: 0xdd700000
[ 1.206892] amdgpu 0000:c5:00.0: save config 0x28: 0x00000000
[ 1.206892] amdgpu 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 1.206893] amdgpu 0000:c5:00.0: save config 0x30: 0x00000000
[ 1.206894] amdgpu 0000:c5:00.0: save config 0x34: 0x00000048
[ 1.206895] amdgpu 0000:c5:00.0: save config 0x38: 0x00000000
[ 1.206896] amdgpu 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 1.206973] amdgpu 0000:c5:00.0: amdgpu: Runtime PM not available
[ 1.207509] asus 0003:0B05:19B6.0004: input,hidraw1: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input2
[ 1.207557] amdgpu 0000:c5:00.0: amdgpu: [drm] Using custom brightness curve
[ 1.208117] [drm] Initialized amdgpu 3.64.0 for 0000:c5:00.0 on minor 1
[ 1.212649] fbcon: amdgpudrmfb (fb0) is primary device
[ 1.212832] [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
[ 1.223883] usb 3-5: New USB device found, idVendor=0489, idProduct=e11e, bcdDevice= 1.00
[ 1.223885] usb 3-5: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[ 1.223885] usb 3-5: Product: Wireless_Device
[ 1.223886] usb 3-5: Manufacturer: MediaTek Inc.
[ 1.223886] usb 3-5: SerialNumber: 000000000
[ 1.258416] asus 0003:0B05:19B6.0002: input,hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:c7:00.0-3/input0
[ 1.266220] input: ASCF1A00:00 2808:0220 Mouse as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input22
[ 1.266232] input: ASCF1A00:00 2808:0220 Touchpad as /devices/platform/AMDI0010:01/i2c-1/i2c-ASCF1A00:00/0018:2808:0220.0006/input/input23
[ 1.266272] hid-multitouch 0018:2808:0220.0006: input,hidraw4: I2C HID v1.00 Mouse [ASCF1A00:00 2808:0220] on i2c-ASCF1A00:00
[ 1.272018] input: ELAN9008:00 04F3:4359 as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input26
[ 1.272038] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input27
[ 1.272090] input: ELAN9008:00 04F3:4359 Stylus as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input28
[ 1.272102] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input30
[ 1.272112] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input31
[ 1.272119] input: ELAN9008:00 04F3:4359 UNKNOWN as /devices/platform/AMDI0010:00/i2c-0/i2c-ELAN9008:00/0018:04F3:4359.0005/input/input32
[ 1.303336] hid-multitouch 0018:04F3:4359.0005: input,hidraw5: I2C HID v1.00 Device [ELAN9008:00 04F3:4359] on i2c-ELAN9008:00
[ 1.308353] tsc: Refined TSC clocksource calibration: 1996.255 MHz
[ 1.308358] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cb85cd06, max_idle_ns: 881590416994 ns
[ 1.308380] clocksource: Switched to clocksource tsc
[ 2.268326] Console: switching to colour frame buffer device 360x112
[ 2.286568] amdgpu 0000:c5:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 2.293518] amdgpu 0000:c5:00.0: vgaarb: pci_notify
[ 6.227174] hid-generic 0020:1022:0001.0008: hidraw6: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[ 6.227258] hid-generic 0020:1022:0001.0009: hidraw7: SENSOR HUB HID v0.00 Device [hid-amdsfh 1022:0001] on pcie_mp2_amd
[ 6.308865] systemd-journald[255]: Received SIGTERM from PID 1 (systemd).
[ 6.356166] systemd[1]: systemd 258 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 +IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 +LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 6.356172] systemd[1]: Detected architecture x86-64.
[ 6.519592] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[ 6.519674] systemd[1]: Stopped Switch Root.
[ 6.520284] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 6.520684] systemd[1]: Created slice CUPS Slice.
[ 6.520919] systemd[1]: Created slice Slice /system/getty.
[ 6.521416] systemd[1]: Created slice Slice /system/modprobe.
[ 6.521762] systemd[1]: Created slice Slice /system/openvpn-client.
[ 6.522078] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.522325] systemd[1]: Created slice User and Session Slice.
[ 6.522518] systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[ 6.522549] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.522898] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.523078] systemd[1]: Expecting device /dev/disk/by-label/osprey-fscache...
[ 6.523090] systemd[1]: Expecting device /dev/disk/by-label/osprey-swap...
[ 6.523373] systemd[1]: Expecting device /dev/disk/by-partlabel/osprey-boot...
[ 6.523394] systemd[1]: Reached target Login Prompts.
[ 6.523681] systemd[1]: Stopped target Switch Root.
[ 6.523696] systemd[1]: Stopped target Initrd File Systems.
[ 6.523969] systemd[1]: Stopped target Initrd Root File System.
[ 6.523999] systemd[1]: Reached target Remote File Systems.
[ 6.524268] systemd[1]: Reached target Slice Units.
[ 6.524986] systemd[1]: Listening on Query the User Interactively for a Password.
[ 6.525906] systemd[1]: Listening on Process Core Dump Socket.
[ 6.526415] systemd[1]: Listening on Credential Encryption/Decryption.
[ 6.527142] systemd[1]: Listening on Factory Reset Management.
[ 6.527181] systemd[1]: Listening on Resolve Monitor Varlink Socket.
[ 6.527469] systemd[1]: Listening on Resolve Service Varlink Socket.
[ 6.527505] systemd[1]: Listening on udev Control Socket.
[ 6.527797] systemd[1]: Listening on udev Varlink Socket.
[ 6.529424] systemd[1]: Mounting Huge Pages File System...
[ 6.529842] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.530239] systemd[1]: Mounting Kernel Debug File System...
[ 6.530635] systemd[1]: Mounting Kernel Trace File System...
[ 6.531780] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.532213] systemd[1]: Starting Load Kernel Module configfs...
[ 6.532412] systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
[ 6.532431] systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[ 6.532831] systemd[1]: Starting Load Kernel Module fuse...
[ 6.532870] systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
[ 6.532919] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[ 6.532948] systemd[1]: Stopped Plymouth switch root service.
[ 6.533506] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 6.534925] systemd[1]: Starting Journal Service...
[ 6.535961] systemd[1]: Starting Load Kernel Modules...
[ 6.536390] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.536557] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 6.537007] systemd[1]: Starting Load udev Rules from Credentials...
[ 6.537442] systemd[1]: Starting Coldplug All udev Devices...
[ 6.538291] systemd[1]: Mounted Huge Pages File System.
[ 6.538378] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.538868] systemd[1]: Mounted Kernel Debug File System.
[ 6.539553] systemd[1]: Mounted Kernel Trace File System.
[ 6.539827] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.540152] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.540243] systemd[1]: Finished Load Kernel Module configfs.
[ 6.540796] systemd[1]: Kernel Configuration File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/config).
[ 6.540805] fuse: init (API version 7.45)
[ 6.541683] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 6.541925] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.542053] systemd[1]: Finished Load Kernel Module fuse.
[ 6.542476] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 6.543577] systemd[1]: Mounting FUSE Control File System...
[ 6.544251] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 6.545083] systemd[1]: Starting Mount ZFS filesystems...
[ 6.545619] systemd[1]: Finished Load Kernel Modules.
[ 6.546171] systemd[1]: Finished Load udev Rules from Credentials.
[ 6.546907] systemd[1]: Starting Apply Kernel Variables...
[ 6.547189] systemd-journald[1009]: Collecting audit messages is disabled.
[ 6.547199] systemd[1]: Mounted FUSE Control File System.
[ 6.549213] systemd[1]: Started Journal Service.
[ 6.708805] Adding 4194300k swap on /dev/zd0. Priority:-2 extents:1 across:4194300k SSDsc
[ 6.716702] Serial bus multi instantiate pseudo device driver CSC3551:00: Instantiated 2 I2C devices.
[ 6.739033] Module nvidia is blacklisted
[ 6.741373] ACPI: bus type thunderbolt registered
[ 6.744500] thunderbolt 0000:c7:00.5: vgaarb: pci_notify
[ 6.746130] Module nvidia is blacklisted
[ 6.746680] thunderbolt 0000:c7:00.5: runtime IRQ mapping not provided by arch
[ 6.765907] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.768144] asus_wmi: Initialization: 0x1
[ 6.768187] asus_wmi: BIOS WMI version: 9.4
[ 6.768213] asus_wmi: SFUN value: 0x21
[ 6.768217] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 6.769772] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.769953] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 6.781952] Bluetooth: Core ver 2.22
[ 6.782191] NET: Registered PF_BLUETOOTH protocol family
[ 6.782195] Bluetooth: HCI device and connection manager initialized
[ 6.782202] Bluetooth: HCI socket layer initialized
[ 6.782205] Bluetooth: L2CAP socket layer initialized
[ 6.782215] Bluetooth: SCO socket layer initialized
[ 6.783023] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[ 6.784622] mc: Linux media interface: v0.10
[ 6.789967] thunderbolt 0000:c7:00.5: vgaarb: pci_notify
[ 6.789994] thunderbolt 0000:c7:00.6: vgaarb: pci_notify
[ 6.789999] thunderbolt 0000:c7:00.6: runtime IRQ mapping not provided by arch
[ 6.796874] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input34
[ 6.809292] snd_hda_intel 0000:c4:00.1: vgaarb: pci_notify
[ 6.809300] snd_hda_intel 0000:c4:00.1: runtime IRQ mapping not provided by arch
[ 6.809544] snd_hda_intel 0000:c4:00.1: enabling device (0000 -> 0002)
[ 6.809959] snd_hda_intel 0000:c4:00.1: Disabling MSI
[ 6.809970] snd_hda_intel 0000:c4:00.1: Handle vga_switcheroo audio client
[ 6.810159] snd_hda_intel 0000:c4:00.1: vgaarb: pci_notify
[ 6.810177] snd_hda_intel 0000:c5:00.1: vgaarb: pci_notify
[ 6.810180] snd_hda_intel 0000:c5:00.1: runtime IRQ mapping not provided by arch
[ 6.810212] snd_hda_intel 0000:c4:00.1: enabling bus mastering
[ 6.810353] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 6.812664] snd_hda_intel 0000:c5:00.1: enabling device (0000 -> 0002)
[ 6.813151] snd_hda_intel 0000:c5:00.1: Handle vga_switcheroo audio client
[ 6.813837] videodev: Linux video capture interface: v2.00
[ 6.813843] snd_hda_intel 0000:c5:00.1: vgaarb: pci_notify
[ 6.813879] snd_hda_intel 0000:c5:00.6: vgaarb: pci_notify
[ 6.813898] snd_hda_intel 0000:c5:00.6: runtime IRQ mapping not provided by arch
[ 6.813916] snd_hda_intel 0000:c5:00.6: enabling device (0000 -> 0002)
[ 6.813947] snd_hda_intel 0000:c5:00.1: enabling bus mastering
[ 6.814410] usbcore: registered new interface driver btusb
[ 6.814485] snd_hda_intel 0000:c5:00.6: vgaarb: pci_notify
[ 6.814684] snd_hda_intel 0000:c5:00.6: enabling bus mastering
[ 6.816631] amd-pmf AMDI0103:00: No Smart PC policy present
[ 6.816637] amd-pmf AMDI0103:00: registered PMF device successfully
[ 6.817730] mt7925e 0000:c3:00.0: vgaarb: pci_notify
[ 6.817736] mt7925e 0000:c3:00.0: runtime IRQ mapping not provided by arch
[ 6.817742] mt7925e 0000:c3:00.0: enabling device (0000 -> 0002)
[ 6.817769] Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20260106153314
[ 6.818224] mt7925e 0000:c3:00.0: enabling bus mastering
[ 6.820132] uvcvideo 1-1:1.0: Found UVC 1.10 device ASUS FHD webcam (3277:0059)
[ 6.820573] snd_hda_intel 0000:c5:00.1: bound 0000:c5:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 6.821575] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input35
[ 6.821698] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input36
[ 6.821811] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input37
[ 6.821862] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:c5:00.1/sound/card1/input38
[ 6.822917] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 6.823365] mt7925e 0000:c3:00.0: ASIC revision: 79250000
[ 6.825631] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input39
[ 6.825681] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input40
[ 6.825722] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input41
[ 6.825768] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:c4:00.1/sound/card0/input42
[ 6.826636] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Reset line busy, assuming shared reset
[ 6.830379] uvcvideo 1-1:1.2: Found UVC 1.50 device ASUS FHD webcam (3277:0059)
[ 6.831483] snd_hda_codec_alc269 hdaudioC2D0: ALC294: picked fixup for PCI SSID 1043:1ed3
[ 6.831797] snd_hda_codec_alc269 hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 6.831800] snd_hda_codec_alc269 hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.831801] snd_hda_codec_alc269 hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 6.831802] snd_hda_codec_alc269 hdaudioC2D0: mono: mono_out=0x0
[ 6.831803] snd_hda_codec_alc269 hdaudioC2D0: inputs:
[ 6.831805] snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x12
[ 6.831806] snd_hda_codec_alc269 hdaudioC2D0: Internal Mic=0x13
[ 6.833056] usbcore: registered new interface driver uvcvideo
[ 6.833884] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[ 6.842478] thunderbolt 0000:c7:00.6: vgaarb: pci_notify
[ 6.853636] ACPI: battery: new hook: ASUS Battery Extension
[ 6.876602] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 6.876606] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 6.896464] mt7925e 0000:c3:00.0: vgaarb: pci_notify
[ 6.900273] mt7925e 0000:c3:00.0: HW/SW Version: 0x8a108a10, Build Time: 20260106153007a
[ 7.111655] Bluetooth: hci0: Device setup in 290209 usecs
[ 7.111660] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 7.241421] mt7925e 0000:c3:00.0: WM Firmware Version: ____000000, Build Time: 20260106153120
[ 7.281903] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:c5:00.6/sound/card2/input43
[ 7.546875] systemd-journald[1009]: Received client request to flush runtime journal.
[ 7.547803] EXT4-fs (zd16): mounted filesystem e9cda24f-19c7-470b-bbb1-eb112933e969 r/w with ordered data mode. Quota mode: none.
[ 7.682698] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 7.684516] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
[ 7.684520] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
[ 7.746292] CacheFiles: Loaded
[ 7.757243] netfs: Cache "mycache" added (type cachefiles)
[ 7.757250] CacheFiles: File cache on mycache registered
[ 7.767360] Bluetooth: MGMT ver 1.23
[ 7.769292] NET: Registered PF_ALG protocol family
[ 7.794270] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
[ 7.812668] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 7.812726] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: L, FW EN: 1, SPKID: 0
[ 7.812730] snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.0 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 7.813364] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 7.813367] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 8.619592] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 8.621430] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
[ 8.621434] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
[ 8.731456] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
[ 8.749664] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 8.749721] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: CS35L41 Bound - SSID: 10431ED3, BST: 0, VSPK: 0, CH: R, FW EN: 1, SPKID: 0
[ 8.749725] snd_hda_codec_alc269 hdaudioC2D0: bound i2c-CSC3551:00-cs35l41-hda.1 (ops cs35l41_hda_comp_ops [snd_hda_scodec_cs35l41])
[ 8.749734] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Cirrus Logic CS35L41 (35a40), Revision: B2
[ 9.213354] wlan0: authenticate with fc:ec:da:d0:2c:df (local address=ec:91:61:93:02:8b)
[ 9.355818] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 9.355832] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 9.355836] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 9.355838] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 9.355841] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 9.355843] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 9.355846] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 9.355848] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 9.355850] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 9.355852] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 9.355854] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 9.355856] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 9.355858] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 9.355860] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 9.355862] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 9.355864] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 9.356153] xhci_hcd 0000:c5:00.4: PME# enabled
[ 9.369742] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 9.594882] wlan0: send auth to fc:ec:da:d0:2c:df (try 1/3)
[ 9.602940] wlan0: authenticated
[ 9.606356] wlan0: associate with fc:ec:da:d0:2c:df (try 1/3)
[ 9.646934] wlan0: RX AssocResp from fc:ec:da:d0:2c:df (capab=0x1111 status=0 aid=7)
[ 9.698730] wlan0: associated
[ 9.887422] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 9.887433] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 9.887435] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 9.887437] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 9.887439] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 9.887441] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 9.887442] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 9.887444] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 9.887445] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 9.887447] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 9.887448] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 9.887449] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 9.887451] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 9.887452] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 9.887454] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 9.887455] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 9.887477] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 9.899736] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 10.210390] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 10.210401] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 10.210404] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 10.210406] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 10.210408] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 10.210410] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 10.210412] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 10.210414] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 10.210415] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 10.210417] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 10.210419] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 10.210420] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 10.210422] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 10.210423] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 10.210425] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 10.210427] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 20.232594] rfkill: input handler disabled
[ 20.500040] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 20.511401] snd_hda_intel 0000:c5:00.1: PME# disabled
[ 23.807563] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 23.807575] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 23.807577] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 23.807579] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 23.807581] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 23.807583] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 23.807585] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 23.807587] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 23.807588] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 23.807590] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 23.807591] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 23.807593] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 23.807595] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 23.807596] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 23.807598] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 23.807599] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 23.807622] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 23.820150] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 23.914379] wlan0: deauthenticating from fc:ec:da:d0:2c:df by local choice (Reason: 3=DEAUTH_LEAVING)
[ 24.048413] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 24.048427] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 24.048431] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 24.048433] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 24.048436] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 24.048438] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 24.048441] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 24.048443] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 24.048445] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 24.048447] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 24.048449] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 24.048451] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 24.048453] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 24.048455] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 24.048457] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 24.048459] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 24.321459] PM: suspend entry (s2idle)
[ 24.332812] Filesystems sync: 0.011 seconds
[ 24.334077] Freezing user space processes
[ 24.365567] Freezing user space processes completed (elapsed 0.031 seconds)
[ 24.365572] OOM killer disabled.
[ 24.365573] Freezing remaining freezable tasks
[ 24.366388] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[ 24.366392] printk: Suspending console(s) (use no_console_suspend to debug)
[ 24.368520] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 24.369536] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D0
[ 24.371440] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D0
[ 24.372552] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D0
[ 24.380395] snd_hda_intel 0000:c5:00.1: PME# disabled
[ 24.382759] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Asserting Reset
[ 24.384371] xhci_hcd 0000:c7:00.3: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 24.384373] xhci_hcd 0000:c5:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 24.384378] xhci_hcd 0000:c7:00.4: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 24.384401] xhci_hcd 0000:c7:00.3: restore config 0x10: 0x00000004 -> 0xddd00004
[ 24.384407] xhci_hcd 0000:c5:00.4: restore config 0x10: 0x00000004 -> 0xdd500004
[ 24.384410] xhci_hcd 0000:c7:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 24.384417] xhci_hcd 0000:c5:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 24.384419] xhci_hcd 0000:c7:00.4: restore config 0x10: 0x00000004 -> 0xddc00004
[ 24.384420] xhci_hcd 0000:c7:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 24.384422] xhci_hcd 0000:c5:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 24.384430] xhci_hcd 0000:c7:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 24.384440] xhci_hcd 0000:c7:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 24.384496] xhci_hcd 0000:c7:00.3: PME# disabled
[ 24.384503] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 24.384530] xhci_hcd 0000:c5:00.4: PME# disabled
[ 24.384535] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 24.384573] xhci_hcd 0000:c7:00.4: PME# disabled
[ 24.384602] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 24.575250] pci 0000:c6:00.0: save config 0x00: 0x150d1022
[ 24.575250] pcie_mp2_amd 0000:c5:00.7: save config 0x00: 0x164a1022
[ 24.575251] ccp 0000:c5:00.2: save config 0x00: 0x17e01022
[ 24.575250] pci 0000:00:18.7: save config 0x00: 0x16ff1022
[ 24.575250] pci 0000:00:18.6: save config 0x00: 0x16fe1022
[ 24.575250] pci 0000:c5:00.5: save config 0x00: 0x15e21022
[ 24.575250] pci 0000:c6:00.1: save config 0x00: 0x17f01022
[ 24.575259] pci 0000:c6:00.1: save config 0x04: 0x00100000
[ 24.575260] pci 0000:00:18.7: save config 0x04: 0x00000000
[ 24.575260] pcie_mp2_amd 0000:c5:00.7: save config 0x04: 0x00100006
[ 24.575261] pci 0000:00:18.6: save config 0x04: 0x00000000
[ 24.575262] pci 0000:c6:00.0: save config 0x04: 0x00100000
[ 24.575263] ccp 0000:c5:00.2: save config 0x04: 0x00100406
[ 24.575264] pci 0000:c5:00.5: save config 0x04: 0x00100000
[ 24.575265] pci 0000:c6:00.1: save config 0x08: 0x11800010
[ 24.575265] pci 0000:00:18.7: save config 0x08: 0x06000000
[ 24.575266] pcie_mp2_amd 0000:c5:00.7: save config 0x08: 0x11800000
[ 24.575266] pci 0000:00:18.6: save config 0x08: 0x06000000
[ 24.575267] pci 0000:c6:00.0: save config 0x08: 0x13000000
[ 24.575268] pci 0000:c5:00.5: save config 0x08: 0x04800070
[ 24.575269] ccp 0000:c5:00.2: save config 0x08: 0x10800000
[ 24.575270] pci 0000:c6:00.1: save config 0x0c: 0x00800010
[ 24.575270] pci 0000:00:18.7: save config 0x0c: 0x00800000
[ 24.575271] pcie_mp2_amd 0000:c5:00.7: save config 0x0c: 0x00800010
[ 24.575272] pci 0000:00:18.6: save config 0x0c: 0x00800000
[ 24.575273] pci 0000:c6:00.0: save config 0x0c: 0x00800010
[ 24.575274] pci 0000:c5:00.5: save config 0x0c: 0x00800010
[ 24.575274] ccp 0000:c5:00.2: save config 0x0c: 0x00800010
[ 24.575275] pci 0000:c6:00.1: save config 0x10: 0xde000000
[ 24.575276] pci 0000:00:18.7: save config 0x10: 0x00000000
[ 24.575277] pcie_mp2_amd 0000:c5:00.7: save config 0x10: 0x00000000
[ 24.575277] pci 0000:00:18.6: save config 0x10: 0x00000000
[ 24.575278] pci 0000:c6:00.0: save config 0x10: 0x00000000
[ 24.575279] pci 0000:c5:00.5: save config 0x10: 0xdd780000
[ 24.575280] ccp 0000:c5:00.2: save config 0x10: 0x00000000
[ 24.575281] pci 0000:c6:00.1: save config 0x14: 0xde100000
[ 24.575281] pci 0000:00:18.7: save config 0x14: 0x00000000
[ 24.575282] pcie_mp2_amd 0000:c5:00.7: save config 0x14: 0x00000000
[ 24.575283] pci 0000:00:18.6: save config 0x14: 0x00000000
[ 24.575283] pci 0000:c6:00.0: save config 0x14: 0x00000000
[ 24.575284] pci 0000:c5:00.5: save config 0x14: 0x00000000
[ 24.575285] ccp 0000:c5:00.2: save config 0x14: 0x00000000
[ 24.575286] pci 0000:c6:00.1: save config 0x18: 0x2090000c
[ 24.575286] pci 0000:00:18.7: save config 0x18: 0x00000000
[ 24.575287] pcie_mp2_amd 0000:c5:00.7: save config 0x18: 0xdd400000
[ 24.575288] pci 0000:00:18.6: save config 0x18: 0x00000000
[ 24.575289] pci 0000:c6:00.0: save config 0x18: 0x00000000
[ 24.575290] pci 0000:c5:00.5: save config 0x18: 0x2000000c
[ 24.575291] ccp 0000:c5:00.2: save config 0x18: 0xdd600000
[ 24.575291] pci 0000:c6:00.1: save config 0x1c: 0x0000007a
[ 24.575292] pci 0000:00:18.7: save config 0x1c: 0x00000000
[ 24.575293] pcie_mp2_amd 0000:c5:00.7: save config 0x1c: 0x00000000
[ 24.575293] pci 0000:00:18.6: save config 0x1c: 0x00000000
[ 24.575294] pci 0000:c6:00.0: save config 0x1c: 0x00000000
[ 24.575295] pci 0000:c5:00.5: save config 0x1c: 0x0000007a
[ 24.575296] ccp 0000:c5:00.2: save config 0x1c: 0x00000000
[ 24.575297] pci 0000:c6:00.1: save config 0x20: 0xde103000
[ 24.575297] pci 0000:00:18.7: save config 0x20: 0x00000000
[ 24.575298] pcie_mp2_amd 0000:c5:00.7: save config 0x20: 0x00000000
[ 24.575299] pci 0000:00:18.6: save config 0x20: 0x00000000
[ 24.575299] pci 0000:c6:00.0: save config 0x20: 0x00000000
[ 24.575300] pci 0000:c5:00.5: save config 0x20: 0x00000000
[ 24.575301] ccp 0000:c5:00.2: save config 0x20: 0x00000000
[ 24.575302] pci 0000:c6:00.1: save config 0x24: 0xde102000
[ 24.575303] pci 0000:00:18.7: save config 0x24: 0x00000000
[ 24.575303] pcie_mp2_amd 0000:c5:00.7: save config 0x24: 0xdd7cc000
[ 24.575304] pci 0000:00:18.6: save config 0x24: 0x00000000
[ 24.575305] pci 0000:c6:00.0: save config 0x24: 0x00000000
[ 24.575306] pci 0000:c5:00.5: save config 0x24: 0x00000000
[ 24.575307] ccp 0000:c5:00.2: save config 0x24: 0xdd7ce000
[ 24.575307] pci 0000:c6:00.1: save config 0x28: 0x00000000
[ 24.575308] pci 0000:00:18.7: save config 0x28: 0x00000000
[ 24.575309] pcie_mp2_amd 0000:c5:00.7: save config 0x28: 0x00000000
[ 24.575309] pci 0000:00:18.6: save config 0x28: 0x00000000
[ 24.575310] pci 0000:c6:00.0: save config 0x28: 0x00000000
[ 24.575311] pci 0000:c5:00.5: save config 0x28: 0x00000000
[ 24.575312] ccp 0000:c5:00.2: save config 0x28: 0x00000000
[ 24.575313] pci 0000:c6:00.1: save config 0x2c: 0x20cf1043
[ 24.575313] pci 0000:00:18.7: save config 0x2c: 0x00000000
[ 24.575314] pcie_mp2_amd 0000:c5:00.7: save config 0x2c: 0x164a1022
[ 24.575315] pci 0000:00:18.6: save config 0x2c: 0x00000000
[ 24.575315] pci 0000:c6:00.0: save config 0x2c: 0x150d1022
[ 24.575316] pci 0000:c5:00.5: save config 0x2c: 0x1ed31043
[ 24.575317] ccp 0000:c5:00.2: save config 0x2c: 0x17e01022
[ 24.575318] pci 0000:c6:00.1: save config 0x30: 0x00000000
[ 24.575319] pci 0000:00:18.7: save config 0x30: 0x00000000
[ 24.575320] pcie_mp2_amd 0000:c5:00.7: save config 0x30: 0x00000000
[ 24.575320] pci 0000:00:18.6: save config 0x30: 0x00000000
[ 24.575321] pci 0000:c6:00.0: save config 0x30: 0x00000000
[ 24.575322] pci 0000:c5:00.5: save config 0x30: 0x00000000
[ 24.575323] ccp 0000:c5:00.2: save config 0x30: 0x00000000
[ 24.575323] ACPI: EC: interrupt blocked
[ 24.575324] pci 0000:c6:00.1: save config 0x34: 0x00000048
[ 24.575324] pci 0000:00:18.7: save config 0x34: 0x00000000
[ 24.575325] pcie_mp2_amd 0000:c5:00.7: save config 0x34: 0x00000048
[ 24.575325] pci 0000:00:18.6: save config 0x34: 0x00000000
[ 24.575326] pci 0000:c6:00.0: save config 0x34: 0x00000048
[ 24.575327] pci 0000:c5:00.5: save config 0x34: 0x00000048
[ 24.575328] ccp 0000:c5:00.2: save config 0x34: 0x00000048
[ 24.575329] pci 0000:c6:00.1: save config 0x38: 0x00000000
[ 24.575329] pci 0000:00:18.7: save config 0x38: 0x00000000
[ 24.575330] pcie_mp2_amd 0000:c5:00.7: save config 0x38: 0x00000000
[ 24.575334] pci 0000:c6:00.0: save config 0x38: 0x00000000
[ 24.575335] pci 0000:00:18.6: save config 0x38: 0x00000000
[ 24.575335] pci 0000:c5:00.5: save config 0x38: 0x00000000
[ 24.575336] ccp 0000:c5:00.2: save config 0x38: 0x00000000
[ 24.575336] pcie_mp2_amd 0000:c5:00.7: save config 0x3c: 0x000003ff
[ 24.575337] pci 0000:c6:00.1: save config 0x3c: 0x000001ff
[ 24.575337] pci 0000:00:18.7: save config 0x3c: 0x00000000
[ 24.575337] pci 0000:c6:00.0: save config 0x3c: 0x000000ff
[ 24.575338] pci 0000:00:18.6: save config 0x3c: 0x00000000
[ 24.575339] pci 0000:c5:00.5: save config 0x3c: 0x000001ff
[ 24.575339] ccp 0000:c5:00.2: save config 0x3c: 0x000003ff
[ 24.575352] pci 0000:00:18.5: save config 0x00: 0x16fd1022
[ 24.575353] pci 0000:00:18.4: save config 0x00: 0x16fc1022
[ 24.575358] pci 0000:00:18.5: save config 0x04: 0x00000000
[ 24.575359] pci 0000:00:18.4: save config 0x04: 0x00000000
[ 24.575362] pci 0000:00:18.5: save config 0x08: 0x06000000
[ 24.575365] pci 0000:00:18.4: save config 0x08: 0x06000000
[ 24.575366] pci 0000:00:18.5: save config 0x0c: 0x00800000
[ 24.575370] pci 0000:00:18.4: save config 0x0c: 0x00800000
[ 24.575372] pci 0000:00:18.5: save config 0x10: 0x00000000
[ 24.575376] pci 0000:00:18.4: save config 0x10: 0x00000000
[ 24.575377] pci 0000:00:18.5: save config 0x14: 0x00000000
[ 24.575381] pci 0000:00:18.4: save config 0x14: 0x00000000
[ 24.575382] pci 0000:00:18.5: save config 0x18: 0x00000000
[ 24.575386] pci 0000:00:18.4: save config 0x18: 0x00000000
[ 24.575388] pci 0000:00:18.5: save config 0x1c: 0x00000000
[ 24.575392] pci 0000:00:18.4: save config 0x1c: 0x00000000
[ 24.575393] pci 0000:00:18.5: save config 0x20: 0x00000000
[ 24.575398] pci 0000:00:18.4: save config 0x20: 0x00000000
[ 24.575399] pci 0000:00:18.5: save config 0x24: 0x00000000
[ 24.575403] pci 0000:00:18.4: save config 0x24: 0x00000000
[ 24.575403] pci 0000:00:18.5: save config 0x28: 0x00000000
[ 24.575404] pci 0000:00:18.3: save config 0x00: 0x16fb1022
[ 24.575405] pci 0000:00:18.4: save config 0x28: 0x00000000
[ 24.575406] pci 0000:00:18.5: save config 0x2c: 0x00000000
[ 24.575406] pci 0000:00:18.3: save config 0x04: 0x00000000
[ 24.575408] pci 0000:00:18.4: save config 0x2c: 0x00000000
[ 24.575409] pci 0000:00:18.5: save config 0x30: 0x00000000
[ 24.575409] pci 0000:00:18.3: save config 0x08: 0x06000000
[ 24.575411] pci 0000:00:18.4: save config 0x30: 0x00000000
[ 24.575411] pci 0000:00:18.5: save config 0x34: 0x00000000
[ 24.575412] pci 0000:00:18.3: save config 0x0c: 0x00800000
[ 24.575412] pci 0000:00:18.2: save config 0x00: 0x16fa1022
[ 24.575414] pci 0000:00:18.4: save config 0x34: 0x00000000
[ 24.575415] pci 0000:00:18.5: save config 0x38: 0x00000000
[ 24.575415] pci 0000:00:18.3: save config 0x10: 0x00000000
[ 24.575416] pci 0000:00:18.2: save config 0x04: 0x00000000
[ 24.575416] pci 0000:00:18.4: save config 0x38: 0x00000000
[ 24.575417] pci 0000:00:18.5: save config 0x3c: 0x00000000
[ 24.575417] pci 0000:00:18.3: save config 0x14: 0x00000000
[ 24.575418] pci 0000:00:18.2: save config 0x08: 0x06000000
[ 24.575418] pci 0000:00:18.4: save config 0x3c: 0x00000000
[ 24.575419] pci 0000:00:18.1: save config 0x00: 0x16f91022
[ 24.575420] pci 0000:00:18.3: save config 0x18: 0x00000000
[ 24.575420] pci 0000:00:18.2: save config 0x0c: 0x00800000
[ 24.575421] pci 0000:00:18.1: save config 0x04: 0x00000000
[ 24.575422] pci 0000:00:18.3: save config 0x1c: 0x00000000
[ 24.575423] pci 0000:00:18.0: save config 0x00: 0x16f81022
[ 24.575423] pci 0000:00:18.2: save config 0x10: 0x00000000
[ 24.575423] pci 0000:00:18.1: save config 0x08: 0x06000000
[ 24.575424] pci 0000:00:18.3: save config 0x20: 0x00000000
[ 24.575426] pci 0000:00:18.0: save config 0x04: 0x00000000
[ 24.575426] pci 0000:00:14.0: save config 0x00: 0x790b1022
[ 24.575426] pci 0000:00:18.2: save config 0x14: 0x00000000
[ 24.575427] pci 0000:00:18.1: save config 0x0c: 0x00800000
[ 24.575427] pci 0000:00:18.3: save config 0x24: 0x00000000
[ 24.575428] pci 0000:00:18.0: save config 0x08: 0x06000000
[ 24.575429] pci 0000:00:14.0: save config 0x04: 0x02200403
[ 24.575430] pci 0000:00:18.2: save config 0x18: 0x00000000
[ 24.575430] pci 0000:00:18.1: save config 0x10: 0x00000000
[ 24.575431] pci 0000:00:18.3: save config 0x28: 0x00000000
[ 24.575431] pci 0000:00:18.0: save config 0x0c: 0x00800000
[ 24.575433] pci 0000:00:14.0: save config 0x08: 0x0c050071
[ 24.575433] pci 0000:00:18.2: save config 0x1c: 0x00000000
[ 24.575434] pci 0000:00:18.1: save config 0x14: 0x00000000
[ 24.575434] pci 0000:00:18.3: save config 0x2c: 0x00000000
[ 24.575435] pci 0000:00:18.0: save config 0x10: 0x00000000
[ 24.575436] pci 0000:00:14.0: save config 0x0c: 0x00800000
[ 24.575436] pci 0000:00:18.2: save config 0x20: 0x00000000
[ 24.575437] pci 0000:00:18.1: save config 0x18: 0x00000000
[ 24.575437] pci 0000:00:18.3: save config 0x30: 0x00000000
[ 24.575438] pci 0000:00:18.0: save config 0x14: 0x00000000
[ 24.575439] pci 0000:00:14.0: save config 0x10: 0x00000000
[ 24.575440] pci 0000:00:18.2: save config 0x24: 0x00000000
[ 24.575440] pci 0000:00:18.1: save config 0x1c: 0x00000000
[ 24.575441] pci 0000:00:18.3: save config 0x34: 0x00000000
[ 24.575441] pci 0000:00:18.0: save config 0x18: 0x00000000
[ 24.575443] pci 0000:00:14.0: save config 0x14: 0x00000000
[ 24.575443] pci 0000:00:18.2: save config 0x28: 0x00000000
[ 24.575444] pci 0000:00:18.1: save config 0x20: 0x00000000
[ 24.575444] pci 0000:00:18.3: save config 0x38: 0x00000000
[ 24.575445] pci 0000:00:18.0: save config 0x1c: 0x00000000
[ 24.575446] pci 0000:00:14.0: save config 0x18: 0x00000000
[ 24.575446] pci 0000:00:18.2: save config 0x2c: 0x00000000
[ 24.575447] pci 0000:00:18.1: save config 0x24: 0x00000000
[ 24.575447] pci 0000:00:18.3: save config 0x3c: 0x00000000
[ 24.575448] pci 0000:00:18.0: save config 0x20: 0x00000000
[ 24.575449] pci 0000:00:14.0: save config 0x1c: 0x00000000
[ 24.575450] pci 0000:00:18.2: save config 0x30: 0x00000000
[ 24.575450] pci 0000:00:18.1: save config 0x28: 0x00000000
[ 24.575451] pci 0000:00:18.0: save config 0x24: 0x00000000
[ 24.575453] pci 0000:00:14.0: save config 0x20: 0x00000000
[ 24.575453] pci 0000:00:18.2: save config 0x34: 0x00000000
[ 24.575454] pci 0000:00:18.1: save config 0x2c: 0x00000000
[ 24.575454] pci 0000:00:18.0: save config 0x28: 0x00000000
[ 24.575455] pci 0000:00:08.0: save config 0x00: 0x15091022
[ 24.575456] pci 0000:00:14.0: save config 0x24: 0x00000000
[ 24.575457] pci 0000:00:18.2: save config 0x38: 0x00000000
[ 24.575457] pci 0000:00:18.1: save config 0x30: 0x00000000
[ 24.575458] pci 0000:00:18.0: save config 0x2c: 0x00000000
[ 24.575459] pci 0000:00:08.0: save config 0x04: 0x00000000
[ 24.575460] pci 0000:00:14.0: save config 0x28: 0x00000000
[ 24.575460] pci 0000:00:18.2: save config 0x3c: 0x00000000
[ 24.575461] pci 0000:00:18.1: save config 0x34: 0x00000000
[ 24.575461] pci 0000:00:18.0: save config 0x30: 0x00000000
[ 24.575462] pci 0000:00:08.0: save config 0x08: 0x06000000
[ 24.575463] pci 0000:00:14.0: save config 0x2c: 0x1ed31043
[ 24.575464] pci 0000:00:18.1: save config 0x38: 0x00000000
[ 24.575465] pci 0000:00:18.0: save config 0x34: 0x00000000
[ 24.575466] pci 0000:00:08.0: save config 0x0c: 0x00800000
[ 24.575467] pci 0000:00:14.0: save config 0x30: 0x00000000
[ 24.575468] pci 0000:00:18.1: save config 0x3c: 0x00000000
[ 24.575469] pci 0000:00:03.0: save config 0x00: 0x15091022
[ 24.575469] pci 0000:00:18.0: save config 0x38: 0x00000000
[ 24.575469] pci 0000:00:08.0: save config 0x10: 0x00000000
[ 24.575471] pci 0000:00:14.0: save config 0x34: 0x00000000
[ 24.575472] pci 0000:00:03.0: save config 0x04: 0x00000000
[ 24.575473] pci 0000:00:18.0: save config 0x3c: 0x00000000
[ 24.575473] pci 0000:00:08.0: save config 0x14: 0x00000000
[ 24.575475] pci 0000:00:14.0: save config 0x38: 0x00000000
[ 24.575475] pci 0000:00:03.0: save config 0x08: 0x06000000
[ 24.575476] pci 0000:00:02.0: save config 0x00: 0x15091022
[ 24.575477] pci 0000:00:08.0: save config 0x18: 0x00000000
[ 24.575479] pci 0000:00:14.0: save config 0x3c: 0x00000000
[ 24.575479] pci 0000:00:03.0: save config 0x0c: 0x00800000
[ 24.575480] pci 0000:00:02.0: save config 0x04: 0x00000000
[ 24.575481] pci 0000:00:08.0: save config 0x1c: 0x00000000
[ 24.575482] pci 0000:00:01.0: save config 0x00: 0x15091022
[ 24.575484] pci 0000:00:03.0: save config 0x10: 0x00000000
[ 24.575485] pci 0000:00:02.0: save config 0x08: 0x06000000
[ 24.575485] pci 0000:00:08.0: save config 0x20: 0x00000000
[ 24.575486] pci 0000:00:01.0: save config 0x04: 0x00000000
[ 24.575487] pci 0000:00:00.0: save config 0x00: 0x15071022
[ 24.575487] pci 0000:00:03.0: save config 0x14: 0x00000000
[ 24.575488] pci 0000:00:02.0: save config 0x0c: 0x00800000
[ 24.575489] pci 0000:00:08.0: save config 0x24: 0x00000000
[ 24.575490] pci 0000:00:01.0: save config 0x08: 0x06000000
[ 24.575490] pci 0000:00:00.0: save config 0x04: 0x00000000
[ 24.575491] pci 0000:00:03.0: save config 0x18: 0x00000000
[ 24.575491] pci 0000:00:02.0: save config 0x10: 0x00000000
[ 24.575492] pci 0000:00:08.0: save config 0x28: 0x00000000
[ 24.575493] pci 0000:00:01.0: save config 0x0c: 0x00800000
[ 24.575494] pci 0000:00:00.0: save config 0x08: 0x06000000
[ 24.575494] pci 0000:00:03.0: save config 0x1c: 0x00000000
[ 24.575495] pci 0000:00:02.0: save config 0x14: 0x00000000
[ 24.575496] pci 0000:00:08.0: save config 0x2c: 0x00000000
[ 24.575496] pci 0000:00:01.0: save config 0x10: 0x00000000
[ 24.575497] pci 0000:00:00.0: save config 0x0c: 0x00800000
[ 24.575498] pci 0000:00:03.0: save config 0x20: 0x00000000
[ 24.575498] pci 0000:00:02.0: save config 0x18: 0x00000000
[ 24.575499] pci 0000:00:08.0: save config 0x30: 0x00000000
[ 24.575500] pci 0000:00:01.0: save config 0x14: 0x00000000
[ 24.575501] pci 0000:00:00.0: save config 0x10: 0x00000000
[ 24.575501] pci 0000:00:03.0: save config 0x24: 0x00000000
[ 24.575502] pci 0000:00:02.0: save config 0x1c: 0x00000000
[ 24.575503] pci 0000:00:08.0: save config 0x34: 0x00000000
[ 24.575503] pci 0000:00:01.0: save config 0x18: 0x00000000
[ 24.575504] pci 0000:00:00.0: save config 0x14: 0x00000000
[ 24.575505] pci 0000:00:03.0: save config 0x28: 0x00000000
[ 24.575505] pci 0000:00:02.0: save config 0x20: 0x00000000
[ 24.575506] pci 0000:00:08.0: save config 0x38: 0x00000000
[ 24.575507] pci 0000:00:01.0: save config 0x1c: 0x00000000
[ 24.575508] pci 0000:00:00.0: save config 0x18: 0x00000000
[ 24.575508] pci 0000:00:03.0: save config 0x2c: 0x00000000
[ 24.575509] pci 0000:00:02.0: save config 0x24: 0x00000000
[ 24.575510] pci 0000:00:08.0: save config 0x3c: 0x00000000
[ 24.575510] pci 0000:00:01.0: save config 0x20: 0x00000000
[ 24.575511] pci 0000:00:00.0: save config 0x1c: 0x00000000
[ 24.575512] pci 0000:00:03.0: save config 0x30: 0x00000000
[ 24.575513] pci 0000:00:02.0: save config 0x28: 0x00000000
[ 24.575514] pci 0000:00:01.0: save config 0x24: 0x00000000
[ 24.575515] pci 0000:00:00.0: save config 0x20: 0x00000000
[ 24.575516] pci 0000:00:03.0: save config 0x34: 0x00000000
[ 24.575516] pci 0000:00:02.0: save config 0x2c: 0x00000000
[ 24.575517] pci 0000:00:01.0: save config 0x28: 0x00000000
[ 24.575518] pci 0000:00:00.0: save config 0x24: 0x00000000
[ 24.575518] pci 0000:00:03.0: save config 0x38: 0x00000000
[ 24.575529] pci 0000:00:02.0: save config 0x30: 0x00000000
[ 24.575529] snd_hda_intel 0000:c5:00.6: save config 0x00: 0x15e31022
[ 24.575530] pci 0000:00:01.0: save config 0x2c: 0x00000000
[ 24.575531] pci 0000:00:00.0: save config 0x28: 0x00000000
[ 24.575531] pci 0000:00:03.0: save config 0x3c: 0x00000000
[ 24.575532] pci 0000:00:02.0: save config 0x34: 0x00000000
[ 24.575533] snd_hda_intel 0000:c5:00.6: save config 0x04: 0x00100406
[ 24.575534] pci 0000:00:01.0: save config 0x30: 0x00000000
[ 24.575534] pci 0000:00:00.0: save config 0x2c: 0x15071022
[ 24.575536] pci 0000:00:02.0: save config 0x38: 0x00000000
[ 24.575537] snd_hda_intel 0000:c5:00.6: save config 0x08: 0x04030000
[ 24.575537] pci 0000:00:01.0: save config 0x34: 0x00000000
[ 24.575538] pci 0000:00:00.0: save config 0x30: 0x00000000
[ 24.575539] pci 0000:00:02.0: save config 0x3c: 0x00000000
[ 24.575540] snd_hda_intel 0000:c5:00.6: save config 0x0c: 0x00800010
[ 24.575540] pci 0000:00:01.0: save config 0x38: 0x00000000
[ 24.575541] pci 0000:00:00.0: save config 0x34: 0x00000000
[ 24.575547] snd_hda_intel 0000:c4:00.1: save config 0x00: 0x22be10de
[ 24.575549] snd_hda_intel 0000:c5:00.6: save config 0x10: 0xdd7c0000
[ 24.575549] pci 0000:00:01.0: save config 0x3c: 0x00000000
[ 24.575550] pci 0000:00:00.0: save config 0x38: 0x00000000
[ 24.575551] snd_hda_intel 0000:c4:00.1: save config 0x04: 0x00100006
[ 24.575552] snd_hda_intel 0000:c5:00.6: save config 0x14: 0x00000000
[ 24.575553] pci 0000:00:00.0: save config 0x3c: 0x00000000
[ 24.575554] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 24.575555] snd_hda_intel 0000:c4:00.1: save config 0x08: 0x040300a1
[ 24.575556] snd_hda_intel 0000:c5:00.6: save config 0x18: 0x00000000
[ 24.575558] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 24.575559] pcieport 0000:00:01.2: save config 0x00: 0x150a1022
[ 24.575560] snd_hda_intel 0000:c4:00.1: save config 0x0c: 0x00800010
[ 24.575560] snd_hda_intel 0000:c5:00.6: save config 0x1c: 0x00000000
[ 24.575561] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 24.575562] pcieport 0000:00:01.2: save config 0x04: 0x00100407
[ 24.575563] snd_hda_intel 0000:c4:00.1: save config 0x10: 0xdd080000
[ 24.575564] snd_hda_intel 0000:c5:00.6: save config 0x20: 0x00000000
[ 24.575565] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 24.575566] pcieport 0000:00:01.1: save config 0x00: 0x150a1022
[ 24.575567] pcieport 0000:00:01.2: save config 0x08: 0x06040000
[ 24.575568] snd_hda_intel 0000:c4:00.1: save config 0x14: 0x00000000
[ 24.575569] snd_hda_intel 0000:c5:00.6: save config 0x24: 0x00000000
[ 24.575570] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 24.575571] pcieport 0000:00:01.1: save config 0x04: 0x00100407
[ 24.575572] pcieport 0000:00:01.2: save config 0x0c: 0x00810010
[ 24.575573] snd_hda_intel 0000:c4:00.1: save config 0x18: 0x00000000
[ 24.575574] snd_hda_intel 0000:c5:00.6: save config 0x28: 0x00000000
[ 24.575574] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 24.575576] pcieport 0000:00:01.1: save config 0x08: 0x06040000
[ 24.575576] pcieport 0000:00:01.2: save config 0x10: 0x00000000
[ 24.575577] snd_hda_intel 0000:c4:00.1: save config 0x1c: 0x00000000
[ 24.575578] snd_hda_intel 0000:c5:00.6: save config 0x2c: 0x1ed31043
[ 24.575579] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 24.575580] pcieport 0000:00:01.1: save config 0x0c: 0x00810010
[ 24.575581] pcieport 0000:00:01.2: save config 0x14: 0x00000000
[ 24.575582] snd_hda_intel 0000:c4:00.1: save config 0x20: 0x00000000
[ 24.575583] snd_hda_intel 0000:c5:00.6: save config 0x30: 0x00000000
[ 24.575584] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 24.575585] pcieport 0000:00:01.1: save config 0x10: 0x00000000
[ 24.575586] pcieport 0000:00:01.2: save config 0x18: 0x00c06100
[ 24.575587] snd_hda_intel 0000:c4:00.1: save config 0x24: 0x00000000
[ 24.575588] snd_hda_intel 0000:c5:00.6: save config 0x34: 0x00000048
[ 24.575589] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 24.575590] pcieport 0000:00:01.1: save config 0x14: 0x00000000
[ 24.575591] pcieport 0000:00:01.2: save config 0x1c: 0x00009161
[ 24.575591] snd_hda_intel 0000:c4:00.1: save config 0x28: 0x00000000
[ 24.575592] snd_hda_intel 0000:c5:00.6: save config 0x38: 0x00000000
[ 24.575593] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 24.575594] pcieport 0000:00:01.1: save config 0x18: 0x00600100
[ 24.575595] pcieport 0000:00:01.2: save config 0x20: 0xc3f0ac00
[ 24.575596] snd_hda_intel 0000:c4:00.1: save config 0x2c: 0x1ed31043
[ 24.575597] snd_hda_intel 0000:c5:00.6: save config 0x3c: 0x000002ff
[ 24.575598] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 24.575599] pcieport 0000:00:01.1: save config 0x1c: 0x0000d1a1
[ 24.575600] pcieport 0000:00:01.2: save config 0x24: 0xfff10001
[ 24.575601] snd_hda_intel 0000:c4:00.1: save config 0x30: 0x00000000
[ 24.575602] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 24.575604] pcieport 0000:00:01.1: save config 0x20: 0xdbf0c400
[ 24.575605] pcieport 0000:00:01.2: save config 0x28: 0x00000038
[ 24.575605] snd_hda_intel 0000:c4:00.1: save config 0x34: 0x00000060
[ 24.575607] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 24.575608] pcieport 0000:00:01.1: save config 0x24: 0xfff10001
[ 24.575609] pcieport 0000:00:01.2: save config 0x2c: 0x00000057
[ 24.575610] snd_hda_intel 0000:c4:00.1: save config 0x38: 0x00000000
[ 24.575612] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 24.575613] pcieport 0000:00:01.1: save config 0x28: 0x00000058
[ 24.575614] pcieport 0000:00:01.2: save config 0x30: 0x00000000
[ 24.575615] snd_hda_intel 0000:c4:00.1: save config 0x3c: 0x000002ff
[ 24.575617] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 24.575618] pcieport 0000:00:01.1: save config 0x2c: 0x00000077
[ 24.575619] pcieport 0000:00:01.2: save config 0x34: 0x00000050
[ 24.575621] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 24.575623] pcieport 0000:00:01.1: save config 0x30: 0x00000000
[ 24.575624] pcieport 0000:00:01.2: save config 0x38: 0x00000000
[ 24.575627] pcieport 0000:00:01.1: save config 0x34: 0x00000050
[ 24.575628] pcieport 0000:00:01.2: save config 0x3c: 0x001200ff
[ 24.575632] pcieport 0000:00:01.1: save config 0x38: 0x00000000
[ 24.575637] pcieport 0000:00:01.1: save config 0x3c: 0x001200ff
[ 24.575705] pcieport 0000:00:01.2: PCI PM: Suspend power state: D0
[ 24.575707] pcieport 0000:00:01.2: PCI PM: Skipped
[ 24.575709] pcieport 0000:00:01.1: PCI PM: Suspend power state: D0
[ 24.575709] pcieport 0000:00:01.1: PCI PM: Skipped
[ 24.575739] pcieport 0000:00:08.2: save config 0x00: 0x150c1022
[ 24.575740] pcieport 0000:00:08.2: save config 0x04: 0x00100407
[ 24.575741] pcieport 0000:00:08.2: save config 0x08: 0x06040000
[ 24.575742] pcieport 0000:00:08.2: save config 0x0c: 0x00810010
[ 24.575744] pcieport 0000:00:08.2: save config 0x10: 0x00000000
[ 24.575745] pcieport 0000:00:08.2: save config 0x14: 0x00000000
[ 24.575747] pcieport 0000:00:08.2: save config 0x18: 0x00c6c600
[ 24.575748] pcieport 0000:00:08.2: save config 0x1c: 0x000001f1
[ 24.575749] pcieport 0000:00:08.2: save config 0x20: 0xde10de00
[ 24.575750] pcieport 0000:00:08.2: save config 0x24: 0x20912091
[ 24.575752] pcieport 0000:00:08.2: save config 0x28: 0x0000007a
[ 24.575753] pcieport 0000:00:08.2: save config 0x2c: 0x0000007a
[ 24.575754] pcieport 0000:00:08.2: save config 0x30: 0x00000000
[ 24.575755] pcieport 0000:00:08.2: save config 0x34: 0x00000050
[ 24.575757] pcieport 0000:00:08.2: save config 0x38: 0x00000000
[ 24.575758] pcieport 0000:00:08.2: save config 0x3c: 0x001201ff
[ 24.575840] mt7925e 0000:c3:00.0: save config 0x00: 0x792514c3
[ 24.575843] mt7925e 0000:c3:00.0: save config 0x04: 0x00100406
[ 24.575846] mt7925e 0000:c3:00.0: save config 0x08: 0x02800000
[ 24.575849] mt7925e 0000:c3:00.0: save config 0x0c: 0x00000010
[ 24.575888] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 24.575954] mt7925e 0000:c3:00.0: save config 0x10: 0xdd800004
[ 24.575959] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 24.575960] pci 0000:00:00.2: save config 0x00: 0x15081022
[ 24.575961] nvme 0000:c1:00.0: save config 0x04: 0x00100003
[ 24.575962] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 24.575963] pci 0000:00:14.3: save config 0x00: 0x790e1022
[ 24.575964] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 24.576025] mt7925e 0000:c3:00.0: save config 0x14: 0x00000000
[ 24.576026] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 24.576027] pci 0000:00:00.2: save config 0x04: 0x00100400
[ 24.576029] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 24.576030] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 24.576032] pci 0000:00:14.3: save config 0x04: 0x0220000f
[ 24.576033] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 24.576116] mt7925e 0000:c3:00.0: save config 0x18: 0xdda00004
[ 24.576119] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 24.576119] pci 0000:00:00.2: save config 0x08: 0x08060000
[ 24.576121] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 24.576122] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 24.576124] pci 0000:00:14.3: save config 0x08: 0x06010051
[ 24.576125] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 24.576207] mt7925e 0000:c3:00.0: save config 0x1c: 0x00000000
[ 24.576209] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 24.576210] pci 0000:00:00.2: save config 0x0c: 0x00800000
[ 24.576211] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 24.576214] pci 0000:00:14.3: save config 0x0c: 0x00800000
[ 24.576214] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 24.576215] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 24.576298] mt7925e 0000:c3:00.0: save config 0x20: 0x00000000
[ 24.576304] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 24.576306] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 24.576308] pci 0000:00:14.3: save config 0x10: 0x00000000
[ 24.576310] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 24.576315] pci 0000:00:00.2: save config 0x10: 0x00000000
[ 24.576380] mt7925e 0000:c3:00.0: save config 0x24: 0x00000000
[ 24.576391] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 24.576391] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 24.576392] pci 0000:00:14.3: save config 0x14: 0x00000000
[ 24.576393] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 24.576395] pci 0000:00:00.2: save config 0x14: 0x00000000
[ 24.576402] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 24.576406] xhci_hcd 0000:c7:00.0: save config 0x00: 0x151f1022
[ 24.576455] mt7925e 0000:c3:00.0: save config 0x28: 0x00000000
[ 24.576458] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 24.576459] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 24.576461] pci 0000:00:14.3: save config 0x18: 0x00000000
[ 24.576461] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 24.576462] pci 0000:00:00.2: save config 0x18: 0x00000000
[ 24.576463] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 24.576465] xhci_hcd 0000:c7:00.0: save config 0x04: 0x00100403
[ 24.576527] mt7925e 0000:c3:00.0: save config 0x2c: 0xe10c105b
[ 24.576528] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 24.576529] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 24.576530] pci 0000:00:14.3: save config 0x1c: 0x00000000
[ 24.576531] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 24.576532] pci 0000:00:00.2: save config 0x1c: 0x00000000
[ 24.576533] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 24.576538] xhci_hcd 0000:c7:00.0: save config 0x08: 0x0c033000
[ 24.576538] thunderbolt 0000:c7:00.5: save config 0x00: 0x151c1022
[ 24.576539] thunderbolt 0000:c7:00.6: save config 0x00: 0x151d1022
[ 24.576601] mt7925e 0000:c3:00.0: save config 0x30: 0x00000000
[ 24.576603] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 24.576610] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 24.576612] pci 0000:00:14.3: save config 0x20: 0x00000000
[ 24.576613] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 24.576614] pci 0000:00:00.2: save config 0x20: 0x00000000
[ 24.576616] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 24.576617] xhci_hcd 0000:c7:00.0: save config 0x0c: 0x00800010
[ 24.576619] thunderbolt 0000:c7:00.5: save config 0x04: 0x00100406
[ 24.576620] thunderbolt 0000:c7:00.6: save config 0x04: 0x00100406
[ 24.576682] mt7925e 0000:c3:00.0: save config 0x34: 0x00000080
[ 24.576683] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 24.576693] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 24.576694] pci 0000:00:14.3: save config 0x24: 0x00000000
[ 24.576695] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 24.576697] pci 0000:00:00.2: save config 0x24: 0x00000000
[ 24.576698] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 24.576699] xhci_hcd 0000:c7:00.0: save config 0x10: 0xdde00004
[ 24.576701] thunderbolt 0000:c7:00.5: save config 0x08: 0x0c034000
[ 24.576703] thunderbolt 0000:c7:00.6: save config 0x08: 0x0c034000
[ 24.576765] mt7925e 0000:c3:00.0: save config 0x38: 0x00000000
[ 24.576766] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 24.576775] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 24.576777] pci 0000:00:14.3: save config 0x28: 0x00000000
[ 24.576778] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 24.576779] pci 0000:00:00.2: save config 0x28: 0x00000000
[ 24.576780] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 24.576782] xhci_hcd 0000:c7:00.0: save config 0x14: 0x00000000
[ 24.576783] thunderbolt 0000:c7:00.5: save config 0x0c: 0x00800010
[ 24.576784] thunderbolt 0000:c7:00.6: save config 0x0c: 0x00800010
[ 24.576847] mt7925e 0000:c3:00.0: save config 0x3c: 0x000001ff
[ 24.576849] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 24.576857] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 24.576859] pci 0000:00:14.3: save config 0x2c: 0x1ed31043
[ 24.576860] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 24.576860] pci 0000:00:00.2: save config 0x2c: 0x15081022
[ 24.576862] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 24.576863] thunderbolt 0000:c7:00.5: save config 0x10: 0xddf80004
[ 24.576864] xhci_hcd 0000:c7:00.0: save config 0x18: 0x00000000
[ 24.576866] thunderbolt 0000:c7:00.6: save config 0x10: 0xddf00004
[ 24.576867] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 24.576939] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 24.576940] pci 0000:00:14.3: save config 0x30: 0x00000000
[ 24.576941] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 24.576942] pci 0000:00:00.2: save config 0x30: 0x00000000
[ 24.576943] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 24.576945] xhci_hcd 0000:c7:00.0: save config 0x1c: 0x00000000
[ 24.576946] thunderbolt 0000:c7:00.5: save config 0x14: 0x00000000
[ 24.576947] thunderbolt 0000:c7:00.6: save config 0x14: 0x00000000
[ 24.576948] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 24.577020] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 24.577021] pci 0000:00:14.3: save config 0x34: 0x00000000
[ 24.577022] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 24.577022] pci 0000:00:00.2: save config 0x34: 0x00000040
[ 24.577023] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 24.577024] xhci_hcd 0000:c7:00.0: save config 0x20: 0x00000000
[ 24.577025] thunderbolt 0000:c7:00.5: save config 0x18: 0x00000000
[ 24.577026] thunderbolt 0000:c7:00.6: save config 0x18: 0x00000000
[ 24.577027] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 24.577090] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 24.577091] pci 0000:00:14.3: save config 0x38: 0x00000000
[ 24.577092] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 24.577093] pci 0000:00:00.2: save config 0x38: 0x00000000
[ 24.577094] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 24.577095] xhci_hcd 0000:c7:00.0: save config 0x24: 0x00000000
[ 24.577095] thunderbolt 0000:c7:00.5: save config 0x1c: 0x00000000
[ 24.577097] thunderbolt 0000:c7:00.6: save config 0x1c: 0x00000000
[ 24.577184] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 24.577247] pci 0000:00:14.3: save config 0x3c: 0x00000000
[ 24.577257] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 24.577258] pci 0000:00:00.2: save config 0x3c: 0x000001ff
[ 24.577259] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 24.577319] xhci_hcd 0000:c7:00.0: save config 0x28: 0x00000000
[ 24.577321] thunderbolt 0000:c7:00.5: save config 0x20: 0x00000000
[ 24.577323] thunderbolt 0000:c7:00.6: save config 0x20: 0x00000000
[ 24.577328] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 24.577329] xhci_hcd 0000:c7:00.0: save config 0x2c: 0x201f1043
[ 24.577333] thunderbolt 0000:c7:00.5: save config 0x24: 0x00000000
[ 24.577421] thunderbolt 0000:c7:00.6: save config 0x24: 0x00000000
[ 24.577423] xhci_hcd 0000:c7:00.0: save config 0x30: 0x00000000
[ 24.577424] thunderbolt 0000:c7:00.5: save config 0x28: 0x00000000
[ 24.577499] thunderbolt 0000:c7:00.6: save config 0x28: 0x00000000
[ 24.577503] xhci_hcd 0000:c7:00.0: save config 0x34: 0x00000048
[ 24.577504] thunderbolt 0000:c7:00.5: save config 0x2c: 0x20af1043
[ 24.577569] thunderbolt 0000:c7:00.6: save config 0x2c: 0x20af1043
[ 24.577573] xhci_hcd 0000:c7:00.0: save config 0x38: 0x00000000
[ 24.577574] thunderbolt 0000:c7:00.5: save config 0x30: 0x00000000
[ 24.577663] thunderbolt 0000:c7:00.6: save config 0x30: 0x00000000
[ 24.577667] xhci_hcd 0000:c7:00.0: save config 0x3c: 0x000001ff
[ 24.577668] thunderbolt 0000:c7:00.5: save config 0x34: 0x00000048
[ 24.577828] thunderbolt 0000:c7:00.6: save config 0x34: 0x00000048
[ 24.577897] thunderbolt 0000:c7:00.5: save config 0x38: 0x00000000
[ 24.577900] thunderbolt 0000:c7:00.6: save config 0x38: 0x00000000
[ 24.577907] thunderbolt 0000:c7:00.5: save config 0x3c: 0x000004ff
[ 24.577909] thunderbolt 0000:c7:00.6: save config 0x3c: 0x000001ff
[ 24.578585] xhci_hcd 0000:c5:00.4: PME# enabled
[ 24.578730] xhci_hcd 0000:c7:00.0: PME# enabled
[ 24.578847] xhci_hcd 0000:c7:00.4: PME# enabled
[ 24.578911] xhci_hcd 0000:c7:00.3: PME# enabled
[ 24.579589] thunderbolt 0000:c7:00.6: PME# enabled
[ 24.579677] thunderbolt 0000:c7:00.5: PME# enabled
[ 24.588180] pcieport 0000:00:08.2: PCI PM: Suspend power state: D3hot
[ 24.588190] pcie_mp2_amd 0000:c5:00.7: PCI PM: Suspend power state: D3hot
[ 24.588213] ccp 0000:c5:00.2: PCI PM: Suspend power state: D3hot
[ 24.588959] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 24.588964] snd_hda_intel 0000:c5:00.1: PCI PM: Suspend power state: D3cold
[ 24.589007] amdgpu 0000:c5:00.0: save config 0x00: 0x150e1002
[ 24.589011] amdgpu 0000:c5:00.0: save config 0x04: 0x00100407
[ 24.589013] amdgpu 0000:c5:00.0: save config 0x08: 0x038000c1
[ 24.589014] amdgpu 0000:c5:00.0: save config 0x0c: 0x00800010
[ 24.589015] amdgpu 0000:c5:00.0: save config 0x10: 0x1000000c
[ 24.589017] amdgpu 0000:c5:00.0: save config 0x14: 0x0000007a
[ 24.589018] amdgpu 0000:c5:00.0: save config 0x18: 0xdd20000c
[ 24.589019] amdgpu 0000:c5:00.0: save config 0x1c: 0x00000000
[ 24.589020] amdgpu 0000:c5:00.0: save config 0x20: 0x0000e001
[ 24.589021] amdgpu 0000:c5:00.0: save config 0x24: 0xdd700000
[ 24.589022] amdgpu 0000:c5:00.0: save config 0x28: 0x00000000
[ 24.589023] amdgpu 0000:c5:00.0: save config 0x2c: 0x1ed31043
[ 24.589025] amdgpu 0000:c5:00.0: save config 0x30: 0x00000000
[ 24.589026] amdgpu 0000:c5:00.0: save config 0x34: 0x00000048
[ 24.589027] amdgpu 0000:c5:00.0: save config 0x38: 0x00000000
[ 24.589028] amdgpu 0000:c5:00.0: save config 0x3c: 0x000001ff
[ 24.589037] snd_hda_intel 0000:c5:00.6: power state changed by ACPI to D3cold
[ 24.589040] snd_hda_intel 0000:c5:00.6: PCI PM: Suspend power state: D3cold
[ 24.590191] mt7925e 0000:c3:00.0: PCI PM: Suspend power state: D3hot
[ 24.590260] pcieport 0000:00:02.3: save config 0x00: 0x150b1022
[ 24.590261] nvme 0000:c1:00.0: ACPI _REG disconnect evaluation failed (5)
[ 24.590264] pcieport 0000:00:02.3: save config 0x04: 0x00100407
[ 24.590267] pcieport 0000:00:02.3: save config 0x08: 0x06040000
[ 24.590269] pcieport 0000:00:02.3: save config 0x0c: 0x00810010
[ 24.590270] pcieport 0000:00:02.3: save config 0x10: 0x00000000
[ 24.590272] pcieport 0000:00:02.3: save config 0x14: 0x00000000
[ 24.590274] pcieport 0000:00:02.3: save config 0x18: 0x00c3c300
[ 24.590275] pcieport 0000:00:02.3: save config 0x1c: 0x000001f1
[ 24.590277] pcieport 0000:00:02.3: save config 0x20: 0xdda0dd80
[ 24.590279] pcieport 0000:00:02.3: save config 0x24: 0x0001fff1
[ 24.590280] pcieport 0000:00:02.3: save config 0x28: 0x00000000
[ 24.590282] pcieport 0000:00:02.3: save config 0x2c: 0x00000000
[ 24.590284] pcieport 0000:00:02.3: save config 0x30: 0x00000000
[ 24.590285] pcieport 0000:00:02.3: save config 0x34: 0x00000050
[ 24.590287] pcieport 0000:00:02.3: save config 0x38: 0x00000000
[ 24.590288] pcieport 0000:00:02.3: save config 0x3c: 0x001200ff
[ 24.590548] nvme 0000:c1:00.0: power state changed by ACPI to D3cold
[ 24.590549] nvme 0000:c1:00.0: PCI PM: Suspend power state: D3cold
[ 24.590582] pcieport 0000:00:02.1: save config 0x00: 0x150b1022
[ 24.590591] pcieport 0000:00:02.1: save config 0x04: 0x00100407
[ 24.590594] pcieport 0000:00:02.1: save config 0x08: 0x06040000
[ 24.590597] pcieport 0000:00:02.1: save config 0x0c: 0x00810010
[ 24.590600] pcieport 0000:00:02.1: save config 0x10: 0x00000000
[ 24.590602] pcieport 0000:00:02.1: save config 0x14: 0x00000000
[ 24.590604] pcieport 0000:00:02.1: save config 0x18: 0x00c1c100
[ 24.590606] pcieport 0000:00:02.1: save config 0x1c: 0x000001f1
[ 24.590608] pcieport 0000:00:02.1: save config 0x20: 0xde30de30
[ 24.590610] pcieport 0000:00:02.1: save config 0x24: 0x0001fff1
[ 24.590612] pcieport 0000:00:02.1: save config 0x28: 0x00000000
[ 24.590614] pcieport 0000:00:02.1: save config 0x2c: 0x00000000
[ 24.590616] pcieport 0000:00:02.1: save config 0x30: 0x00000000
[ 24.590617] pcieport 0000:00:02.1: save config 0x34: 0x00000050
[ 24.590619] pcieport 0000:00:02.1: save config 0x38: 0x00000000
[ 24.590621] pcieport 0000:00:02.1: save config 0x3c: 0x001200ff
[ 24.590681] pcieport 0000:00:02.1: PME# enabled
[ 24.591943] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 24.591945] xhci_hcd 0000:c5:00.4: PCI PM: Suspend power state: D3cold
[ 24.594463] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 24.594465] xhci_hcd 0000:c7:00.4: PCI PM: Suspend power state: D3cold
[ 24.596011] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 24.596012] xhci_hcd 0000:c7:00.3: PCI PM: Suspend power state: D3cold
[ 24.596119] xhci_hcd 0000:c7:00.0: power state changed by ACPI to D3cold
[ 24.596126] xhci_hcd 0000:c7:00.0: PCI PM: Suspend power state: D3cold
[ 24.596640] thunderbolt 0000:c7:00.6: power state changed by ACPI to D3cold
[ 24.596645] thunderbolt 0000:c7:00.6: PCI PM: Suspend power state: D3cold
[ 24.596729] thunderbolt 0000:c7:00.5: power state changed by ACPI to D3cold
[ 24.596733] thunderbolt 0000:c7:00.5: PCI PM: Suspend power state: D3cold
[ 24.596752] pcieport 0000:00:08.3: save config 0x00: 0x150c1022
[ 24.596758] pcieport 0000:00:08.3: save config 0x04: 0x00100407
[ 24.596759] pcieport 0000:00:08.3: save config 0x08: 0x06040000
[ 24.596761] pcieport 0000:00:08.3: save config 0x0c: 0x00810010
[ 24.596762] pcieport 0000:00:08.3: save config 0x10: 0x00000000
[ 24.596763] pcieport 0000:00:08.3: save config 0x14: 0x00000000
[ 24.596764] pcieport 0000:00:08.3: save config 0x18: 0x00c7c700
[ 24.596765] pcieport 0000:00:08.3: save config 0x1c: 0x000001f1
[ 24.596766] pcieport 0000:00:08.3: save config 0x20: 0xddf0ddc0
[ 24.596767] pcieport 0000:00:08.3: save config 0x24: 0x0001fff1
[ 24.596768] pcieport 0000:00:08.3: save config 0x28: 0x00000000
[ 24.596769] pcieport 0000:00:08.3: save config 0x2c: 0x00000000
[ 24.596770] pcieport 0000:00:08.3: save config 0x30: 0x00000000
[ 24.596770] pcieport 0000:00:08.3: save config 0x34: 0x00000050
[ 24.596771] pcieport 0000:00:08.3: save config 0x38: 0x00000000
[ 24.596772] pcieport 0000:00:08.3: save config 0x3c: 0x001201ff
[ 24.599712] snd_hda_intel 0000:c4:00.1: PCI PM: Suspend power state: D3hot
[ 24.599752] pci 0000:c4:00.0: save config 0x00: 0x28a110de
[ 24.599759] pci 0000:c4:00.0: save config 0x04: 0x00100000
[ 24.599762] pci 0000:c4:00.0: save config 0x08: 0x030000a1
[ 24.599764] pci 0000:c4:00.0: save config 0x0c: 0x00800010
[ 24.599765] pci 0000:c4:00.0: save config 0x10: 0xdc000000
[ 24.599767] pci 0000:c4:00.0: save config 0x14: 0x0000000c
[ 24.599769] pci 0000:c4:00.0: save config 0x18: 0x00000078
[ 24.599771] pci 0000:c4:00.0: save config 0x1c: 0x0000000c
[ 24.599773] pci 0000:c4:00.0: save config 0x20: 0x0000007a
[ 24.599774] pci 0000:c4:00.0: save config 0x24: 0x0000f001
[ 24.599776] pci 0000:c4:00.0: save config 0x28: 0x00000000
[ 24.599778] pci 0000:c4:00.0: save config 0x2c: 0x1ed31043
[ 24.599779] pci 0000:c4:00.0: save config 0x30: 0xdd000000
[ 24.599781] pci 0000:c4:00.0: save config 0x34: 0x00000060
[ 24.599783] pci 0000:c4:00.0: save config 0x38: 0x00000000
[ 24.599784] pci 0000:c4:00.0: save config 0x3c: 0x000001ff
[ 24.599830] pcieport 0000:00:03.1: save config 0x00: 0x150b1022
[ 24.599832] pcieport 0000:00:03.1: save config 0x04: 0x00100407
[ 24.599834] pcieport 0000:00:03.1: save config 0x08: 0x06040000
[ 24.599836] pcieport 0000:00:03.1: save config 0x0c: 0x00810010
[ 24.599837] pcieport 0000:00:03.1: save config 0x10: 0x00000000
[ 24.599848] pcieport 0000:00:03.1: save config 0x14: 0x00000000
[ 24.599850] pcieport 0000:00:03.1: save config 0x18: 0x00c4c400
[ 24.599851] pcieport 0000:00:03.1: save config 0x1c: 0x0000f1f1
[ 24.599853] pcieport 0000:00:03.1: save config 0x20: 0xdd00dc00
[ 24.599855] pcieport 0000:00:03.1: save config 0x24: 0x01f10001
[ 24.599856] pcieport 0000:00:03.1: save config 0x28: 0x00000078
[ 24.599858] pcieport 0000:00:03.1: save config 0x2c: 0x0000007a
[ 24.599860] pcieport 0000:00:03.1: save config 0x30: 0x00000000
[ 24.599861] pcieport 0000:00:03.1: save config 0x34: 0x00000050
[ 24.599863] pcieport 0000:00:03.1: save config 0x38: 0x00000000
[ 24.599864] pcieport 0000:00:03.1: save config 0x3c: 0x001200ff
[ 24.599889] pcieport 0000:00:03.1: PCI PM: Suspend power state: D0
[ 24.599890] pcieport 0000:00:03.1: PCI PM: Skipped
[ 24.601089] pcieport 0000:00:02.3: ACPI _REG disconnect evaluation failed (5)
[ 24.601609] pcieport 0000:00:02.3: power state changed by ACPI to D3cold
[ 24.601609] amdgpu 0000:c5:00.0: power state changed by ACPI to D3cold
[ 24.601611] pcieport 0000:00:02.3: PCI PM: Suspend power state: D3cold
[ 24.601613] amdgpu 0000:c5:00.0: PCI PM: Suspend power state: D3cold
[ 24.601629] pcieport 0000:00:08.1: save config 0x00: 0x150c1022
[ 24.601633] pcieport 0000:00:08.1: save config 0x04: 0x00100407
[ 24.601635] pcieport 0000:00:08.1: save config 0x08: 0x06040000
[ 24.601637] pcieport 0000:00:08.1: save config 0x0c: 0x00810010
[ 24.601639] pcieport 0000:00:08.1: save config 0x10: 0x00000000
[ 24.601641] pcieport 0000:00:08.1: save config 0x14: 0x00000000
[ 24.601642] pcieport 0000:00:08.1: save config 0x18: 0x00c5c500
[ 24.601644] pcieport 0000:00:08.1: save config 0x1c: 0x0000e1e1
[ 24.601646] pcieport 0000:00:08.1: save config 0x20: 0xdd70dd20
[ 24.601647] pcieport 0000:00:08.1: save config 0x24: 0x20711001
[ 24.601649] pcieport 0000:00:08.1: save config 0x28: 0x0000007a
[ 24.601650] pcieport 0000:00:08.1: save config 0x2c: 0x0000007a
[ 24.601652] pcieport 0000:00:08.1: save config 0x30: 0x00000000
[ 24.601654] pcieport 0000:00:08.1: save config 0x34: 0x00000050
[ 24.601655] pcieport 0000:00:08.1: save config 0x38: 0x00000000
[ 24.601657] pcieport 0000:00:08.1: save config 0x3c: 0x001201ff
[ 24.602343] pcieport 0000:00:02.1: ACPI _REG disconnect evaluation failed (5)
[ 24.602464] pcieport 0000:00:02.1: power state changed by ACPI to D3hot
[ 24.602466] pcieport 0000:00:02.1: PCI PM: Suspend power state: D3hot
[ 24.608343] pcieport 0000:00:08.3: PCI PM: Suspend power state: D3hot
[ 24.614393] pcieport 0000:00:08.1: power state changed by ACPI to D3cold
[ 24.614403] pcieport 0000:00:08.1: PCI PM: Suspend power state: D3cold
[ 31.099774] ACPI: button: The lid device is not compliant to SW_LID.
[ 31.100062] ACPI: EC: interrupt unblocked
[ 31.100221] pcieport 0000:00:08.2: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 31.100223] pcieport 0000:00:08.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 31.100233] pcieport 0000:00:08.2: restore config 0x28: 0x0000007a -> 0x0000007a
[ 31.100233] pcieport 0000:00:08.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 31.100236] pcieport 0000:00:08.2: restore config 0x24: 0x20912091 -> 0x20912091
[ 31.100237] pcieport 0000:00:08.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 31.100352] pci 0000:c4:00.0: Unable to change power state from D0 to D0, device inaccessible
[ 31.100391] pci 0000:c6:00.1: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 31.100402] pci 0000:c6:00.1: restore config 0x2c: 0x17f01022 -> 0x20cf1043
[ 31.100406] pci 0000:c6:00.1: restore config 0x24: 0x00000000 -> 0xde102000
[ 31.100411] pci 0000:c6:00.1: restore config 0x20: 0x00000000 -> 0xde103000
[ 31.100416] pci 0000:c6:00.1: restore config 0x1c: 0x00000000 -> 0x0000007a
[ 31.100420] pci 0000:c6:00.1: restore config 0x18: 0x0000000c -> 0x2090000c
[ 31.100424] pci 0000:c6:00.1: restore config 0x14: 0x00000000 -> 0xde100000
[ 31.100429] pci 0000:c6:00.1: restore config 0x10: 0x00000000 -> 0xde000000
[ 31.100434] pci 0000:c6:00.1: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.100983] pcieport 0000:00:03.1: re-enabling LTR
[ 31.101168] pcieport 0000:00:02.1: power state changed by ACPI to D0
[ 31.101184] pcieport 0000:00:02.1: ACPI _REG connect evaluation failed (5)
[ 31.101186] pcieport 0000:00:08.1: power state changed by ACPI to D0
[ 31.101517] pcieport 0000:00:02.2: power state changed by ACPI to D0
[ 31.101519] pcieport 0000:00:02.2: ACPI _REG connect evaluation failed (5)
[ 31.101711] pcieport 0000:00:08.1: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 31.101717] pcieport 0000:00:08.1: restore config 0x28: 0x0000007a -> 0x0000007a
[ 31.101721] pcieport 0000:00:08.1: restore config 0x24: 0x20711001 -> 0x20711001
[ 31.101766] pcieport 0000:00:08.1: waiting 100 ms for downstream link, after activation
[ 31.102344] xhci_hcd 0000:c7:00.0: power state changed by ACPI to D0
[ 31.102474] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D0
[ 31.102528] pci 0000:c4:00.0: restore config 0x3c: 0xffffffff -> 0x000001ff
[ 31.102532] pci 0000:c4:00.0: restore config 0x38: 0xffffffff -> 0x00000000
[ 31.102535] pci 0000:c4:00.0: restore config 0x34: 0xffffffff -> 0x00000060
[ 31.102538] pci 0000:c4:00.0: restore config 0x30: 0xffffffff -> 0xdd000000
[ 31.102541] pci 0000:c4:00.0: restore config 0x2c: 0xffffffff -> 0x1ed31043
[ 31.102543] pci 0000:c4:00.0: restore config 0x28: 0xffffffff -> 0x00000000
[ 31.102546] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.102657] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D0
[ 31.102795] thunderbolt 0000:c7:00.5: power state changed by ACPI to D0
[ 31.102919] thunderbolt 0000:c7:00.6: power state changed by ACPI to D0
[ 31.103060] pcieport 0000:00:02.3: power state changed by ACPI to D0
[ 31.103063] pcieport 0000:00:02.3: ACPI _REG connect evaluation failed (5)
[ 31.103550] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.104553] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.105557] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.106561] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.107564] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.108568] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.109571] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.110575] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.111578] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.112058] pci 0000:c6:00.0: restore config 0x3c: 0x00000000 -> 0x000000ff
[ 31.112063] pci 0000:c6:00.0: restore config 0x2c: 0xffffffff -> 0x150d1022
[ 31.112070] pci 0000:c6:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.112582] pci 0000:c4:00.0: restore config 0x24: 0xffffffff -> 0x0000f001
[ 31.112585] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.113087] pcieport 0000:00:02.1: restore config 0x2c: 0x00000000 -> 0x00000000
[ 31.113088] pcieport 0000:00:02.2: restore config 0x2c: 0x00000000 -> 0x00000000
[ 31.113090] pcieport 0000:00:02.1: restore config 0x28: 0x00000000 -> 0x00000000
[ 31.113092] pcieport 0000:00:02.2: restore config 0x28: 0x00000000 -> 0x00000000
[ 31.113093] pcieport 0000:00:02.1: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 31.113095] pcieport 0000:00:02.2: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 31.113145] pcieport 0000:00:02.2: waiting 100 ms for downstream link, after activation
[ 31.113368] nvme 0000:c1:00.0: power state changed by ACPI to D0
[ 31.113370] nvme 0000:c1:00.0: ACPI _REG connect evaluation failed (5)
[ 31.113409] nvme 0000:c1:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 31.113420] nvme 0000:c1:00.0: restore config 0x10: 0x00000004 -> 0xde300004
[ 31.113424] nvme 0000:c1:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 31.113428] nvme 0000:c1:00.0: restore config 0x04: 0x00100000 -> 0x00100003
[ 31.113589] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.114592] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.115061] xhci_hcd 0000:c7:00.3: restore config 0x3c: 0x00000200 -> 0x000002ff
[ 31.115067] xhci_hcd 0000:c7:00.4: restore config 0x3c: 0x00000300 -> 0x000003ff
[ 31.115071] thunderbolt 0000:c7:00.6: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 31.115073] thunderbolt 0000:c7:00.5: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 31.115103] xhci_hcd 0000:c7:00.3: restore config 0x10: 0x00000004 -> 0xddd00004
[ 31.115109] xhci_hcd 0000:c7:00.4: restore config 0x10: 0x00000004 -> 0xddc00004
[ 31.115111] pcieport 0000:00:02.3: restore config 0x2c: 0x00000000 -> 0x00000000
[ 31.115114] thunderbolt 0000:c7:00.6: restore config 0x10: 0x00000004 -> 0xddf00004
[ 31.115114] xhci_hcd 0000:c7:00.3: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.115115] thunderbolt 0000:c7:00.5: restore config 0x10: 0x00000004 -> 0xddf80004
[ 31.115119] pcieport 0000:00:02.3: restore config 0x28: 0x00000000 -> 0x00000000
[ 31.115121] xhci_hcd 0000:c7:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.115124] thunderbolt 0000:c7:00.6: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.115126] xhci_hcd 0000:c7:00.3: restore config 0x04: 0x00100000 -> 0x00100403
[ 31.115126] thunderbolt 0000:c7:00.5: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.115127] pcieport 0000:00:02.3: restore config 0x24: 0x0001fff1 -> 0x0001fff1
[ 31.115131] xhci_hcd 0000:c7:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 31.115136] thunderbolt 0000:c7:00.6: restore config 0x04: 0x00100000 -> 0x00100406
[ 31.115137] thunderbolt 0000:c7:00.5: restore config 0x04: 0x00100000 -> 0x00100406
[ 31.115204] pcieport 0000:00:02.3: waiting 100 ms for downstream link, after activation
[ 31.115232] xhci_hcd 0000:c7:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 31.115243] xhci_hcd 0000:c7:00.0: restore config 0x10: 0x00000004 -> 0xdde00004
[ 31.115246] xhci_hcd 0000:c7:00.0: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.115249] xhci_hcd 0000:c7:00.0: restore config 0x04: 0x00100000 -> 0x00100403
[ 31.115596] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.116600] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.117604] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.118608] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.119621] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.120629] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.121646] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.122664] pci 0000:c4:00.0: restore config 0x20: 0xffffffff -> 0x0000007a
[ 31.122680] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.123684] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.124701] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.125718] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.126735] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.127752] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.128769] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.129786] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.130803] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.131821] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.132838] pci 0000:c4:00.0: restore config 0x1c: 0xffffffff -> 0x0000000c
[ 31.132854] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.133857] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.134874] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.135892] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.136909] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.137926] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.138943] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.139959] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.140977] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.141994] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.143011] pci 0000:c4:00.0: restore config 0x18: 0xffffffff -> 0x00000078
[ 31.143027] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.144031] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.145049] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.146067] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.147084] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.148102] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.149119] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.150137] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.151154] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.152172] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.153189] pci 0000:c4:00.0: restore config 0x14: 0xffffffff -> 0x0000000c
[ 31.153206] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.154210] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.155227] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.156245] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.157262] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.158266] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.159284] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.160301] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.161318] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.162335] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.163352] pci 0000:c4:00.0: restore config 0x10: 0xffffffff -> 0xdc000000
[ 31.163369] pci 0000:c4:00.0: restore config 0x0c: 0xffffffff -> 0x00800010
[ 31.163372] pci 0000:c4:00.0: restore config 0x08: 0xffffffff -> 0x030000a1
[ 31.163375] pci 0000:c4:00.0: restore config 0x04: 0xffffffff -> 0x00100000
[ 31.163377] pci 0000:c4:00.0: restore config 0x00: 0xffffffff -> 0x28a110de
[ 31.163396] snd_hda_intel 0000:c4:00.1: Unable to change power state from D3hot to D0, device inaccessible
[ 31.163862] pcieport 0000:00:03.1: re-enabling LTR
[ 31.165249] snd_hda_intel 0000:c4:00.1: restore config 0x3c: 0xffffffff -> 0x000002ff
[ 31.165252] snd_hda_intel 0000:c4:00.1: restore config 0x38: 0xffffffff -> 0x00000000
[ 31.165255] snd_hda_intel 0000:c4:00.1: restore config 0x34: 0xffffffff -> 0x00000060
[ 31.165258] snd_hda_intel 0000:c4:00.1: restore config 0x30: 0xffffffff -> 0x00000000
[ 31.165261] snd_hda_intel 0000:c4:00.1: restore config 0x2c: 0xffffffff -> 0x1ed31043
[ 31.165263] snd_hda_intel 0000:c4:00.1: restore config 0x28: 0xffffffff -> 0x00000000
[ 31.165266] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.166269] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.167286] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.168304] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.169321] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.170338] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.171355] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.172372] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.173389] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.174406] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.175423] snd_hda_intel 0000:c4:00.1: restore config 0x24: 0xffffffff -> 0x00000000
[ 31.175440] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.176444] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.177461] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.178479] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.179496] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.180514] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.181531] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.182548] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.183566] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.184583] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.185600] snd_hda_intel 0000:c4:00.1: restore config 0x20: 0xffffffff -> 0x00000000
[ 31.185616] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.186620] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.187637] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.188655] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.189672] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.190690] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.191707] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.192725] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.193742] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.194760] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.195777] snd_hda_intel 0000:c4:00.1: restore config 0x1c: 0xffffffff -> 0x00000000
[ 31.195794] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.196798] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.197815] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.198833] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.199850] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.200867] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.201885] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.202902] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.203919] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.204937] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.205954] snd_hda_intel 0000:c4:00.1: restore config 0x18: 0xffffffff -> 0x00000000
[ 31.205972] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.206975] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.207992] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.209009] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.210026] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.211045] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.212062] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.213079] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.214096] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.215113] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.216130] snd_hda_intel 0000:c4:00.1: restore config 0x14: 0xffffffff -> 0x00000000
[ 31.216147] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.217150] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.218167] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.219184] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.220202] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.221220] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.222237] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.223254] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.224272] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.225289] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.226063] amdgpu 0000:c5:00.0: ready 0ms after resume
[ 31.226122] pci 0000:c5:00.5: power state changed by ACPI to D0
[ 31.226307] snd_hda_intel 0000:c4:00.1: restore config 0x10: 0xffffffff -> 0xdd080000
[ 31.226315] snd_hda_intel 0000:c4:00.1: restore config 0x0c: 0xffffffff -> 0x00800010
[ 31.226318] snd_hda_intel 0000:c4:00.1: restore config 0x08: 0xffffffff -> 0x040300a1
[ 31.226321] snd_hda_intel 0000:c4:00.1: restore config 0x04: 0xffffffff -> 0x00100006
[ 31.226324] snd_hda_intel 0000:c4:00.1: restore config 0x00: 0xffffffff -> 0x22be10de
[ 31.226949] amdgpu 0000:c5:00.0: power state changed by ACPI to D0
[ 31.227441] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D0
[ 31.227442] snd_hda_intel 0000:c5:00.6: power state changed by ACPI to D0
[ 31.239073] xhci_hcd 0000:c5:00.4: restore config 0x3c: 0x00000400 -> 0x000004ff
[ 31.239100] xhci_hcd 0000:c5:00.4: restore config 0x10: 0x00000004 -> 0xdd500004
[ 31.239105] xhci_hcd 0000:c5:00.4: restore config 0x0c: 0x00800000 -> 0x00800010
[ 31.239111] xhci_hcd 0000:c5:00.4: restore config 0x04: 0x00100000 -> 0x00100403
[ 31.239293] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D0
[ 31.242109] mt7925e 0000:c3:00.0: ready 0ms after resume
[ 31.242114] pci 0000:c2:00.0: ready 0ms after resume
[ 31.254313] mt7925e 0000:c3:00.0: restore config 0x3c: 0x00000100 -> 0x000001ff
[ 31.254400] mt7925e 0000:c3:00.0: restore config 0x18: 0x00000004 -> 0xdda00004
[ 31.254409] mt7925e 0000:c3:00.0: restore config 0x10: 0x00000004 -> 0xdd800004
[ 31.254415] mt7925e 0000:c3:00.0: restore config 0x0c: 0x00000000 -> 0x00000010
[ 31.254422] mt7925e 0000:c3:00.0: restore config 0x04: 0x00100000 -> 0x00100406
[ 31.262573] pcieport 0000:00:02.2: PME# disabled
[ 31.262839] pcieport 0000:00:03.1: restore config 0x2c: 0x0000007a -> 0x0000007a
[ 31.262862] pcieport 0000:00:03.1: restore config 0x28: 0x00000078 -> 0x00000078
[ 31.262875] pcieport 0000:00:03.1: restore config 0x24: 0x01f10001 -> 0x01f10001
[ 31.262916] pcieport 0000:00:02.1: PME# disabled
[ 31.263215] nvme 0000:c1:00.0: enabling bus mastering
[ 31.263359] nvme 0000:c1:00.0: save config 0x00: 0x501515b7
[ 31.263363] nvme 0000:c1:00.0: save config 0x04: 0x00100407
[ 31.263365] nvme 0000:c1:00.0: save config 0x08: 0x01080201
[ 31.263367] nvme 0000:c1:00.0: save config 0x0c: 0x00000010
[ 31.263369] nvme 0000:c1:00.0: save config 0x10: 0xde300004
[ 31.263371] nvme 0000:c1:00.0: save config 0x14: 0x00000000
[ 31.263373] nvme 0000:c1:00.0: save config 0x18: 0x00000000
[ 31.263374] nvme 0000:c1:00.0: save config 0x1c: 0x00000000
[ 31.263376] nvme 0000:c1:00.0: save config 0x20: 0x00000000
[ 31.263377] nvme 0000:c1:00.0: save config 0x24: 0x00000000
[ 31.263379] nvme 0000:c1:00.0: save config 0x28: 0x00000000
[ 31.263380] nvme 0000:c1:00.0: save config 0x2c: 0x501515b7
[ 31.263382] nvme 0000:c1:00.0: save config 0x30: 0x00000000
[ 31.263383] nvme 0000:c1:00.0: save config 0x34: 0x00000080
[ 31.263385] nvme 0000:c1:00.0: save config 0x38: 0x00000000
[ 31.263387] nvme 0000:c1:00.0: save config 0x3c: 0x000001ff
[ 31.267490] [drm] PCIE GART of 512M enabled (table at 0x000000801FB00000).
[ 31.267564] amdgpu 0000:c5:00.0: amdgpu: SMU is resuming...
[ 31.269807] nvme nvme0: 24/0/0 default/read/poll queues
[ 31.270797] xhci_hcd 0000:c7:00.0: PME# disabled
[ 31.270802] xhci_hcd 0000:c7:00.0: enabling bus mastering
[ 31.271019] xhci_hcd 0000:c7:00.4: PME# disabled
[ 31.271025] xhci_hcd 0000:c7:00.4: enabling bus mastering
[ 31.271117] xhci_hcd 0000:c7:00.3: PME# disabled
[ 31.271124] xhci_hcd 0000:c7:00.3: enabling bus mastering
[ 31.271219] thunderbolt 0000:c7:00.5: PME# disabled
[ 31.271286] pcieport 0000:00:01.1: restore config 0x2c: 0x00000077 -> 0x00000077
[ 31.271294] pcieport 0000:00:01.1: restore config 0x28: 0x00000058 -> 0x00000058
[ 31.271322] pcieport 0000:00:01.1: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 31.271324] thunderbolt 0000:c7:00.6: PME# disabled
[ 31.272143] xhci_hcd 0000:c5:00.4: PME# disabled
[ 31.272654] xhci_hcd 0000:c5:00.4: enabling bus mastering
[ 31.272672] pcieport 0000:00:01.2: restore config 0x2c: 0x00000057 -> 0x00000057
[ 31.272696] pcieport 0000:00:01.2: restore config 0x28: 0x00000038 -> 0x00000038
[ 31.272720] pcieport 0000:00:01.2: restore config 0x24: 0xfff10001 -> 0xfff10001
[ 31.275692] amdgpu 0000:c5:00.0: amdgpu: SMU is resumed successfully!
[ 31.319240] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 31.319243] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 31.340732] amdgpu 0000:c5:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 31.340734] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 31.340735] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 31.340735] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 31.340736] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 31.340737] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 31.340737] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 31.340738] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 31.340738] amdgpu 0000:c5:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 31.340739] amdgpu 0000:c5:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 31.340740] amdgpu 0000:c5:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[ 31.340741] amdgpu 0000:c5:00.0: amdgpu: ring jpeg_dec_0 uses VM inv eng 1 on hub 8
[ 31.340741] amdgpu 0000:c5:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 13 on hub 0
[ 31.340742] amdgpu 0000:c5:00.0: amdgpu: ring vpe uses VM inv eng 4 on hub 8
[ 31.430046] OOM killer enabled.
[ 31.430050] Restarting tasks: Starting
[ 31.430808] Restarting tasks: Done
[ 31.430827] efivarfs: resyncing variable state
[ 31.430879] snd_hda_intel 0000:c5:00.1: save config 0x00: 0x16401002
[ 31.430884] snd_hda_intel 0000:c5:00.1: save config 0x04: 0x00100406
[ 31.430885] snd_hda_intel 0000:c5:00.1: save config 0x08: 0x04030000
[ 31.430887] snd_hda_intel 0000:c5:00.1: save config 0x0c: 0x00800010
[ 31.430888] snd_hda_intel 0000:c5:00.1: save config 0x10: 0xdd7c8000
[ 31.430889] snd_hda_intel 0000:c5:00.1: save config 0x14: 0x00000000
[ 31.430891] snd_hda_intel 0000:c5:00.1: save config 0x18: 0x00000000
[ 31.430892] snd_hda_intel 0000:c5:00.1: save config 0x1c: 0x00000000
[ 31.430894] snd_hda_intel 0000:c5:00.1: save config 0x20: 0x00000000
[ 31.430896] snd_hda_intel 0000:c5:00.1: save config 0x24: 0x00000000
[ 31.430897] snd_hda_intel 0000:c5:00.1: save config 0x28: 0x00000000
[ 31.430898] snd_hda_intel 0000:c5:00.1: save config 0x2c: 0x16401002
[ 31.430899] snd_hda_intel 0000:c5:00.1: save config 0x30: 0x00000000
[ 31.430900] snd_hda_intel 0000:c5:00.1: save config 0x34: 0x00000048
[ 31.430902] snd_hda_intel 0000:c5:00.1: save config 0x38: 0x00000000
[ 31.430903] snd_hda_intel 0000:c5:00.1: save config 0x3c: 0x000002ff
[ 31.430924] snd_hda_intel 0000:c5:00.1: PME# enabled
[ 31.430934] pcieport 0000:00:02.2: save config 0x00: 0x150b1022
[ 31.430936] pcieport 0000:00:02.2: save config 0x04: 0x00100407
[ 31.430937] pcieport 0000:00:02.2: save config 0x08: 0x06040000
[ 31.430939] pcieport 0000:00:02.2: save config 0x0c: 0x00810010
[ 31.430940] pcieport 0000:00:02.2: save config 0x10: 0x00000000
[ 31.430941] pcieport 0000:00:02.2: save config 0x14: 0x00000000
[ 31.430942] pcieport 0000:00:02.2: save config 0x18: 0x00c2c200
[ 31.430943] pcieport 0000:00:02.2: save config 0x1c: 0x000001f1
[ 31.430945] pcieport 0000:00:02.2: save config 0x20: 0xde20de20
[ 31.430946] pcieport 0000:00:02.2: save config 0x24: 0x0001fff1
[ 31.430947] pcieport 0000:00:02.2: save config 0x28: 0x00000000
[ 31.430948] pcieport 0000:00:02.2: save config 0x2c: 0x00000000
[ 31.430949] pcieport 0000:00:02.2: save config 0x30: 0x00000000
[ 31.430950] pcieport 0000:00:02.2: save config 0x34: 0x00000050
[ 31.430952] pcieport 0000:00:02.2: save config 0x38: 0x00000000
[ 31.430953] pcieport 0000:00:02.2: save config 0x3c: 0x001200ff
[ 31.430985] pcieport 0000:00:02.2: PME# enabled
[ 31.435206] efivarfs: finished resyncing variable state
[ 31.435236] random: crng reseeded on system resumption
[ 31.442086] pcieport 0000:00:02.2: ACPI _REG disconnect evaluation failed (5)
[ 31.445613] pcieport 0000:00:02.2: power state changed by ACPI to D3cold
[ 31.445627] snd_hda_intel 0000:c5:00.1: power state changed by ACPI to D3cold
[ 31.450053] PM: suspend exit
[ 31.482057] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[ 31.498308] xhci_hcd 0000:c7:00.4: save config 0x00: 0x151b1022
[ 31.498313] xhci_hcd 0000:c7:00.4: save config 0x04: 0x00100403
[ 31.498316] xhci_hcd 0000:c7:00.4: save config 0x08: 0x0c033000
[ 31.498317] xhci_hcd 0000:c7:00.4: save config 0x0c: 0x00800010
[ 31.498320] xhci_hcd 0000:c7:00.4: save config 0x10: 0xddc00004
[ 31.498322] xhci_hcd 0000:c7:00.4: save config 0x14: 0x00000000
[ 31.498324] xhci_hcd 0000:c7:00.4: save config 0x18: 0x00000000
[ 31.498326] xhci_hcd 0000:c7:00.4: save config 0x1c: 0x00000000
[ 31.498329] xhci_hcd 0000:c7:00.4: save config 0x20: 0x00000000
[ 31.498331] xhci_hcd 0000:c7:00.4: save config 0x24: 0x00000000
[ 31.498333] xhci_hcd 0000:c7:00.4: save config 0x28: 0x00000000
[ 31.498335] xhci_hcd 0000:c7:00.4: save config 0x2c: 0x201f1043
[ 31.498337] xhci_hcd 0000:c7:00.4: save config 0x30: 0x00000000
[ 31.498339] xhci_hcd 0000:c7:00.4: save config 0x34: 0x00000048
[ 31.498342] xhci_hcd 0000:c7:00.4: save config 0x38: 0x00000000
[ 31.498344] xhci_hcd 0000:c7:00.4: save config 0x3c: 0x000003ff
[ 31.498735] xhci_hcd 0000:c7:00.4: PME# enabled
[ 31.498914] xhci_hcd 0000:c7:00.3: save config 0x00: 0x151a1022
[ 31.498916] xhci_hcd 0000:c7:00.3: save config 0x04: 0x00100403
[ 31.498917] xhci_hcd 0000:c7:00.3: save config 0x08: 0x0c033000
[ 31.498919] xhci_hcd 0000:c7:00.3: save config 0x0c: 0x00800010
[ 31.498920] xhci_hcd 0000:c7:00.3: save config 0x10: 0xddd00004
[ 31.498922] xhci_hcd 0000:c7:00.3: save config 0x14: 0x00000000
[ 31.498923] xhci_hcd 0000:c7:00.3: save config 0x18: 0x00000000
[ 31.498925] xhci_hcd 0000:c7:00.3: save config 0x1c: 0x00000000
[ 31.498926] xhci_hcd 0000:c7:00.3: save config 0x20: 0x00000000
[ 31.498928] xhci_hcd 0000:c7:00.3: save config 0x24: 0x00000000
[ 31.498929] xhci_hcd 0000:c7:00.3: save config 0x28: 0x00000000
[ 31.498930] xhci_hcd 0000:c7:00.3: save config 0x2c: 0x201f1043
[ 31.498932] xhci_hcd 0000:c7:00.3: save config 0x30: 0x00000000
[ 31.498933] xhci_hcd 0000:c7:00.3: save config 0x34: 0x00000048
[ 31.498935] xhci_hcd 0000:c7:00.3: save config 0x38: 0x00000000
[ 31.498936] xhci_hcd 0000:c7:00.3: save config 0x3c: 0x000002ff
[ 31.499158] xhci_hcd 0000:c7:00.3: PME# enabled
[ 31.510381] xhci_hcd 0000:c7:00.4: power state changed by ACPI to D3cold
[ 31.511365] xhci_hcd 0000:c7:00.3: power state changed by ACPI to D3cold
[ 31.577801] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: format 3 timestamp 0x64269d09
[ 31.577808] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3.wmfw: Fri 31 Mar 2023 10:42:49 W. Europe Daylight Time
[ 31.641092] snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[ 31.641106] snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[ 31.641111] snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[ 31.641116] snd_hda_codec_nvhdmi hdaudioC0D0: HDMI: invalid ELD buf size -1
[ 32.099781] wlan0: authenticate with fc:ec:da:d0:2c:df (local address=ec:91:61:93:02:8b)
[ 32.106119] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 32.116964] wlan0: send auth to fc:ec:da:d0:2c:df (try 1/3)
[ 32.122639] wlan0: authenticated
[ 32.125047] wlan0: associate with fc:ec:da:d0:2c:df (try 1/3)
[ 32.132266] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 32.144459] wlan0: RX AssocResp from fc:ec:da:d0:2c:df (capab=0x1111 status=0 aid=7)
[ 32.178574] wlan0: associated
[ 32.191153] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-r0.bin: v0.65.0
[ 32.191164] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240412_V01_A1.bin
[ 33.041335] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.65.0, 2 algorithms
[ 33.043970] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: cirrus/cs35l41-dsp1-spk-prot-10431ed3-spkid0-l0.bin: v0.65.0
[ 33.043978] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: DSP1: spk-prot: C:\Users\gchen\Desktop\Asus_proj\CY25\HN7306\240412\10431ED3_240329_V01_A0.bin
[ 33.158401] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Calibration applied: R0=10128
[ 33.161917] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Calibration applied: R0=10188
[ 33.189676] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.1: Firmware Loaded - Type: spk-prot, Gain: 17
[ 33.192366] cs35l41-hda i2c-CSC3551:00-cs35l41-hda.0: Firmware Loaded - Type: spk-prot, Gain: 17
[ 33.953751] xhci_hcd 0000:c5:00.4: save config 0x00: 0x151e1022
[ 33.953766] xhci_hcd 0000:c5:00.4: save config 0x04: 0x00100403
[ 33.953769] xhci_hcd 0000:c5:00.4: save config 0x08: 0x0c033000
[ 33.953772] xhci_hcd 0000:c5:00.4: save config 0x0c: 0x00800010
[ 33.953774] xhci_hcd 0000:c5:00.4: save config 0x10: 0xdd500004
[ 33.953776] xhci_hcd 0000:c5:00.4: save config 0x14: 0x00000000
[ 33.953778] xhci_hcd 0000:c5:00.4: save config 0x18: 0x00000000
[ 33.953780] xhci_hcd 0000:c5:00.4: save config 0x1c: 0x00000000
[ 33.953782] xhci_hcd 0000:c5:00.4: save config 0x20: 0x00000000
[ 33.953783] xhci_hcd 0000:c5:00.4: save config 0x24: 0x00000000
[ 33.953785] xhci_hcd 0000:c5:00.4: save config 0x28: 0x00000000
[ 33.953787] xhci_hcd 0000:c5:00.4: save config 0x2c: 0x201f1043
[ 33.953788] xhci_hcd 0000:c5:00.4: save config 0x30: 0x00000000
[ 33.953790] xhci_hcd 0000:c5:00.4: save config 0x34: 0x00000048
[ 33.953792] xhci_hcd 0000:c5:00.4: save config 0x38: 0x00000000
[ 33.953794] xhci_hcd 0000:c5:00.4: save config 0x3c: 0x000004ff
[ 33.954110] xhci_hcd 0000:c5:00.4: PME# enabled
[ 33.967549] xhci_hcd 0000:c5:00.4: power state changed by ACPI to D3cold
[ 42.956250] RPC: Registered named UNIX socket transport module.
[ 42.956254] RPC: Registered udp transport module.
[ 42.956255] RPC: Registered tcp transport module.
[ 42.956255] RPC: Registered tcp-with-tls transport module.
[ 42.956256] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 43.059575] NFS: Registering the id_resolver key type
[ 43.059582] Key type id_resolver registered
[ 43.059583] Key type id_legacy registered
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 20:47 ` Joyful Lee
@ 2026-04-03 21:05 ` Mario Limonciello
2026-04-03 21:28 ` Mario Limonciello
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 21:05 UTC (permalink / raw)
To: Joyful Lee
Cc: Bjorn Helgaas, platform-driver-x86, Shyam Sundar S K,
Hans de Goede, Ilpo Järvinen, linux-pci, Bjorn Helgaas,
linux-acpi, Rafael J. Wysocki, linux-kernel, Lukas Wunner
On 4/3/26 3:47 PM, Joyful Lee wrote:
> On Fri, Apr 3, 2026 at 4:03 PM Mario Limonciello
> <mario.limonciello@amd.com> wrote:
>> Can you do the exact same on the same branch/commit but without pciehp
>> enabled? It will make comparison of all the impacts (not just this root
>> port) a lot easier.
>
> Here you go. Unfortunately it's not *exactly* the same because I had to
> disable the nvidia driver to get a result.
Thanks - the most obvious observation is what you already noted -
without hotplug support the root port skips PM all together.
[24.575705] pcieport 0000:00:01.2: PCI PM: Suspend power state: D0
[24.575707] pcieport 0000:00:01.2: PCI PM: Skipped
[24.575709] pcieport 0000:00:01.1: PCI PM: Suspend power state: D0
[24.575709] pcieport 0000:00:01.1: PCI PM: Skipped
vs
[29.279987] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
[29.279991] pcieport 0000:00:01.1: PCI PM: Suspend power state: D3cold
[29.280214] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
[29.280219] pcieport 0000:00:01.2: PCI PM: Suspend power state: D3cold
The hotplug support seems to apply to 3 ports.
0000:00:01.1 (Bus 01):
- Slot Capabilities: 0x00040060
- Flags: HotPlug+ Surprise+ LLActRep+
0000:00:01.2 (Bus 61):
- Slot Capabilities: 0x00040060
- Flags: HotPlug+ Surprise+ LLActRep+
0000:00:03.1 (Bus c4):
- Slot Capabilities: 0x000425e0
- Flags: HotPlug+ Surprise+ LLActRep+
- This port also has bandwidth control enabled: bwctrl: enabled with
IRQ 38
The port stays in D0 because the child (the GPU) stays in D0 for suspend.
[24.599889] pcieport 0000:00:03.1: PCI PM: Suspend power state: D0
[24.599890] pcieport 0000:00:03.1: PCI PM: Skipped
So I would say we should look at what the GPU isn't going to D3 for
suspend for the next clue.
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 21:05 ` Mario Limonciello
@ 2026-04-03 21:28 ` Mario Limonciello
2026-04-05 7:16 ` Lukas Wunner
0 siblings, 1 reply; 21+ messages in thread
From: Mario Limonciello @ 2026-04-03 21:28 UTC (permalink / raw)
To: Joyful Lee
Cc: Bjorn Helgaas, platform-driver-x86, Shyam Sundar S K,
Hans de Goede, Ilpo Järvinen, linux-pci, Bjorn Helgaas,
linux-acpi, Rafael J. Wysocki, linux-kernel, Lukas Wunner
On 4/3/26 4:05 PM, Mario Limonciello wrote:
> On 4/3/26 3:47 PM, Joyful Lee wrote:
>> On Fri, Apr 3, 2026 at 4:03 PM Mario Limonciello
>> <mario.limonciello@amd.com> wrote:
>>> Can you do the exact same on the same branch/commit but without pciehp
>>> enabled? It will make comparison of all the impacts (not just this root
>>> port) a lot easier.
>>
>> Here you go. Unfortunately it's not *exactly* the same because I had to
>> disable the nvidia driver to get a result.
>
> Thanks - the most obvious observation is what you already noted -
> without hotplug support the root port skips PM all together.
>
> [24.575705] pcieport 0000:00:01.2: PCI PM: Suspend power state: D0
> [24.575707] pcieport 0000:00:01.2: PCI PM: Skipped
> [24.575709] pcieport 0000:00:01.1: PCI PM: Suspend power state: D0
> [24.575709] pcieport 0000:00:01.1: PCI PM: Skipped
>
> vs
>
> [29.279987] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
> [29.279991] pcieport 0000:00:01.1: PCI PM: Suspend power state: D3cold
> [29.280214] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
> [29.280219] pcieport 0000:00:01.2: PCI PM: Suspend power state: D3cold
>
> The hotplug support seems to apply to 3 ports.
>
> 0000:00:01.1 (Bus 01):
> - Slot Capabilities: 0x00040060
> - Flags: HotPlug+ Surprise+ LLActRep+
>
> 0000:00:01.2 (Bus 61):
> - Slot Capabilities: 0x00040060
> - Flags: HotPlug+ Surprise+ LLActRep+
>
> 0000:00:03.1 (Bus c4):
> - Slot Capabilities: 0x000425e0
> - Flags: HotPlug+ Surprise+ LLActRep+
> - This port also has bandwidth control enabled: bwctrl: enabled with
> IRQ 38
>
> The port stays in D0 because the child (the GPU) stays in D0 for suspend.
>
> [24.599889] pcieport 0000:00:03.1: PCI PM: Suspend power state: D0
>
>
> [24.599890] pcieport 0000:00:03.1: PCI PM: Skipped
>
> So I would say we should look at what the GPU isn't going to D3 for
> suspend for the next clue.
OK - so the issue comes from acpi_pci_bridge_d3() which is called from
platform_pci_bridge_d3():
if (acpi_pci_disabled || !dev->is_pciehp)
return false;
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 18:04 ` Bjorn Helgaas
2026-04-03 18:41 ` Mario Limonciello
2026-04-03 19:07 ` Joyful Lee
@ 2026-04-05 7:05 ` Lukas Wunner
2 siblings, 0 replies; 21+ messages in thread
From: Lukas Wunner @ 2026-04-05 7:05 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Mario Limonciello, Joyful Lee, platform-driver-x86,
Shyam Sundar S K, Hans de Goede, Ilpo Järvinen, linux-pci,
Bjorn Helgaas, linux-acpi, Rafael J. Wysocki, linux-kernel
On Fri, Apr 03, 2026 at 01:04:22PM -0500, Bjorn Helgaas wrote:
> It looks like something is wrong with the 00:03.1 Root Port config
> space after S0ix, e.g., the HwInit Port Number is non-sensical:
>
> 00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Strix/Strix Halo GPP Bridge
> - LnkCap: Port #0, Speed 16GT/s, Width x8, ASPM not supported
> + LnkCap: Port #247, Speed 16GT/s, Width x8, ASPM not supported
>
> but the c4:00 device below it seems completely inaccessible; maybe the
> link is down or the endpoint is in D3cold so config reads return ~0:
>
> c4:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD107M
> + !!! Unknown header type 7f
> + Interrupt: pin ? routed to IRQ 255
The link is indeed down at the Root Port:
LnkSta: Speed 2.5GT/s, Width x16 (overdriven)
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
^^^^^^^^^
But perhaps that's expected when a port capable of x8 is configured
to x16? I don't think system software can even influence the width,
I'd expect platform firmware to have set that incorrectly.
Elsewhere in this thread, Mario hypothesized that platform firmware
may behave incorrectly unless the OS requests control of PCIe hotplug.
Perhaps Joyful could provide an acpidump that may help confirm this.
Thanks,
Lukas
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
2026-04-03 21:28 ` Mario Limonciello
@ 2026-04-05 7:16 ` Lukas Wunner
0 siblings, 0 replies; 21+ messages in thread
From: Lukas Wunner @ 2026-04-05 7:16 UTC (permalink / raw)
To: Mario Limonciello
Cc: Joyful Lee, Bjorn Helgaas, platform-driver-x86, Shyam Sundar S K,
Hans de Goede, Ilpo Järvinen, linux-pci, Bjorn Helgaas,
linux-acpi, Rafael J. Wysocki, linux-kernel
On Fri, Apr 03, 2026 at 04:28:23PM -0500, Mario Limonciello wrote:
> On 4/3/26 4:05 PM, Mario Limonciello wrote:
> > Thanks - the most obvious observation is what you already noted -
> > without hotplug support the root port skips PM all together.
> >
> > [24.575705] pcieport 0000:00:01.2: PCI PM: Suspend power state: D0
> > [24.575707] pcieport 0000:00:01.2: PCI PM: Skipped
> > [24.575709] pcieport 0000:00:01.1: PCI PM: Suspend power state: D0
> > [24.575709] pcieport 0000:00:01.1: PCI PM: Skipped
> >
> > vs
> >
> > [29.279987] pcieport 0000:00:01.1: power state changed by ACPI to D3cold
> > [29.279991] pcieport 0000:00:01.1: PCI PM: Suspend power state: D3cold
> > [29.280214] pcieport 0000:00:01.2: power state changed by ACPI to D3cold
> > [29.280219] pcieport 0000:00:01.2: PCI PM: Suspend power state: D3cold
Those are different Root Ports than 0000:00:03.1.
> > The hotplug support seems to apply to 3 ports.
[...]
> > 0000:00:03.1 (Bus c4):
> > - Slot Capabilities: 0x000425e0
> > - Flags: HotPlug+ Surprise+ LLActRep+
[...]
> OK - so the issue comes from acpi_pci_bridge_d3() which is called from
> platform_pci_bridge_d3():
>
> if (acpi_pci_disabled || !dev->is_pciehp)
> return false;
Also not relevant, the is_pciehp flag is true because of the
set HotPlug+ bit in the Slot Capabilities Register, so the check
doesn't evaluate to true and the function doesn't return here.
Thanks,
Lukas
^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2026-04-05 7:17 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02 18:49 [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f Joyful Lee
2026-04-02 19:58 ` Mario Limonciello
2026-04-02 20:59 ` Joyful Lee
2026-04-02 21:14 ` Mario Limonciello
2026-04-02 21:32 ` Joyful Lee
2026-04-03 13:23 ` Mario Limonciello
2026-04-03 14:11 ` Joyful Lee
2026-04-03 14:24 ` Mario Limonciello
2026-04-03 16:19 ` Joyful Lee
2026-04-03 16:48 ` Mario Limonciello
2026-04-03 18:04 ` Bjorn Helgaas
2026-04-03 18:41 ` Mario Limonciello
2026-04-03 19:10 ` Bjorn Helgaas
2026-04-03 19:11 ` Mario Limonciello
2026-04-03 19:07 ` Joyful Lee
2026-04-03 20:02 ` Mario Limonciello
2026-04-03 20:47 ` Joyful Lee
2026-04-03 21:05 ` Mario Limonciello
2026-04-03 21:28 ` Mario Limonciello
2026-04-05 7:16 ` Lukas Wunner
2026-04-05 7:05 ` Lukas Wunner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox