Re: [BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f

From: Lukas Wunner

Date: Sun Apr 05 2026 - 03:05:41 EST


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