Problem on laptop with an external monitor and fractional scaling

I have a laptop ASUS ROG Strix G15 G513QY with hybrid GPU (integrated in 5900HX and 6800m) and monitor LG 27UL600-W with 4k.

I have installed the latest manjaro release. Also, i installed a patch for Xorg for fractional scaling

sudo pacman -S mutter-x11-scaling gnome-control-center-x11-scaling

On the laptop, I have 2 options for connecting the monitor, by DP or by HDMI. When I connect by DP and choose 125% scaling, it works completely incorrectly, it scales like 200-300%. When I connect by HDMI, it scales correctly, but I have freezes in interface animation (i use GNOME), its like a slideshow in animation when you open new windows etc.

In Wayland, i have fewer freezes than x11, but scaling for applications working very bad. A lot of bugs and blur in fonts.

Interested thing: when I disconnect my monitor and leave scaling 125% on the laptop screen - everything works perfectly. Also if I use 200% scaling on the monitor - also works correctly. But it too much for 27")

Also, i checked another OS. In windows 10 working correctly.
In ubuntu 21.04 and 21.10 with kernels 5.13-5.16 the same trouble. Also, i installed on ubuntu the latest linux-firmware and updated amdgpu from amd site. It’s not helped me.

I checked another hardware. In a laptop with Nvidia graphics MX330 the same trouble. But, on my PC with xeon e5 2678v3 and rx570 everything works well.

Looks like the problem with integrated GPU in laptops.

I checked this arch wiki about prime

xrandr --listproviders

Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Unknown AMD Radeon GPU @ pci:0000:07:00.0
Provider 1: id: 0xa8 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:AMD Radeon RX 6800M @ pci:0000:03:00.0

I try to change

xrandr --setprovideroutputsource 1 0

but not help me

Also, i checked arch wiki about HIDPI
And try to do scaling directly by xorg, but it’s erroring on -–painting flag

xrandr --listmonitors                                                                                                                                     
Monitors: 2
 0: +*DisplayPort-1-0 3840/600x2160/340+0+0  DisplayPort-1-0
 1: +eDP 2560/344x1440/193+3840+720  eDP
 
xrandr --output eDP --auto --output DisplayPort-1-0 --auto --panning 3840x2160+3200+0 --scale 1.5x1.5 --right-of eDP  

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  29 (RRSetPanning)
  Serial number of failed request:  57
  Current serial number in output stream:  57

I also installed packages

sudo pacman -S xf86-video-amdgpu lib32-mesa libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau

but in not fix the problem

I added in Xorg config

Section "OutputClass"
        Identifier "amdgpu"
        MatchDriver "amdgpu"
        Driver "amdgpu"
        Option "PrimaryGPU" "yes"
EndSection

But it makes freezes for 5-10second (the time between when you click and windows is open, for example)

Logs:

dmesg -

Спойлер

[ 0.000000] Linux version 5.15.16-1-MANJARO (builduser@fv-az82-887) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu Jan 20 13:58:19 UTC 2022 [ 0.000000] Command line: BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64 root=UUID=a2e1885f-15d2-4fdc-9063-e120c531285d rw rootflags=subvol=@ quiet splash apparmor=1 security=apparmor udev.log_priority=3 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8 [ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format. [ 0.000000] signal: max sigframe size: 3376 [ 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-0x0000000009d1efff] usable [ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000baa61fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000baa62000-0x00000000bbf79fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bbf7a000-0x00000000bbfddfff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000bbfde000-0x00000000bc192fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000bc193000-0x00000000bc976fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000bc977000-0x00000000bc9fefff] type 20 [ 0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041e2fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000041e300000-0x000000043fffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by American Megatrends [ 0.000000] efi: ACPI=0xbbfdd000 ACPI 2.0=0xbbfdd014 TPMFinalLog=0xbc14a000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb719f818 ESRT=0xb92dab98 [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.316 11/29/2021 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3293.773 MHz processor [ 0.000127] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000128] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000132] last_pfn = 0x41e300 max_arch_pfn = 0x400000000 [ 0.000909] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.001124] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved [ 0.001130] last_pfn = 0xbe000 max_arch_pfn = 0x400000000 [ 0.003555] esrt: Reserving ESRT space from 0x00000000b92dab98 to 0x00000000b92dabd0. [ 0.003559] e820: update [mem 0xb92da000-0xb92dafff] usable ==> reserved [ 0.003569] Using GB pages for direct mapping [ 0.003951] Secure boot disabled [ 0.003952] RAMDISK: [mem 0x36d35000-0x37691fff] [ 0.003955] ACPI: Early table checksum verification disabled [ 0.003957] ACPI: RSDP 0x00000000BBFDD014 000024 (v02 _ASUS_) [ 0.003960] ACPI: XSDT 0x00000000BBFDC728 000114 (v01 _ASUS_ Notebook 01072009 AMI 01000013) [ 0.003964] ACPI: FACP 0x00000000BBFCE000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013) [ 0.003967] ACPI: DSDT 0x00000000BBFC1000 00C0E5 (v02 _ASUS_ Notebook 01072009 INTL 20190509) [ 0.003969] ACPI: FACS 0x00000000BC148000 000040 [ 0.003970] ACPI: SSDT 0x00000000BBFD4000 007229 (v02 AMD AmdTable 00000002 MSFT 04000000) [ 0.003972] ACPI: IVRS 0x00000000BBFD3000 0001A4 (v02 AMD AmdTable 00000001 AMD 00000000) [ 0.003973] ACPI: SSDT 0x00000000BBFCF000 003A21 (v01 AMD AMD AOD 00000001 INTL 20190509) [ 0.003975] ACPI: FIDT 0x00000000BBFC0000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013) [ 0.003976] ACPI: MCFG 0x00000000BBFBF000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013) [ 0.003978] ACPI: HPET 0x00000000BBFBE000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005) [ 0.003979] ACPI: VFCT 0x00000000BBFB0000 00D884 (v01 _ASUS_ Notebook 00000001 AMD 31504F47) [ 0.003981] ACPI: TPM2 0x00000000BBFAE000 00004C (v04 _ASUS_ Notebook 00000001 AMI 00000000) [ 0.003982] ACPI: SSDT 0x00000000BBFA8000 005354 (v02 AMD AmdTable 00000001 AMD 00000001) [ 0.003983] ACPI: CRAT 0x00000000BBFA7000 000EE8 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003985] ACPI: CDIT 0x00000000BBFA6000 000029 (v01 AMD AmdTable 00000001 AMD 00000001) [ 0.003986] ACPI: SSDT 0x00000000BBFA5000 000149 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003987] ACPI: SSDT 0x00000000BBFA4000 0005B7 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003989] ACPI: SSDT 0x00000000BBFA2000 00148E (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003990] ACPI: SSDT 0x00000000BBFA0000 00151D (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003992] ACPI: SSDT 0x00000000BBF9F000 0006A9 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003993] ACPI: SSDT 0x00000000BBF9D000 0019E6 (v01 AMD CPMD3CLD 00000001 INTL 20190509) [ 0.003994] ACPI: SSDT 0x00000000BBF9C000 0005DE (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003996] ACPI: SSDT 0x00000000BBF98000 0036E9 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.003997] ACPI: BGRT 0x00000000BBFAF000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013) [ 0.003998] ACPI: WSMT 0x00000000BBF97000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013) [ 0.004000] ACPI: APIC 0x00000000BBF96000 0000DE (v03 _ASUS_ Notebook 01072009 AMI 00010013) [ 0.004001] ACPI: SSDT 0x00000000BBF95000 00008D (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004002] ACPI: SSDT 0x00000000BBF94000 00091F (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004004] ACPI: SSDT 0x00000000BBF92000 00112E (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004005] ACPI: SSDT 0x00000000BBF91000 000241 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004007] ACPI: SSDT 0x00000000BBF90000 000808 (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004008] ACPI: SSDT 0x00000000BBF8F000 00078F (v01 AMD AmdTable 00000001 INTL 20190509) [ 0.004009] ACPI: FPDT 0x00000000BBF8E000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013) [ 0.004010] ACPI: Reserving FACP table memory at [mem 0xbbfce000-0xbbfce113] [ 0.004011] ACPI: Reserving DSDT table memory at [mem 0xbbfc1000-0xbbfcd0e4] [ 0.004012] ACPI: Reserving FACS table memory at [mem 0xbc148000-0xbc14803f] [ 0.004012] ACPI: Reserving SSDT table memory at [mem 0xbbfd4000-0xbbfdb228] [ 0.004013] ACPI: Reserving IVRS table memory at [mem 0xbbfd3000-0xbbfd31a3] [ 0.004013] ACPI: Reserving SSDT table memory at [mem 0xbbfcf000-0xbbfd2a20] [ 0.004013] ACPI: Reserving FIDT table memory at [mem 0xbbfc0000-0xbbfc009b] [ 0.004014] ACPI: Reserving MCFG table memory at [mem 0xbbfbf000-0xbbfbf03b] [ 0.004014] ACPI: Reserving HPET table memory at [mem 0xbbfbe000-0xbbfbe037] [ 0.004015] ACPI: Reserving VFCT table memory at [mem 0xbbfb0000-0xbbfbd883] [ 0.004015] ACPI: Reserving TPM2 table memory at [mem 0xbbfae000-0xbbfae04b] [ 0.004016] ACPI: Reserving SSDT table memory at [mem 0xbbfa8000-0xbbfad353] [ 0.004016] ACPI: Reserving CRAT table memory at [mem 0xbbfa7000-0xbbfa7ee7] [ 0.004017] ACPI: Reserving CDIT table memory at [mem 0xbbfa6000-0xbbfa6028] [ 0.004017] ACPI: Reserving SSDT table memory at [mem 0xbbfa5000-0xbbfa5148] [ 0.004017] ACPI: Reserving SSDT table memory at [mem 0xbbfa4000-0xbbfa45b6] [ 0.004018] ACPI: Reserving SSDT table memory at [mem 0xbbfa2000-0xbbfa348d] [ 0.004018] ACPI: Reserving SSDT table memory at [mem 0xbbfa0000-0xbbfa151c] [ 0.004019] ACPI: Reserving SSDT table memory at [mem 0xbbf9f000-0xbbf9f6a8] [ 0.004019] ACPI: Reserving SSDT table memory at [mem 0xbbf9d000-0xbbf9e9e5] [ 0.004020] ACPI: Reserving SSDT table memory at [mem 0xbbf9c000-0xbbf9c5dd] [ 0.004020] ACPI: Reserving SSDT table memory at [mem 0xbbf98000-0xbbf9b6e8] [ 0.004021] ACPI: Reserving BGRT table memory at [mem 0xbbfaf000-0xbbfaf037] [ 0.004021] ACPI: Reserving WSMT table memory at [mem 0xbbf97000-0xbbf97027] [ 0.004022] ACPI: Reserving APIC table memory at [mem 0xbbf96000-0xbbf960dd] [ 0.004022] ACPI: Reserving SSDT table memory at [mem 0xbbf95000-0xbbf9508c] [ 0.004023] ACPI: Reserving SSDT table memory at [mem 0xbbf94000-0xbbf9491e] [ 0.004023] ACPI: Reserving SSDT table memory at [mem 0xbbf92000-0xbbf9312d] [ 0.004023] ACPI: Reserving SSDT table memory at [mem 0xbbf91000-0xbbf91240] [ 0.004024] ACPI: Reserving SSDT table memory at [mem 0xbbf90000-0xbbf90807] [ 0.004024] ACPI: Reserving SSDT table memory at [mem 0xbbf8f000-0xbbf8f78e] [ 0.004025] ACPI: Reserving FPDT table memory at [mem 0xbbf8e000-0xbbf8e043] [ 0.004075] No NUMA configuration found [ 0.004075] Faking a node at [mem 0x0000000000000000-0x000000041e2fffff] [ 0.004078] NODE_DATA(0) allocated [mem 0x41e2fc000-0x41e2fffff] [ 0.004095] Zone ranges: [ 0.004096] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.004097] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.004098] Normal [mem 0x0000000100000000-0x000000041e2fffff] [ 0.004099] Device empty [ 0.004099] 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-0x0000000009d1efff] [ 0.004101] node 0: [mem 0x000000000a001000-0x000000000a1fffff] [ 0.004102] node 0: [mem 0x000000000a20f000-0x00000000baa61fff] [ 0.004102] node 0: [mem 0x00000000bc9ff000-0x00000000bdffffff] [ 0.004103] node 0: [mem 0x0000000100000000-0x000000041e2fffff] [ 0.004104] Initmem setup node 0 [mem 0x0000000000001000-0x000000041e2fffff] [ 0.004106] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.004116] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.004196] On node 0, zone DMA32: 738 pages in unavailable ranges [ 0.007286] On node 0, zone DMA32: 15 pages in unavailable ranges [ 0.007364] On node 0, zone DMA32: 8093 pages in unavailable ranges [ 0.023495] On node 0, zone Normal: 8192 pages in unavailable ranges [ 0.023542] On node 0, zone Normal: 7424 pages in unavailable ranges [ 0.023841] ACPI: PM-Timer IO Port: 0x808 [ 0.023847] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.023858] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23 [ 0.023863] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55 [ 0.023864] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.023866] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.023868] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.023869] ACPI: HPET id: 0x10228201 base: 0xfed00000 [ 0.023876] e820: update [mem 0xb71a3000-0xb724bfff] usable ==> reserved [ 0.023884] smpboot: Allowing 16 CPUs, 0 hotplug CPUs [ 0.023901] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.023902] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.023903] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff] [ 0.023904] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff] [ 0.023905] PM: hibernation: Registered nosave memory: [mem 0xb71a3000-0xb724bfff] [ 0.023906] PM: hibernation: Registered nosave memory: [mem 0xb92da000-0xb92dafff] [ 0.023907] PM: hibernation: Registered nosave memory: [mem 0xbaa62000-0xbbf79fff] [ 0.023908] PM: hibernation: Registered nosave memory: [mem 0xbbf7a000-0xbbfddfff] [ 0.023908] PM: hibernation: Registered nosave memory: [mem 0xbbfde000-0xbc192fff] [ 0.023908] PM: hibernation: Registered nosave memory: [mem 0xbc193000-0xbc976fff] [ 0.023909] PM: hibernation: Registered nosave memory: [mem 0xbc977000-0xbc9fefff] [ 0.023910] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff] [ 0.023910] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff] [ 0.023910] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff] [ 0.023911] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff] [ 0.023911] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff] [ 0.023911] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe6fffff] [ 0.023912] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff] [ 0.023912] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfeb7ffff] [ 0.023912] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff] [ 0.023913] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff] [ 0.023913] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff] [ 0.023913] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff] [ 0.023914] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff] [ 0.023914] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff] [ 0.023914] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff] [ 0.023915] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff] [ 0.023915] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff] [ 0.023915] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff] [ 0.023916] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff] [ 0.023916] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff] [ 0.023916] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff] [ 0.023917] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff] [ 0.023917] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff] [ 0.023917] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff] [ 0.023918] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.023919] [mem 0xc0000000-0xefffffff] available for PCI devices [ 0.023919] Booting paravirtualized kernel on bare hardware [ 0.023921] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns [ 0.026494] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1 [ 0.026895] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144 [ 0.026899] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152 [ 0.026900] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.026918] Built 1 zonelists, mobility grouping on. Total pages: 3975408 [ 0.026919] Policy zone: Normal [ 0.026920] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64 root=UUID=a2e1885f-15d2-4fdc-9063-e120c531285d rw rootflags=subvol=@ quiet splash apparmor=1 security=apparmor udev.log_priority=3 [ 0.026968] Unknown kernel command line parameters "splash BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64", will be passed to user space. [ 0.028160] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.028791] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.028978] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.058114] Memory: 15699196K/16154692K available (14344K kernel code, 2097K rwdata, 10884K rodata, 1864K init, 3784K bss, 455236K reserved, 0K cma-reserved) [ 0.058121] random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0 [ 0.058192] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 [ 0.058201] ftrace: allocating 44514 entries in 174 pages [ 0.069095] ftrace: allocated 174 pages with 5 groups [ 0.069178] rcu: Preemptible hierarchical RCU implementation. [ 0.069179] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.069179] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16. [ 0.069180] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.069181] Trampoline variant of Tasks RCU enabled. [ 0.069181] Rude variant of Tasks RCU enabled. [ 0.069181] Tracing variant of Tasks RCU enabled. [ 0.069182] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies. [ 0.069182] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 [ 0.071074] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16 [ 0.071305] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____) [ 0.071398] Console: colour dummy device 80x25 [ 0.071406] printk: console [tty0] enabled [ 0.071419] ACPI: Core revision 20210730 [ 0.071560] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns [ 0.071575] APIC: Switch to symmetric I/O mode setup [ 0.072111] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160 [ 0.072112] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160 [ 0.072113] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160 [ 0.072113] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160 [ 0.072345] Switched APIC routing to physical flat. [ 0.072936] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.088249] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a525278c, max_idle_ns: 440795335276 ns [ 0.088252] Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.02 BogoMIPS (lpj=10979243) [ 0.088254] pid_max: default: 32768 minimum: 301 [ 0.089771] LSM: Security Framework initializing [ 0.089778] landlock: Up and running. [ 0.089779] Yama: becoming mindful. [ 0.089797] AppArmor: AppArmor initialized [ 0.089852] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.089890] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.090092] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.090101] LVT offset 1 assigned for vector 0xf9 [ 0.090113] LVT offset 2 assigned for vector 0xf4 [ 0.090117] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256 [ 0.090117] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0 [ 0.090120] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.090122] Spectre V2 : Mitigation: Full AMD retpoline [ 0.090123] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.090123] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.090125] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.090126] Spectre V2 : User space: Mitigation: STIBP always-on protection [ 0.090126] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.092610] Freeing SMP alternatives memory: 36K [ 0.199574] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0) [ 0.199682] Performance Events: Fam17h+ core perfctr, AMD PMU driver. [ 0.199685] ... version: 0 [ 0.199686] ... bit width: 48 [ 0.199687] ... generic registers: 6 [ 0.199687] ... value mask: 0000ffffffffffff [ 0.199688] ... max period: 00007fffffffffff [ 0.199688] ... fixed-purpose events: 0 [ 0.199688] ... event mask: 000000000000003f [ 0.199736] rcu: Hierarchical SRCU implementation. [ 0.200052] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.200159] smp: Bringing up secondary CPUs ... [ 0.200237] x86: Booting SMP configuration: [ 0.200238] .... node #0, CPUs: #1 [ 0.201684] Spectre V2 : Update user space SMT mitigation: STIBP always-on [ 0.201729] #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 [ 0.238289] smp: Brought up 1 node, 16 CPUs [ 0.238289] smpboot: Max logical packages: 1 [ 0.238289] smpboot: Total of 16 processors activated (105442.43 BogoMIPS) [ 0.239123] devtmpfs: initialized [ 0.239123] x86/mm: Memory block size: 128MB [ 0.239123] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes) [ 0.239123] ACPI: PM: Registering ACPI NVS region [mem 0xbbfde000-0xbc192fff] (1789952 bytes) [ 0.239123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns [ 0.239123] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.239123] pinctrl core: initialized pinctrl subsystem [ 0.239123] PM: RTC time: 19:43:27, date: 2022-01-23 [ 0.239123] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.239123] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.239123] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.239123] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.239123] audit: initializing netlink subsys (disabled) [ 0.239123] audit: type=2000 audit(1642967007.166:1): state=initialized audit_enabled=0 res=1 [ 0.239123] thermal_sys: Registered thermal governor 'fair_share' [ 0.239123] thermal_sys: Registered thermal governor 'bang_bang' [ 0.239123] thermal_sys: Registered thermal governor 'step_wise' [ 0.239123] thermal_sys: Registered thermal governor 'user_space' [ 0.239123] thermal_sys: Registered thermal governor 'power_allocator' [ 0.239123] cpuidle: using governor ladder [ 0.239123] cpuidle: using governor menu [ 0.239123] HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB [ 0.239123] ACPI: bus type PCI registered [ 0.239123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239123] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) [ 0.239123] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820 [ 0.239123] PCI: Using configuration type 1 for base access [ 0.242224] Kprobes globally optimized [ 0.242256] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB [ 0.242256] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.242256] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.242256] ACPI: Added _OSI(Module Device) [ 0.242256] ACPI: Added _OSI(Processor Device) [ 0.242256] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.242256] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242256] ACPI: Added _OSI(Linux-Dell-Video) [ 0.242256] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.242256] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.253496] ACPI: 18 ACPI AML tables successfully acquired and loaded [ 0.254542] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.256127] ACPI: Interpreter enabled [ 0.256136] ACPI: PM: (supports S0 S4 S5) [ 0.256137] ACPI: Using IOAPIC for interrupt routing [ 0.256302] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.256531] ACPI: Enabled 3 GPEs in block 00 to 1F [ 0.256900] ACPI: PM: Power Resource [M237] [ 0.257001] ACPI: PM: Power Resource [M237] [ 0.257050] ACPI: PM: Power Resource [M237] [ 0.257448] ACPI: PM: Power Resource [P0U0] [ 0.257459] ACPI: PM: Power Resource [P3U0] [ 0.257744] ACPI: PM: Power Resource [P0U1] [ 0.257755] ACPI: PM: Power Resource [P3U1] [ 0.258563] ACPI: PM: Power Resource [P1NV] [ 0.258691] ACPI: PM: Power Resource [P0NV] [ 0.260832] ACPI: PM: Power Resource [PRWL] [ 0.261344] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261347] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.261458] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC] [ 0.261563] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 0.261570] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge [ 0.261809] PCI host bridge to bus 0000:00 [ 0.261810] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 0.261811] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 0.261812] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 0.261812] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.261813] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.261814] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 0.261814] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window] [ 0.261815] pci_bus 0000:00: root bus resource [mem 0x440000000-0xffffffffff window] [ 0.261815] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.261860] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 [ 0.261965] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 [ 0.262075] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 [ 0.262157] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400 [ 0.262203] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold [ 0.262303] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 [ 0.262386] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400 [ 0.262406] pci 0000:00:02.1: enabling Extended Tags [ 0.262432] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold [ 0.262511] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 [ 0.262555] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold [ 0.262639] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400 [ 0.262658] pci 0000:00:02.4: enabling Extended Tags [ 0.262684] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold [ 0.262770] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 [ 0.262852] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 [ 0.262870] pci 0000:00:08.1: enabling Extended Tags [ 0.262895] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold [ 0.263003] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 [ 0.263132] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 [ 0.263272] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 [ 0.263333] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 [ 0.263396] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 [ 0.263457] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 [ 0.263519] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 [ 0.263586] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 [ 0.263647] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 [ 0.263708] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 [ 0.263793] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 [ 0.263805] pci 0000:01:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff] [ 0.263894] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 0.263963] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.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.263998] pci 0000:00:01.1: PCI bridge to [bus 01-03] [ 0.264002] pci 0000:00:01.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.264004] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.264057] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 [ 0.264155] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.264537] pci 0000:01:00.0: PCI bridge to [bus 02-03] [ 0.264544] pci 0000:01:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.264548] pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.264610] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000 [ 0.264624] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref] [ 0.264634] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref] [ 0.264643] pci 0000:03:00.0: reg 0x24: [mem 0xfcb00000-0xfcbfffff] [ 0.264647] pci 0000:03:00.0: reg 0x30: [mem 0xfcc00000-0xfcc1ffff pref] [ 0.264725] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.264793] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.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.264839] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300 [ 0.264849] pci 0000:03:00.1: reg 0x10: [mem 0xfcc20000-0xfcc23fff] [ 0.264932] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold [ 0.265011] pci 0000:02:00.0: PCI bridge to [bus 03] [ 0.265016] pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.265020] pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.265078] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 [ 0.265093] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff] [ 0.265114] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit] [ 0.265127] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit] [ 0.265210] pci 0000:04:00.0: supports D1 D2 [ 0.265211] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.265314] pci 0000:00:02.1: PCI bridge to [bus 04] [ 0.265316] pci 0000:00:02.1: bridge window [io 0xf000-0xffff] [ 0.265318] pci 0000:00:02.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.265458] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000 [ 0.265508] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref] [ 0.265544] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref] [ 0.265580] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref] [ 0.265738] pci 0000:05:00.0: supports D1 D2 [ 0.265738] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.266127] pci 0000:00:02.2: PCI bridge to [bus 05] [ 0.266132] pci 0000:00:02.2: bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref] [ 0.266190] pci 0000:06:00.0: [144d:a809] type 00 class 0x010802 [ 0.266204] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit] [ 0.266372] pci 0000:00:02.4: PCI bridge to [bus 06] [ 0.266376] pci 0000:00:02.4: bridge window [mem 0xfce00000-0xfcefffff] [ 0.266440] pci 0000:07:00.0: [1002:1638] type 00 class 0x030000 [ 0.266449] pci 0000:07:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref] [ 0.266456] pci 0000:07:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref] [ 0.266460] pci 0000:07:00.0: reg 0x20: [io 0xe000-0xe0ff] [ 0.266464] pci 0000:07:00.0: reg 0x24: [mem 0xfca00000-0xfca7ffff] [ 0.266471] pci 0000:07:00.0: enabling Extended Tags [ 0.266480] pci 0000:07:00.0: BAR 0: assigned to efifb [ 0.266513] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold [ 0.266543] pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link) [ 0.266586] pci 0000:07:00.1: [1002:1637] type 00 class 0x040300 [ 0.266592] pci 0000:07:00.1: reg 0x10: [mem 0xfcac8000-0xfcacbfff] [ 0.266611] pci 0000:07:00.1: enabling Extended Tags [ 0.266636] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold [ 0.266686] pci 0000:07:00.2: [1022:15df] type 00 class 0x108000 [ 0.266698] pci 0000:07:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff] [ 0.266707] pci 0000:07:00.2: reg 0x24: [mem 0xfcacc000-0xfcacdfff] [ 0.266712] pci 0000:07:00.2: enabling Extended Tags [ 0.266786] pci 0000:07:00.3: [1022:1639] type 00 class 0x0c0330 [ 0.266795] pci 0000:07:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit] [ 0.266816] pci 0000:07:00.3: enabling Extended Tags [ 0.266842] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold [ 0.266893] pci 0000:07:00.4: [1022:1639] type 00 class 0x0c0330 [ 0.266902] pci 0000:07:00.4: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit] [ 0.266923] pci 0000:07:00.4: enabling Extended Tags [ 0.266949] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold [ 0.266998] pci 0000:07:00.5: [1022:15e2] type 00 class 0x048000 [ 0.267004] pci 0000:07:00.5: reg 0x10: [mem 0xfca80000-0xfcabffff] [ 0.267023] pci 0000:07:00.5: enabling Extended Tags [ 0.267046] pci 0000:07:00.5: PME# supported from D0 D3hot D3cold [ 0.267096] pci 0000:07:00.6: [1022:15e3] type 00 class 0x040300 [ 0.267104] pci 0000:07:00.6: reg 0x10: [mem 0xfcac0000-0xfcac7fff] [ 0.267128] pci 0000:07:00.6: enabling Extended Tags [ 0.267151] pci 0000:07:00.6: PME# supported from D0 D3hot D3cold [ 0.267200] pci 0000:00:08.1: PCI bridge to [bus 07] [ 0.267202] pci 0000:00:08.1: bridge window [io 0xe000-0xefff] [ 0.267203] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfcafffff] [ 0.267205] pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref] [ 0.267815] ACPI: PCI: Interrupt link LNKA configured for IRQ 0 [ 0.267852] ACPI: PCI: Interrupt link LNKB configured for IRQ 0 [ 0.267882] ACPI: PCI: Interrupt link LNKC configured for IRQ 0 [ 0.267921] ACPI: PCI: Interrupt link LNKD configured for IRQ 0 [ 0.267955] ACPI: PCI: Interrupt link LNKE configured for IRQ 0 [ 0.267984] ACPI: PCI: Interrupt link LNKF configured for IRQ 0 [ 0.268012] ACPI: PCI: Interrupt link LNKG configured for IRQ 0 [ 0.268040] ACPI: PCI: Interrupt link LNKH configured for IRQ 0 [ 0.268818] iommu: Default domain type: Translated [ 0.268819] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.268826] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 0.268826] pci 0000:07:00.0: vgaarb: bridge control possible [ 0.268826] pci 0000:07:00.0: vgaarb: setting as boot device [ 0.268826] vgaarb: loaded [ 0.268826] SCSI subsystem initialized [ 0.268826] libata version 3.00 loaded. [ 0.268826] ACPI: bus type USB registered [ 0.268826] usbcore: registered new interface driver usbfs [ 0.268826] usbcore: registered new interface driver hub [ 0.268826] usbcore: registered new device driver usb [ 0.271978] pps_core: LinuxPPS API ver. 1 registered [ 0.271979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.271980] PTP clock support registered [ 0.271985] EDAC MC: Ver: 3.0.0 [ 0.272112] Registered efivars operations [ 0.272112] NetLabel: Initializing [ 0.272112] NetLabel: domain hash size = 128 [ 0.272112] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.272112] NetLabel: unlabeled traffic allowed by default [ 0.272112] PCI: Using ACPI for IRQ routing [ 0.276338] PCI: pci_cache_line_size set to 64 bytes [ 0.276475] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff] [ 0.276476] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff] [ 0.276477] e820: reserve RAM buffer [mem 0xb71a3000-0xb7ffffff] [ 0.276478] e820: reserve RAM buffer [mem 0xb92da000-0xbbffffff] [ 0.276478] e820: reserve RAM buffer [mem 0xbaa62000-0xbbffffff] [ 0.276478] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff] [ 0.276479] e820: reserve RAM buffer [mem 0x41e300000-0x41fffffff] [ 0.276482] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.276482] hpet0: 3 comparators, 32-bit 14.318180 MHz counter [ 0.278299] clocksource: Switched to clocksource tsc-early [ 0.282702] VFS: Disk quotas dquot_6.6.0 [ 0.282711] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.282769] AppArmor: AppArmor Filesystem Enabled [ 0.282786] pnp: PnP ACPI init [ 0.282840] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved [ 0.283081] system 00:03: [io 0x04d0-0x04d1] has been reserved [ 0.283084] system 00:03: [io 0x040b] has been reserved [ 0.283084] system 00:03: [io 0x04d6] has been reserved [ 0.283085] system 00:03: [io 0x0c00-0x0c01] has been reserved [ 0.283086] system 00:03: [io 0x0c14] has been reserved [ 0.283086] system 00:03: [io 0x0c50-0x0c51] has been reserved [ 0.283087] system 00:03: [io 0x0c52] has been reserved [ 0.283087] system 00:03: [io 0x0c6c] has been reserved [ 0.283088] system 00:03: [io 0x0c6f] has been reserved [ 0.283088] system 00:03: [io 0x0cd8-0x0cdf] has been reserved [ 0.283089] system 00:03: [io 0x0800-0x089f] has been reserved [ 0.283090] system 00:03: [io 0x0b00-0x0b0f] has been reserved [ 0.283090] system 00:03: [io 0x0b20-0x0b3f] has been reserved [ 0.283091] system 00:03: [io 0x0900-0x090f] has been reserved [ 0.283091] system 00:03: [io 0x0910-0x091f] has been reserved [ 0.283092] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.283093] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved [ 0.283095] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved [ 0.283096] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.283096] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved [ 0.283097] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved [ 0.283098] system 00:03: [mem 0xff000000-0xffffffff] has been reserved [ 0.283099] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved [ 0.283614] pnp: PnP ACPI: found 4 devices [ 0.288780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.288829] NET: Registered PF_INET protocol family [ 0.289023] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.290108] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.290194] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.290328] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.290372] TCP: Hash tables configured (established 131072 bind 65536) [ 0.290433] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear) [ 0.290467] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.290498] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.290539] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.290542] NET: Registered PF_XDP protocol family [ 0.290546] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01-03] add_size 1000 [ 0.290551] pci 0000:00:01.1: BAR 13: assigned [io 0x1000-0x1fff] [ 0.290553] pci 0000:02:00.0: PCI bridge to [bus 03] [ 0.290557] pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.290559] pci 0000:02:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290563] pci 0000:01:00.0: PCI bridge to [bus 02-03] [ 0.290566] pci 0000:01:00.0: bridge window [mem 0xfcb00000-0xfccfffff] [ 0.290569] pci 0000:01:00.0: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290573] pci 0000:00:01.1: PCI bridge to [bus 01-03] [ 0.290573] pci 0000:00:01.1: bridge window [io 0x1000-0x1fff] [ 0.290575] pci 0000:00:01.1: bridge window [mem 0xfcb00000-0xfcdfffff] [ 0.290577] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290580] pci 0000:00:02.1: PCI bridge to [bus 04] [ 0.290581] pci 0000:00:02.1: bridge window [io 0xf000-0xffff] [ 0.290582] pci 0000:00:02.1: bridge window [mem 0xfcf00000-0xfcffffff] [ 0.290586] pci 0000:00:02.2: PCI bridge to [bus 05] [ 0.290588] pci 0000:00:02.2: bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref] [ 0.290591] pci 0000:00:02.4: PCI bridge to [bus 06] [ 0.290593] pci 0000:00:02.4: bridge window [mem 0xfce00000-0xfcefffff] [ 0.290596] pci 0000:00:08.1: PCI bridge to [bus 07] [ 0.290597] pci 0000:00:08.1: bridge window [io 0xe000-0xefff] [ 0.290599] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfcafffff] [ 0.290600] pci 0000:00:08.1: bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref] [ 0.290603] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 0.290604] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 0.290604] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 0.290605] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 0.290606] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] [ 0.290606] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window] [ 0.290607] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfcffffff window] [ 0.290607] pci_bus 0000:00: resource 11 [mem 0x440000000-0xffffffffff window] [ 0.290608] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.290609] pci_bus 0000:01: resource 1 [mem 0xfcb00000-0xfcdfffff] [ 0.290609] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290610] pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.290610] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290611] pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfccfffff] [ 0.290612] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref] [ 0.290612] pci_bus 0000:04: resource 0 [io 0xf000-0xffff] [ 0.290613] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff] [ 0.290613] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref] [ 0.290614] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff] [ 0.290614] pci_bus 0000:07: resource 0 [io 0xe000-0xefff] [ 0.290615] pci_bus 0000:07: resource 1 [mem 0xfc700000-0xfcafffff] [ 0.290615] pci_bus 0000:07: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref] [ 0.290677] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0 [ 0.290779] pci 0000:07:00.1: D0 power state depends on 0000:07:00.0 [ 0.290798] pci 0000:07:00.3: extending delay after power-on from D3hot to 20 msec [ 0.290889] pci 0000:07:00.4: extending delay after power-on from D3hot to 20 msec [ 0.290940] PCI: CLS 64 bytes, default 64 [ 0.290951] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported [ 0.290976] pci 0000:00:00.2: can't derive routing for PCI INT A [ 0.290977] pci 0000:00:00.2: PCI INT A: not connected [ 0.290986] Trying to unpack rootfs image as initramfs... [ 0.290987] pci 0000:00:01.0: Adding to iommu group 0 [ 0.290993] pci 0000:00:01.1: Adding to iommu group 1 [ 0.291001] pci 0000:00:02.0: Adding to iommu group 2 [ 0.291006] pci 0000:00:02.1: Adding to iommu group 3 [ 0.291010] pci 0000:00:02.2: Adding to iommu group 4 [ 0.291015] pci 0000:00:02.4: Adding to iommu group 5 [ 0.291021] pci 0000:00:08.0: Adding to iommu group 6 [ 0.291025] pci 0000:00:08.1: Adding to iommu group 6 [ 0.291031] pci 0000:00:14.0: Adding to iommu group 7 [ 0.291035] pci 0000:00:14.3: Adding to iommu group 7 [ 0.291049] pci 0000:00:18.0: Adding to iommu group 8 [ 0.291052] pci 0000:00:18.1: Adding to iommu group 8 [ 0.291056] pci 0000:00:18.2: Adding to iommu group 8 [ 0.291060] pci 0000:00:18.3: Adding to iommu group 8 [ 0.291065] pci 0000:00:18.4: Adding to iommu group 8 [ 0.291070] pci 0000:00:18.5: Adding to iommu group 8 [ 0.291074] pci 0000:00:18.6: Adding to iommu group 8 [ 0.291078] pci 0000:00:18.7: Adding to iommu group 8 [ 0.291083] pci 0000:01:00.0: Adding to iommu group 9 [ 0.291088] pci 0000:02:00.0: Adding to iommu group 10 [ 0.291096] pci 0000:03:00.0: Adding to iommu group 11 [ 0.291104] pci 0000:03:00.1: Adding to iommu group 12 [ 0.291108] pci 0000:04:00.0: Adding to iommu group 13 [ 0.291113] pci 0000:05:00.0: Adding to iommu group 14 [ 0.291118] pci 0000:06:00.0: Adding to iommu group 15 [ 0.291129] pci 0000:07:00.0: Adding to iommu group 6 [ 0.291131] pci 0000:07:00.1: Adding to iommu group 6 [ 0.291133] pci 0000:07:00.2: Adding to iommu group 6 [ 0.291135] pci 0000:07:00.3: Adding to iommu group 6 [ 0.291137] pci 0000:07:00.4: Adding to iommu group 6 [ 0.291140] pci 0000:07:00.5: Adding to iommu group 6 [ 0.291142] pci 0000:07:00.6: Adding to iommu group 6 [ 0.292519] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40 [ 0.292520] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC [ 0.292524] AMD-Vi: Interrupt remapping enabled [ 0.292524] AMD-Vi: Virtual APIC enabled [ 0.292525] AMD-Vi: X2APIC enabled [ 0.327259] software IO TLB: tearing down default memory pool [ 0.327687] LVT offset 0 assigned for vector 0x400 [ 0.327988] perf: AMD IBS detected (0x000003ff) [ 0.327994] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank). [ 0.329199] Initialise system trusted keyrings [ 0.329207] Key type blacklist registered [ 0.329227] workingset: timestamp_bits=41 max_order=22 bucket_order=0 [ 0.329697] zbud: loaded [ 0.332205] Key type asymmetric registered [ 0.332206] Asymmetric key parser 'x509' registered [ 0.332216] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 0.332242] io scheduler mq-deadline registered [ 0.332243] io scheduler kyber registered [ 0.332257] io scheduler bfq registered [ 0.332449] pcieport 0000:00:01.1: PME: Signaling with IRQ 26 [ 0.332463] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ [ 0.332563] pcieport 0000:00:02.1: PME: Signaling with IRQ 27 [ 0.332634] pcieport 0000:00:02.2: PME: Signaling with IRQ 28 [ 0.332703] pcieport 0000:00:02.4: PME: Signaling with IRQ 29 [ 0.332779] pcieport 0000:00:08.1: PME: Signaling with IRQ 30 [ 0.333123] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.357119] Freeing initrd memory: 9588K [ 0.369172] ACPI: AC: AC Adapter [ADP0] (on-line) [ 0.369223] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0 [ 0.369234] ACPI: button: Lid Switch [LID0] [ 0.369247] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.369253] ACPI: button: Power Button [PWRB] [ 0.369265] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 [ 0.369271] ACPI: button: Sleep Button [SLPB] [ 0.369858] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1270 [ 0.369879] Monitor-Mwait will be used to enter C-1 state [ 0.369890] ACPI: \_SB_.PLTF.P000: Found 3 idle states [ 0.370030] ACPI: \_SB_.PLTF.P001: Found 3 idle states [ 0.370119] ACPI: \_SB_.PLTF.P002: Found 3 idle states [ 0.370233] ACPI: \_SB_.PLTF.P003: Found 3 idle states [ 0.370287] ACPI: \_SB_.PLTF.P004: Found 3 idle states [ 0.370362] ACPI: \_SB_.PLTF.P005: Found 3 idle states [ 0.370583] ACPI: \_SB_.PLTF.P006: Found 3 idle states [ 0.371364] ACPI: \_SB_.PLTF.P007: Found 3 idle states [ 0.371578] ACPI: \_SB_.PLTF.P008: Found 3 idle states [ 0.371762] ACPI: \_SB_.PLTF.P009: Found 3 idle states [ 0.371874] ACPI: \_SB_.PLTF.P00A: Found 3 idle states [ 0.372060] ACPI: \_SB_.PLTF.P00B: Found 3 idle states [ 0.372171] ACPI: \_SB_.PLTF.P00C: Found 3 idle states [ 0.372365] ACPI: \_SB_.PLTF.P00D: Found 3 idle states [ 0.372535] ACPI: \_SB_.PLTF.P00E: Found 3 idle states [ 0.372656] ACPI: \_SB_.PLTF.P00F: Found 3 idle states [ 0.372900] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.372902] ACPI: thermal: Thermal Zone [TZ01] (61 C) [ 0.373042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.373601] ACPI: battery: Slot [BAT0] (battery present) [ 0.373778] Non-volatile memory driver v1.3 [ 0.373780] Linux agpgart interface v0.103 [ 0.373824] AMD-Vi: AMD IOMMUv2 loaded and initialized [ 0.374776] nvme 0000:06:00.0: platform quirk: setting simple suspend [ 0.374797] nvme nvme0: pci function 0000:06:00.0 [ 0.374836] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.374851] ehci-pci: EHCI PCI platform driver [ 0.374860] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.374861] ohci-pci: OHCI PCI platform driver [ 0.374865] uhci_hcd: USB Universal Host Controller Interface driver [ 0.374884] usbcore: registered new interface driver usbserial_generic [ 0.374886] usbserial: USB Serial support registered for generic [ 0.374946] rtc_cmos 00:01: RTC can wake from S4 [ 0.375133] rtc_cmos 00:01: registered as rtc0 [ 0.375163] rtc_cmos 00:01: setting system clock to 2022-01-23T19:43:27 UTC (1642967007) [ 0.375172] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 0.375400] ledtrig-cpu: registered to indicate activity on CPUs [ 0.375504] efifb: probing for efifb [ 0.375514] efifb: showing boot graphics [ 0.378197] efifb: framebuffer at 0xfc20000000, using 14400k, total 14400k [ 0.378199] efifb: mode is 2560x1440x32, linelength=10240, pages=1 [ 0.378200] efifb: scrolling: redraw [ 0.378201] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.378243] fbcon: Deferring console take-over [ 0.378244] fb0: EFI VGA frame buffer device [ 0.378271] hid: raw HID events driver (C) Jiri Kosina [ 0.378345] ashmem: initialized [ 0.378429] drop_monitor: Initializing network drop monitor service [ 0.378465] Initializing XFRM netlink socket [ 0.378505] NET: Registered PF_INET6 protocol family [ 0.382272] Segment Routing with IPv6 [ 0.382275] RPL Segment Routing with IPv6 [ 0.382285] In-situ OAM (IOAM) with IPv6 [ 0.382303] NET: Registered PF_PACKET protocol family [ 0.383169] microcode: CPU0: patch_level=0x0a50000c [ 0.383182] microcode: CPU1: patch_level=0x0a50000c [ 0.383191] microcode: CPU2: patch_level=0x0a50000c [ 0.383204] microcode: CPU3: patch_level=0x0a50000c [ 0.383207] microcode: CPU4: patch_level=0x0a50000c [ 0.383216] microcode: CPU5: patch_level=0x0a50000c [ 0.383226] microcode: CPU6: patch_level=0x0a50000c [ 0.383244] microcode: CPU7: patch_level=0x0a50000c [ 0.383253] microcode: CPU8: patch_level=0x0a50000c [ 0.383267] microcode: CPU9: patch_level=0x0a50000c [ 0.383277] microcode: CPU10: patch_level=0x0a50000c [ 0.383290] microcode: CPU11: patch_level=0x0a50000c [ 0.383301] microcode: CPU12: patch_level=0x0a50000c [ 0.383315] microcode: CPU13: patch_level=0x0a50000c [ 0.383325] microcode: CPU14: patch_level=0x0a50000c [ 0.383339] microcode: CPU15: patch_level=0x0a50000c [ 0.383345] microcode: Microcode Update Driver: v2.2. [ 0.383547] resctrl: L3 allocation detected [ 0.383549] resctrl: MB allocation detected [ 0.383550] resctrl: L3 monitoring detected [ 0.383553] IPI shorthand broadcast: enabled [ 0.383563] sched_clock: Marking stable (383210411, 323684)->(385193909, -1659814) [ 0.383867] registered taskstats version 1 [ 0.384231] Loading compiled-in X.509 certificates [ 0.385825] Loaded X.509 cert 'Build time autogenerated kernel key: 3f1e03b6c321983a2132e6f20299680ca78c27e6' [ 0.388091] zswap: loaded using pool zstd/z3fold [ 0.388639] Key type ._fscrypt registered [ 0.388641] Key type .fscrypt registered [ 0.388641] Key type fscrypt-provisioning registered [ 0.388668] AppArmor: AppArmor sha1 policy hashing enabled [ 0.388854] PM: Magic number: 6:398:749 [ 0.388872] tty ttyS0: hash matches [ 0.389024] RAS: Correctable Errors collector initialized. [ 0.392485] nvme nvme0: Shutdown timeout set to 8 seconds [ 0.417159] nvme nvme0: allocated 64 MiB host memory buffer. [ 0.468490] nvme nvme0: 12/0/0 default/read/poll queues [ 0.475491] nvme0n1: p1 p2 p3 p4 p5 p6 p7 [ 0.476543] Freeing unused decrypted memory: 2036K [ 0.476778] Freeing unused kernel image (initmem) memory: 1864K [ 0.489144] Write protecting the kernel read-only data: 28672k [ 0.489858] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.490168] Freeing unused kernel image (rodata/data gap) memory: 1404K [ 0.511898] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.511902] rodata_test: all tests were successful [ 0.511916] Run /init as init process [ 0.511917] with arguments: [ 0.511918] /init [ 0.511918] splash [ 0.511919] with environment: [ 0.511919] HOME=/ [ 0.511919] TERM=linux [ 0.511920] BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64 [ 0.624812] xhci_hcd 0000:07:00.3: xHCI Host Controller [ 0.624820] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 1 [ 0.624869] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no) [ 0.624910] xhci_hcd 0000:07:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410 [ 0.625119] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 0.625264] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.625266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.625267] usb usb1: Product: xHCI Host Controller [ 0.625267] usb usb1: Manufacturer: Linux 5.15.16-1-MANJARO xhci-hcd [ 0.625268] usb usb1: SerialNumber: 0000:07:00.3 [ 0.625421] hub 1-0:1.0: USB hub found [ 0.625438] hub 1-0:1.0: 4 ports detected [ 0.626276] acpi device:0d: registered as cooling_device16 [ 0.626324] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 0.626339] xhci_hcd 0000:07:00.3: xHCI Host Controller [ 0.626345] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 2 [ 0.626351] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed [ 0.626353] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input3 [ 0.626390] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.626412] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 0.626413] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.626415] usb usb2: Product: xHCI Host Controller [ 0.626417] usb usb2: Manufacturer: Linux 5.15.16-1-MANJARO xhci-hcd [ 0.626418] usb usb2: SerialNumber: 0000:07:00.3 [ 0.626580] hub 2-0:1.0: USB hub found [ 0.626589] hub 2-0:1.0: 2 ports detected [ 0.626916] xhci_hcd 0000:07:00.4: xHCI Host Controller [ 0.626921] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 3 [ 0.627021] xhci_hcd 0000:07:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410 [ 0.627423] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 0.627427] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.627429] usb usb3: Product: xHCI Host Controller [ 0.627430] usb usb3: Manufacturer: Linux 5.15.16-1-MANJARO xhci-hcd [ 0.627431] usb usb3: SerialNumber: 0000:07:00.4 [ 0.627584] hub 3-0:1.0: USB hub found [ 0.627593] hub 3-0:1.0: 4 ports detected [ 0.627618] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1 [ 0.627621] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 0.627802] xhci_hcd 0000:07:00.4: xHCI Host Controller [ 0.627805] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 4 [ 0.627808] xhci_hcd 0000:07:00.4: Host supports USB 3.1 Enhanced SuperSpeed [ 0.627817] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.627827] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 0.627828] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.627829] usb usb4: Product: xHCI Host Controller [ 0.627830] usb usb4: Manufacturer: Linux 5.15.16-1-MANJARO xhci-hcd [ 0.627831] usb usb4: SerialNumber: 0000:07:00.4 [ 0.627903] hub 4-0:1.0: USB hub found [ 0.627906] hub 4-0:1.0: 2 ports detected [ 0.628325] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675326] raid6: skip pq benchmark and using algorithm avx2x4 [ 0.675329] raid6: using avx2x2 recovery algorithm [ 0.677265] xor: automatically using best checksumming function avx [ 0.707174] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes [ 0.707630] BTRFS: device fsid a2e1885f-15d2-4fdc-9063-e120c531285d devid 1 transid 144 /dev/nvme0n1p7 scanned by systemd-udevd (254) [ 0.795217] BTRFS info (device nvme0n1p7): flagging fs with big metadata feature [ 0.795227] BTRFS info (device nvme0n1p7): using free space tree [ 0.795229] BTRFS info (device nvme0n1p7): has skinny extents [ 0.801669] BTRFS info (device nvme0n1p7): enabling ssd optimizations [ 0.863349] random: fast init done [ 0.874835] usb 1-2: new low-speed USB device number 2 using xhci_hcd [ 0.878171] usb 3-2: new low-speed USB device number 2 using xhci_hcd [ 0.892645] systemd[1]: systemd 250.2-1-manjaro 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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 0.892783] systemd[1]: Detected architecture x86-64. [ 0.893534] systemd[1]: Hostname set to <rog-laptop>. [ 1.007008] random: lvmconfig: uninitialized urandom read (4 bytes read) [ 1.037489] usb 1-2: New USB device found, idVendor=04f2, idProduct=0111, bcdDevice= 1.02 [ 1.037494] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.037495] usb 1-2: Product: USB Keyboard [ 1.037496] usb 1-2: Manufacturer: Chicony [ 1.037919] usb 3-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 [ 1.037922] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.037923] usb 3-2: Product: USB Optical Mouse [ 1.037924] usb 3-2: Manufacturer: Logitech [ 1.049656] systemd[1]: Queued start job for default target Graphical Interface. [ 1.050613] systemd[1]: Created slice Slice /system/getty. [ 1.050820] systemd[1]: Created slice Slice /system/modprobe. [ 1.050960] systemd[1]: Created slice Slice /system/systemd-fsck. [ 1.051073] systemd[1]: Created slice User and Session Slice. [ 1.051106] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 1.051198] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 1.051225] systemd[1]: Reached target Login Prompts. [ 1.051232] systemd[1]: Reached target Local Integrity Protected Volumes. [ 1.051246] systemd[1]: Reached target Remote File Systems. [ 1.051250] systemd[1]: Reached target Slice Units. [ 1.051260] systemd[1]: Reached target Swaps. [ 1.051268] systemd[1]: Reached target Local Verity Protected Volumes. [ 1.051301] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 1.051356] systemd[1]: Listening on LVM2 poll daemon socket. [ 1.052019] systemd[1]: Listening on Process Core Dump Socket. [ 1.052111] systemd[1]: Listening on Journal Audit Socket. [ 1.052166] systemd[1]: Listening on Journal Socket (/dev/log). [ 1.052215] systemd[1]: Listening on Journal Socket. [ 1.052533] systemd[1]: Listening on udev Control Socket. [ 1.052645] systemd[1]: Listening on udev Kernel Socket. [ 1.053341] systemd[1]: Mounting Huge Pages File System... [ 1.053901] systemd[1]: Mounting POSIX Message Queue File System... [ 1.054497] systemd[1]: Mounting Kernel Debug File System... [ 1.055080] systemd[1]: Mounting Kernel Trace File System... [ 1.055820] systemd[1]: Mounting Temporary Directory /tmp... [ 1.056593] systemd[1]: Starting Create List of Static Device Nodes... [ 1.057243] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.057813] systemd[1]: Starting Load Kernel Module configfs... [ 1.058532] systemd[1]: Starting Load Kernel Module drm... [ 1.059093] systemd[1]: Starting Load Kernel Module fuse... [ 1.059517] random: lvm: uninitialized urandom read (4 bytes read) [ 1.060079] systemd[1]: Starting Load Kernel Modules... [ 1.060927] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.060989] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 1.061704] systemd[1]: Starting Coldplug All udev Devices... [ 1.062967] systemd[1]: Mounted Huge Pages File System. [ 1.063179] systemd[1]: Mounted POSIX Message Queue File System. [ 1.063384] systemd[1]: Mounted Kernel Debug File System. [ 1.063601] systemd[1]: Mounted Kernel Trace File System. [ 1.063795] systemd[1]: Mounted Temporary Directory /tmp. [ 1.064086] systemd[1]: Finished Create List of Static Device Nodes. [ 1.064431] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.064506] systemd[1]: Finished Load Kernel Module configfs. [ 1.064635] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 1.064688] systemd[1]: Finished Load Kernel Module drm. [ 1.065313] systemd[1]: Mounting Kernel Configuration File System... [ 1.067688] systemd[1]: Mounted Kernel Configuration File System. [ 1.069459] fuse: init (API version 7.34) [ 1.070071] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.070173] systemd[1]: Finished Load Kernel Module fuse. [ 1.070881] systemd[1]: Mounting FUSE Control File System... [ 1.072236] IPMI message handler: version 39.2 [ 1.072319] systemd[1]: Mounted FUSE Control File System. [ 1.074953] ipmi device interface [ 1.075578] systemd[1]: Finished Load Kernel Modules. [ 1.076434] systemd[1]: Starting Apply Kernel Variables... [ 1.080360] systemd[1]: Finished Apply Kernel Variables. [ 1.082045] systemd[1]: Starting CLI Netfilter Manager... [ 1.087421] BTRFS info (device nvme0n1p7): enabling auto defrag [ 1.087425] BTRFS info (device nvme0n1p7): use zstd compression, level 3 [ 1.087426] BTRFS info (device nvme0n1p7): using free space tree [ 1.088395] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.088617] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes). [ 1.089567] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed. [ 1.090206] systemd[1]: Starting Load/Save Random Seed... [ 1.091008] systemd[1]: Starting Create System Users... [ 1.091728] systemd[1]: Starting Setup Virtual Console... [ 1.092768] systemd[1]: Finished CLI Netfilter Manager. [ 1.103561] systemd[1]: Finished Create System Users. [ 1.104295] systemd[1]: Starting Create Static Device Nodes in /dev... [ 1.105260] systemd[1]: Finished Coldplug All udev Devices. [ 1.112995] systemd[1]: Finished Setup Virtual Console. [ 1.117519] systemd[1]: Finished Create Static Device Nodes in /dev. [ 1.117787] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6). [ 1.119397] systemd[1]: Starting Journal Service... [ 1.121171] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 1.121660] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 1.121914] systemd[1]: Reached target Preparation for Local File Systems. [ 1.121974] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw). [ 1.152218] systemd[1]: Started Journal Service. [ 1.152299] audit: type=1130 audit(1642967008.273:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.153135] audit: type=1130 audit(1642967008.273:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.171600] usb 3-4: new high-speed USB device number 3 using xhci_hcd [ 1.172144] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/3-2/3-2:1.0/0003:046D:C077.0001/input/input5 [ 1.172359] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:07:00.4-2/input0 [ 1.173642] audit: type=1130 audit(1642967008.293:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.178865] input: Chicony USB Keyboard as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-2/1-2:1.0/0003:04F2:0111.0002/input/input6 [ 1.181610] usb 1-3: new full-speed USB device number 3 using xhci_hcd [ 1.190726] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input7 [ 1.220998] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15 [ 1.221002] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection [ 1.221099] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20 [ 1.235131] hid-generic 0003:04F2:0111.0002: input,hidraw1: USB HID v1.10 Keyboard [Chicony USB Keyboard] on usb-0000:07:00.3-2/input0 [ 1.243676] input: Chicony USB Keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-2/1-2:1.1/0003:04F2:0111.0003/input/input8 [ 1.278747] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0004/input/input11 [ 1.285780] input: PC Speaker as /devices/platform/pcspkr/input/input13 [ 1.287837] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver [ 1.287935] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address [ 1.287941] sp5100-tco sp5100-tco: Watchdog hardware is disabled [ 1.288046] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer [ 1.288048] RAPL PMU: hw unit of domain package 2^-16 Joules [ 1.294870] cryptd: max_cpu_qlen set to 1000 [ 1.299002] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0004/input/input12 [ 1.299036] hid-generic 0018:04F3:319B.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00 [ 1.299203] input: Chicony USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-2/1-2:1.1/0003:04F2:0111.0003/input/input9 [ 1.299272] hid-generic 0003:04F2:0111.0003: input,hiddev96,hidraw3: USB HID v1.10 Device [Chicony USB Keyboard] on usb-0000:07:00.3-2/input1 [ 1.299299] usbcore: registered new interface driver usbhid [ 1.299300] usbhid: USB HID core driver [ 1.303701] asus_wmi: ASUS WMI generic driver loaded [ 1.308781] AVX2 version of gcm_enc/dec engaged. [ 1.308818] AES CTR mode by8 optimization enabled [ 1.313180] asus_wmi: Initialization: 0x1 [ 1.313323] asus_wmi: SFUN value: 0x1821 [ 1.313325] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS [ 1.313328] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue [ 1.316734] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support [ 1.320216] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input14 [ 1.321214] usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00 [ 1.321217] usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7 [ 1.321219] usb 3-4: Product: Wireless_Device [ 1.321220] usb 3-4: Manufacturer: MediaTek Inc. [ 1.321221] usb 3-4: SerialNumber: 000000000 [ 1.324898] ACPI: battery: new extension: ASUS Battery Extension [ 1.326460] libphy: r8169: probed [ 1.326629] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 50:eb:f6:4a:41:5d, XID 541, IRQ 77 [ 1.326633] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 1.344537] systemd-journald[401]: Received client request to flush runtime journal. [ 1.348283] tsc: Refined TSC clocksource calibration: 3299.378 MHz [ 1.348302] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f8f013797a, max_idle_ns: 440795365337 ns [ 1.348387] clocksource: Switched to clocksource tsc [ 1.349426] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23 [ 1.349434] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.349436] usb 1-3: Product: N-KEY Device [ 1.349437] usb 1-3: Manufacturer: ASUSTek Computer Inc. [ 1.368780] audit: type=1130 audit(1642967008.489:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-662E\x2d3B48 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.369720] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0005/input/input15 [ 1.369780] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0005/input/input16 [ 1.370913] audit: type=1400 audit(1642967008.486:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=521 comm="apparmor_parser" [ 1.370917] audit: type=1400 audit(1642967008.486:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=521 comm="apparmor_parser" [ 1.370918] audit: type=1300 audit(1642967008.486:6): arch=c000003e syscall=1 success=yes exit=85794 a0=7 a1=7f4e2bf53010 a2=14f22 a3=0 items=0 ppid=514 pid=521 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj==unconfined key=(null) [ 1.370925] audit: type=1327 audit(1642967008.486:6): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64 [ 1.383112] audit: type=1130 audit(1642967008.503:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.425299] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0005/input/input17 [ 1.425422] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0005/input/input18 [ 1.425612] hid-generic 0003:0B05:1866.0005: input,hiddev97,hidraw4: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0 [ 1.436481] snd_rn_pci_acp3x 0000:07:00.5: enabling device (0000 -> 0002) [ 1.436929] ccp 0000:07:00.2: enabling device (0000 -> 0002) [ 1.437072] ccp 0000:07:00.2: ccp: unable to access the device: you might be running a broken BIOS. [ 1.437714] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 1.458684] ccp 0000:07:00.2: tee enabled [ 1.458691] ccp 0000:07:00.2: psp enabled [ 1.461809] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 1.596713] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002) [ 1.596813] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client [ 1.596826] snd_hda_intel 0000:03:00.1: Force to non-snoop mode [ 1.597026] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002) [ 1.597102] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client [ 1.687613] [drm] amdgpu kernel modesetting enabled. [ 1.687641] vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle [ 1.688017] ATPX version 1, functions 0x00000001 [ 1.688048] ATPX Hybrid Graphics [ 1.689263] kvm: Nested Virtualization enabled [ 1.689267] SVM: kvm: Nested Paging enabled [ 1.689282] SVM: Virtual VMLOAD VMSAVE supported [ 1.689282] SVM: Virtual GIF supported [ 1.696855] amdgpu: Virtual CRAT table created for CPU [ 1.696883] amdgpu: Topology: Add CPU node [ 1.697085] checking generic (fc20000000 e10000) vs hw (f800000000 400000000) [ 1.697089] checking generic (fc20000000 e10000) vs hw (f800000000 400000000) [ 1.697090] checking generic (fc20000000 e10000) vs hw (fc00000000 10000000) [ 1.697091] checking generic (fc20000000 e10000) vs hw (fcb00000 100000) [ 1.697188] amdgpu 0000:03:00.0: enabling device (0000 -> 0002) [ 1.697346] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3). [ 1.697353] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported [ 1.697558] [drm] register mmio base: 0xFCB00000 [ 1.697559] [drm] register mmio size: 1048576 [ 1.699286] [drm] add ip block number 0 <nv_common> [ 1.699288] [drm] add ip block number 1 <gmc_v10_0> [ 1.699290] [drm] add ip block number 2 <navi10_ih> [ 1.699291] [drm] add ip block number 3 <psp> [ 1.699293] [drm] add ip block number 4 <smu> [ 1.699295] [drm] add ip block number 5 <dm> [ 1.699297] [drm] add ip block number 6 <gfx_v10_0> [ 1.699299] [drm] add ip block number 7 <sdma_v5_2> [ 1.699300] [drm] add ip block number 8 <vcn_v3_0> [ 1.699301] [drm] add ip block number 9 <jpeg_v3_0> [ 1.702756] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM [ 1.702764] amdgpu: ATOM BIOS: SWBRT86018.001 [ 1.702794] [drm] VCN(0) decode is enabled in VM mode [ 1.702796] [drm] VCN(0) encode is enabled in VM mode [ 1.702800] [drm] JPEG decode is enabled in VM mode [ 1.702820] [drm] GPU posting now... [ 1.702847] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 1.702853] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used) [ 1.702856] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF [ 1.702857] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF [ 1.702865] [drm] Detected VRAM RAM=12272M, BAR=16384M [ 1.702866] [drm] RAM width 192bits GDDR6 [ 1.702917] [drm] amdgpu: 12272M of VRAM memory ready [ 1.702919] [drm] amdgpu: 11598M of GTT memory ready. [ 1.702931] [drm] GART: num cpu pages 131072, num gpu pages 131072 [ 1.703111] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 1.705150] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist [ 1.724038] mousedev: PS/2 mouse device common for all mice [ 1.726852] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input19 [ 1.726893] 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/card0/input20 [ 1.734805] MCE: In-kernel MCE decoding enabled. [ 1.740919] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker [ 1.740933] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 1.740935] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 1.740936] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0 [ 1.740937] snd_hda_codec_realtek hdaudioC2D0: inputs: [ 1.740938] snd_hda_codec_realtek hdaudioC2D0: Headset Mic=0x19 [ 1.740939] snd_hda_codec_realtek hdaudioC2D0: Internal Mic=0x12 [ 1.774503] r8169 0000:04:00.0 enp4s0: renamed from eth0 [ 1.849621] mt7921e 0000:05:00.0: enabling device (0000 -> 0002) [ 1.850077] mt7921e 0000:05:00.0: disabling ASPM L1 [ 1.850171] mt7921e 0000:05:00.0: ASIC revision: 79610010 [ 1.859080] intel_rapl_common: Found RAPL domain package [ 1.859084] intel_rapl_common: Found RAPL domain core [ 1.920900] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0004/input/input21 [ 2.009124] Bluetooth: Core ver 2.22 [ 2.009153] NET: Registered PF_BLUETOOTH protocol family [ 2.009154] Bluetooth: HCI device and connection manager initialized [ 2.009157] Bluetooth: HCI socket layer initialized [ 2.009158] Bluetooth: L2CAP socket layer initialized [ 2.009161] Bluetooth: SCO socket layer initialized [ 2.032880] usbcore: registered new interface driver btusb [ 2.095344] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large: [ 2.095357] clocksource: 'hpet' wd_nsec: 507932712 wd_now: 1ba68f5 wd_last: 14b7015 mask: ffffffff [ 2.095360] clocksource: 'tsc' cs_nsec: 507075767 cs_now: 823f63dbe cs_last: 7c03dc1d8 mask: ffffffffffffffff [ 2.095363] clocksource: 'tsc' is current clocksource. [ 2.095367] tsc: Marking TSC unstable due to clocksource watchdog [ 2.095375] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'. [ 2.095376] sched_clock: Marking unstable (2095050957, 323671)<-(2097034489, -1659814) [ 2.095871] clocksource: Checking clocksource tsc synchronization from CPU 4 to CPUs 0-2,5,8,12. [ 2.096081] clocksource: Switched to clocksource hpet [ 2.122780] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0004/input/input22 [ 2.156508] Bluetooth: hci0: Device setup in 120717 usecs [ 2.203721] hid-multitouch 0018:04F3:319B.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00 [ 2.204177] asus 0003:0B05:1866.0005: Asus initialise N-KEY Device [ 2.219531] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0005/input/input25 [ 2.229816] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input23 [ 2.275313] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input24 [ 2.275350] asus 0003:0B05:1866.0005: input,hiddev97,hidraw4: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0 [ 2.358618] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.387851] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 2.392566] random: polkitd: uninitialized urandom read (8 bytes read) [ 2.399464] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.399467] Bluetooth: BNEP filters: protocol multicast [ 2.399471] Bluetooth: BNEP socket layer initialized [ 2.494999] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC) [ 2.511940] loop: module loaded [ 2.512275] loop0: detected capacity change from 0 to 8 [ 2.515106] NET: Registered PF_QIPCRTR protocol family [ 2.518212] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.623174] ucsi_acpi USBC000:00: unknown error 4112 [ 2.623178] ucsi_acpi USBC000:00: UCSI_GET_PDOS failed (-5) [ 2.685562] r8169 0000:04:00.0 enp4s0: Link is Down [ 2.901697] mt7921e: probe of 0000:05:00.0 failed with error -110 [ 3.231611] random: crng init done [ 3.231615] random: 5 urandom warning(s) missed due to ratelimiting [ 3.739964] [drm] Loading DMUB firmware via PSP: version=0x02020007 [ 3.744421] [drm] use_doorbell being set to: [true] [ 3.744473] [drm] use_doorbell being set to: [true] [ 3.745505] [drm] Found VCN firmware Version ENC: 1.16 DEC: 2 VEP: 0 Revision: 1 [ 3.745519] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware [ 3.925398] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 4.005621] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 4.016088] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 4.016112] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 4.016116] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 4.016123] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable [ 4.078691] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully! [ 4.078856] [drm] Display Core initialized with v3.2.149! [ 4.080053] [drm] DMUB hardware initialized: version=0x02020007 [ 4.097883] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 4.297031] [drm] kiq ring mec 2 pipe 1 q 0 [ 4.301626] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 4.301919] [drm] JPEG decode initialized successfully. [ 4.303315] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 4.376338] memmap_init_zone_device initialised 3145728 pages in 17ms [ 4.376366] amdgpu: HMM registered 12272MB device memory [ 4.376425] amdgpu: SRAT table not found [ 4.376426] amdgpu: Virtual CRAT table created for GPU [ 4.376516] amdgpu: Topology: Add dGPU node [0x73df:0x1002] [ 4.376520] kfd kfd: amdgpu: added device 1002:73df [ 4.376540] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40 [ 4.382093] [drm] fb mappable at 0xF800205000 [ 4.382097] [drm] vram apper at 0xF800000000 [ 4.382097] [drm] size 33177600 [ 4.382098] [drm] fb depth is 24 [ 4.382099] [drm] pitch is 15360 [ 4.382102] checking generic (fc20000000 e10000) vs hw (f800000000 400000000) [ 4.382333] fbcon: Deferring console take-over [ 4.382335] amdgpu 0000:03:00.0: [drm] fb1: amdgpudrmfb frame buffer device [ 4.419076] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 4.419079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 4.419080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 4.419081] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 4.419082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 4.419082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 4.419083] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 4.419083] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 4.419084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 4.419085] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 4.419086] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 4.419087] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 4.419087] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 4.419088] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 4.419089] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 4.419090] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 4.419719] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm [ 4.439636] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:03:00.0 on minor 0 [ 4.439729] checking generic (fc20000000 e10000) vs hw (fc20000000 10000000) [ 4.439730] checking generic (fc20000000 e10000) vs hw (fc20000000 10000000) [ 4.439731] fb0: switching to amdgpu from EFI VGA [ 4.439849] amdgpu 0000:07:00.0: vgaarb: deactivate vga console [ 4.439871] amdgpu 0000:07:00.0: enabling device (0006 -> 0007) [ 4.439941] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4). [ 4.439947] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled [ 4.440081] [drm] register mmio base: 0xFCA00000 [ 4.440081] [drm] register mmio size: 524288 [ 4.440083] [drm] PCIE atomic ops is not supported [ 4.441127] [drm] add ip block number 0 <soc15_common> [ 4.441128] [drm] add ip block number 1 <gmc_v9_0> [ 4.441129] [drm] add ip block number 2 <vega10_ih> [ 4.441129] [drm] add ip block number 3 <psp> [ 4.441130] [drm] add ip block number 4 <smu> [ 4.441130] [drm] add ip block number 5 <gfx_v9_0> [ 4.441131] [drm] add ip block number 6 <sdma_v4_0> [ 4.441132] [drm] add ip block number 7 <dm> [ 4.441133] [drm] add ip block number 8 <vcn_v2_0> [ 4.441133] [drm] add ip block number 9 <jpeg_v2_0> [ 4.441142] amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from VFCT [ 4.441144] amdgpu: ATOM BIOS: 113-CEZANNE-018 [ 4.453533] [drm] VCN decode is enabled in VM mode [ 4.453537] [drm] VCN encode is enabled in VM mode [ 4.453539] [drm] JPEG decode is enabled in VM mode [ 4.453607] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit [ 4.453618] amdgpu 0000:07:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used) [ 4.453621] amdgpu 0000:07:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF [ 4.453623] amdgpu 0000:07:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF [ 4.453630] [drm] Detected VRAM RAM=512M, BAR=512M [ 4.453631] [drm] RAM width 128bits DDR4 [ 4.453663] [drm] amdgpu: 512M of VRAM memory ready [ 4.453664] [drm] amdgpu: 3072M of GTT memory ready. [ 4.453672] [drm] GART: num cpu pages 262144, num gpu pages 262144 [ 4.453832] [drm] PCIE GART of 1024M enabled. [ 4.453834] [drm] PTB located at 0x000000F400900000 [ 4.455431] amdgpu 0000:07:00.0: amdgpu: PSP runtime database doesn't exist [ 4.461903] [drm] Loading DMUB firmware via PSP: version=0x0101001C [ 4.462788] [drm] Found VCN firmware Version ENC: 1.16 DEC: 5 VEP: 0 Revision: 3 [ 4.462826] amdgpu 0000:07:00.0: amdgpu: Will use PSP to load VCN firmware [ 5.134295] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control off [ 5.134308] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready [ 5.168096] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR [ 5.249691] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 5.258220] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available [ 5.258223] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 5.258876] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully! [ 5.260175] [drm] kiq ring mec 2 pipe 1 q 0 [ 5.260957] [drm] Display Core initialized with v3.2.149! [ 5.261399] [drm] DMUB hardware initialized: version=0x0101001C [ 5.287159] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu]) [ 5.431953] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 5.431971] [drm] JPEG decode initialized successfully. [ 5.433564] kfd kfd: amdgpu: Allocated 3969056 bytes on gart [ 5.453497] memmap_init_zone_device initialised 131072 pages in 0ms [ 5.453505] amdgpu: HMM registered 512MB device memory [ 5.453548] amdgpu: SRAT table not found [ 5.453549] amdgpu: Virtual CRAT table created for GPU [ 5.454355] amdgpu: Topology: Add dGPU node [0x1638:0x1002] [ 5.454363] kfd kfd: amdgpu: added device 1002:1638 [ 5.454463] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8 [ 5.457316] [drm] fb mappable at 0x420CD3000 [ 5.457319] [drm] vram apper at 0x420000000 [ 5.457319] [drm] size 14745600 [ 5.457320] [drm] fb depth is 24 [ 5.457320] [drm] pitch is 10240 [ 5.457811] fbcon: amdgpudrmfb (fb0) is primary device [ 5.457813] fbcon: Deferring console take-over [ 5.457815] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device [ 5.459339] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0 [ 5.459342] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 5.459342] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 5.459343] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 5.459344] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 5.459344] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 5.459345] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 5.459345] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 5.459346] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 5.459347] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 5.459348] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1 [ 5.459349] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1 [ 5.459350] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1 [ 5.459350] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1 [ 5.459351] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1 [ 5.461372] [drm] Initialized amdgpu 3.42.0 20150101 for 0000:07:00.0 on minor 1 [ 5.469529] kauditd_printk_skb: 50 callbacks suppressed [ 5.469532] audit: type=1130 audit(1642967012.590:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.470633] audit: type=1130 audit(1642967012.590:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:amdgpu_bl1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.495583] audit: type=1130 audit(1642967012.617:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.523360] audit: type=1100 audit(1642967012.644:51): pid=738 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_permit acct="morke" exe="/usr/lib/gdm-session-worker" hostname=rog-laptop addr=? terminal=/dev/tty1 res=success' [ 5.525485] audit: type=1101 audit(1642967012.647:52): pid=738 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="morke" exe="/usr/lib/gdm-session-worker" hostname=rog-laptop addr=? terminal=/dev/tty1 res=success' [ 5.527064] audit: type=1103 audit(1642967012.647:53): pid=738 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_permit acct="morke" exe="/usr/lib/gdm-session-worker" hostname=rog-laptop addr=? terminal=/dev/tty1 res=success' [ 5.549090] audit: type=1006 audit(1642967012.670:54): pid=738 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1 [ 5.549094] audit: type=1300 audit(1642967012.670:54): arch=c000003e syscall=1 success=yes exit=4 a0=a a1=7ffd18876170 a2=4 a3=3e8 items=0 ppid=642 pid=738 auid=1000 uid=0 gid=1001 euid=0 suid=0 fsuid=0 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=1 comm="gdm-session-wor" exe="/usr/lib/gdm-session-worker" subj==unconfined key=(null) [ 5.549096] audit: type=1327 audit(1642967012.670:54): proctitle=67646D2D73657373696F6E2D776F726B6572205B70616D2F67646D2D6175746F6C6F67696E5D [ 5.562997] audit: type=1130 audit(1642967012.684:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.558050] rfkill: input handler disabled [ 12.485049] kauditd_printk_skb: 27 callbacks suppressed [ 12.485052] audit: type=1131 audit(1642967019.607:79): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.750321] audit: type=1130 audit(1642967020.870:80): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 14.415004] Bluetooth: hci0: Failed to read MSFT supported features (-110) [ 23.762101] audit: type=1131 audit(1642967030.884:81): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 26.031187] audit: type=1130 audit(1642967033.150:82): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 32.624174] audit: type=1131 audit(1642967039.744:83): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 32.652447] audit: type=1334 audit(1642967039.774:84): prog-id=0 op=UNLOAD [ 32.652453] audit: type=1334 audit(1642967039.774:85): prog-id=0 op=UNLOAD [ 32.652455] audit: type=1334 audit(1642967039.774:86): prog-id=0 op=UNLOAD [ 38.655991] audit: type=1131 audit(1642967045.777:87): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.666325] audit: type=1131 audit(1642967045.787:88): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.762141] audit: type=1334 audit(1642967045.884:89): prog-id=0 op=UNLOAD [ 38.762154] audit: type=1334 audit(1642967045.884:90): prog-id=0 op=UNLOAD [ 38.762159] audit: type=1334 audit(1642967045.884:91): prog-id=0 op=UNLOAD [ 38.852186] audit: type=1334 audit(1642967045.974:92): prog-id=0 op=UNLOAD [ 38.852204] audit: type=1334 audit(1642967045.974:93): prog-id=0 op=UNLOAD [ 38.852211] audit: type=1334 audit(1642967045.974:94): prog-id=0 op=UNLOAD [ 50.090982] [drm] free PSP TMR buffer [ 52.542714] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 52.542747] [drm] PSP is resuming... [ 52.736850] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 52.816511] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 52.827189] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 52.827193] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 52.827197] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 52.827201] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 52.888625] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 52.889836] [drm] DMUB hardware initialized: version=0x02020007 [ 52.929249] [drm] kiq ring mec 2 pipe 1 q 0 [ 52.932605] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 52.933650] [drm] JPEG decode initialized successfully. [ 52.933670] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 52.933672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 52.933673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 52.933673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 52.933674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 52.933675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 52.933675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 52.933676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 52.933676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 52.933677] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 52.933678] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 52.933679] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 52.933679] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 52.933680] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 52.933680] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 52.933681] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 52.954704] [drm] Unknown EDID CEA parser results [ 58.862406] [drm] free PSP TMR buffer [ 59.632682] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 59.632715] [drm] PSP is resuming... [ 59.826060] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 59.905724] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 59.916296] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 59.916301] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 59.916305] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 59.916309] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 59.977830] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 59.979049] [drm] DMUB hardware initialized: version=0x02020007 [ 60.018638] [drm] kiq ring mec 2 pipe 1 q 0 [ 60.022432] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 60.022721] [drm] JPEG decode initialized successfully. [ 60.022740] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 60.022742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 60.022743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 60.022743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 60.022744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 60.022745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 60.022745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 60.022746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 60.022746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 60.022747] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 60.022748] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 60.022749] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 60.022749] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 60.022750] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 60.022750] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 60.022751] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 65.449679] [drm] free PSP TMR buffer [ 68.012283] audit: type=1131 audit(1642967075.133:95): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 69.419376] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 69.419410] [drm] PSP is resuming... [ 69.612837] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 69.693841] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 69.704519] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 69.704523] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 69.704527] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 69.704531] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 69.766540] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 69.767753] [drm] DMUB hardware initialized: version=0x02020007 [ 69.807158] [drm] kiq ring mec 2 pipe 1 q 0 [ 69.810601] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 69.811344] [drm] JPEG decode initialized successfully. [ 69.811364] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 69.811366] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 69.811367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 69.811367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 69.811368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 69.811369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 69.811369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 69.811370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 69.811370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 69.811371] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 69.811372] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 69.811372] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 69.811373] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 69.811373] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 69.811374] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 69.811374] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 76.632197] [drm] free PSP TMR buffer [ 82.615778] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 82.615810] [drm] PSP is resuming... [ 82.808942] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 82.888606] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 82.899082] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 82.899087] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 82.899091] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 82.899095] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 82.960800] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 82.962020] [drm] DMUB hardware initialized: version=0x02020007 [ 83.001503] [drm] kiq ring mec 2 pipe 1 q 0 [ 83.004824] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 83.005453] [drm] JPEG decode initialized successfully. [ 83.005474] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 83.005477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 83.005477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 83.005478] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 83.005479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 83.005479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 83.005480] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 83.005480] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 83.005481] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 83.005482] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 83.005483] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 83.005484] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 83.005484] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 83.005485] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 83.005486] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 83.005486] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 89.331837] [drm] free PSP TMR buffer [ 94.655976] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 94.656008] [drm] PSP is resuming... [ 94.849278] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 94.930279] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 94.940959] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 94.940963] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 94.940967] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 94.940971] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 95.002923] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 95.004136] [drm] DMUB hardware initialized: version=0x02020007 [ 95.043779] [drm] kiq ring mec 2 pipe 1 q 0 [ 95.047076] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 95.047731] [drm] JPEG decode initialized successfully. [ 95.047751] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 95.047752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 95.047753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 95.047753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 95.047754] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 95.047755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 95.047755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 95.047756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 95.047757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 95.047757] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 95.047758] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 95.047759] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 95.047759] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 95.047760] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 95.047760] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 95.047761] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 101.720843] [drm] free PSP TMR buffer [ 111.276043] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 111.276076] [drm] PSP is resuming... [ 111.469276] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 111.549057] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 111.559745] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 111.559750] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 111.559754] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 111.559758] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 111.621150] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 111.622368] [drm] DMUB hardware initialized: version=0x02020007 [ 111.662110] [drm] kiq ring mec 2 pipe 1 q 0 [ 111.666088] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 111.666808] [drm] JPEG decode initialized successfully. [ 111.666828] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 111.666829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 111.666830] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 111.666831] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 111.666831] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 111.666832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 111.666832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 111.666833] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 111.666834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 111.666835] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 111.666835] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 111.666836] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 111.666837] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 111.666837] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 111.666838] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 111.666839] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 117.718608] [drm] free PSP TMR buffer [ 236.242766] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 236.242794] [drm] PSP is resuming... [ 236.436057] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 236.517044] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 236.527721] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 236.527725] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 236.527730] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 236.527733] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 236.589383] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 236.590599] [drm] DMUB hardware initialized: version=0x02020007 [ 236.631144] [drm] kiq ring mec 2 pipe 1 q 0 [ 236.634857] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 236.635593] [drm] JPEG decode initialized successfully. [ 236.635613] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 236.635615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 236.635615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 236.635616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 236.635617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 236.635617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 236.635618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 236.635619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 236.635619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 236.635620] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 236.635621] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 236.635621] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 236.635622] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 236.635622] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 236.635623] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 236.635624] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 242.303346] [drm] free PSP TMR buffer [ 268.805781] audit: type=1334 audit(1642967275.929:96): prog-id=24 op=LOAD [ 268.806090] audit: type=1334 audit(1642967275.929:97): prog-id=25 op=LOAD [ 268.806229] audit: type=1334 audit(1642967275.929:98): prog-id=26 op=LOAD [ 268.843435] audit: type=1130 audit(1642967275.966:99): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 298.902485] audit: type=1131 audit(1642967306.025:100): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 299.028841] audit: type=1334 audit(1642967306.152:101): prog-id=0 op=UNLOAD [ 299.028883] audit: type=1334 audit(1642967306.152:102): prog-id=0 op=UNLOAD [ 299.028896] audit: type=1334 audit(1642967306.152:103): prog-id=0 op=UNLOAD [ 306.169260] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 306.169290] [drm] PSP is resuming... [ 306.362376] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 306.443483] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 306.454050] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 306.454055] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 306.454059] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 306.454063] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 306.516182] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 306.517393] [drm] DMUB hardware initialized: version=0x02020007 [ 306.556754] [drm] kiq ring mec 2 pipe 1 q 0 [ 306.560802] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 306.561075] [drm] JPEG decode initialized successfully. [ 306.561095] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 306.561097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 306.561098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 306.561098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 306.561099] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 306.561100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 306.561100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 306.561101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 306.561101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 306.561102] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 306.561103] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 306.561103] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 306.561104] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 306.561104] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 306.561105] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 306.561105] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 312.266607] [drm] free PSP TMR buffer [ 313.791710] audit: type=1130 audit(1642967320.915:104): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 323.804713] audit: type=1131 audit(1642967330.925:105): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 352.491473] audit: type=1334 audit(1642967359.612:106): prog-id=27 op=LOAD [ 352.535212] audit: type=1130 audit(1642967359.658:107): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 354.954612] audit: type=1100 audit(1642967362.075:108): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 354.955982] audit: type=1101 audit(1642967362.078:109): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 354.956892] audit: type=1110 audit(1642967362.078:110): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 354.962734] audit: type=1105 audit(1642967362.085:111): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 354.984408] audit: type=1106 audit(1642967362.105:112): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 354.984458] audit: type=1104 audit(1642967362.105:113): pid=3968 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 383.034876] audit: type=1131 audit(1642967390.155:114): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 383.068643] audit: type=1334 audit(1642967390.192:115): prog-id=0 op=UNLOAD [ 483.809884] audit: type=1101 audit(1642967490.931:116): pid=4113 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 483.810939] audit: type=1110 audit(1642967490.931:117): pid=4113 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 483.813368] audit: type=1105 audit(1642967490.934:118): pid=4113 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 574.935849] audit: type=1106 audit(1642967582.057:119): pid=4113 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 574.935976] audit: type=1104 audit(1642967582.057:120): pid=4113 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 588.783870] audit: type=1101 audit(1642967595.904:121): pid=4194 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 588.784788] audit: type=1110 audit(1642967595.904:122): pid=4194 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 588.787186] audit: type=1105 audit(1642967595.907:123): pid=4194 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 588.812839] audit: type=1106 audit(1642967595.934:124): pid=4194 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 588.812854] audit: type=1104 audit(1642967595.934:125): pid=4194 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_fprintd acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 613.752281] audit: type=1130 audit(1642967620.874:126): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 621.562810] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 621.562838] [drm] PSP is resuming... [ 621.756003] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 621.835782] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 621.846357] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 621.846361] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 621.846365] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 621.846369] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 621.907797] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 621.909017] [drm] DMUB hardware initialized: version=0x02020007 [ 621.949100] [drm] kiq ring mec 2 pipe 1 q 0 [ 621.952792] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 621.953480] [drm] JPEG decode initialized successfully. [ 621.953502] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 621.953504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 621.953505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 621.953506] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 621.953507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 621.953507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 621.953508] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 621.953509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 621.953510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 621.953511] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 621.953512] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 621.953513] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 621.953514] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 621.953514] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 621.953515] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 621.953515] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 623.764760] audit: type=1131 audit(1642967630.884:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 628.262903] [drm] free PSP TMR buffer [ 638.378932] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000). [ 638.378960] [drm] PSP is resuming... [ 638.572224] [drm] reserve 0xa00000 from 0x82fe000000 for PSP TMR [ 638.652335] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 638.662918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available [ 638.662923] amdgpu 0000:03:00.0: amdgpu: SMU is resuming... [ 638.662927] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw version = 0x00412e00 (65.46.0) [ 638.662931] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched [ 638.724866] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully! [ 638.726077] [drm] DMUB hardware initialized: version=0x02020007 [ 638.765752] [drm] kiq ring mec 2 pipe 1 q 0 [ 638.769514] [drm] VCN decode and encode initialized successfully(under DPG Mode). [ 638.769790] [drm] JPEG decode initialized successfully. [ 638.769810] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0 [ 638.769811] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0 [ 638.769812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0 [ 638.769813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0 [ 638.769813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0 [ 638.769814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0 [ 638.769814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0 [ 638.769815] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0 [ 638.769816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0 [ 638.769817] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0 [ 638.769817] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0 [ 638.769818] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0 [ 638.769819] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1 [ 638.769819] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1 [ 638.769820] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1 [ 638.769820] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1 [ 644.274692] [drm] free PSP TMR buffer [ 902.123098] audit: type=1130 audit(1642967909.245:128): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 902.123103] audit: type=1131 audit(1642967909.245:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 913.746577] audit: type=1130 audit(1642967920.869:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 923.755579] audit: type=1131 audit(1642967930.879:131): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 950.030231] audit: type=1334 audit(1642967957.152:132): prog-id=28 op=LOAD [ 950.071431] audit: type=1130 audit(1642967957.192:133): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 952.674228] audit: type=1100 audit(1642967959.795:134): pid=4558 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_unix acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 952.675775] audit: type=1101 audit(1642967959.799:135): pid=4558 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="morke" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 952.677362] audit: type=1110 audit(1642967959.799:136): pid=4558 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 952.680867] audit: type=1105 audit(1642967959.802:137): pid=4558 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

I want to have 125% scaling on my 4k monitor via HDMI or DP without freezes.
Maybe its a known issue with hybrid graphics on a laptop.
Can someone have any idea about it and help me, please?
And just let me know if I should provide more logs
Thanks

How to increase your chances of solving your issue:

Please provide Information:

Does the issues happens if you don’t use Wayland at all?