PCIe bandwidth negotiation weirdness

I finally jumped ship from windows to Linux and was trying out Looking Glass this weekend . Sadly, it was performing quite terribly and with that I mean getting <=60 FPS in League of Legends (I know) vs. 600FPS without LG.

After reading a few posts with similar experiences I found this:

05:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: eVga.com. Corp. GP102 [GeForce GTX 1080 Ti]
		LnkCap:	Port #1, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
		LnkSta:	Speed 8GT/s, Width x1 (downgraded)
	Kernel driver in use: vfio-pci
	Kernel modules: nouveau

Yeah well, my 1080 Ti was only getting a x1 PCIe 3.0 lane in the VM.

Now this is strange because I run the following setup:

  • CPU: 7950x3d with usable 24 PCIe lanes
  • Mobo: ASUS ProArt X670E-CREATOR WIFI which does support x8/x8
  • GPU (host): 1x 6900XT (PCIe 4.0)
  • GPU (guest): 1080 Ti (PCIe 3.0)
  • 2x 2TB NVMe SSDs (PCIe 4.0)
  • OS: Arch (host) + Windows 11 (guest)

With this my expectation is that the GPUs would be running x8/x8 and each SSD at x4. But according to lspci the Ti downgrades from x8 to x1 when passed through. Also weird is that the 6900XT never downgrades to x8 even when the Ti runs at x8.

If anyone knows how to validate the lscpi output, please tell me.
Any help understanding and possibly solving the issue is greatly appreciated.

Lastly, to add insult to injury, native Windows just seems to work showing x8/x8 in GPU-Z.

Please show the full output from dmesg

2 Likes

Sure thing, Chief. Here you go:

[    0.000000] Linux version 6.7.5-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.42.0) #1 ZEN SMP PREEMPT_DYNAMIC Sat, 17 Feb 2024 14:02:21 +0000
[    0.000000] Command line: zfs=ptto/arch rw splash loglevel=3 iommu=pt nvidia_drm.modeset=1 spl.spl_hostid=0xa8c00a00
[    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-0x0000000009afefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000005d3bb017] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3bb018-0x000000005d3c5e57] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3c5e58-0x000000005d3c6017] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3c6018-0x000000005d3d8057] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3d8058-0x000000005d3d9017] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3d9018-0x000000005d3e8057] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3e8058-0x000000005d3e9017] usable
[    0.000000] BIOS-e820: [mem 0x000000005d3e9018-0x000000005d408a57] usable
[    0.000000] BIOS-e820: [mem 0x000000005d408a58-0x000000005d409017] usable
[    0.000000] BIOS-e820: [mem 0x000000005d409018-0x000000005d426e57] usable
[    0.000000] BIOS-e820: [mem 0x000000005d426e58-0x000000006da53fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006da54000-0x00000000742a4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000742a5000-0x0000000074495fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000074496000-0x0000000076495fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000076496000-0x0000000079ffefff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079fff000-0x000000007bff8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bff9000-0x000000007bffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bffe000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007cffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007d7f3000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000105de7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000105eec0000-0x00000010a01fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] random: crng init done
[    0.000000] The simpledrm driver will not be probed
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x00099300-0x0009930f] usable ==> usable
[    0.000000] e820: update [mem 0x00099300-0x0009930f] usable ==> usable
[    0.000000] e820: update [mem 0x00099290-0x000992ff] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009928f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000099290-0x000000000009930f] usable
[    0.000000] reserve setup_data: [mem 0x0000000000099310-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a210000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b020fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b021000-0x000000005d3bb017] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3bb018-0x000000005d3c5e57] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3c5e58-0x000000005d3c6017] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3c6018-0x000000005d3d8057] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3d8058-0x000000005d3d9017] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3d9018-0x000000005d3e8057] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3e8058-0x000000005d3e9017] usable
[    0.000000] reserve setup_data: [mem 0x000000005d3e9018-0x000000005d408a57] usable
[    0.000000] reserve setup_data: [mem 0x000000005d408a58-0x000000005d409017] usable
[    0.000000] reserve setup_data: [mem 0x000000005d409018-0x000000005d426e57] usable
[    0.000000] reserve setup_data: [mem 0x000000005d426e58-0x000000006da53fff] usable
[    0.000000] reserve setup_data: [mem 0x000000006da54000-0x00000000742a4fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000742a5000-0x0000000074495fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000074496000-0x0000000076495fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000076496000-0x0000000079ffefff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000079fff000-0x000000007bff8fff] usable
[    0.000000] reserve setup_data: [mem 0x000000007bff9000-0x000000007bffdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007bffe000-0x000000007bffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007c000000-0x000000007cffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007d7f3000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000105de7ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000105eec0000-0x00000010a01fffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] efi: EFI v2.9 by American Megatrends
[    0.000000] efi: ACPI=0x74495000 ACPI 2.0=0x74495014 TPMFinalLog=0x7644c000 SMBIOS=0x794b8000 SMBIOS 3.0=0x794b7000 MEMATTR=0x67c7d018 ESRT=0x69fbd018 RNG=0x74478f18 INITRD=0x5fa53c18 TPMEventLog=0x5d427018 
[    0.000000] efi: Remove mem00: MMIO range=[0x1080000000-0x10a01fffff] (514MB) from e820 map
[    0.000000] e820: remove [mem 0x1080000000-0x10a01fffff] reserved
[    0.000000] efi: Remove mem01: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[    0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[    0.000000] efi: Not removing mem02: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem03: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[    0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[    0.000000] efi: Remove mem04: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] SMBIOS 3.5.0 present.
[    0.000000] DMI: ASUS System Product Name/ProArt X670E-CREATOR WIFI, BIOS 1904 01/29/2024
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4199.845 MHz processor
[    0.000117] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000118] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000125] last_pfn = 0x105de80 max_arch_pfn = 0x400000000
[    0.000129] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[    0.000130] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000610] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000615] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.003575] esrt: Reserving ESRT space from 0x0000000069fbd018 to 0x0000000069fbd0a0.
[    0.003579] e820: update [mem 0x69fbd000-0x69fbdfff] usable ==> reserved
[    0.003589] Using GB pages for direct mapping
[    0.003948] Secure boot disabled
[    0.003948] RAMDISK: [mem 0x01110000-0x05dfffff]
[    0.003951] ACPI: Early table checksum verification disabled
[    0.003953] ACPI: RSDP 0x0000000074495014 000024 (v02 ALASKA)
[    0.003955] ACPI: XSDT 0x0000000074494728 000104 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003959] ACPI: FACP 0x000000007448A000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003963] ACPI: DSDT 0x0000000074465000 011742 (v02 ALASKA A M I    01072009 INTL 20230331)
[    0.003964] ACPI: FACS 0x000000007647C000 000040
[    0.003965] ACPI: SSDT 0x000000007448C000 007F64 (v02 AMD    Splinter 00000002 MSFT 04000000)
[    0.003967] ACPI: SSDT 0x000000007448B000 0003F1 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003968] ACPI: FIDT 0x000000007447D000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003970] ACPI: MCFG 0x000000007447B000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003971] ACPI: HPET 0x000000007447A000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003973] ACPI: WDRT 0x0000000074479000 000047 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003974] ACPI: FPDT 0x0000000074477000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003975] ACPI: VFCT 0x000000007444F000 015AA0 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.003977] ACPI: BGRT 0x0000000074489000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003978] ACPI: WPBT 0x0000000074487000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.003979] ACPI: TPM2 0x0000000074486000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003980] ACPI: SSDT 0x000000007431E000 009BAE (v02 AMD    AMD CPU  00000001 AMD  00000001)
[    0.003982] ACPI: SSDT 0x0000000074484000 001616 (v02 AMD    CPMTBASL 00000001 INTL 20230331)
[    0.003983] ACPI: SSDT 0x0000000074482000 0015D0 (v02 AMD    CPMDFIG2 00000001 INTL 20230331)
[    0.003984] ACPI: SSDT 0x000000007447F000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20230331)
[    0.003986] ACPI: SSDT 0x000000007447E000 0008BA (v02 AMD    CPMDFDG2 00000001 INTL 20230331)
[    0.003987] ACPI: SSDT 0x0000000074314000 009A4C (v02 AMD    CPMCMN   00000001 INTL 20230331)
[    0.003988] ACPI: SSDT 0x0000000074311000 002406 (v02 AMD    AOD      00000001 INTL 20230331)
[    0.003989] ACPI: WSMT 0x0000000074310000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003991] ACPI: APIC 0x000000007430F000 00015E (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.003992] ACPI: IVRS 0x000000007430E000 0000C8 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003993] ACPI: SSDT 0x000000007430D000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20230331)
[    0.003995] ACPI: SSDT 0x000000007430C000 00097F (v02 AMD    CPMMSOSC 00000001 INTL 20230331)
[    0.003996] ACPI: SSDT 0x000000007430B000 00047C (v02 AMD    AMDWOV   00000001 INTL 20230331)
[    0.003997] ACPI: SSDT 0x000000007430A000 00053E (v01 AMD    CPMAPMFD 00000001 INTL 20230331)
[    0.003998] ACPI: SSDT 0x0000000074309000 00044E (v02 AMD    AmdTable 00000001 INTL 20230331)
[    0.004000] ACPI: SSDT 0x0000000074308000 000771 (v02 AMD    AmdTable 00000001 INTL 20230331)
[    0.004001] ACPI: Reserving FACP table memory at [mem 0x7448a000-0x7448a113]
[    0.004001] ACPI: Reserving DSDT table memory at [mem 0x74465000-0x74476741]
[    0.004002] ACPI: Reserving FACS table memory at [mem 0x7647c000-0x7647c03f]
[    0.004002] ACPI: Reserving SSDT table memory at [mem 0x7448c000-0x74493f63]
[    0.004003] ACPI: Reserving SSDT table memory at [mem 0x7448b000-0x7448b3f0]
[    0.004003] ACPI: Reserving FIDT table memory at [mem 0x7447d000-0x7447d09b]
[    0.004003] ACPI: Reserving MCFG table memory at [mem 0x7447b000-0x7447b03b]
[    0.004004] ACPI: Reserving HPET table memory at [mem 0x7447a000-0x7447a037]
[    0.004004] ACPI: Reserving WDRT table memory at [mem 0x74479000-0x74479046]
[    0.004004] ACPI: Reserving FPDT table memory at [mem 0x74477000-0x74477043]
[    0.004005] ACPI: Reserving VFCT table memory at [mem 0x7444f000-0x74464a9f]
[    0.004005] ACPI: Reserving BGRT table memory at [mem 0x74489000-0x74489037]
[    0.004006] ACPI: Reserving WPBT table memory at [mem 0x74487000-0x7448703f]
[    0.004006] ACPI: Reserving TPM2 table memory at [mem 0x74486000-0x7448604b]
[    0.004006] ACPI: Reserving SSDT table memory at [mem 0x7431e000-0x74327bad]
[    0.004007] ACPI: Reserving SSDT table memory at [mem 0x74484000-0x74485615]
[    0.004007] ACPI: Reserving SSDT table memory at [mem 0x74482000-0x744835cf]
[    0.004008] ACPI: Reserving SSDT table memory at [mem 0x7447f000-0x74481aa5]
[    0.004008] ACPI: Reserving SSDT table memory at [mem 0x7447e000-0x7447e8b9]
[    0.004008] ACPI: Reserving SSDT table memory at [mem 0x74314000-0x7431da4b]
[    0.004009] ACPI: Reserving SSDT table memory at [mem 0x74311000-0x74313405]
[    0.004009] ACPI: Reserving WSMT table memory at [mem 0x74310000-0x74310027]
[    0.004009] ACPI: Reserving APIC table memory at [mem 0x7430f000-0x7430f15d]
[    0.004010] ACPI: Reserving IVRS table memory at [mem 0x7430e000-0x7430e0c7]
[    0.004010] ACPI: Reserving SSDT table memory at [mem 0x7430d000-0x7430d4ff]
[    0.004011] ACPI: Reserving SSDT table memory at [mem 0x7430c000-0x7430c97e]
[    0.004011] ACPI: Reserving SSDT table memory at [mem 0x7430b000-0x7430b47b]
[    0.004011] ACPI: Reserving SSDT table memory at [mem 0x7430a000-0x7430a53d]
[    0.004012] ACPI: Reserving SSDT table memory at [mem 0x74309000-0x7430944d]
[    0.004012] ACPI: Reserving SSDT table memory at [mem 0x74308000-0x74308770]
[    0.004054] No NUMA configuration found
[    0.004055] Faking a node at [mem 0x0000000000000000-0x000000105de7ffff]
[    0.004057] NODE_DATA(0) allocated [mem 0x105de7b000-0x105de7ffff]
[    0.004096] Zone ranges:
[    0.004097]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004098]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004098]   Normal   [mem 0x0000000100000000-0x000000105de7ffff]
[    0.004099]   Device   empty
[    0.004100] Movable zone start for each node
[    0.004100] Early memory node ranges
[    0.004100]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004101]   node   0: [mem 0x0000000000100000-0x0000000009afefff]
[    0.004102]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.004102]   node   0: [mem 0x000000000a210000-0x000000000affffff]
[    0.004103]   node   0: [mem 0x000000000b021000-0x000000006da53fff]
[    0.004103]   node   0: [mem 0x0000000079fff000-0x000000007bff8fff]
[    0.004104]   node   0: [mem 0x000000007bffe000-0x000000007bffffff]
[    0.004104]   node   0: [mem 0x0000000100000000-0x000000105de7ffff]
[    0.004107] Initmem setup node 0 [mem 0x0000000000001000-0x000000105de7ffff]
[    0.004110] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004119] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004188] On node 0, zone DMA32: 1281 pages in unavailable ranges
[    0.004196] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.004931] On node 0, zone DMA32: 33 pages in unavailable ranges
[    0.005014] On node 0, zone DMA32: 17835 pages in unavailable ranges
[    0.005014] On node 0, zone DMA32: 5 pages in unavailable ranges
[    0.040462] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.040497] On node 0, zone Normal: 8576 pages in unavailable ranges
[    0.041517] ACPI: PM-Timer IO Port: 0x808
[    0.041523] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.041534] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.041537] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.041539] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.041540] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.041542] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.041543] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.041548] e820: update [mem 0x65eb9000-0x65efefff] usable ==> reserved
[    0.041558] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.041574] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.041575] PM: hibernation: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.041576] PM: hibernation: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.041577] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.041578] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[    0.041579] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[    0.041579] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[    0.041580] PM: hibernation: Registered nosave memory: [mem 0x5d3bb000-0x5d3bbfff]
[    0.041581] PM: hibernation: Registered nosave memory: [mem 0x5d3c5000-0x5d3c5fff]
[    0.041581] PM: hibernation: Registered nosave memory: [mem 0x5d3c6000-0x5d3c6fff]
[    0.041582] PM: hibernation: Registered nosave memory: [mem 0x5d3d8000-0x5d3d8fff]
[    0.041583] PM: hibernation: Registered nosave memory: [mem 0x5d3d9000-0x5d3d9fff]
[    0.041584] PM: hibernation: Registered nosave memory: [mem 0x5d3e8000-0x5d3e8fff]
[    0.041584] PM: hibernation: Registered nosave memory: [mem 0x5d3e9000-0x5d3e9fff]
[    0.041585] PM: hibernation: Registered nosave memory: [mem 0x5d408000-0x5d408fff]
[    0.041585] PM: hibernation: Registered nosave memory: [mem 0x5d409000-0x5d409fff]
[    0.041586] PM: hibernation: Registered nosave memory: [mem 0x5d426000-0x5d426fff]
[    0.041587] PM: hibernation: Registered nosave memory: [mem 0x65eb9000-0x65efefff]
[    0.041588] PM: hibernation: Registered nosave memory: [mem 0x69fbd000-0x69fbdfff]
[    0.041589] PM: hibernation: Registered nosave memory: [mem 0x6da54000-0x742a4fff]
[    0.041589] PM: hibernation: Registered nosave memory: [mem 0x742a5000-0x74495fff]
[    0.041589] PM: hibernation: Registered nosave memory: [mem 0x74496000-0x76495fff]
[    0.041590] PM: hibernation: Registered nosave memory: [mem 0x76496000-0x79ffefff]
[    0.041591] PM: hibernation: Registered nosave memory: [mem 0x7bff9000-0x7bffdfff]
[    0.041592] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cffffff]
[    0.041592] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7d7f2fff]
[    0.041592] PM: hibernation: Registered nosave memory: [mem 0x7d7f3000-0x7fffffff]
[    0.041593] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfedfffff]
[    0.041593] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.041593] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.041594] [mem 0x80000000-0xfedfffff] available for PCI devices
[    0.041595] Booting paravirtualized kernel on bare hardware
[    0.041596] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.045044] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.045552] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.045556] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.045557] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.045562] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.045576] Kernel command line: zfs=ptto/arch rw splash loglevel=3 iommu=pt nvidia_drm.modeset=1 spl.spl_hostid=0xa8c00a00
[    0.045624] Unknown kernel command line parameters "splash zfs=ptto/arch", will be passed to user space.
[    0.045812] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.045813] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.045813] printk: log_buf_len min size: 131072 bytes
[    0.045881] printk: log_buf_len: 262144 bytes
[    0.045881] printk: early log buf free: 112264(85%)
[    0.048262] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.049340] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.049469] Fallback order for Node 0: 0 
[    0.049472] Built 1 zonelists, mobility grouping on.  Total pages: 16310095
[    0.049472] Policy zone: Normal
[    0.049552] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.049583] software IO TLB: area num 32.
[    0.106828] Memory: 64932392K/66276596K available (20480K kernel code, 2161K rwdata, 13068K rodata, 3632K init, 3376K bss, 1343944K reserved, 0K cma-reserved)
[    0.106989] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.107005] ftrace: allocating 46998 entries in 184 pages
[    0.113202] ftrace: allocated 184 pages with 4 groups
[    0.113246] Dynamic Preempt: full
[    0.113299] rcu: Preemptible hierarchical RCU implementation.
[    0.113299] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.113300] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.113300] 	Trampoline variant of Tasks RCU enabled.
[    0.113301] 	Rude variant of Tasks RCU enabled.
[    0.113301] 	Tracing variant of Tasks RCU enabled.
[    0.113301] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.113302] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.114596] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.114772] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.114915] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.114944] Console: colour dummy device 80x25
[    0.114946] printk: legacy console [tty0] enabled
[    0.114979] ACPI: Core revision 20230628
[    0.115113] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.115126] APIC: Switch to symmetric I/O mode setup
[    0.115572] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[    0.115800] APIC: Switched APIC routing to: physical flat
[    0.116397] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.121131] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c89ce94bc2, max_idle_ns: 440795320523 ns
[    0.121133] Calibrating delay loop (skipped), value calculated using timer frequency.. 8399.69 BogoMIPS (lpj=4199845)
[    0.121143] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.121180] LVT offset 1 assigned for vector 0xf9
[    0.121303] LVT offset 2 assigned for vector 0xf4
[    0.121340] process: using mwait in idle threads
[    0.121341] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.121341] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[    0.121343] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.121344] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.121344] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.121345] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.121346] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.121346] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.121347] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.121350] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.121350] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.121351] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.121351] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.121352] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.121352] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.121352] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.121353] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.121353] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.121354] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.121354] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.121355] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.121355] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.121356] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[    0.121356] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[    0.134996] Freeing SMP alternatives memory: 48K
[    0.134997] pid_max: default: 32768 minimum: 301
[    0.135062] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.135081] landlock: Up and running.
[    0.135082] Yama: becoming mindful.
[    0.135084] LSM support for eBPF active
[    0.135133] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.135171] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.237340] smpboot: CPU0: AMD Ryzen 9 7950X3D 16-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[    0.237451] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.237461] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.237470] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.237481] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[    0.237497] ... version:                2
[    0.237498] ... bit width:              48
[    0.237499] ... generic registers:      6
[    0.237499] ... value mask:             0000ffffffffffff
[    0.237500] ... max period:             00007fffffffffff
[    0.237500] ... fixed-purpose events:   0
[    0.237501] ... event mask:             000000000000003f
[    0.237552] signal: max sigframe size: 3376
[    0.237566] rcu: Hierarchical SRCU implementation.
[    0.237567] rcu: 	Max phase no-delay instances is 400.
[    0.239113] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.239248] smp: Bringing up secondary CPUs ...
[    0.239306] smpboot: x86: Booting SMP configuration:
[    0.239307] .... 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 #24 #25 #26 #27 #28 #29 #30 #31
[    0.262219] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.279133] smp: Brought up 1 node, 32 CPUs
[    0.279135] smpboot: Max logical packages: 1
[    0.279136] smpboot: Total of 32 processors activated (268790.08 BogoMIPS)
[    0.281728] devtmpfs: initialized
[    0.281728] x86/mm: Memory block size: 2048MB
[    0.282418] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[    0.282418] ACPI: PM: Registering ACPI NVS region [mem 0x74496000-0x76495fff] (33554432 bytes)
[    0.282492] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.282507] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.282562] pinctrl core: initialized pinctrl subsystem
[    0.282626] PM: RTC time: 16:47:42, date: 2024-02-19
[    0.283175] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.283365] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.283454] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.283548] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.283559] audit: initializing netlink subsys (disabled)
[    0.283563] audit: type=2000 audit(1708361262.167:1): state=initialized audit_enabled=0 res=1
[    0.283563] thermal_sys: Registered thermal governor 'fair_share'
[    0.283563] thermal_sys: Registered thermal governor 'bang_bang'
[    0.283563] thermal_sys: Registered thermal governor 'step_wise'
[    0.283563] thermal_sys: Registered thermal governor 'user_space'
[    0.283563] thermal_sys: Registered thermal governor 'power_allocator'
[    0.283563] cpuidle: using governor ladder
[    0.283563] cpuidle: using governor menu
[    0.283563] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.283563] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.283563] PCI: not using MMCONFIG
[    0.283563] PCI: Using configuration type 1 for base access
[    0.283563] PCI: Using configuration type 1 for extended access
[    0.284725] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.284728] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.284728] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.284728] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.284728] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.284728] ACPI: Added _OSI(Module Device)
[    0.284728] ACPI: Added _OSI(Processor Device)
[    0.284728] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.284728] ACPI: Added _OSI(Processor Aggregator Device)
[    0.305120] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.311185] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.311724] ACPI: EC: EC started
[    0.311724] ACPI: EC: interrupt blocked
[    0.311756] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.311758] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.311759] ACPI: Interpreter enabled
[    0.311771] ACPI: PM: (supports S0 S3 S4 S5)
[    0.311772] ACPI: Using IOAPIC for interrupt routing
[    0.312927] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.312963] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.312970] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.312971] PCI: Ignoring E820 reservations for host bridge windows
[    0.313457] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.317504] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    0.317555] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    0.317617] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    0.328239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.328244] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.328401] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.328950] PCI host bridge to bus 0000:00
[    0.328951] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.328953] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.328954] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.328955] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.328956] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.328956] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.328957] pci_bus 0000:00: root bus resource [mem 0x1080000000-0xffffffffff window]
[    0.328958] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.328971] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000
[    0.329047] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600
[    0.329121] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000
[    0.329180] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400
[    0.329236] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.329346] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400
[    0.329401] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.329498] pci 0000:00:01.3: [1022:14db] type 01 class 0x060400
[    0.329553] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.329661] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000
[    0.329718] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400
[    0.329775] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.329950] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400
[    0.330005] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.330108] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000
[    0.330174] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000
[    0.330241] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000
[    0.330300] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400
[    0.330337] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.330427] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400
[    0.330464] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.330551] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.330657] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.330774] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000
[    0.330801] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000
[    0.330829] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000
[    0.330857] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000
[    0.330884] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000
[    0.330911] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000
[    0.330937] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000
[    0.330964] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000
[    0.331050] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    0.331061] pci 0000:01:00.0: reg 0x10: [mem 0xdf900000-0xdf903fff]
[    0.331138] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.331197] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.331284] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.331287] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.331288] pci 0000:00:01.1:   bridge window [mem 0xdf600000-0xdf9fffff]
[    0.331291] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.331338] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    0.331423] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.331952] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.331956] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    0.331958] pci 0000:01:00.0:   bridge window [mem 0xdf600000-0xdf8fffff]
[    0.331962] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.332012] pci 0000:03:00.0: [1002:73af] type 00 class 0x030000
[    0.332026] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    0.332034] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    0.332040] pci 0000:03:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.332046] pci 0000:03:00.0: reg 0x24: [mem 0xdf700000-0xdf7fffff]
[    0.332052] pci 0000:03:00.0: reg 0x30: [mem 0xdf800000-0xdf81ffff pref]
[    0.332072] pci 0000:03:00.0: BAR 0: assigned to efifb
[    0.332121] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.332194] pci 0000:03:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.332268] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    0.332277] pci 0000:03:00.1: reg 0x10: [mem 0xdf824000-0xdf827fff]
[    0.332346] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.332436] pci 0000:03:00.2: [1002:73a6] type 00 class 0x0c0330
[    0.332449] pci 0000:03:00.2: reg 0x10: [mem 0xdf600000-0xdf6fffff 64bit]
[    0.332524] pci 0000:03:00.2: PME# supported from D0 D3hot D3cold
[    0.332598] pci 0000:03:00.3: [1002:73a4] type 00 class 0x0c8000
[    0.332611] pci 0000:03:00.3: reg 0x10: [mem 0xdf820000-0xdf823fff 64bit]
[    0.332684] pci 0000:03:00.3: PME# supported from D0 D3hot
[    0.332776] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.332780] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.332782] pci 0000:02:00.0:   bridge window [mem 0xdf600000-0xdf8fffff]
[    0.332786] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.332848] pci 0000:04:00.0: [15b7:5030] type 00 class 0x010802
[    0.332859] pci 0000:04:00.0: reg 0x10: [mem 0xdfc00000-0xdfc03fff 64bit]
[    0.333010] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.333014] pci 0000:00:01.2:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    0.333067] pci 0000:05:00.0: [10de:1b06] type 00 class 0x030000
[    0.333078] pci 0000:05:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.333087] pci 0000:05:00.0: reg 0x14: [mem 0xfc80000000-0xfc8fffffff 64bit pref]
[    0.333096] pci 0000:05:00.0: reg 0x1c: [mem 0xfc90000000-0xfc91ffffff 64bit pref]
[    0.333102] pci 0000:05:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.333109] pci 0000:05:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.333218] pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.3 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.333275] pci 0000:05:00.1: [10de:10ef] type 00 class 0x040300
[    0.333284] pci 0000:05:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.333402] pci 0000:00:01.3: PCI bridge to [bus 05]
[    0.333405] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.333407] pci 0000:00:01.3:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.333409] pci 0000:00:01.3:   bridge window [mem 0xfc80000000-0xfc91ffffff 64bit pref]
[    0.333474] pci 0000:06:00.0: [1022:43f4] type 01 class 0x060400
[    0.333543] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.333748] pci 0000:00:02.1: PCI bridge to [bus 06-6d]
[    0.333751] pci 0000:00:02.1:   bridge window [io  0x1000-0x3fff]
[    0.333753] pci 0000:00:02.1:   bridge window [mem 0x80000000-0x813fffff]
[    0.333755] pci 0000:00:02.1:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.333871] pci 0000:07:00.0: [1022:43f5] type 01 class 0x060400
[    0.333945] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.334065] pci 0000:07:08.0: [1022:43f5] type 01 class 0x060400
[    0.334137] pci 0000:07:08.0: PME# supported from D0 D3hot D3cold
[    0.334300] pci 0000:07:0c.0: [1022:43f5] type 01 class 0x060400
[    0.334358] pci 0000:07:0c.0: PME# supported from D0 D3hot D3cold
[    0.334453] pci 0000:07:0d.0: [1022:43f5] type 01 class 0x060400
[    0.334511] pci 0000:07:0d.0: PME# supported from D0 D3hot D3cold
[    0.334590] pci 0000:06:00.0: PCI bridge to [bus 07-6d]
[    0.334594] pci 0000:06:00.0:   bridge window [io  0x1000-0x2fff]
[    0.334596] pci 0000:06:00.0:   bridge window [mem 0x80000000-0x813fffff]
[    0.334600] pci 0000:06:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.334629] pci 0000:07:00.0: PCI bridge to [bus 08]
[    0.334680] pci 0000:09:00.0: [1022:43f4] type 01 class 0x060400
[    0.334791] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.335022] pci 0000:07:08.0: PCI bridge to [bus 09-6b]
[    0.335025] pci 0000:07:08.0:   bridge window [io  0x1000-0x2fff]
[    0.335027] pci 0000:07:08.0:   bridge window [mem 0x80000000-0x811fffff]
[    0.335030] pci 0000:07:08.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.335166] pci 0000:0a:00.0: [1022:43f5] type 01 class 0x060400
[    0.335281] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    0.335443] pci 0000:0a:01.0: [1022:43f5] type 01 class 0x060400
[    0.335558] pci 0000:0a:01.0: PME# supported from D0 D3hot D3cold
[    0.335720] pci 0000:0a:02.0: [1022:43f5] type 01 class 0x060400
[    0.335835] pci 0000:0a:02.0: PME# supported from D0 D3hot D3cold
[    0.335999] pci 0000:0a:03.0: [1022:43f5] type 01 class 0x060400
[    0.336118] pci 0000:0a:03.0: PME# supported from D0 D3hot D3cold
[    0.336288] pci 0000:0a:04.0: [1022:43f5] type 01 class 0x060400
[    0.336403] pci 0000:0a:04.0: PME# supported from D0 D3hot D3cold
[    0.336574] pci 0000:0a:08.0: [1022:43f5] type 01 class 0x060400
[    0.336692] pci 0000:0a:08.0: PME# supported from D0 D3hot D3cold
[    0.336860] pci 0000:0a:0c.0: [1022:43f5] type 01 class 0x060400
[    0.336953] pci 0000:0a:0c.0: PME# supported from D0 D3hot D3cold
[    0.337072] pci 0000:0a:0d.0: [1022:43f5] type 01 class 0x060400
[    0.337170] pci 0000:0a:0d.0: PME# supported from D0 D3hot D3cold
[    0.337279] pci 0000:09:00.0: PCI bridge to [bus 0a-6b]
[    0.337284] pci 0000:09:00.0:   bridge window [io  0x1000-0x2fff]
[    0.337286] pci 0000:09:00.0:   bridge window [mem 0x80000000-0x811fffff]
[    0.337291] pci 0000:09:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.337361] pci 0000:0b:00.0: [14c3:0616] type 00 class 0x028000
[    0.337390] pci 0000:0b:00.0: reg 0x10: [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.337408] pci 0000:0b:00.0: reg 0x18: [mem 0x80600000-0x80607fff 64bit]
[    0.337546] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[    0.337796] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.337803] pci 0000:0a:00.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.337808] pci 0000:0a:00.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.337883] pci 0000:0c:00.0: [8086:15f3] type 00 class 0x020000
[    0.337907] pci 0000:0c:00.0: reg 0x10: [mem 0x80700000-0x807fffff]
[    0.337946] pci 0000:0c:00.0: reg 0x1c: [mem 0x80800000-0x80803fff]
[    0.338104] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[    0.338356] pci 0000:0a:01.0: PCI bridge to [bus 0c]
[    0.338362] pci 0000:0a:01.0:   bridge window [mem 0x80700000-0x808fffff]
[    0.338424] pci 0000:0d:00.0: [1d6a:94c0] type 00 class 0x020000
[    0.338447] pci 0000:0d:00.0: reg 0x10: [mem 0x80400000-0x8047ffff 64bit]
[    0.338463] pci 0000:0d:00.0: reg 0x18: [mem 0x804a0000-0x804a0fff 64bit]
[    0.338478] pci 0000:0d:00.0: reg 0x20: [mem 0x80000000-0x803fffff 64bit]
[    0.338488] pci 0000:0d:00.0: reg 0x30: [mem 0xdc880000-0xdc89ffff pref]
[    0.338607] pci 0000:0d:00.0: supports D1 D2
[    0.338608] pci 0000:0d:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.338772] pci 0000:0d:00.0: 15.753 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x1 link at 0000:0a:02.0 (capable of 31.506 Gb/s with 16.0 GT/s PCIe x2 link)
[    0.338919] pci 0000:0a:02.0: PCI bridge to [bus 0d]
[    0.338926] pci 0000:0a:02.0:   bridge window [mem 0x80000000-0x805fffff]
[    0.338969] pci 0000:0a:03.0: PCI bridge to [bus 0e]
[    0.339051] pci 0000:0f:00.0: [8086:1136] type 01 class 0x060400
[    0.339258] pci 0000:0f:00.0: supports D1 D2
[    0.339259] pci 0000:0f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.339615] pci 0000:0a:04.0: PCI bridge to [bus 0f-68]
[    0.339620] pci 0000:0a:04.0:   bridge window [io  0x1000-0x2fff]
[    0.339623] pci 0000:0a:04.0:   bridge window [mem 0x80900000-0x80ffffff]
[    0.339628] pci 0000:0a:04.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.339737] pci 0000:10:00.0: [8086:1136] type 01 class 0x060400
[    0.339947] pci 0000:10:00.0: supports D1 D2
[    0.339948] pci 0000:10:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.340257] pci 0000:10:01.0: [8086:1136] type 01 class 0x060400
[    0.340474] pci 0000:10:01.0: supports D1 D2
[    0.340475] pci 0000:10:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.340748] pci 0000:10:02.0: [8086:1136] type 01 class 0x060400
[    0.340949] pci 0000:10:02.0: supports D1 D2
[    0.340950] pci 0000:10:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.341233] pci 0000:10:03.0: [8086:1136] type 01 class 0x060400
[    0.341448] pci 0000:10:03.0: supports D1 D2
[    0.341449] pci 0000:10:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.341735] pci 0000:0f:00.0: PCI bridge to [bus 10-68]
[    0.341743] pci 0000:0f:00.0:   bridge window [io  0x1000-0x2fff]
[    0.341747] pci 0000:0f:00.0:   bridge window [mem 0x80900000-0x80ffffff]
[    0.341754] pci 0000:0f:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.341853] pci 0000:11:00.0: [8086:1137] type 00 class 0x0c0340
[    0.341883] pci 0000:11:00.0: reg 0x10: [mem 0xfc75100000-0xfc7513ffff 64bit pref]
[    0.341901] pci 0000:11:00.0: reg 0x18: [mem 0xfc75140000-0xfc75140fff 64bit pref]
[    0.342076] pci 0000:11:00.0: supports D1 D2
[    0.342077] pci 0000:11:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.342367] pci 0000:10:00.0: PCI bridge to [bus 11]
[    0.342384] pci 0000:10:00.0:   bridge window [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.342436] pci 0000:10:01.0: PCI bridge to [bus 12-3c]
[    0.342444] pci 0000:10:01.0:   bridge window [io  0x1000-0x1fff]
[    0.342448] pci 0000:10:01.0:   bridge window [mem 0x80900000-0x80afffff]
[    0.342455] pci 0000:10:01.0:   bridge window [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.342550] pci 0000:3d:00.0: [8086:1138] type 00 class 0x0c0330
[    0.342580] pci 0000:3d:00.0: reg 0x10: [mem 0x80b00000-0x80b0ffff 64bit]
[    0.342744] pci 0000:3d:00.0: PME# supported from D3hot D3cold
[    0.342897] pci 0000:10:02.0: PCI bridge to [bus 3d]
[    0.342908] pci 0000:10:02.0:   bridge window [mem 0x80b00000-0x80bfffff]
[    0.342966] pci 0000:10:03.0: PCI bridge to [bus 3e-68]
[    0.342973] pci 0000:10:03.0:   bridge window [io  0x2000-0x2fff]
[    0.342977] pci 0000:10:03.0:   bridge window [mem 0x80c00000-0x80dfffff]
[    0.342985] pci 0000:10:03.0:   bridge window [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.343060] pci 0000:0a:08.0: PCI bridge to [bus 69]
[    0.343125] pci 0000:6a:00.0: [1022:43f7] type 00 class 0x0c0330
[    0.343145] pci 0000:6a:00.0: reg 0x10: [mem 0x81000000-0x81007fff 64bit]
[    0.343239] pci 0000:6a:00.0: PME# supported from D0 D3hot D3cold
[    0.343382] pci 0000:0a:0c.0: PCI bridge to [bus 6a]
[    0.343387] pci 0000:0a:0c.0:   bridge window [mem 0x81000000-0x810fffff]
[    0.343472] pci 0000:6b:00.0: [1022:43f6] type 00 class 0x010601
[    0.343521] pci 0000:6b:00.0: reg 0x24: [mem 0x81180000-0x811803ff]
[    0.343529] pci 0000:6b:00.0: reg 0x30: [mem 0xdcc00000-0xdcc7ffff pref]
[    0.343580] pci 0000:6b:00.0: PME# supported from D0 D3hot D3cold
[    0.343681] pci 0000:0a:0d.0: PCI bridge to [bus 6b]
[    0.343686] pci 0000:0a:0d.0:   bridge window [mem 0x81100000-0x811fffff]
[    0.343768] pci 0000:6c:00.0: [1022:43f7] type 00 class 0x0c0330
[    0.343780] pci 0000:6c:00.0: reg 0x10: [mem 0x81200000-0x81207fff 64bit]
[    0.343839] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
[    0.343952] pci 0000:07:0c.0: PCI bridge to [bus 6c]
[    0.343955] pci 0000:07:0c.0:   bridge window [mem 0x81200000-0x812fffff]
[    0.343997] pci 0000:6d:00.0: [1022:43f6] type 00 class 0x010601
[    0.344028] pci 0000:6d:00.0: reg 0x24: [mem 0x81380000-0x813803ff]
[    0.344033] pci 0000:6d:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[    0.344066] pci 0000:6d:00.0: PME# supported from D0 D3hot D3cold
[    0.344144] pci 0000:07:0d.0: PCI bridge to [bus 6d]
[    0.344148] pci 0000:07:0d.0:   bridge window [mem 0x81300000-0x813fffff]
[    0.344220] pci 0000:6e:00.0: [144d:a80a] type 00 class 0x010802
[    0.344233] pci 0000:6e:00.0: reg 0x10: [mem 0xdfb00000-0xdfb03fff 64bit]
[    0.344426] pci 0000:00:02.2: PCI bridge to [bus 6e]
[    0.344430] pci 0000:00:02.2:   bridge window [mem 0xdfb00000-0xdfbfffff]
[    0.344504] pci 0000:6f:00.0: [1002:164e] type 00 class 0x030000
[    0.344512] pci 0000:6f:00.0: reg 0x10: [mem 0xfca0000000-0xfcafffffff 64bit pref]
[    0.344517] pci 0000:6f:00.0: reg 0x18: [mem 0xfcb0000000-0xfcb01fffff 64bit pref]
[    0.344521] pci 0000:6f:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.344524] pci 0000:6f:00.0: reg 0x24: [mem 0xdf500000-0xdf57ffff]
[    0.344561] pci 0000:6f:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.344649] pci 0000:6f:00.1: [1002:1640] type 00 class 0x040300
[    0.344654] pci 0000:6f:00.1: reg 0x10: [mem 0xdf588000-0xdf58bfff]
[    0.344689] pci 0000:6f:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.344752] pci 0000:6f:00.2: [1022:1649] type 00 class 0x108000
[    0.344780] pci 0000:6f:00.2: reg 0x18: [mem 0xdf400000-0xdf4fffff]
[    0.344787] pci 0000:6f:00.2: reg 0x24: [mem 0xdf58c000-0xdf58dfff]
[    0.344873] pci 0000:6f:00.3: [1022:15b6] type 00 class 0x0c0330
[    0.344881] pci 0000:6f:00.3: reg 0x10: [mem 0xdf300000-0xdf3fffff 64bit]
[    0.344919] pci 0000:6f:00.3: PME# supported from D0 D3hot D3cold
[    0.344985] pci 0000:6f:00.4: [1022:15b7] type 00 class 0x0c0330
[    0.344993] pci 0000:6f:00.4: reg 0x10: [mem 0xdf200000-0xdf2fffff 64bit]
[    0.345031] pci 0000:6f:00.4: PME# supported from D0 D3hot D3cold
[    0.345097] pci 0000:6f:00.6: [1022:15e3] type 00 class 0x040300
[    0.345103] pci 0000:6f:00.6: reg 0x10: [mem 0xdf580000-0xdf587fff]
[    0.345138] pci 0000:6f:00.6: PME# supported from D0 D3hot D3cold
[    0.345213] pci 0000:00:08.1: PCI bridge to [bus 6f]
[    0.345215] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.345216] pci 0000:00:08.1:   bridge window [mem 0xdf200000-0xdf5fffff]
[    0.345219] pci 0000:00:08.1:   bridge window [mem 0xfca0000000-0xfcb01fffff 64bit pref]
[    0.345253] pci 0000:70:00.0: [1022:15b8] type 00 class 0x0c0330
[    0.345264] pci 0000:70:00.0: reg 0x10: [mem 0xdfa00000-0xdfafffff 64bit]
[    0.345312] pci 0000:70:00.0: PME# supported from D0 D3hot D3cold
[    0.345391] pci 0000:00:08.3: PCI bridge to [bus 70]
[    0.345394] pci 0000:00:08.3:   bridge window [mem 0xdfa00000-0xdfafffff]
[    0.346278] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.346330] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.346375] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.346431] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.346485] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.346525] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.346566] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.346606] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.347833] ACPI: EC: interrupt unblocked
[    0.347834] ACPI: EC: event unblocked
[    0.347838] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.347839] ACPI: EC: GPE=0x4
[    0.347840] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.347841] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.347886] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.347886] SCSI subsystem initialized
[    0.347886] libata version 3.00 loaded.
[    0.347886] ACPI: bus type USB registered
[    0.347886] usbcore: registered new interface driver usbfs
[    0.347886] usbcore: registered new interface driver hub
[    0.347886] usbcore: registered new device driver usb
[    0.350227] i2c_designware AMDI0010:00: Unknown Synopsys component type: 0xffffffff
[    0.351743] pps_core: LinuxPPS API ver. 1 registered
[    0.351743] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.351743] PTP clock support registered
[    0.351743] EDAC MC: Ver: 3.0.0
[    0.351744] efivars: Registered efivars operations
[    0.351744] NetLabel: Initializing
[    0.351744] NetLabel:  domain hash size = 128
[    0.351744] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.351744] NetLabel:  unlabeled traffic allowed by default
[    0.351744] mctp: management component transport protocol core
[    0.351744] NET: Registered PF_MCTP protocol family
[    0.351744] PCI: Using ACPI for IRQ routing
[    0.360007] PCI: pci_cache_line_size set to 64 bytes
[    0.360127] e820: reserve RAM buffer [mem 0x00099290-0x0009ffff]
[    0.360128] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[    0.360129] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.360129] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.360130] e820: reserve RAM buffer [mem 0x5d3bb018-0x5fffffff]
[    0.360131] e820: reserve RAM buffer [mem 0x5d3c6018-0x5fffffff]
[    0.360132] e820: reserve RAM buffer [mem 0x5d3d9018-0x5fffffff]
[    0.360133] e820: reserve RAM buffer [mem 0x5d3e9018-0x5fffffff]
[    0.360134] e820: reserve RAM buffer [mem 0x5d409018-0x5fffffff]
[    0.360134] e820: reserve RAM buffer [mem 0x65eb9000-0x67ffffff]
[    0.360135] e820: reserve RAM buffer [mem 0x69fbd000-0x6bffffff]
[    0.360136] e820: reserve RAM buffer [mem 0x6da54000-0x6fffffff]
[    0.360136] e820: reserve RAM buffer [mem 0x7bff9000-0x7bffffff]
[    0.360137] e820: reserve RAM buffer [mem 0x105de80000-0x105fffffff]
[    0.360169] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.360169] pci 0000:03:00.0: vgaarb: bridge control possible
[    0.360169] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.360169] pci 0000:05:00.0: vgaarb: bridge control possible
[    0.360169] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.360169] pci 0000:6f:00.0: vgaarb: bridge control possible
[    0.360169] pci 0000:6f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.360169] vgaarb: loaded
[    0.360172] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.360180] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.362205] clocksource: Switched to clocksource tsc-early
[    0.362304] VFS: Disk quotas dquot_6.6.0
[    0.362314] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.362365] pnp: PnP ACPI init
[    0.362442] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.362510] system 00:01: [mem 0x1060000000-0x107fffffff window] has been reserved
[    0.362725] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.362726] system 00:03: [io  0x0200-0x023f] has been reserved
[    0.362975] pnp 00:04: [dma 0 disabled]
[    0.363226] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.363228] system 00:05: [io  0x040b] has been reserved
[    0.363229] system 00:05: [io  0x04d6] has been reserved
[    0.363230] system 00:05: [io  0x0c00-0x0c01] has been reserved
[    0.363231] system 00:05: [io  0x0c14] has been reserved
[    0.363232] system 00:05: [io  0x0c50-0x0c51] has been reserved
[    0.363233] system 00:05: [io  0x0c52] has been reserved
[    0.363234] system 00:05: [io  0x0c6c] has been reserved
[    0.363235] system 00:05: [io  0x0c6f] has been reserved
[    0.363236] system 00:05: [io  0x0cd8-0x0cdf] has been reserved
[    0.363237] system 00:05: [io  0x0800-0x089f] has been reserved
[    0.363238] system 00:05: [io  0x0b00-0x0b0f] has been reserved
[    0.363238] system 00:05: [io  0x0b20-0x0b3f] has been reserved
[    0.363239] system 00:05: [io  0x0900-0x090f] has been reserved
[    0.363240] system 00:05: [io  0x0910-0x091f] has been reserved
[    0.363242] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.363243] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.363245] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.363246] system 00:05: [mem 0xfeb00000-0xfeb00fff] has been reserved
[    0.363247] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.364065] pnp: PnP ACPI: found 6 devices
[    0.369624] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.369683] NET: Registered PF_INET protocol family
[    0.369749] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.371078] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.371102] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.371190] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.371408] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.371464] TCP: Hash tables configured (established 524288 bind 65536)
[    0.371563] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.371642] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.371705] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    0.371777] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.371781] NET: Registered PF_XDP protocol family
[    0.371786] pci 0000:0d:00.0: can't claim BAR 6 [mem 0xdc880000-0xdc89ffff pref]: no compatible bridge window
[    0.371790] pci 0000:6b:00.0: can't claim BAR 6 [mem 0xdcc00000-0xdcc7ffff pref]: no compatible bridge window
[    0.371791] pci 0000:6d:00.0: can't claim BAR 6 [mem 0xdd000000-0xdd07ffff pref]: no compatible bridge window
[    0.371803] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.371806] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.371809] pci 0000:02:00.0:   bridge window [mem 0xdf600000-0xdf8fffff]
[    0.371811] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.371815] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.371817] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    0.371820] pci 0000:01:00.0:   bridge window [mem 0xdf600000-0xdf8fffff]
[    0.371822] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.371826] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.371827] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.371830] pci 0000:00:01.1:   bridge window [mem 0xdf600000-0xdf9fffff]
[    0.371831] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.371841] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.371843] pci 0000:00:01.2:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    0.371853] pci 0000:00:01.3: PCI bridge to [bus 05]
[    0.371854] pci 0000:00:01.3:   bridge window [io  0xe000-0xefff]
[    0.371856] pci 0000:00:01.3:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.371858] pci 0000:00:01.3:   bridge window [mem 0xfc80000000-0xfc91ffffff 64bit pref]
[    0.371868] pci 0000:07:00.0: PCI bridge to [bus 08]
[    0.371879] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    0.371883] pci 0000:0a:00.0:   bridge window [mem 0x80600000-0x806fffff]
[    0.371886] pci 0000:0a:00.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.371891] pci 0000:0a:01.0: PCI bridge to [bus 0c]
[    0.371895] pci 0000:0a:01.0:   bridge window [mem 0x80700000-0x808fffff]
[    0.371903] pci 0000:0d:00.0: BAR 6: assigned [mem 0x80480000-0x8049ffff pref]
[    0.371904] pci 0000:0a:02.0: PCI bridge to [bus 0d]
[    0.371908] pci 0000:0a:02.0:   bridge window [mem 0x80000000-0x805fffff]
[    0.371915] pci 0000:0a:03.0: PCI bridge to [bus 0e]
[    0.371926] pci 0000:10:00.0: PCI bridge to [bus 11]
[    0.371935] pci 0000:10:00.0:   bridge window [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.371942] pci 0000:10:01.0: PCI bridge to [bus 12-3c]
[    0.371944] pci 0000:10:01.0:   bridge window [io  0x1000-0x1fff]
[    0.371950] pci 0000:10:01.0:   bridge window [mem 0x80900000-0x80afffff]
[    0.371954] pci 0000:10:01.0:   bridge window [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.371961] pci 0000:10:02.0: PCI bridge to [bus 3d]
[    0.371967] pci 0000:10:02.0:   bridge window [mem 0x80b00000-0x80bfffff]
[    0.371977] pci 0000:10:03.0: PCI bridge to [bus 3e-68]
[    0.371980] pci 0000:10:03.0:   bridge window [io  0x2000-0x2fff]
[    0.371985] pci 0000:10:03.0:   bridge window [mem 0x80c00000-0x80dfffff]
[    0.371989] pci 0000:10:03.0:   bridge window [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.371996] pci 0000:0f:00.0: PCI bridge to [bus 10-68]
[    0.371999] pci 0000:0f:00.0:   bridge window [io  0x1000-0x2fff]
[    0.372004] pci 0000:0f:00.0:   bridge window [mem 0x80900000-0x80ffffff]
[    0.372008] pci 0000:0f:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.372015] pci 0000:0a:04.0: PCI bridge to [bus 0f-68]
[    0.372017] pci 0000:0a:04.0:   bridge window [io  0x1000-0x2fff]
[    0.372021] pci 0000:0a:04.0:   bridge window [mem 0x80900000-0x80ffffff]
[    0.372024] pci 0000:0a:04.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.372028] pci 0000:0a:08.0: PCI bridge to [bus 69]
[    0.372038] pci 0000:0a:0c.0: PCI bridge to [bus 6a]
[    0.372042] pci 0000:0a:0c.0:   bridge window [mem 0x81000000-0x810fffff]
[    0.372049] pci 0000:6b:00.0: BAR 6: assigned [mem 0x81100000-0x8117ffff pref]
[    0.372050] pci 0000:0a:0d.0: PCI bridge to [bus 6b]
[    0.372054] pci 0000:0a:0d.0:   bridge window [mem 0x81100000-0x811fffff]
[    0.372061] pci 0000:09:00.0: PCI bridge to [bus 0a-6b]
[    0.372062] pci 0000:09:00.0:   bridge window [io  0x1000-0x2fff]
[    0.372066] pci 0000:09:00.0:   bridge window [mem 0x80000000-0x811fffff]
[    0.372069] pci 0000:09:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372074] pci 0000:07:08.0: PCI bridge to [bus 09-6b]
[    0.372075] pci 0000:07:08.0:   bridge window [io  0x1000-0x2fff]
[    0.372078] pci 0000:07:08.0:   bridge window [mem 0x80000000-0x811fffff]
[    0.372080] pci 0000:07:08.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372083] pci 0000:07:0c.0: PCI bridge to [bus 6c]
[    0.372086] pci 0000:07:0c.0:   bridge window [mem 0x81200000-0x812fffff]
[    0.372090] pci 0000:6d:00.0: BAR 6: assigned [mem 0x81300000-0x8137ffff pref]
[    0.372091] pci 0000:07:0d.0: PCI bridge to [bus 6d]
[    0.372094] pci 0000:07:0d.0:   bridge window [mem 0x81300000-0x813fffff]
[    0.372099] pci 0000:06:00.0: PCI bridge to [bus 07-6d]
[    0.372100] pci 0000:06:00.0:   bridge window [io  0x1000-0x2fff]
[    0.372103] pci 0000:06:00.0:   bridge window [mem 0x80000000-0x813fffff]
[    0.372105] pci 0000:06:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372108] pci 0000:00:02.1: PCI bridge to [bus 06-6d]
[    0.372109] pci 0000:00:02.1:   bridge window [io  0x1000-0x3fff]
[    0.372111] pci 0000:00:02.1:   bridge window [mem 0x80000000-0x813fffff]
[    0.372113] pci 0000:00:02.1:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372122] pci 0000:00:02.2: PCI bridge to [bus 6e]
[    0.372124] pci 0000:00:02.2:   bridge window [mem 0xdfb00000-0xdfbfffff]
[    0.372135] pci 0000:00:08.1: PCI bridge to [bus 6f]
[    0.372140] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.372142] pci 0000:00:08.1:   bridge window [mem 0xdf200000-0xdf5fffff]
[    0.372143] pci 0000:00:08.1:   bridge window [mem 0xfca0000000-0xfcb01fffff 64bit pref]
[    0.372146] pci 0000:00:08.3: PCI bridge to [bus 70]
[    0.372147] pci 0000:00:08.3:   bridge window [mem 0xdfa00000-0xdfafffff]
[    0.372151] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.372152] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.372153] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.372154] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.372155] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.372155] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    0.372156] pci_bus 0000:00: resource 10 [mem 0x1080000000-0xffffffffff window]
[    0.372157] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.372158] pci_bus 0000:01: resource 1 [mem 0xdf600000-0xdf9fffff]
[    0.372159] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.372160] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.372161] pci_bus 0000:02: resource 1 [mem 0xdf600000-0xdf8fffff]
[    0.372162] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.372163] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.372163] pci_bus 0000:03: resource 1 [mem 0xdf600000-0xdf8fffff]
[    0.372164] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.372165] pci_bus 0000:04: resource 1 [mem 0xdfc00000-0xdfcfffff]
[    0.372166] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
[    0.372167] pci_bus 0000:05: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.372168] pci_bus 0000:05: resource 2 [mem 0xfc80000000-0xfc91ffffff 64bit pref]
[    0.372169] pci_bus 0000:06: resource 0 [io  0x1000-0x3fff]
[    0.372169] pci_bus 0000:06: resource 1 [mem 0x80000000-0x813fffff]
[    0.372170] pci_bus 0000:06: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372171] pci_bus 0000:07: resource 0 [io  0x1000-0x2fff]
[    0.372172] pci_bus 0000:07: resource 1 [mem 0x80000000-0x813fffff]
[    0.372173] pci_bus 0000:07: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372174] pci_bus 0000:09: resource 0 [io  0x1000-0x2fff]
[    0.372175] pci_bus 0000:09: resource 1 [mem 0x80000000-0x811fffff]
[    0.372175] pci_bus 0000:09: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372176] pci_bus 0000:0a: resource 0 [io  0x1000-0x2fff]
[    0.372177] pci_bus 0000:0a: resource 1 [mem 0x80000000-0x811fffff]
[    0.372178] pci_bus 0000:0a: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.372179] pci_bus 0000:0b: resource 1 [mem 0x80600000-0x806fffff]
[    0.372179] pci_bus 0000:0b: resource 2 [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.372180] pci_bus 0000:0c: resource 1 [mem 0x80700000-0x808fffff]
[    0.372181] pci_bus 0000:0d: resource 1 [mem 0x80000000-0x805fffff]
[    0.372182] pci_bus 0000:0f: resource 0 [io  0x1000-0x2fff]
[    0.372183] pci_bus 0000:0f: resource 1 [mem 0x80900000-0x80ffffff]
[    0.372184] pci_bus 0000:0f: resource 2 [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.372185] pci_bus 0000:10: resource 0 [io  0x1000-0x2fff]
[    0.372186] pci_bus 0000:10: resource 1 [mem 0x80900000-0x80ffffff]
[    0.372186] pci_bus 0000:10: resource 2 [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.372187] pci_bus 0000:11: resource 2 [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.372188] pci_bus 0000:12: resource 0 [io  0x1000-0x1fff]
[    0.372189] pci_bus 0000:12: resource 1 [mem 0x80900000-0x80afffff]
[    0.372190] pci_bus 0000:12: resource 2 [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.372191] pci_bus 0000:3d: resource 1 [mem 0x80b00000-0x80bfffff]
[    0.372192] pci_bus 0000:3e: resource 0 [io  0x2000-0x2fff]
[    0.372192] pci_bus 0000:3e: resource 1 [mem 0x80c00000-0x80dfffff]
[    0.372193] pci_bus 0000:3e: resource 2 [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.372194] pci_bus 0000:6a: resource 1 [mem 0x81000000-0x810fffff]
[    0.372195] pci_bus 0000:6b: resource 1 [mem 0x81100000-0x811fffff]
[    0.372196] pci_bus 0000:6c: resource 1 [mem 0x81200000-0x812fffff]
[    0.372197] pci_bus 0000:6d: resource 1 [mem 0x81300000-0x813fffff]
[    0.372198] pci_bus 0000:6e: resource 1 [mem 0xdfb00000-0xdfbfffff]
[    0.372199] pci_bus 0000:6f: resource 0 [io  0xd000-0xdfff]
[    0.372200] pci_bus 0000:6f: resource 1 [mem 0xdf200000-0xdf5fffff]
[    0.372200] pci_bus 0000:6f: resource 2 [mem 0xfca0000000-0xfcb01fffff 64bit pref]
[    0.372201] pci_bus 0000:70: resource 1 [mem 0xdfa00000-0xdfafffff]
[    0.372367] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    0.372422] pci 0000:03:00.2: D0 power state depends on 0000:03:00.0
[    0.372639] pci 0000:03:00.3: D0 power state depends on 0000:03:00.0
[    0.372684] pci 0000:05:00.1: extending delay after power-on from D3hot to 20 msec
[    0.372699] pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
[    0.372730] pci 0000:0f:00.0: CLS mismatch (64 != 128), using 64 bytes
[    0.373074] pci 0000:6f:00.1: D0 power state depends on 0000:6f:00.0
[    0.373298] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.373341] Trying to unpack rootfs image as initramfs...
[    0.373345] pci 0000:00:01.0: Adding to iommu group 0
[    0.373361] pci 0000:00:01.1: Adding to iommu group 1
[    0.373376] pci 0000:00:01.2: Adding to iommu group 2
[    0.373391] pci 0000:00:01.3: Adding to iommu group 3
[    0.373416] pci 0000:00:02.0: Adding to iommu group 4
[    0.373431] pci 0000:00:02.1: Adding to iommu group 5
[    0.373446] pci 0000:00:02.2: Adding to iommu group 6
[    0.373467] pci 0000:00:03.0: Adding to iommu group 7
[    0.373489] pci 0000:00:04.0: Adding to iommu group 8
[    0.373516] pci 0000:00:08.0: Adding to iommu group 9
[    0.373531] pci 0000:00:08.1: Adding to iommu group 10
[    0.373545] pci 0000:00:08.3: Adding to iommu group 11
[    0.373574] pci 0000:00:14.0: Adding to iommu group 12
[    0.373588] pci 0000:00:14.3: Adding to iommu group 12
[    0.373717] pci 0000:00:18.0: Adding to iommu group 13
[    0.373731] pci 0000:00:18.1: Adding to iommu group 13
[    0.373744] pci 0000:00:18.2: Adding to iommu group 13
[    0.373758] pci 0000:00:18.3: Adding to iommu group 13
[    0.373771] pci 0000:00:18.4: Adding to iommu group 13
[    0.373785] pci 0000:00:18.5: Adding to iommu group 13
[    0.373798] pci 0000:00:18.6: Adding to iommu group 13
[    0.373812] pci 0000:00:18.7: Adding to iommu group 13
[    0.373827] pci 0000:01:00.0: Adding to iommu group 14
[    0.373847] pci 0000:02:00.0: Adding to iommu group 15
[    0.373875] pci 0000:03:00.0: Adding to iommu group 16
[    0.373903] pci 0000:03:00.1: Adding to iommu group 17
[    0.373929] pci 0000:03:00.2: Adding to iommu group 18
[    0.373955] pci 0000:03:00.3: Adding to iommu group 19
[    0.373969] pci 0000:04:00.0: Adding to iommu group 20
[    0.374005] pci 0000:05:00.0: Adding to iommu group 21
[    0.374026] pci 0000:05:00.1: Adding to iommu group 21
[    0.374041] pci 0000:06:00.0: Adding to iommu group 22
[    0.374064] pci 0000:07:00.0: Adding to iommu group 23
[    0.374083] pci 0000:07:08.0: Adding to iommu group 24
[    0.374102] pci 0000:07:0c.0: Adding to iommu group 25
[    0.374120] pci 0000:07:0d.0: Adding to iommu group 26
[    0.374127] pci 0000:09:00.0: Adding to iommu group 24
[    0.374141] pci 0000:0a:00.0: Adding to iommu group 24
[    0.374154] pci 0000:0a:01.0: Adding to iommu group 24
[    0.374168] pci 0000:0a:02.0: Adding to iommu group 24
[    0.374181] pci 0000:0a:03.0: Adding to iommu group 24
[    0.374194] pci 0000:0a:04.0: Adding to iommu group 24
[    0.374207] pci 0000:0a:08.0: Adding to iommu group 24
[    0.374220] pci 0000:0a:0c.0: Adding to iommu group 24
[    0.374234] pci 0000:0a:0d.0: Adding to iommu group 24
[    0.374243] pci 0000:0b:00.0: Adding to iommu group 24
[    0.374252] pci 0000:0c:00.0: Adding to iommu group 24
[    0.374261] pci 0000:0d:00.0: Adding to iommu group 24
[    0.374270] pci 0000:0f:00.0: Adding to iommu group 24
[    0.374295] pci 0000:10:00.0: Adding to iommu group 24
[    0.374319] pci 0000:10:01.0: Adding to iommu group 24
[    0.374343] pci 0000:10:02.0: Adding to iommu group 24
[    0.374367] pci 0000:10:03.0: Adding to iommu group 24
[    0.374404] pci 0000:11:00.0: Adding to iommu group 24
[    0.374441] pci 0000:3d:00.0: Adding to iommu group 24
[    0.374445] pci 0000:6a:00.0: Adding to iommu group 24
[    0.374450] pci 0000:6b:00.0: Adding to iommu group 24
[    0.374454] pci 0000:6c:00.0: Adding to iommu group 25
[    0.374459] pci 0000:6d:00.0: Adding to iommu group 26
[    0.374474] pci 0000:6e:00.0: Adding to iommu group 27
[    0.374494] pci 0000:6f:00.0: Adding to iommu group 28
[    0.374509] pci 0000:6f:00.1: Adding to iommu group 29
[    0.374525] pci 0000:6f:00.2: Adding to iommu group 30
[    0.374541] pci 0000:6f:00.3: Adding to iommu group 31
[    0.374556] pci 0000:6f:00.4: Adding to iommu group 32
[    0.374571] pci 0000:6f:00.6: Adding to iommu group 33
[    0.374586] pci 0000:70:00.0: Adding to iommu group 34
[    0.374820] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.374821] pci 0000:00:00.2: PCI INT A: not connected
[    0.374875] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[    0.374880] AMD-Vi: Interrupt remapping enabled
[    0.463188] Freeing initrd memory: 78784K
[    0.627412] AMD-Vi: Virtual APIC enabled
[    0.627422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.627423] software IO TLB: mapped [mem 0x0000000061eb9000-0x0000000065eb9000] (64MB)
[    0.627469] LVT offset 0 assigned for vector 0x400
[    0.627686] perf: AMD IBS detected (0x00000bff)
[    0.627691] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.630039] Initialise system trusted keyrings
[    0.630045] Key type blacklist registered
[    0.630082] workingset: timestamp_bits=41 max_order=24 bucket_order=0
[    0.630088] zbud: loaded
[    0.630197] integrity: Platform Keyring initialized
[    0.630199] integrity: Machine keyring initialized
[    0.634898] Key type asymmetric registered
[    0.634899] Asymmetric key parser 'x509' registered
[    0.634907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.634946] io scheduler mq-deadline registered
[    0.634948] io scheduler kyber registered
[    0.634956] io scheduler bfq registered
[    0.636072] pcieport 0000:00:01.1: PME: Signaling with IRQ 29
[    0.636179] pcieport 0000:00:01.2: PME: Signaling with IRQ 30
[    0.636286] pcieport 0000:00:01.3: PME: Signaling with IRQ 31
[    0.636396] pcieport 0000:00:02.1: PME: Signaling with IRQ 32
[    0.636411] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.636565] pcieport 0000:00:02.2: PME: Signaling with IRQ 33
[    0.636671] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[    0.636762] pcieport 0000:00:08.3: PME: Signaling with IRQ 35
[    0.638727] pcieport 0000:10:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.639260] pcieport 0000:10:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.639485] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.639609] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.639623] ACPI: button: Power Button [PWRB]
[    0.639646] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.640446] ACPI: button: Power Button [PWRF]
[    0.640555] Estimated ratio of average max frequency by base frequency (times 1024): 1214
[    0.640578] Monitor-Mwait will be used to enter C-1 state
[    0.640586] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.640829] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.641056] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.641274] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.641497] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.641739] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.641993] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.642241] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.642464] ACPI: \_SB_.PLTF.C010: Found 3 idle states
[    0.642699] ACPI: \_SB_.PLTF.C012: Found 3 idle states
[    0.642785] ACPI: \_SB_.PLTF.C014: Found 3 idle states
[    0.642856] ACPI: \_SB_.PLTF.C016: Found 3 idle states
[    0.642927] ACPI: \_SB_.PLTF.C018: Found 3 idle states
[    0.643024] ACPI: \_SB_.PLTF.C01A: Found 3 idle states
[    0.643116] ACPI: \_SB_.PLTF.C01C: Found 3 idle states
[    0.643205] ACPI: \_SB_.PLTF.C01E: Found 3 idle states
[    0.643273] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.643355] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.643439] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.643525] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.643607] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.643686] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.643767] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.643848] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.643930] ACPI: \_SB_.PLTF.C011: Found 3 idle states
[    0.644014] ACPI: \_SB_.PLTF.C013: Found 3 idle states
[    0.644101] ACPI: \_SB_.PLTF.C015: Found 3 idle states
[    0.644183] ACPI: \_SB_.PLTF.C017: Found 3 idle states
[    0.644264] ACPI: \_SB_.PLTF.C019: Found 3 idle states
[    0.644347] ACPI: \_SB_.PLTF.C01B: Found 3 idle states
[    0.644440] ACPI: \_SB_.PLTF.C01D: Found 3 idle states
[    0.644526] ACPI: \_SB_.PLTF.C01F: Found 3 idle states
[    0.644759] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.645049] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.646870] Non-volatile memory driver v1.3
[    0.646871] Linux agpgart interface v0.103
[    0.667442] tpm_crb MSFT0101:00: Disabling hwrng
[    0.668748] ahci 0000:6b:00.0: version 3.0
[    0.668863] ahci 0000:6b:00.0: SSS flag set, parallel bus scan disabled
[    0.668899] ahci 0000:6b:00.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    0.668901] ahci 0000:6b:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.669176] scsi host0: ahci
[    0.669247] scsi host1: ahci
[    0.669305] scsi host2: ahci
[    0.669363] scsi host3: ahci
[    0.669421] scsi host4: ahci
[    0.669477] scsi host5: ahci
[    0.669505] ata1: SATA max UDMA/133 abar m1024@0x81180000 port 0x81180100 irq 51 lpm-pol 0
[    0.669507] ata2: SATA max UDMA/133 abar m1024@0x81180000 port 0x81180180 irq 51 lpm-pol 0
[    0.669509] ata3: SATA max UDMA/133 abar m1024@0x81180000 port 0x81180200 irq 51 lpm-pol 0
[    0.669510] ata4: SATA max UDMA/133 abar m1024@0x81180000 port 0x81180280 irq 51 lpm-pol 0
[    0.669511] ata5: DUMMY
[    0.669511] ata6: DUMMY
[    0.669613] ahci 0000:6d:00.0: SSS flag set, parallel bus scan disabled
[    0.669637] ahci 0000:6d:00.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    0.669638] ahci 0000:6d:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.669897] scsi host6: ahci
[    0.669956] scsi host7: ahci
[    0.670013] scsi host8: ahci
[    0.670070] scsi host9: ahci
[    0.670127] scsi host10: ahci
[    0.670190] scsi host11: ahci
[    0.670220] ata7: SATA max UDMA/133 abar m1024@0x81380000 port 0x81380100 irq 52 lpm-pol 0
[    0.670222] ata8: SATA max UDMA/133 abar m1024@0x81380000 port 0x81380180 irq 52 lpm-pol 0
[    0.670223] ata9: SATA max UDMA/133 abar m1024@0x81380000 port 0x81380200 irq 52 lpm-pol 0
[    0.670224] ata10: SATA max UDMA/133 abar m1024@0x81380000 port 0x81380280 irq 52 lpm-pol 0
[    0.670225] ata11: DUMMY
[    0.670225] ata12: DUMMY
[    0.670313] ACPI: bus type drm_connector registered
[    0.670470] usbcore: registered new interface driver usbserial_generic
[    0.670473] usbserial: USB Serial support registered for generic
[    0.670512] rtc_cmos 00:02: RTC can wake from S4
[    0.670677] rtc_cmos 00:02: registered as rtc0
[    0.670705] rtc_cmos 00:02: setting system clock to 2024-02-19T16:47:42 UTC (1708361262)
[    0.670724] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.673338] ledtrig-cpu: registered to indicate activity on CPUs
[    0.673531] efifb: probing for efifb
[    0.673542] efifb: framebuffer at 0xf800000000, using 3072k, total 3072k
[    0.673543] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.673544] efifb: scrolling: redraw
[    0.673545] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.673580] fbcon: Deferring console take-over
[    0.673580] fb0: EFI VGA frame buffer device
[    0.673601] hid: raw HID events driver (C) Jiri Kosina
[    0.673706] drop_monitor: Initializing network drop monitor service
[    0.680656] Initializing XFRM netlink socket
[    0.680675] NET: Registered PF_INET6 protocol family
[    0.683955] Segment Routing with IPv6
[    0.683955] RPL Segment Routing with IPv6
[    0.683960] In-situ OAM (IOAM) with IPv6
[    0.683972] NET: Registered PF_PACKET protocol family
[    0.685360] microcode: Current revision: 0x0a601206
[    0.685721] resctrl: L3 allocation detected
[    0.685722] resctrl: MB allocation detected
[    0.685723] resctrl: SMBA allocation detected
[    0.685723] resctrl: L3 monitoring detected
[    0.685750] IPI shorthand broadcast: enabled
[    0.687107] sched_clock: Marking stable (685365291, 1337494)->(719785404, -33082619)
[    0.687219] registered taskstats version 1
[    0.687676] Loading compiled-in X.509 certificates
[    0.688880] Loaded X.509 cert 'Build time autogenerated kernel key: 9babd07e745c0c29544cd224a71abbe521eb457e'
[    0.690912] zswap: loaded using pool zstd/zsmalloc
[    0.692302] Key type .fscrypt registered
[    0.692303] Key type fscrypt-provisioning registered
[    0.692367] integrity: Loading X.509 certificate: UEFI:db
[    0.692481] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.692482] integrity: Loading X.509 certificate: UEFI:db
[    0.692561] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.692562] integrity: Loading X.509 certificate: UEFI:db
[    0.692571] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.692572] integrity: Loading X.509 certificate: UEFI:db
[    0.692580] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.692581] integrity: Loading X.509 certificate: UEFI:db
[    0.692663] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.692979] PM:   Magic number: 12:336:793
[    0.695388] RAS: Correctable Errors collector initialized.
[    0.695431] clk: Disabling unused clocks
[    0.977001] ata1: SATA link down (SStatus 0 SControl 300)
[    0.977900] ata7: SATA link down (SStatus 0 SControl 300)
[    1.289958] ata2: SATA link down (SStatus 0 SControl 300)
[    1.600982] ata3: SATA link down (SStatus 0 SControl 300)
[    1.683451] tsc: Refined TSC clocksource calibration: 4200.002 MHz
[    1.683462] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a631d5be, max_idle_ns: 440795208828 ns
[    1.683509] clocksource: Switched to clocksource tsc
[    1.912995] ata4: SATA link down (SStatus 0 SControl 300)
[    2.229638] ata8: SATA link down (SStatus 0 SControl 300)
[    2.537015] ata9: SATA link down (SStatus 0 SControl 300)
[    2.849045] ata10: SATA link down (SStatus 0 SControl 300)
[    2.850113] Freeing unused decrypted memory: 2028K
[    2.850548] Freeing unused kernel image (initmem) memory: 3632K
[    2.850552] Write protecting the kernel read-only data: 34816k
[    2.851075] Freeing unused kernel image (rodata/data gap) memory: 1268K
[    2.881535] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.881538] rodata_test: all tests were successful
[    2.881541] Run /init as init process
[    2.881542]   with arguments:
[    2.881543]     /init
[    2.881544]     splash
[    2.881545]   with environment:
[    2.881545]     HOME=/
[    2.881546]     TERM=linux
[    2.881546]     zfs=ptto/arch
[    2.890404] fbcon: Taking over console
[    2.890496] Console: switching to colour frame buffer device 128x48
[    2.901501] VFIO - User Level meta-driver version: 0.3
[    2.910079] vfio-pci 0000:05:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=none
[    2.910146] vfio_pci: add [10de:1b06[ffffffff:ffffffff]] class 0x000000/00000000
[    2.958274] vfio_pci: add [10de:10ef[ffffffff:ffffffff]] class 0x000000/00000000
[    2.980996] acpi PNP0C14:03: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:00)
[    2.982930] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.983177] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input2
[    3.954697] [drm] amdgpu kernel modesetting enabled.
[    3.963579] amdgpu: Virtual CRAT table created for CPU
[    3.963587] amdgpu: Topology: Add CPU node
[    3.963666] amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
[    3.963700] [drm] initializing kernel modesetting (SIENNA_CICHLID 0x1002:0x73AF 0x1EAE:0x6905 0xC0).
[    3.963709] [drm] register mmio base: 0xDF700000
[    3.963709] [drm] register mmio size: 1048576
[    3.967056] [drm] add ip block number 0 <nv_common>
[    3.967057] [drm] add ip block number 1 <gmc_v10_0>
[    3.967058] [drm] add ip block number 2 <navi10_ih>
[    3.967058] [drm] add ip block number 3 <psp>
[    3.967059] [drm] add ip block number 4 <smu>
[    3.967060] [drm] add ip block number 5 <dm>
[    3.967060] [drm] add ip block number 6 <gfx_v10_0>
[    3.967061] [drm] add ip block number 7 <sdma_v5_2>
[    3.967061] [drm] add ip block number 8 <vcn_v3_0>
[    3.967062] [drm] add ip block number 9 <jpeg_v3_0>
[    3.967075] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
[    3.967076] amdgpu: ATOM BIOS: 113-69HB6SSB1-C03
[    3.973893] [drm] VCN(0) decode is enabled in VM mode
[    3.973894] [drm] VCN(1) decode is enabled in VM mode
[    3.973895] [drm] VCN(0) encode is enabled in VM mode
[    3.973895] [drm] VCN(1) encode is enabled in VM mode
[    3.975843] [drm] JPEG decode is enabled in VM mode
[    3.975903] Console: switching to colour dummy device 80x25
[    3.975918] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[    3.975919] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    3.975936] amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
[    3.975937] amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
[    3.975974] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.975978] amdgpu 0000:03:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
[    3.975980] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    3.975986] [drm] Detected VRAM RAM=16368M, BAR=16384M
[    3.975987] [drm] RAM width 256bits GDDR6
[    3.976083] [drm] amdgpu: 16368M of VRAM memory ready
[    3.976086] [drm] amdgpu: 31747M of GTT memory ready.
[    3.976100] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    3.976210] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[    5.889457] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[    5.889513] [drm] Loading DMUB firmware via PSP: version=0x02020020
[    5.889735] [drm] use_doorbell being set to: [true]
[    5.889744] [drm] use_doorbell being set to: [true]
[    5.889752] [drm] use_doorbell being set to: [true]
[    5.889760] [drm] use_doorbell being set to: [true]
[    5.889769] [drm] Found VCN firmware Version ENC: 1.29 DEC: 2 VEP: 0 Revision: 2
[    5.889774] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[    5.956768] [drm] reserve 0xa00000 from 0x83fd000000 for PSP TMR
[    6.104092] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    6.104110] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x00000040, smu fw if version = 0x00000041, smu fw program = 0, version = 0x003a5800 (58.88.0)
[    6.104112] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[    6.104140] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[    6.176817] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[    6.176973] [drm] Display Core v3.2.259 initialized on DCN 3.0
[    6.176974] [drm] DP-HDMI FRL PCON supported
[    6.178219] [drm] DMUB hardware initialized: version=0x02020020
[    6.885203] [drm] kiq ring mec 2 pipe 1 q 0
[    6.892679] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    6.893245] [drm] JPEG decode initialized successfully.
[    6.938875] amdgpu: HMM registered 16368MB device memory
[    6.939792] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    6.939805] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    6.939996] amdgpu: Virtual CRAT table created for GPU
[    6.940196] amdgpu: Topology: Add dGPU node [0x73af:0x1002]
[    6.940198] kfd kfd: amdgpu: added device 1002:73af
[    6.940221] amdgpu 0000:03:00.0: amdgpu: SE 4, SH per SE 2, CU per SH 10, active_cu_number 80
[    6.940224] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    6.940225] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    6.940226] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    6.940226] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    6.940227] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    6.940228] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    6.940229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    6.940230] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    6.940230] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    6.940231] amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[    6.940232] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    6.940233] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    6.940234] amdgpu 0000:03:00.0: amdgpu: ring sdma2 uses VM inv eng 14 on hub 0
[    6.940234] amdgpu 0000:03:00.0: amdgpu: ring sdma3 uses VM inv eng 15 on hub 0
[    6.940235] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[    6.940236] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[    6.940237] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[    6.940238] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_1 uses VM inv eng 5 on hub 8
[    6.940238] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_1.0 uses VM inv eng 6 on hub 8
[    6.940239] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_1.1 uses VM inv eng 7 on hub 8
[    6.940240] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 8 on hub 8
[    6.942054] amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
[    6.942367] [drm] Initialized amdgpu 3.57.0 20150101 for 0000:03:00.0 on minor 0
[    6.960125] fbcon: amdgpudrmfb (fb0) is primary device
[    6.960323] [drm] DSC precompute is not needed.
[    7.359718] Console: switching to colour frame buffer device 160x45
[    7.378976] amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    7.397057] amdgpu 0000:6f:00.0: enabling device (0006 -> 0007)
[    7.397154] [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x8877 0xC9).
[    7.397181] [drm] register mmio base: 0xDF500000
[    7.397182] [drm] register mmio size: 524288
[    7.398696] [drm] add ip block number 0 <nv_common>
[    7.398697] [drm] add ip block number 1 <gmc_v10_0>
[    7.398698] [drm] add ip block number 2 <navi10_ih>
[    7.398699] [drm] add ip block number 3 <psp>
[    7.398699] [drm] add ip block number 4 <smu>
[    7.398700] [drm] add ip block number 5 <dm>
[    7.398701] [drm] add ip block number 6 <gfx_v10_0>
[    7.398702] [drm] add ip block number 7 <sdma_v5_2>
[    7.398703] [drm] add ip block number 8 <vcn_v3_0>
[    7.398703] [drm] add ip block number 9 <jpeg_v3_0>
[    7.398714] amdgpu 0000:6f:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.398715] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[    7.404011] [drm] VCN(0) decode is enabled in VM mode
[    7.404013] [drm] VCN(0) encode is enabled in VM mode
[    7.405931] [drm] JPEG decode is enabled in VM mode
[    7.405933] amdgpu 0000:6f:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    7.405959] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.405962] amdgpu 0000:6f:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    7.405964] amdgpu 0000:6f:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    7.405971] [drm] Detected VRAM RAM=512M, BAR=512M
[    7.405971] [drm] RAM width 128bits DDR5
[    7.406032] [drm] amdgpu: 512M of VRAM memory ready
[    7.406033] [drm] amdgpu: 31747M of GTT memory ready.
[    7.406049] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    7.406162] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[    7.406316] [drm] Loading DMUB firmware via PSP: version=0x05000F00
[    7.406673] [drm] use_doorbell being set to: [true]
[    7.406685] [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
[    7.406691] amdgpu 0000:6f:00.0: amdgpu: Will use PSP to load VCN firmware
[    7.428749] [drm] reserve 0xa00000 from 0xf41e000000 for PSP TMR
[    7.492257] amdgpu 0000:6f:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.497850] amdgpu 0000:6f:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.497851] amdgpu 0000:6f:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    7.499281] amdgpu 0000:6f:00.0: amdgpu: SMU is initialized successfully!
[    7.499282] [drm] Seamless boot condition check passed
[    7.499451] [drm] Display Core v3.2.259 initialized on DCN 3.1.5
[    7.499452] [drm] DP-HDMI FRL PCON supported
[    7.500005] [drm] DMUB hardware initialized: version=0x05000F00
[    7.501098] [drm] kiq ring mec 2 pipe 1 q 0
[    7.502743] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    7.502766] [drm] JPEG decode initialized successfully.
[    7.515583] amdgpu: HMM registered 512MB device memory
[    7.516492] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.516499] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.516643] amdgpu: Virtual CRAT table created for GPU
[    7.517217] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[    7.517218] kfd kfd: amdgpu: added device 1002:164e
[    7.517225] amdgpu 0000:6f:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[    7.517227] amdgpu 0000:6f:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.517228] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.517229] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.517230] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    7.517231] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    7.517231] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    7.517232] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    7.517233] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    7.517234] amdgpu 0000:6f:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    7.517234] amdgpu 0000:6f:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[    7.517235] amdgpu 0000:6f:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    7.517236] amdgpu 0000:6f:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[    7.517237] amdgpu 0000:6f:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[    7.517237] amdgpu 0000:6f:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[    7.517238] amdgpu 0000:6f:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[    7.517684] [drm] Initialized amdgpu 3.57.0 20150101 for 0000:6f:00.0 on minor 1
[    7.519875] amdgpu 0000:6f:00.0: [drm] Cannot find any crtc or sizes
[    7.619335] xhci_hcd 0000:03:00.2: xHCI Host Controller
[    7.619343] xhci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 1
[    7.619422] xhci_hcd 0000:03:00.2: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    7.619788] xhci_hcd 0000:03:00.2: xHCI Host Controller
[    7.619790] xhci_hcd 0000:03:00.2: new USB bus registered, assigned bus number 2
[    7.619792] xhci_hcd 0000:03:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    7.619821] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.619823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.619824] usb usb1: Product: xHCI Host Controller
[    7.619825] usb usb1: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.619826] usb usb1: SerialNumber: 0000:03:00.2
[    7.619915] hub 1-0:1.0: USB hub found
[    7.619922] hub 1-0:1.0: 2 ports detected
[    7.620005] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.620027] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.620029] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.620030] usb usb2: Product: xHCI Host Controller
[    7.620031] usb usb2: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.620033] usb usb2: SerialNumber: 0000:03:00.2
[    7.620104] hub 2-0:1.0: USB hub found
[    7.620109] hub 2-0:1.0: 1 port detected
[    7.620210] xhci_hcd 0000:3d:00.0: xHCI Host Controller
[    7.620214] xhci_hcd 0000:3d:00.0: new USB bus registered, assigned bus number 3
[    7.621356] xhci_hcd 0000:3d:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810
[    7.621672] xhci_hcd 0000:3d:00.0: xHCI Host Controller
[    7.621674] xhci_hcd 0000:3d:00.0: new USB bus registered, assigned bus number 4
[    7.621675] xhci_hcd 0000:3d:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    7.621704] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.621705] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.621706] usb usb3: Product: xHCI Host Controller
[    7.621707] usb usb3: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.621708] usb usb3: SerialNumber: 0000:3d:00.0
[    7.621781] hub 3-0:1.0: USB hub found
[    7.621804] hub 3-0:1.0: 2 ports detected
[    7.621964] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.621966] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.621967] usb usb4: Product: xHCI Host Controller
[    7.621968] usb usb4: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.621968] usb usb4: SerialNumber: 0000:3d:00.0
[    7.622032] hub 4-0:1.0: USB hub found
[    7.622056] hub 4-0:1.0: 2 ports detected
[    7.622579] xhci_hcd 0000:6a:00.0: xHCI Host Controller
[    7.622583] xhci_hcd 0000:6a:00.0: new USB bus registered, assigned bus number 5
[    7.624845] nvme nvme0: pci function 0000:04:00.0
[    7.624846] nvme nvme1: pci function 0000:6e:00.0
[    7.636733] nvme nvme1: Shutdown timeout set to 10 seconds
[    7.642552] nvme nvme1: 32/0/0 default/read/poll queues
[    7.653717] nvme nvme0: 32/0/0 default/read/poll queues
[    7.658552]  nvme0n1: p1 p2
[    7.668646] spl: loading out-of-tree module taints kernel.
[    7.668652] spl: module verification failed: signature and/or required key missing - tainting kernel

and the rest:

[    7.678571] xhci_hcd 0000:6a:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    7.678962] xhci_hcd 0000:6a:00.0: xHCI Host Controller
[    7.678964] xhci_hcd 0000:6a:00.0: new USB bus registered, assigned bus number 6
[    7.678965] xhci_hcd 0000:6a:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    7.679552] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.679554] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.679555] usb usb5: Product: xHCI Host Controller
[    7.679555] usb usb5: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.679556] usb usb5: SerialNumber: 0000:6a:00.0
[    7.679647] hub 5-0:1.0: USB hub found
[    7.679666] hub 5-0:1.0: 12 ports detected
[    7.682735] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.682749] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.682750] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.682751] usb usb6: Product: xHCI Host Controller
[    7.682752] usb usb6: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.682753] usb usb6: SerialNumber: 0000:6a:00.0
[    7.682808] hub 6-0:1.0: USB hub found
[    7.682820] hub 6-0:1.0: 5 ports detected
[    7.684175] xhci_hcd 0000:6c:00.0: xHCI Host Controller
[    7.684178] xhci_hcd 0000:6c:00.0: new USB bus registered, assigned bus number 7
[    7.695074] zfs: module license 'CDDL' taints kernel.
[    7.695076] Disabling lock debugging due to kernel taint
[    7.695089] zfs: module license taints kernel.
[    7.740116] xhci_hcd 0000:6c:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    7.740473] xhci_hcd 0000:6c:00.0: xHCI Host Controller
[    7.740475] xhci_hcd 0000:6c:00.0: new USB bus registered, assigned bus number 8
[    7.740476] xhci_hcd 0000:6c:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    7.741112] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.741114] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.741115] usb usb7: Product: xHCI Host Controller
[    7.741115] usb usb7: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.741116] usb usb7: SerialNumber: 0000:6c:00.0
[    7.741215] hub 7-0:1.0: USB hub found
[    7.741230] hub 7-0:1.0: 12 ports detected
[    7.744200] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.744214] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.744215] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.744216] usb usb8: Product: xHCI Host Controller
[    7.744216] usb usb8: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.744217] usb usb8: SerialNumber: 0000:6c:00.0
[    7.744279] hub 8-0:1.0: USB hub found
[    7.744290] hub 8-0:1.0: 5 ports detected
[    7.745564] xhci_hcd 0000:6f:00.3: xHCI Host Controller
[    7.745567] xhci_hcd 0000:6f:00.3: new USB bus registered, assigned bus number 9
[    7.745911] xhci_hcd 0000:6f:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    7.746223] xhci_hcd 0000:6f:00.3: xHCI Host Controller
[    7.746225] xhci_hcd 0000:6f:00.3: new USB bus registered, assigned bus number 10
[    7.746226] xhci_hcd 0000:6f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    7.746247] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.746248] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.746249] usb usb9: Product: xHCI Host Controller
[    7.746250] usb usb9: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.746251] usb usb9: SerialNumber: 0000:6f:00.3
[    7.746323] hub 9-0:1.0: USB hub found
[    7.746331] hub 9-0:1.0: 2 ports detected
[    7.746783] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.746797] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.746798] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.746799] usb usb10: Product: xHCI Host Controller
[    7.746800] usb usb10: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.746800] usb usb10: SerialNumber: 0000:6f:00.3
[    7.746862] hub 10-0:1.0: USB hub found
[    7.746871] hub 10-0:1.0: 2 ports detected
[    7.747266] usb: port power management may be unreliable
[    7.747367] xhci_hcd 0000:6f:00.4: xHCI Host Controller
[    7.747370] xhci_hcd 0000:6f:00.4: new USB bus registered, assigned bus number 11
[    7.747710] xhci_hcd 0000:6f:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    7.748021] xhci_hcd 0000:6f:00.4: xHCI Host Controller
[    7.748023] xhci_hcd 0000:6f:00.4: new USB bus registered, assigned bus number 12
[    7.748025] xhci_hcd 0000:6f:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    7.748047] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.748048] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.748049] usb usb11: Product: xHCI Host Controller
[    7.748050] usb usb11: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.748051] usb usb11: SerialNumber: 0000:6f:00.4
[    7.748113] hub 11-0:1.0: USB hub found
[    7.748121] hub 11-0:1.0: 2 ports detected
[    7.748614] usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.748628] usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.748629] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.748630] usb usb12: Product: xHCI Host Controller
[    7.748631] usb usb12: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.748632] usb usb12: SerialNumber: 0000:6f:00.4
[    7.748682] hub 12-0:1.0: USB hub found
[    7.748690] hub 12-0:1.0: 2 ports detected
[    7.749207] xhci_hcd 0000:70:00.0: xHCI Host Controller
[    7.749210] xhci_hcd 0000:70:00.0: new USB bus registered, assigned bus number 13
[    7.750472] xhci_hcd 0000:70:00.0: USB3 root hub has no ports
[    7.750474] xhci_hcd 0000:70:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[    7.750792] xhci_hcd 0000:70:00.0: xHCI Host Controller
[    7.750794] xhci_hcd 0000:70:00.0: new USB bus registered, assigned bus number 14
[    7.750795] xhci_hcd 0000:70:00.0: Host supports USB 3.0 SuperSpeed
[    7.750819] usb usb13: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    7.750820] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.750821] usb usb13: Product: xHCI Host Controller
[    7.750822] usb usb13: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.750823] usb usb13: SerialNumber: 0000:70:00.0
[    7.750878] hub 13-0:1.0: USB hub found
[    7.750886] hub 13-0:1.0: 1 port detected
[    7.751148] usb usb14: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.751161] usb usb14: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    7.751163] usb usb14: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.751163] usb usb14: Product: xHCI Host Controller
[    7.751164] usb usb14: Manufacturer: Linux 6.7.5-zen1-1-zen xhci-hcd
[    7.751165] usb usb14: SerialNumber: 0000:70:00.0
[    7.751215] hub 14-0:1.0: USB hub found
[    7.751218] hub 14-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    7.988356] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[    7.990353] usb 11-2: new high-speed USB device number 2 using xhci_hcd
[    8.044354] usb 7-10: new full-speed USB device number 2 using xhci_hcd
[    8.214504] usb 5-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=70.60
[    8.214510] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.214515] usb 5-1: Product: USB2.1 Hub
[    8.214518] usb 5-1: Manufacturer: GenesysLogic
[    8.223766] hub 5-1:1.0: USB hub found
[    8.227485] hub 5-1:1.0: 4 ports detected
[    8.311589] usb 6-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[    8.327724] usb 6-1: New USB device found, idVendor=05e3, idProduct=0625, bcdDevice=70.60
[    8.327726] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.327728] usb 6-1: Product: USB3.2 Hub
[    8.327729] usb 6-1: Manufacturer: GenesysLogic
[    8.334829] hub 6-1:1.0: USB hub found
[    8.335117] hub 6-1:1.0: 4 ports detected
[    8.421791] usb 7-10: New USB device found, idVendor=0c70, idProduct=f00e, bcdDevice= 1.00
[    8.421796] usb 7-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.421800] usb 7-10: Product: D5 NEXT
[    8.421802] usb 7-10: Manufacturer: Aqua Computer GmbH & Co. KG
[    8.421804] usb 7-10: SerialNumber: 25928-59049
[    8.474659] hid-generic 0003:0C70:F00E.0001: hiddev96,hidraw0: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:6c:00.0-10/input1
[    8.474679] usbcore: registered new interface driver usbhid
[    8.474680] usbhid: USB HID core driver
[    8.501349] usb 5-6: new high-speed USB device number 3 using xhci_hcd
[    8.604416] ZFS: Loaded module v2.2.2-1, ZFS pool version 5000, ZFS filesystem version 5
[    8.722508] usb 5-6: New USB device found, idVendor=0489, idProduct=e0e2, bcdDevice= 1.00
[    8.722513] usb 5-6: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    8.722515] usb 5-6: Product: Wireless_Device
[    8.722517] usb 5-6: Manufacturer: MediaTek Inc.
[    8.722518] usb 5-6: SerialNumber: 000000000
[    8.826374] usb 5-1.2: new full-speed USB device number 4 using xhci_hcd
[    9.169841] usb 5-1.2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    9.169846] usb 5-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.239365] usb 5-7: new full-speed USB device number 5 using xhci_hcd
[    9.599368] usb 5-1.3: new full-speed USB device number 6 using xhci_hcd
[    9.600289] usb 5-7: config 1 has an invalid interface number: 2 but max is 1
[    9.600294] usb 5-7: config 1 has no interface number 1
[    9.612276] usb 5-7: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
[    9.612282] usb 5-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.612284] usb 5-7: Product: AURA LED Controller
[    9.612286] usb 5-7: Manufacturer: AsusTek Computer Inc.
[    9.612287] usb 5-7: SerialNumber: 9876543210
[    9.644197] hid-generic 0003:0B05:19AF.0002: hiddev97,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:6a:00.0-7/input2
[    9.786699] usb 5-1.3: New USB device found, idVendor=09ea, idProduct=0130, bcdDevice= 0.12
[    9.786705] usb 5-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.786708] usb 5-1.3: Product: Virtual HUB
[    9.786710] usb 5-1.3: Manufacturer: Generic
[    9.786711] usb 5-1.3: SerialNumber: 00000001
[    9.797193] hub 5-1.3:1.0: USB hub found
[    9.797615] hub 5-1.3:1.0: 7 ports detected
[    9.890641] usb 5-1.4: new high-speed USB device number 7 using xhci_hcd
[   10.002582] usb 5-1.4: New USB device found, idVendor=0499, idProduct=1704, bcdDevice= 2.12
[   10.002588] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.002590] usb 5-1.4: Product: Steinberg UR44
[   10.002592] usb 5-1.4: Manufacturer: Yamaha Corporation
[   10.077653] usb 5-1.3.1: new full-speed USB device number 8 using xhci_hcd
[   10.330290] usb 5-1.3.1: New USB device found, idVendor=046d, idProduct=c547, bcdDevice= 4.02
[   10.330298] usb 5-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.330301] usb 5-1.3.1: Product: USB Receiver
[   10.330304] usb 5-1.3.1: Manufacturer: Logitech
[   10.342191] usb 11-2: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
[   10.342197] usb 11-2: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[   10.342199] usb 11-2: Product: C922 Pro Stream Webcam
[   10.342200] usb 11-2: SerialNumber: D11DC4BF
[   10.361108] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.1/5-1.3.1:1.0/0003:046D:C547.0003/input/input3
[   10.361209] hid-generic 0003:046D:C547.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:6a:00.0-1.3.1/input0
[   10.362763] input: Logitech USB Receiver Keyboard as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.1/5-1.3.1:1.1/0003:046D:C547.0004/input/input4
[   10.414895] hid-generic 0003:046D:C547.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:6a:00.0-1.3.1/input1
[   10.415923] hid-generic 0003:046D:C547.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:6a:00.0-1.3.1/input2
[   10.481374] usb 5-1.3.6: new full-speed USB device number 9 using xhci_hcd
[   10.645326] usb 5-1.3.6: New USB device found, idVendor=09eb, idProduct=0131, bcdDevice= 0.02
[   10.645332] usb 5-1.3.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   10.645335] usb 5-1.3.6: Product: Virtual HID
[   10.645337] usb 5-1.3.6: Manufacturer: Generic
[   10.645347] usb 5-1.3.6: SerialNumber: 00000001
[   10.667560] input: Generic Virtual HID as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.6/5-1.3.6:1.0/0003:09EB:0131.0006/input/input5
[   10.719572] hid-generic 0003:09EB:0131.0006: input,hidraw5: USB HID v1.10 Keyboard [Generic Virtual HID] on usb-0000:6a:00.0-1.3.6/input0
[   10.722501] input: Generic Virtual HID Mouse as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.6/5-1.3.6:1.1/0003:09EB:0131.0007/input/input6
[   10.722587] input: Generic Virtual HID System Control as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.6/5-1.3.6:1.1/0003:09EB:0131.0007/input/input7
[   10.774833] input: Generic Virtual HID Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:06:00.0/0000:07:08.0/0000:09:00.0/0000:0a:0c.0/0000:6a:00.0/usb5/5-1/5-1.3/5-1.3.6/5-1.3.6:1.1/0003:09EB:0131.0007/input/input8
[   10.774931] hid-generic 0003:09EB:0131.0007: input,hidraw6: USB HID v1.10 Mouse [Generic Virtual HID] on usb-0000:6a:00.0-1.3.6/input1
[   11.342453] systemd[1]: systemd 255.3-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[   11.342456] systemd[1]: Detected architecture x86-64.
[   11.344252] systemd[1]: Hostname set to <ptto>.
[   11.655425] systemd[1]: bpf-lsm: LSM BPF program attached
[   11.758035] systemd[1]: Queued start job for default target Graphical Interface.
[   11.774013] systemd[1]: Created slice Slice /system/dirmngr.
[   11.774251] systemd[1]: Created slice Slice /system/getty.
[   11.774808] systemd[1]: Created slice Slice /system/gpg-agent.
[   11.775164] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[   11.775430] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[   11.775689] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[   11.775980] systemd[1]: Created slice Slice /system/keyboxd.
[   11.776258] systemd[1]: Created slice Slice /system/modprobe.
[   11.776512] systemd[1]: Created slice Slice /system/systemd-fsck.
[   11.776760] systemd[1]: Created slice User and Session Slice.
[   11.776846] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   11.776918] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   11.777106] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   11.777180] systemd[1]: Expecting device /dev/disk/by-uuid/94B8-2001...
[   11.777224] systemd[1]: Reached target Local Encrypted Volumes.
[   11.777265] systemd[1]: Reached target Login Prompts.
[   11.777300] systemd[1]: Reached target Local Integrity Protected Volumes.
[   11.777362] systemd[1]: Reached target Path Units.
[   11.777393] systemd[1]: Reached target Slice Units.
[   11.777422] systemd[1]: Reached target Swaps.
[   11.777449] systemd[1]: Reached target Local Verity Protected Volumes.
[   11.777543] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   11.777931] systemd[1]: Listening on LVM2 poll daemon socket.
[   11.778557] systemd[1]: Listening on Process Core Dump Socket.
[   11.778784] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.778878] systemd[1]: Listening on Journal Socket.
[   11.779525] systemd[1]: Listening on TPM2 PCR Extension (Varlink).
[   11.780011] systemd[1]: Listening on udev Control Socket.
[   11.780095] systemd[1]: Listening on udev Kernel Socket.
[   11.781292] systemd[1]: Mounting Huge Pages File System...
[   11.781688] systemd[1]: Mounting POSIX Message Queue File System...
[   11.782097] systemd[1]: Mounting Kernel Debug File System...
[   11.782810] systemd[1]: Mounting Kernel Trace File System...
[   11.783697] systemd[1]: Mounting Temporary Directory /tmp...
[   11.784501] systemd[1]: Starting Create List of Static Device Nodes...
[   11.785289] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   11.786184] systemd[1]: Starting Load Kernel Module configfs...
[   11.787494] systemd[1]: Starting Load Kernel Module dm_mod...
[   11.788385] systemd[1]: Starting Load Kernel Module drm...
[   11.789409] systemd[1]: Starting Load Kernel Module fuse...
[   11.790364] systemd[1]: Starting Load Kernel Module loop...
[   11.790709] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   11.791602] systemd[1]: Starting Journal Service...
[   11.792937] systemd[1]: Starting Load Kernel Modules...
[   11.793622] systemd[1]: Starting TPM2 PCR Machine ID Measurement...
[   11.794261] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.794947] systemd[1]: Starting TPM2 SRK Setup (Early)...
[   11.795631] systemd[1]: Starting Coldplug All udev Devices...
[   11.796646] systemd[1]: Mounted Huge Pages File System.
[   11.797069] systemd[1]: Mounted POSIX Message Queue File System.
[   11.797495] systemd[1]: Mounted Kernel Debug File System.
[   11.797767] loop: module loaded
[   11.797772] device-mapper: uevent: version 1.0.3
[   11.797822] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected]
[   11.797897] systemd[1]: Mounted Kernel Trace File System.
[   11.798272] systemd[1]: Mounted Temporary Directory /tmp.
[   11.798808] fuse: init (API version 7.39)
[   11.801956] kvmfr: creating 1 static devices
[   11.802194] systemd-journald[942]: Collecting audit messages is disabled.
[   11.807550] i2c_dev: i2c /dev entries driver
[   11.819454] systemd[1]: Finished Create List of Static Device Nodes.
[   11.821203] systemd[1]: [email protected]: Deactivated successfully.
[   11.835433] systemd[1]: Finished Load Kernel Module configfs.
[   11.836117] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   11.846474] systemd[1]: Finished Load Kernel Module dm_mod.
[   11.847157] systemd[1]: [email protected]: Deactivated successfully.
[   11.857443] systemd[1]: Finished Load Kernel Module drm.
[   11.872446] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[   11.872919] systemd[1]: Started Journal Service.
[   11.968932] systemd-journald[942]: Received client request to flush runtime journal.
[   11.978584] systemd-journald[942]: /var/log/journal/a278182d2a0047c6817a01fe2ecbbeed/system.journal: Journal file uses a different sequence number ID, rotating.
[   11.978587] systemd-journald[942]: Rotating system journal.
[   12.230895] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   12.230898] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   12.231082] Intel(R) 2.5G Ethernet Linux Driver
[   12.231084] Copyright(c) 2018 Intel Corporation.
[   12.231113] MACsec IEEE 802.1AE
[   12.231202] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   12.231291] igc 0000:0c:00.0: PCIe PTM not supported by PCIe bus/controller
[   12.231685] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   12.232496] mousedev: PS/2 mouse device common for all mice
[   12.233041] mc: Linux media interface: v0.10
[   12.233214] ccp 0000:6f:00.2: enabling device (0000 -> 0002)
[   12.234637] ccp 0000:6f:00.2: tee enabled
[   12.234812] ccp 0000:6f:00.2: psp enabled
[   12.235916] aquacomputer_d5next 0003:0C70:F00E.0001: hidraw0: USB HID v1.11 Device [Aqua Computer GmbH & Co. KG D5 NEXT] on usb-0000:6c:00.0-10/input1
[   12.239155] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   12.239232] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   12.239322] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   12.239586] ACPI: bus type thunderbolt registered
[   12.239641] thunderbolt 0000:11:00.0: enabling device (0000 -> 0002)
[   12.244708] ucsi_ccg 0-0008: failed to get FW build information
[   12.245429] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   12.245431] RAPL PMU: hw unit of domain package 2^-16 Joules
[   12.272123] i8042: PNP: No PS/2 controller found.
[   12.281658] pps pps0: new PPS source ptp0
[   12.281689] igc 0000:0c:00.0 (unnamed net_device) (uninitialized): PHC added
[   12.307516] igc 0000:0c:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[   12.307519] igc 0000:0c:00.0 eth0: MAC: c8:7f:54:6e:18:ef
[   12.310113] atlantic: Detect ATL2FW 1030018
[   12.319368] cryptd: max_cpu_qlen set to 1000
[   12.321193] igc 0000:0c:00.0 eno1: renamed from eth0
[   12.324519] videodev: Linux video capture interface: v2.00
[   12.337178] AVX2 version of gcm_enc/dec engaged.
[   12.337198] Bluetooth: Core ver 2.22
[   12.337211] NET: Registered PF_BLUETOOTH protocol family
[   12.337213] Bluetooth: HCI device and connection manager initialized
[   12.337215] Bluetooth: HCI socket layer initialized
[   12.337216] Bluetooth: L2CAP socket layer initialized
[   12.337218] Bluetooth: SCO socket layer initialized
[   12.345278] AES CTR mode by8 optimization enabled
[   12.359189] asus_wmi: ASUS WMI generic driver loaded
[   12.360342] i2c-designware-pci 0000:03:00.3: timeout in disabling adapter
[   12.361184] asus_wmi: SFUN value: 0x1
[   12.361186] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   12.361188] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   12.361190] asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
[   12.361191] asus_wmi: Failed to get event during flush: -5
[   12.361449] atlantic 0000:0d:00.0 eno2: renamed from eth1
[   12.361698] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.361800] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.361886] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   12.362448] asus_wmi: SFUN value: 0x1
[   12.362451] eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
[   12.362539] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
[   12.364767] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input11
[   12.366167] usb 11-2: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
[   12.369042] usbcore: registered new interface driver btusb
[   12.370774] Bluetooth: hci1: CSR: Setting up dongle with HCI ver=6 rev=22bb
[   12.370776] Bluetooth: hci1: LMP ver=6 subver=22bb; manufacturer=10
[   12.371130] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20231120183620
[   12.372458] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   12.372461] cfg80211: failed to load regulatory.db
[   12.373516] usbcore: registered new interface driver uvcvideo
[   12.374779] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   12.374859] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   12.374860] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   12.375085] snd_hda_intel 0000:6f:00.1: enabling device (0000 -> 0002)
[   12.375133] snd_hda_intel 0000:6f:00.1: Handle vga_switcheroo audio client
[   12.375173] snd_hda_intel 0000:6f:00.6: enabling device (0000 -> 0002)
[   12.408989] usb 5-1.4: Quirk or no altest; falling back to MIDI 1.0
[   12.418342] ucsi_ccg 0-0008: error -EIO: PPM init failed
[   12.421395] snd_hda_intel 0000:6f:00.1: bound 0000:6f:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   12.422809] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   12.430284] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:6f:00.1/sound/card2/input12
[   12.430409] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:6f:00.1/sound/card2/input13
[   12.430459] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input15
[   12.430481] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:6f:00.1/sound/card2/input14
[   12.430511] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input16
[   12.430640] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input17
[   12.430695] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input18
[   12.430728] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input19
[   12.430759] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input20
[   12.435927] snd_hda_codec_realtek hdaudioC3D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   12.435931] snd_hda_codec_realtek hdaudioC3D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.435933] snd_hda_codec_realtek hdaudioC3D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   12.435934] snd_hda_codec_realtek hdaudioC3D0:    mono: mono_out=0x0
[   12.435935] snd_hda_codec_realtek hdaudioC3D0:    inputs:
[   12.435937] snd_hda_codec_realtek hdaudioC3D0:      Front Mic=0x19
[   12.435938] snd_hda_codec_realtek hdaudioC3D0:      Rear Mic=0x18
[   12.435939] snd_hda_codec_realtek hdaudioC3D0:      Line=0x1a
[   12.438044] kvm_amd: TSC scaling supported
[   12.438045] kvm_amd: Nested Virtualization enabled
[   12.438045] kvm_amd: Nested Paging enabled
[   12.438050] kvm_amd: Virtual VMLOAD VMSAVE supported
[   12.438050] kvm_amd: Virtual GIF supported
[   12.438050] kvm_amd: Virtual NMI enabled
[   12.438051] kvm_amd: LBR virtualization supported
[   12.450052] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:6f:00.6/sound/card3/input21
[   12.450092] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:6f:00.6/sound/card3/input22
[   12.450125] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:6f:00.6/sound/card3/input23
[   12.450134] MCE: In-kernel MCE decoding enabled.
[   12.450159] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:6f:00.6/sound/card3/input24
[   12.450265] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:6f:00.6/sound/card3/input25
[   12.452860] mt7921e 0000:0b:00.0: enabling device (0000 -> 0002)
[   12.458359] mt7921e 0000:0b:00.0: ASIC revision: 79220010
[   12.491719] intel_rapl_common: Found RAPL domain package
[   12.491721] intel_rapl_common: Found RAPL domain core
[   12.493894] Bluetooth: hci0: Device setup in 122002 usecs
[   12.493897] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   12.533853] mt7921e 0000:0b:00.0: HW/SW Version: 0x8a108a10, Build Time: 20231120183400a

[   12.548681] mt7921e 0000:0b:00.0: WM Firmware Version: ____000000, Build Time: 20231120183441
[   12.550639] Bluetooth: hci0: AOSP extensions version v1.00
[   12.550641] Bluetooth: hci0: AOSP quality report is supported
[   12.589940] usbcore: registered new interface driver snd-usb-audio
[   12.914924] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.914925] Bluetooth: BNEP filters: protocol multicast
[   12.914928] Bluetooth: BNEP socket layer initialized
[   12.915522] Bluetooth: MGMT ver 1.22
[   12.915565] Bluetooth: MGMT ver 1.22
[   12.918375] NET: Registered PF_ALG protocol family
[   13.055280] Bluetooth: hci1: Bad flag given (0x1) vs supported (0x0)
[   13.675681] mt7921e 0000:0b:00.0 wlp11s0: renamed from wlan0
[   17.273643] input: AM AFA Keyboard as /devices/virtual/misc/uhid/0005:05AC:024F.0008/input/input26
[   17.273783] hid-generic 0005:05AC:024F.0008: input,hidraw7: BLUETOOTH HID v0.01 Keyboard [AM AFA] on 00:1a:7d:da:71:15
[   17.337483] apple 0005:05AC:024F.0008: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
[   17.337509] input: AM AFA as /devices/virtual/misc/uhid/0005:05AC:024F.0008/input/input27
[   17.337624] apple 0005:05AC:024F.0008: input,hidraw7: BLUETOOTH HID v0.01 Keyboard [AM AFA] on 00:1a:7d:da:71:15
[   20.243358] atlantic 0000:0d:00.0 eno2: atlantic: link change old 0 new 1000
[   21.015551] block nvme0n1: No UUID available providing old NGUID
[   51.121043] systemd-journald[942]: /var/log/journal/a278182d2a0047c6817a01fe2ecbbeed/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   53.058204] TCP: eno2: Driver has suspect GRO implementation, TCP performance may be compromised.
[   53.123145] usb 11-2: reset high-speed USB device number 2 using xhci_hcd
[   54.099766] Bluetooth: RFCOMM TTY layer initialized
[   54.099774] Bluetooth: RFCOMM socket layer initialized
[   54.099776] Bluetooth: RFCOMM ver 1.11
[   63.156117] xhci_hcd 0000:6a:00.0: WARN Event TRB for slot 7 ep 13 with no TDs queued?

Did I miss a better way to post this? :sweat_smile:

Your PCI Bridge at 01.3 is limiting things. It seems like your motherboard has an issue, as per the listed specs it seems that it should be x16 bifrucated into 2x x8, but it looks like the second slot is running via the chipset instead and sharing bandwidth with other devices in your system.

If this was working correctly it should read:

126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8

3 Likes

Which ports are you using? According to this graphic:


the bottom port only gets 2 lanes from PCH and the 2 top ports split bandwidth.
This lines up with:

AMD Ryzen™ 7000 Series/ 8000 Series Desktop
Processors*

2 x PCIe 5.0 x16 slots (support x16 or x8/x8 modes)
AMD X670 Chipset
1 x PCIe 4.0 x16 slot (supports x2 mode)**
* Please check the PCIe bifurcation table in support site ([Motherboard] Compatibility of PCIE bifurcation between Hyper M.2 series Cards and Add-On Graphic Cards | Official Support | ASUS Global).
** PCIEX16_3 shares bandwidth with M.2_3 slot. Please adjust in BIOS setting to enable PCIEX16_3.
- To ensure compatibility of the device installed, please refer to Official Support | ASUS Global for the list of supported peripherals.

2 Likes

In reference to the image I am using the top two slots, which ASUS claims run directly off the CPU.

  • 6900XT => PCIEX16_1
  • 1080 Ti => PCIEX16_2

Also, the 1080 Ti is only a PCIe 3.0 card which would only saturate half of the
16.000 Gb/s available PCIe bandwidth anyways, or am I missing something?

Does the dmesg’s output factor in that speed can go up under load (2.5 => 8 GT/s), because I can get lspci to output the expected speeds when using the 1080 Ti for additional outputs on the host machine instead of isolating the card by early loading the vfio driver. With just the drivers installed, the nvidia modules loaded in initramfs and the DRM modeset thing I get this:

sudo lspci -vvs 05:00.0 | grep -E "NVIDIA|LnkSta:|LnkCap:|Kernel"

05:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1) (prog-if 00 [VGA controller])
		LnkCap:	Port #1, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
		LnkSta:	Speed 8GT/s, Width x8 (downgraded)
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

dmesg output didn´t change though:

[    0.333186] pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.3 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)

Maybe the mobo’s ability to be used to do x4 times 4 bifurcation on those slots behaves weird on linux. I will try to validate the speeds under Windows to sort out a physical/hardware problem. I can also try to swap the graphics cards around but that will have to wait until the weekend (watercooling can be a curse sometimes).

Anyways your help is greatly appreciated :blush:

Can you check if perhaps if you can force PCIe gen 3 in BIOS on the second x8 port?

[    0.331197] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)

This port doesn’t seem to be limited, so it seems to me it’s a negotiation or BIOS issue.

N.b. I have recently noticed my GTX 1080 also negotiated gen 1 (under Windows) but works fine after forcing gen 3 in BIOS.

1 Like

Explicitly setting the appropriate PCIe gen in BIOS for both GPUs and SSDs didn´t change anything.

I get the feeling that maybe we are looking in the wrong direction here. Port 05:00.0 according to dmesg does get 16.000 Gb/s available PCIe bandwidth which would be the exact bandwidth of PCIe 3.0 x16. The GPU only gets half of that tough which an x8 link, that is also confirmed by lspci. Only when I start the Windows VM the link width downgrades to x1 with no apparent reason.

Furthermore my testing on baremetal Windows shows that bifurcation is working as expected:

6900XT:
6900xt_gpuz

1080Ti:
1080Ti_gpuz

OK, that’s interesting. I wonder if it’s dropping bandwidth due to power saving features or something else then.

2 Likes

Okay, I am way out of my league here. However could it have anything to do with which BIOS you setup the VM to use? Okay, returning to lurker status.

1 Like

I am using the default BIOS (UEFI) in virt-manager and I don´t think the others are going to make a difference. I tried one of the others just to make sure, but it didn´t make any difference.

This however gave me the idea to try the i440FX chipset instead of Q35 and it does indeed behave a little bit differently showing a PCIe 3.0 x1 link in GPU-Z with the capability to go to x16, which doesn´t make sense AND doesn´t work, but it does switch PCIe gens depending on the load.

Back on Q35 I noticed that GPU-Z initially also shows the PCIe 3.0 x1 link and if you hover the mouse over the Bus Interface field it actually says that the GPU reports x8 capabilities. The thing is that it switches to only supporting PCIe express pretty fast and never ramps up again.

Nevertheless, this doesn´t really help me, sigh

Just the fact that PCIEX16_2 downgrades from x8 to x1 as soon as I start the VM, tells me the issue has should either lie with KVM/QEMU or some kind of power management, just @Marandil suggested. @gnif 's statement that that bandwidth doesn´t get split equally like it is supposed to also suggests the motherboard doing weird things.

Tomorrow I will try to see if the PCIe powermanagement settings in the BIOS do anything. I will also engage with Asus support to see if they might have any ideas.

Maybe switching the GPUs between the slots might reveal new insights.

Just one more thing to check - if you click the little ? button next to the “Bus Interface” field in GPU-Z you can start a small render test which should force the card into an active state, so you can check if that changes anything.

I have been doing this the whole time already. :smiling_face_with_tear:

I have now confirmed that none of the obviously PCIe related BIOS settings (ASPM, ARI, Loopback Mode, Bifurcation or “Link Mode” Settings) seem to have an effect on the issue.

ASUS support is contacted, so lets see and wait.

Operation: Switching GPUs around, will commence tomorrow.

Switching around the GPUs did reveal some interesting insights.

The good news first. Even though dmesg, lspci and even GPU-Z (in the vm) still show the same speeds as before, both GPUs now show the expected performance, indicating that the bandwidth negotiation somehow just works.

The bad news is, that the 1080 Ti does not reset correctly on slot PCIEX16_1 when it did on port _2, as well as the inconvenience that the 1080 Ti acts as the primary video output during boot as long as there is an output connected i.e. the dummy display for LG.

Conclusions:

  • 1080 Ti PCIe speed shown by dmesg is not indicative of the previously bad performance
  • GPU-Z really cannot be used to check PCIe bandwidth in the Windows VM
  • there is a difference in behaviour between both PCIe slots when there shouldn´t be (probably a firmware issue with the motherboard)

Going forward, I will be trying a few more things:

  1. Increasing VFIO VGA Performance - #129 by gnif
    with this I may be able to overwrite slot 2s behaviour
  2. replacing the 1080 Ti with a 2070 I can borrow coming end of next week (maybe a newer card behaves differently)

Before that I will have to fix my 6900XTs waterblock whose flow plate somehow got dislodged :sweat:

Edit: Further testing will have to wait until I receive the replacement plexi top for the 6900XTs waterblock.

1 Like

This is largely obsolete, it’s years old and libvirt takes care of all this for you. Just be sure to use a q35 system. As for audio, as you’re using LG, use the LG audio, it’s far better then QEMUs audio devices and results in better VM performance.

No, this is just what is reported to the guest. If your PCI bridge has not configured enough lanes/throughput, there is nothing you can do.

1 Like

Are you passing through a vbios with the card?

Unless your bios explicitly lets you set the boot_vga you’re SOL for that minor inconvenience.

Are there any settings in your bios for LCLK XXX? You could try messing with those. Nvidia just moved some stuff around between their drivers and firmware related to power management. I don’t know the specifics of what they did or how it could even affect you :crazy_face:, but it could be related to your problem.

2 Likes

Well the bridge does initially configure the correct amount of lanes and enough bandwidth for the 1080 Ti (PCIe 3.0 x8 => ~8 GB/s), it just downgrades to PCIe 1.0 when not in use. So the idea was to tell the guest to try use the available speed in hopes of it upgrading in the host again.

[ 0.333218] pci 0000:05:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.3 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)

I know it is generally capable of upgrading to 8 GT/s @ x8 because it does work that way when I am not passing though the GPU and just use it for its additional outputs.

Downgrading to x1 width only happens when I start the vm.

Are you passing through a vbios with the card?

I do not.

Unless your bios explicitly lets you set the boot_vga you’re SOL for that minor inconvenience.

SOL it is.

Are there any settings in your bios for LCLK XXX? You could try messing with those. Nvidia just moved some stuff around between their drivers and firmware related to power management. I don’t know the specifics of what they did or how it could even affect you :crazy_face:, but it could be related to your problem.

Thanks for the tip. I will look into it.

1 Like