Warning: check cp_fw_version and update it to realize GRBM requires 1-cycle delay in cp firmware

From: Paul Menzel
Date: Thu Dec 26 2019 - 05:03:26 EST


Dear Chang, Christian, and Alex,


With Linux 5.5-rc3 I am seeing the warning and null pointer dereference below. Are those related?

[ 13.406253] [drm] amdgpu kernel modesetting enabled.
[ 13.406294] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[ 13.406294] fb0: switching to amdgpudrmfb from EFI VGA
[ 13.406380] Console: switching to colour dummy device 80x25
[ 13.406423] amdgpu 0000:26:00.0: vgaarb: deactivate vga console
[ 13.406805] amdgpu 0000:26:00.0: enabling device (0006 -> 0007)
[ 13.408153] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x1002:0x15DD 0xC8).
[ 13.408175] [drm] register mmio base: 0xFCC00000
[ 13.408175] [drm] register mmio size: 524288
[ 13.408201] [drm] add ip block number 0 <soc15_common>
[ 13.408202] [drm] add ip block number 1 <gmc_v9_0>
[ 13.408202] [drm] add ip block number 2 <vega10_ih>
[ 13.408203] [drm] add ip block number 3 <psp>
[ 13.408203] [drm] add ip block number 4 <gfx_v9_0>
[ 13.408204] [drm] add ip block number 5 <sdma_v4_0>
[ 13.408205] [drm] add ip block number 6 <powerplay>
[ 13.408205] [drm] add ip block number 7 <dm>
[ 13.408206] [drm] add ip block number 8 <vcn_v1_0>
[ 13.408687] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input5
[ 13.408863] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input6
[ 13.409048] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input7
[ 13.409069] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 13.409070] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.409072] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 13.409073] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 13.409073] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 13.409074] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 13.409075] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 13.409076] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 13.409077] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 13.415816] ATOM BIOS: 113-RAVEN-114
[ 13.416590] [drm] VCN decode is enabled in VM mode
[ 13.416591] [drm] VCN encode is enabled in VM mode
[ 13.416591] [drm] VCN jpeg decode is enabled in VM mode
[ 13.416831] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 13.416939] amdgpu 0000:26:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 13.416940] amdgpu 0000:26:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 13.416941] amdgpu 0000:26:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 13.416955] [drm] Detected VRAM RAM=2048M, BAR=2048M
[ 13.416956] [drm] RAM width 128bits DDR4
[ 13.419381] [TTM] Zone kernel: Available graphics memory: 7168268 KiB
[ 13.419382] [TTM] Zone dma32: Available graphics memory: 2097152 KiB
[ 13.419382] [TTM] Initializing pool allocator
[ 13.419399] [TTM] Initializing DMA pool allocator
[ 13.419570] [drm] amdgpu: 2048M of VRAM memory ready
[ 13.419583] [drm] amdgpu: 3072M of GTT memory ready.
[ 13.419664] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 13.419903] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[ 13.421454] amdgpu 0000:26:00.0: Direct firmware load for amdgpu/raven_ta.bin failed with error -2
[ 13.421456] amdgpu 0000:26:00.0: psp v10.0: Failed to load firmware "amdgpu/raven_ta.bin"
[ 13.435852] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input8
[ 13.436026] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input9
[ 13.436220] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input10
[ 13.436790] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input11
[ 13.436974] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input12
[ 13.437240] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input13
[ 13.437403] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input14
[ 13.446975] [drm] Warning: check cp_fw_version and update it to realize GRBM requires 1-cycle delay in cp firmware
[ 13.448211] BUG: kernel NULL pointer dereference, address: 0000000000000026
[ 13.448216] #PF: supervisor read access in kernel mode
[ 13.448217] #PF: error_code(0x0000) - not-present page
[ 13.448219] PGD 0 P4D 0 [ 13.448221] Oops: 0000 [#1] SMP
[ 13.448223] CPU: 2 PID: 354 Comm: comp_1.0.0 Not tainted 5.5.0-rc3-00045-g7618e88ac987 #25
[ 13.448225] Hardware name: Micro-Star International Co., Ltd. MS-7A37/B350M MORTAR (MS-7A37), BIOS 1.MR 12/02/2019
[ 13.448231] RIP: 0010:__kthread_should_park+0x5/0x30
[ 13.448233] Code: 7d 01 00 f6 40 26 20 74 11 48 8b 80 88 05 00 00 48 8b 00 48 d1 e8 83 e0 01 c3 0f 0b eb eb 0f 1f 80 00 00 00 00 0f 1f 44 00 00 <f6> 47 26 20 74 12 48 8b 87 88 05 00 00 48 8b 00 48 c1 e8 02 83 e0
[ 13.448235] RSP: 0018:ffffbe1b804bfe50 EFLAGS: 00010246
[ 13.448237] RAX: 7fffffffffffffff RBX: ffff988638f72e78 RCX: 0000000000000294
[ 13.448238] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
[ 13.448240] RBP: ffff988636827f50 R08: ffff98863da34058 R09: ffff98863e80e8d8
[ 13.448241] R10: ffffbe1b804bfeac R11: ffffffffc466dad2 R12: ffff988636827f50
[ 13.448243] R13: ffffbe1b808c77e0 R14: ffff988636827f50 R15: ffff98863da33c80
[ 13.448245] FS: 0000000000000000(0000) GS:ffff988640680000(0000) knlGS:0000000000000000
[ 13.448247] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 13.448248] CR2: 0000000000000026 CR3: 0000000378783000 CR4: 00000000003406e0
[ 13.448250] Call Trace:
[ 13.448254] drm_sched_get_cleanup_job+0x42/0x100 [gpu_sched]
[ 13.448257] drm_sched_main+0x5c/0x390 [gpu_sched]
[ 13.448261] ? __schedule+0x298/0x6c0
[ 13.448263] ? __wake_up_common+0x80/0x180
[ 13.448265] kthread+0xfb/0x130
[ 13.448267] ? drm_sched_get_cleanup_job+0x100/0x100 [gpu_sched]
[ 13.448269] ? kthread_park+0x90/0x90
[ 13.448272] ret_from_fork+0x22/0x40
[ 13.448273] Modules linked in: snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi amdgpu(+) snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core k10temp i2c_piix4 snd_hwdep snd_pcm snd_timer gpu_sched snd soundcore r8169 realtek wmi video acpi_cpufreq crc32c_intel xhci_pci xhci_hcd
[ 13.448286] CR2: 0000000000000026
[ 13.448288] ---[ end trace 22194bd02a932bab ]---
[ 13.448290] RIP: 0010:__kthread_should_park+0x5/0x30
[ 13.448292] Code: 7d 01 00 f6 40 26 20 74 11 48 8b 80 88 05 00 00 48 8b 00 48 d1 e8 83 e0 01 c3 0f 0b eb eb 0f 1f 80 00 00 00 00 0f 1f 44 00 00 <f6> 47 26 20 74 12 48 8b 87 88 05 00 00 48 8b 00 48 c1 e8 02 83 e0
[ 13.448295] RSP: 0018:ffffbe1b804bfe50 EFLAGS: 00010246
[ 13.448296] RAX: 7fffffffffffffff RBX: ffff988638f72e78 RCX: 0000000000000294
[ 13.448298] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
[ 13.448299] RBP: ffff988636827f50 R08: ffff98863da34058 R09: ffff98863e80e8d8
[ 13.448300] R10: ffffbe1b804bfeac R11: ffffffffc466dad2 R12: ffff988636827f50
[ 13.448302] R13: ffffbe1b808c77e0 R14: ffff988636827f50 R15: ffff98863da33c80
[ 13.448303] FS: 0000000000000000(0000) GS:ffff988640680000(0000) knlGS:0000000000000000
[ 13.448305] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 13.448307] CR2: 0000000000000026 CR3: 0000000378783000 CR4: 00000000003406e0
[ 13.474706] [drm] use_doorbell being set to: [true]
[ 13.474886] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[ 13.497484] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[ 13.497508] [drm] PSP loading VCN firmware
[ 13.518866] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
[ 13.533919] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[ 13.533962] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ 13.563013] r8169 0000:22:00.0 enp34s0: renamed from eth0
[ 13.605292] [drm] DM_PPLIB: values for F clock
[ 13.605297] [drm] DM_PPLIB: 0 in kHz, 3649 in mV
[ 13.605299] [drm] DM_PPLIB: 400000 in kHz, 3649 in mV
[ 13.605300] [drm] DM_PPLIB: 933000 in kHz, 4074 in mV
[ 13.605301] [drm] DM_PPLIB: 1067000 in kHz, 4250 in mV
[ 13.605303] [drm] DM_PPLIB: values for DCF clock
[ 13.605304] [drm] DM_PPLIB: 300000 in kHz, 3649 in mV
[ 13.605305] [drm] DM_PPLIB: 600000 in kHz, 4074 in mV
[ 13.605307] [drm] DM_PPLIB: 626000 in kHz, 4250 in mV
[ 13.605308] [drm] DM_PPLIB: 654000 in kHz, 4399 in mV
[ 13.606355] [drm] Display Core initialized with v3.2.56!
[ 13.638961] snd_hda_intel 0000:26:00.1: bound 0000:26:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 13.653730] [drm:dm_helpers_parse_edid_caps [amdgpu]] *ERROR* Couldn't read SADs: -2
[ 13.656251] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 13.656255] [drm] Driver supports precise vblank timestamp query.
[ 13.658879] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 13.662388] [drm] fb mappable at 0x38FBC1000
[ 13.662393] [drm] vram apper at 0x38F000000
[ 13.662395] [drm] size 5242880
[ 13.662396] [drm] fb depth is 24
[ 13.662397] [drm] pitch is 5120
[ 13.662706] fbcon: amdgpudrmfb (fb0) is primary device
[ 13.673551] Console: switching to colour frame buffer device 160x64
[ 13.694375] amdgpu 0000:26:00.0: fb0: amdgpudrmfb frame buffer device
[ 13.700769] amdgpu 0000:26:00.0: ring gfx uses VM inv eng 0 on hub 0
[ 13.700814] amdgpu 0000:26:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 13.700856] amdgpu 0000:26:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 13.700898] amdgpu 0000:26:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 13.700940] amdgpu 0000:26:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 13.700982] amdgpu 0000:26:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 13.701035] amdgpu 0000:26:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 13.701077] amdgpu 0000:26:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 13.701119] amdgpu 0000:26:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 13.701162] amdgpu 0000:26:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 13.701204] amdgpu 0000:26:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[ 13.701243] amdgpu 0000:26:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[ 13.701284] amdgpu 0000:26:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 13.701325] amdgpu 0000:26:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 13.701366] amdgpu 0000:26:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[ 13.754721] [drm] Initialized amdgpu 3.36.0 20150101 for 0000:26:00.0 on minor 0

Chang, it looks like you added that warning in commit 11c6108934.

drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9

It needs to add warning to update firmware in gfx9
in case that firmware is too old to have function to
realize dummy read in cp firmware.

Unfortunately, it looks like you did not even check how the warning is formatted (needless spaces), so I guess this was totally untested. Also, what is that warning about, and what is the user supposed to do? I am unable to find `cp_fw_version` in the source code at all.

Where can I get updated firmware? What version do I need? I think, this should be thought over again, and you should gracefully deal with old firmware.

Please tell me, if you want me to create a bug report, or something else to get this fixed.

The package *firmware-amd-graphics* 20190717-2 from Debian Sid/unstable is installed, which lacks `raven_ta.bin`, but which is not even in the upstream linux-firmware repository [1]. :( Itâs off-topic to this thread, but how can upstream Linux have code for unpublished blobs?


Kind regards,

Paul


[1]: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu?id=7319341e6e40f8bae1f2623eb5e4ddc0e2b50076
[ 0.000000] Linux version 5.5.0-rc3-00045-g7618e88ac987 (root@f685f6da8dd4) (gcc version 9.2.1 20191130 (Debian 9.2.1-21)) #25 SMP Tue Dec 24 14:37:55 UTC 2019
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.5.0-rc3-00045-g7618e88ac987 root=UUID=8883f733-2248-47e0-90b9-ee5384f18d62 ro quiet noisapnp cryptomgr.notests random.trust_cpu=on selinux=0 apparmor=0
[ 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: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 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-0x0000000009d7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d80000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000eba9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000eba9f000-0x00000000ebb94fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ebb95000-0x00000000ec013fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ec014000-0x00000000ec11efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ec11f000-0x00000000ecf38fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ecf39000-0x00000000ecfd9fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ecfda000-0x00000000eeffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ef000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000038effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000038f000000-0x000000040effffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xec09b000 ACPI=0xec09b000 SMBIOS=0xece25000 MEMATTR=0xe8c89698 ESRT=0xe8c8af98
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Micro-Star International Co., Ltd. MS-7A37/B350M MORTAR (MS-7A37), BIOS 1.MR 12/02/2019
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] last_pfn = 0x38f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-through
[ 0.000000] C0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
[ 0.000000] 3 base 0000E0000000 mask FFFFF0000000 write-back
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000410000000 aka 16640M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
[ 0.000000] last_pfn = 0xef000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x00000000e8c8af98 to 0x00000000e8c8afd0.
[ 0.000000] e820: update [mem 0xe8c8a000-0xe8c8afff] usable ==> reserved
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x2a5201000, 0x2a5201fff] PGTABLE
[ 0.000000] BRK [0x2a5202000, 0x2a5202fff] PGTABLE
[ 0.000000] BRK [0x2a5203000, 0x2a5203fff] PGTABLE
[ 0.000000] BRK [0x2a5204000, 0x2a5204fff] PGTABLE
[ 0.000000] BRK [0x2a5205000, 0x2a5205fff] PGTABLE
[ 0.000000] BRK [0x2a5206000, 0x2a5206fff] PGTABLE
[ 0.000000] BRK [0x2a5207000, 0x2a5207fff] PGTABLE
[ 0.000000] BRK [0x2a5208000, 0x2a5208fff] PGTABLE
[ 0.000000] BRK [0x2a5209000, 0x2a5209fff] PGTABLE
[ 0.000000] BRK [0x2a520a000, 0x2a520afff] PGTABLE
[ 0.000000] BRK [0x2a520b000, 0x2a520bfff] PGTABLE
[ 0.000000] BRK [0x2a520c000, 0x2a520cfff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x37145000-0x37899fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000EC09B000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000EC09B0A0 0000C4 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000EC0A2BA8 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000EC09B200 0079A7 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000EC107E00 000040
[ 0.000000] ACPI: APIC 0x00000000EC0A2CC0 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000EC0A2E20 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000EC0A2E68 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000EC0A2F08 000060 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.000000] ACPI: SSDT 0x00000000EC0A2F68 005419 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.000000] ACPI: SSDT 0x00000000EC0A8388 00366B (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000000] ACPI: MCFG 0x00000000EC0AB9F8 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x00000000EC0ABA38 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: UEFI 0x00000000EC0ABA70 000042 (v01 ALASKA A M I 00000002 01000013)
[ 0.000000] ACPI: VFCT 0x00000000EC0ABAB8 00D484 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.000000] ACPI: IVRS 0x00000000EC0B8F40 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000EC0B9010 000854 (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000EC0B9868 000810 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000EC0BA078 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000EC0BA0A8 000C34 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000EC0BACE0 0010AC (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000EC0BBD90 001D4A (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000EC0BDAE0 0000BF (v01 AMD AMD PT 00001000 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000EC0BDBA0 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000038effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x38efe9000-0x38effffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000038effffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000009d7ffff]
[ 0.000000] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.000000] node 0: [mem 0x000000000a20b000-0x000000000affffff]
[ 0.000000] node 0: [mem 0x000000000b020000-0x00000000eba9efff]
[ 0.000000] node 0: [mem 0x00000000ebb95000-0x00000000ec013fff]
[ 0.000000] node 0: [mem 0x00000000ecfda000-0x00000000eeffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000038effffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 9160 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000038effffff]
[ 0.000000] On node 0 totalpages: 3656760
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 30 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 15155 pages used for memmap
[ 0.000000] DMA32 zone: 969881 pages, LIFO batch:63
[ 0.000000] Normal zone: 41920 pages used for memmap
[ 0.000000] Normal zone: 2682880 pages, LIFO batch:63
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[ 0.000000] [mem 0xf0000000-0xf7ffffff] available for PCI devices
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] After setup_arch
[ 0.000000] After setup_command_line
[ 0.000000] After setup_nr_cpu_ids
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:32 nr_node_ids:1
[ 0.000000] percpu: Embedded 54 pages/cpu s182552 r8192 d30440 u262144
[ 0.000000] pcpu-alloc: s182552 r8192 d30440 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.000000] After setup_per_cpu_areas
[ 0.000000] After smp_perpare_boot_cpu
[ 0.000000] After boot_cpu_hotplug_init
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3599591
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.5.0-rc3-00045-g7618e88ac987 root=UUID=8883f733-2248-47e0-90b9-ee5384f18d62 ro quiet noisapnp cryptomgr.notests random.trust_cpu=on selinux=0 apparmor=0
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 14175684K/14627040K available (12292K kernel code, 1323K rwdata, 4408K rodata, 1708K init, 7404K bss, 451356K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.000000] After mm_init
[ 0.000000] ftrace: allocating 39095 entries in 153 pages
[ 0.000000] ftrace: allocated 153 pages with 4 groups
[ 0.000000] After sched_init
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=32.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.000000] After rcu_init
[ 0.000000] NR_IRQS: 4352, nr_irqs: 1224, preallocated irqs: 16
[ 0.000000] rcu: Offload RCU callbacks from CPUs: (none).
[ 0.000000] random: crng done (trusting CPU's manufacturer)
[ 0.000000] After add_latent_entropy
[ 0.000000] After add_device_randomness
[ 0.000000] After boot_init_stack_canary
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] printk: console [tty0] enabled
[ 0.000000] ACPI: Core revision 20191018
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.002000] Switched APIC routing to physical flat.
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.011000] tsc: PIT calibration matches HPET. 2 loops
[ 0.011000] tsc: Detected 3500.059 MHz processor
[ 0.000004] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3273896764c, max_idle_ns: 440795386434 ns
[ 0.000007] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.11 BogoMIPS (lpj=3500059)
[ 0.000009] pid_max: default: 32768 minimum: 301
[ 0.003821] LSM: Security Framework initializing
[ 0.004336] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.004371] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.004549] *** VALIDATE tmpfs ***
[ 0.005540] *** VALIDATE proc ***
[ 0.006053] *** VALIDATE cgroup1 ***
[ 0.006054] *** VALIDATE cgroup2 ***
[ 0.006468] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.006469] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.006472] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.006473] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.006473] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.006474] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.006476] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.006653] Freeing SMP alternatives memory: 32K
[ 0.006653] After check_bugs
[ 0.007009] After acpi_subsystem_init
[ 0.007009] After arch_post_acpi_subsys_init
[ 0.007010] After sfi_init_late
[ 0.007012] After rcu_scheduler_starting
[ 0.008091] After find_task_by_pid_ns
[ 0.008093] After numa_default_policy
[ 0.008133] After rcu_read_lock
[ 0.008133] After rcu_read_unlock
[ 0.008135] After kthreadd_done
[ 0.110172] smpboot: CPU0: AMD Ryzen 3 2200G with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[ 0.110804] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.110807] ... version: 0
[ 0.110808] ... bit width: 48
[ 0.110808] ... generic registers: 6
[ 0.110809] ... value mask: 0000ffffffffffff
[ 0.110809] ... max period: 00007fffffffffff
[ 0.110809] ... fixed-purpose events: 0
[ 0.110810] ... event mask: 000000000000003f
[ 0.110934] rcu: Hierarchical SRCU implementation.
[ 0.111331] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.112489] smp: Bringing up secondary CPUs ...
[ 0.112758] x86: Booting SMP configuration:
[ 0.112758] .... node #0, CPUs: #1
[ 0.114014] After schedule_preempt_disabled
[ 0.114286] #2 #3
[ 0.117080] smp: Brought up 1 node, 4 CPUs
[ 0.117080] smpboot: Max logical packages: 8
[ 0.117080] smpboot: Total of 4 processors activated (28000.47 BogoMIPS)
[ 0.119454] devtmpfs: initialized
[ 0.120026] x86/mm: Memory block size: 128MB
[ 0.125303] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[ 0.125303] PM: Registering ACPI NVS region [mem 0xec014000-0xec11efff] (1093632 bytes)
[ 0.126262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.126262] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.128079] pinctrl core: initialized pinctrl subsystem
[ 0.128353] PM: RTC time: 17:09:39, date: 2019-12-24
[ 0.128354] thermal_sys: Registered thermal governor 'fair_share'
[ 0.128354] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.128355] thermal_sys: Registered thermal governor 'step_wise'
[ 0.128355] thermal_sys: Registered thermal governor 'user_space'
[ 0.129490] NET: Registered protocol family 16
[ 0.129867] audit: initializing netlink subsys (disabled)
[ 0.129878] audit: type=2000 audit(1577207378.140:1): state=initialized audit_enabled=0 res=1
[ 0.130241] cpuidle: using governor menu
[ 0.130241] ACPI: bus type PCI registered
[ 0.131151] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.131153] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.131165] PCI: Using configuration type 1 for base access
[ 0.137245] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.137245] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.138068] alg: self-tests disabled
[ 0.140062] cryptd: max_cpu_qlen set to 1000
[ 0.142010] ACPI: Added _OSI(Module Device)
[ 0.142010] ACPI: Added _OSI(Processor Device)
[ 0.142010] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.142010] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.142010] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.142010] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.142010] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.171286] ACPI: DSDT successfully acquired and loaded (tables_loaded = 1)
[ 0.205113] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.209842] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.218980] ACPI: Interpreter enabled
[ 0.219002] ACPI: (supports S0 S3 S5)
[ 0.219003] ACPI: Using IOAPIC for interrupt routing
[ 0.219841] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.221291] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 0.261158] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.261166] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.262044] acpi PNP0A08:00: _OSC: platform does not support [PME LTR]
[ 0.262893] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.262928] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.264041] PCI host bridge to bus 0000:00
[ 0.264044] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.264046] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.264049] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.264050] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.264052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.264054] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.264056] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[ 0.264058] pci_bus 0000:00: root bus resource [mem 0x40f000000-0x7fffffffff window]
[ 0.264060] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.264084] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[ 0.264409] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[ 0.264758] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.265005] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[ 0.265063] pci 0000:00:01.2: enabling Extended Tags
[ 0.265134] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.265134] pci 0000:00:01.2: pme_poll = true
[ 0.265135] pci 0000:00:01.2: after device_set_wakeup_capable()
[ 0.265138] pci 0000:00:01.2: after pci_pme_active()
[ 0.265727] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.265974] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[ 0.266035] pci 0000:00:08.1: enabling Extended Tags
[ 0.266102] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.266103] pci 0000:00:08.1: pme_poll = true
[ 0.266103] pci 0000:00:08.1: after device_set_wakeup_capable()
[ 0.266106] pci 0000:00:08.1: after pci_pme_active()
[ 0.266630] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[ 0.266690] pci 0000:00:08.2: enabling Extended Tags
[ 0.266769] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.266770] pci 0000:00:08.2: pme_poll = true
[ 0.266770] pci 0000:00:08.2: after device_set_wakeup_capable()
[ 0.266773] pci 0000:00:08.2: after pci_pme_active()
[ 0.267355] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.267741] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.268118] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[ 0.268292] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[ 0.268482] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[ 0.268662] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[ 0.268844] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[ 0.269035] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[ 0.269216] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[ 0.269405] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[ 0.269724] pci 0000:12:00.0: [1022:43bb] type 00 class 0x0c0330
[ 0.269753] pci 0000:12:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[ 0.269802] pci 0000:12:00.0: enabling Extended Tags
[ 0.269877] pci 0000:12:00.0: PME# supported from D3hot D3cold
[ 0.269877] pci 0000:12:00.0: pme_poll = true
[ 0.269878] pci 0000:12:00.0: after device_set_wakeup_capable()
[ 0.269881] pci 0000:12:00.0: after pci_pme_active()
[ 0.270140] pci 0000:12:00.1: [1022:43b7] type 00 class 0x010601
[ 0.270203] pci 0000:12:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[ 0.270212] pci 0000:12:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[ 0.270219] pci 0000:12:00.1: enabling Extended Tags
[ 0.270279] pci 0000:12:00.1: PME# supported from D3hot D3cold
[ 0.270280] pci 0000:12:00.1: pme_poll = true
[ 0.270280] pci 0000:12:00.1: after device_set_wakeup_capable()
[ 0.270283] pci 0000:12:00.1: after pci_pme_active()
[ 0.270524] pci 0000:12:00.2: [1022:43b2] type 01 class 0x060400
[ 0.270582] pci 0000:12:00.2: enabling Extended Tags
[ 0.270649] pci 0000:12:00.2: PME# supported from D3hot D3cold
[ 0.270649] pci 0000:12:00.2: pme_poll = true
[ 0.270650] pci 0000:12:00.2: after device_set_wakeup_capable()
[ 0.270653] pci 0000:12:00.2: after pci_pme_active()
[ 0.270951] pci 0000:00:01.2: PCI bridge to [bus 12-25]
[ 0.270956] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.270959] pci 0000:00:01.2: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.271131] pci 0000:20:00.0: [1022:43b4] type 01 class 0x060400
[ 0.271196] pci 0000:20:00.0: enabling Extended Tags
[ 0.271287] pci 0000:20:00.0: PME# supported from D3hot D3cold
[ 0.271288] pci 0000:20:00.0: pme_poll = true
[ 0.271288] pci 0000:20:00.0: after device_set_wakeup_capable()
[ 0.271291] pci 0000:20:00.0: after pci_pme_active()
[ 0.271560] pci 0000:20:01.0: [1022:43b4] type 01 class 0x060400
[ 0.271625] pci 0000:20:01.0: enabling Extended Tags
[ 0.271708] pci 0000:20:01.0: PME# supported from D3hot D3cold
[ 0.271708] pci 0000:20:01.0: pme_poll = true
[ 0.271709] pci 0000:20:01.0: after device_set_wakeup_capable()
[ 0.271712] pci 0000:20:01.0: after pci_pme_active()
[ 0.272032] pci 0000:20:04.0: [1022:43b4] type 01 class 0x060400
[ 0.272096] pci 0000:20:04.0: enabling Extended Tags
[ 0.272188] pci 0000:20:04.0: PME# supported from D3hot D3cold
[ 0.272188] pci 0000:20:04.0: pme_poll = true
[ 0.272189] pci 0000:20:04.0: after device_set_wakeup_capable()
[ 0.272192] pci 0000:20:04.0: after pci_pme_active()
[ 0.272477] pci 0000:12:00.2: PCI bridge to [bus 20-25]
[ 0.272483] pci 0000:12:00.2: bridge window [io 0xf000-0xffff]
[ 0.272486] pci 0000:12:00.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.272578] pci 0000:20:00.0: PCI bridge to [bus 21]
[ 0.272683] pci 0000:22:00.0: [10ec:8168] type 00 class 0x020000
[ 0.272726] pci 0000:22:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.272759] pci 0000:22:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[ 0.272780] pci 0000:22:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[ 0.272957] pci 0000:22:00.0: supports D1 D2
[ 0.272958] pci 0000:22:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.272958] pci 0000:22:00.0: pme_poll = true
[ 0.272959] pci 0000:22:00.0: after device_set_wakeup_capable()
[ 0.272964] pci 0000:22:00.0: after pci_pme_active()
[ 0.273285] pci 0000:20:01.0: PCI bridge to [bus 22]
[ 0.273291] pci 0000:20:01.0: bridge window [io 0xf000-0xffff]
[ 0.273294] pci 0000:20:01.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.273393] pci 0000:20:04.0: PCI bridge to [bus 25]
[ 0.273611] pci 0000:26:00.0: [1002:15dd] type 00 class 0x030000
[ 0.273657] pci 0000:26:00.0: reg 0x10: [mem 0x7fe0000000-0x7fefffffff 64bit pref]
[ 0.273675] pci 0000:26:00.0: reg 0x18: [mem 0x7ff0000000-0x7ff01fffff 64bit pref]
[ 0.273686] pci 0000:26:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.273698] pci 0000:26:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[ 0.273718] pci 0000:26:00.0: enabling Extended Tags
[ 0.273741] pci 0000:26:00.0: BAR 0: assigned to efifb
[ 0.273849] pci 0000:26:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.273849] pci 0000:26:00.0: pme_poll = true
[ 0.273850] pci 0000:26:00.0: after device_set_wakeup_capable()
[ 0.273853] pci 0000:26:00.0: after pci_pme_active()
[ 0.274158] pci 0000:26:00.1: [1002:15de] type 00 class 0x040300
[ 0.274185] pci 0000:26:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[ 0.274238] pci 0000:26:00.1: enabling Extended Tags
[ 0.274319] pci 0000:26:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.274319] pci 0000:26:00.1: pme_poll = true
[ 0.274320] pci 0000:26:00.1: after device_set_wakeup_capable()
[ 0.274323] pci 0000:26:00.1: after pci_pme_active()
[ 0.274584] pci 0000:26:00.2: [1022:15df] type 00 class 0x108000
[ 0.274625] pci 0000:26:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[ 0.274648] pci 0000:26:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[ 0.274665] pci 0000:26:00.2: enabling Extended Tags
[ 0.274985] pci 0000:26:00.3: [1022:15e0] type 00 class 0x0c0330
[ 0.275020] pci 0000:26:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[ 0.275082] pci 0000:26:00.3: enabling Extended Tags
[ 0.275170] pci 0000:26:00.3: PME# supported from D0 D3hot D3cold
[ 0.275170] pci 0000:26:00.3: pme_poll = true
[ 0.275171] pci 0000:26:00.3: after device_set_wakeup_capable()
[ 0.275174] pci 0000:26:00.3: after pci_pme_active()
[ 0.275443] pci 0000:26:00.4: [1022:15e1] type 00 class 0x0c0330
[ 0.275478] pci 0000:26:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[ 0.275539] pci 0000:26:00.4: enabling Extended Tags
[ 0.275627] pci 0000:26:00.4: PME# supported from D0 D3hot D3cold
[ 0.275627] pci 0000:26:00.4: pme_poll = true
[ 0.275628] pci 0000:26:00.4: after device_set_wakeup_capable()
[ 0.275631] pci 0000:26:00.4: after pci_pme_active()
[ 0.275885] pci 0000:26:00.6: [1022:15e3] type 00 class 0x040300
[ 0.275911] pci 0000:26:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[ 0.275965] pci 0000:26:00.6: enabling Extended Tags
[ 0.276047] pci 0000:26:00.6: PME# supported from D0 D3hot D3cold
[ 0.276048] pci 0000:26:00.6: pme_poll = true
[ 0.276048] pci 0000:26:00.6: after device_set_wakeup_capable()
[ 0.276052] pci 0000:26:00.6: after pci_pme_active()
[ 0.276383] pci 0000:00:08.1: PCI bridge to [bus 26]
[ 0.276389] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.276392] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfccfffff]
[ 0.276397] pci 0000:00:08.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[ 0.276539] pci 0000:27:00.0: [1022:7901] type 00 class 0x010601
[ 0.276624] pci 0000:27:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[ 0.276644] pci 0000:27:00.0: enabling Extended Tags
[ 0.276744] pci 0000:27:00.0: PME# supported from D3hot D3cold
[ 0.276744] pci 0000:27:00.0: pme_poll = true
[ 0.276745] pci 0000:27:00.0: after device_set_wakeup_capable()
[ 0.276748] pci 0000:27:00.0: after pci_pme_active()
[ 0.277077] pci 0000:00:08.2: PCI bridge to [bus 27]
[ 0.277085] pci 0000:00:08.2: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.279543] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.279778] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.279996] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.280257] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.280486] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.280683] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.280880] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.281078] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.283237] iommu: Default domain type: Translated
[ 0.283272] pci 0000:26:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.283272] pci 0000:26:00.0: vgaarb: bridge control possible
[ 0.283272] pci 0000:26:00.0: vgaarb: setting as boot device
[ 0.283272] vgaarb: loaded
[ 0.284174] SCSI subsystem initialized
[ 0.284221] libata version 3.00 loaded.
[ 0.284221] ACPI: bus type USB registered
[ 0.284221] usbcore: registered new interface driver usbfs
[ 0.284221] usbcore: registered new interface driver hub
[ 0.284223] usbcore: registered new device driver usb
[ 0.284317] Registered efivars operations
[ 0.285045] PCI: Using ACPI for IRQ routing
[ 0.287544] PCI: pci_cache_line_size set to 64 bytes
[ 0.287639] e820: reserve RAM buffer [mem 0x09d80000-0x0bffffff]
[ 0.287643] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.287645] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.287647] e820: reserve RAM buffer [mem 0xe8c8a000-0xebffffff]
[ 0.287648] e820: reserve RAM buffer [mem 0xeba9f000-0xebffffff]
[ 0.287650] e820: reserve RAM buffer [mem 0xec014000-0xefffffff]
[ 0.287652] e820: reserve RAM buffer [mem 0xef000000-0xefffffff]
[ 0.287653] e820: reserve RAM buffer [mem 0x38f000000-0x38fffffff]
[ 0.288157] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.288159] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.290488] clocksource: Switched to clocksource tsc-early
[ 0.324636] *** VALIDATE bpf ***
[ 0.325239] VFS: Disk quotas dquot_6.6.0
[ 0.325488] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.325545] *** VALIDATE ramfs ***
[ 0.325607] *** VALIDATE hugetlbfs ***
[ 0.325963] pnp: PnP ACPI init
[ 0.326307] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.326314] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.326535] system 00:01: [mem 0x38f000000-0x40effffff window] has been reserved
[ 0.326541] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.327091] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.327768] system 00:03: [io 0x0a00-0x0a0f] has been reserved
[ 0.327772] system 00:03: [io 0x0a10-0x0a1f] has been reserved
[ 0.327775] system 00:03: [io 0x0a20-0x0a2f] has been reserved
[ 0.327778] system 00:03: [io 0x0a40-0x0a4f] has been reserved
[ 0.327784] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.329087] pnp 00:04: [dma 0 disabled]
[ 0.329180] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.329968] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.329971] system 00:05: [io 0x040b] has been reserved
[ 0.329974] system 00:05: [io 0x04d6] has been reserved
[ 0.329977] system 00:05: [io 0x0c00-0x0c01] has been reserved
[ 0.329980] system 00:05: [io 0x0c14] has been reserved
[ 0.329984] system 00:05: [io 0x0c50-0x0c51] has been reserved
[ 0.329987] system 00:05: [io 0x0c52] has been reserved
[ 0.329990] system 00:05: [io 0x0c6c] has been reserved
[ 0.329993] system 00:05: [io 0x0c6f] has been reserved
[ 0.329996] system 00:05: [io 0x0cd0-0x0cd1] has been reserved
[ 0.329999] system 00:05: [io 0x0cd2-0x0cd3] has been reserved
[ 0.330002] system 00:05: [io 0x0cd4-0x0cd5] has been reserved
[ 0.330005] system 00:05: [io 0x0cd6-0x0cd7] has been reserved
[ 0.330008] system 00:05: [io 0x0cd8-0x0cdf] has been reserved
[ 0.330011] system 00:05: [io 0x0800-0x089f] has been reserved
[ 0.330014] system 00:05: [io 0x0b00-0x0b0f] has been reserved
[ 0.330017] system 00:05: [io 0x0b20-0x0b3f] has been reserved
[ 0.330020] system 00:05: [io 0x0900-0x090f] has been reserved
[ 0.330024] system 00:05: [io 0x0910-0x091f] has been reserved
[ 0.330028] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.330032] system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.330035] system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.330038] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.330042] system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.330045] system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.330048] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[ 0.330053] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.331943] pnp: PnP ACPI: found 6 devices
[ 0.340841] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.340922] pci 0000:20:00.0: PCI bridge to [bus 21]
[ 0.340935] pci 0000:20:01.0: PCI bridge to [bus 22]
[ 0.340938] pci 0000:20:01.0: bridge window [io 0xf000-0xffff]
[ 0.340943] pci 0000:20:01.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.340951] pci 0000:20:04.0: PCI bridge to [bus 25]
[ 0.340963] pci 0000:12:00.2: PCI bridge to [bus 20-25]
[ 0.340965] pci 0000:12:00.2: bridge window [io 0xf000-0xffff]
[ 0.340969] pci 0000:12:00.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.340976] pci 0000:00:01.2: PCI bridge to [bus 12-25]
[ 0.340978] pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
[ 0.340982] pci 0000:00:01.2: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.340991] pci 0000:00:08.1: PCI bridge to [bus 26]
[ 0.340997] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.341002] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfccfffff]
[ 0.341005] pci 0000:00:08.1: bridge window [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[ 0.341010] pci 0000:00:08.2: PCI bridge to [bus 27]
[ 0.341015] pci 0000:00:08.2: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.341024] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.341025] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.341025] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.341026] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.341027] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.341028] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.341028] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfcffffff window]
[ 0.341029] pci_bus 0000:00: resource 11 [mem 0x40f000000-0x7fffffffff window]
[ 0.341030] pci_bus 0000:12: resource 0 [io 0xf000-0xffff]
[ 0.341031] pci_bus 0000:12: resource 1 [mem 0xfcd00000-0xfcefffff]
[ 0.341032] pci_bus 0000:20: resource 0 [io 0xf000-0xffff]
[ 0.341032] pci_bus 0000:20: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.341033] pci_bus 0000:22: resource 0 [io 0xf000-0xffff]
[ 0.341034] pci_bus 0000:22: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.341035] pci_bus 0000:26: resource 0 [io 0xe000-0xefff]
[ 0.341035] pci_bus 0000:26: resource 1 [mem 0xfc900000-0xfccfffff]
[ 0.341036] pci_bus 0000:26: resource 2 [mem 0x7fe0000000-0x7ff01fffff 64bit pref]
[ 0.341037] pci_bus 0000:27: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.341564] NET: Registered protocol family 2
[ 0.342314] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.342337] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.342512] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.342633] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.342874] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.342911] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.343729] NET: Registered protocol family 1
[ 0.344275] pci 0000:26:00.1: D0 power state depends on 0000:26:00.0
[ 0.345390] PCI: CLS 64 bytes, default 64
[ 0.345515] Trying to unpack rootfs image as initramfs...
[ 0.365031] Freeing initrd memory: 7508K
[ 0.365303] pci 0000:00:00.2: AMD-Vi: Unable to write to IOMMU perf counter.
[ 0.365536] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.365537] pci 0000:00:00.2: PCI INT A: not connected
[ 0.365638] pci 0000:00:01.0: Adding to iommu group 0
[ 0.367017] pci 0000:00:01.2: Adding to iommu group 1
[ 0.368095] pci 0000:00:08.0: Adding to iommu group 2
[ 0.369348] pci 0000:00:08.1: Adding to iommu group 3
[ 0.370578] pci 0000:00:08.2: Adding to iommu group 4
[ 0.371715] pci 0000:00:14.0: Adding to iommu group 5
[ 0.372864] pci 0000:00:14.3: Adding to iommu group 5
[ 0.372945] pci 0000:00:18.0: Adding to iommu group 6
[ 0.374120] pci 0000:00:18.1: Adding to iommu group 6
[ 0.374174] pci 0000:00:18.2: Adding to iommu group 6
[ 0.374220] pci 0000:00:18.3: Adding to iommu group 6
[ 0.374268] pci 0000:00:18.4: Adding to iommu group 6
[ 0.374320] pci 0000:00:18.5: Adding to iommu group 6
[ 0.374367] pci 0000:00:18.6: Adding to iommu group 6
[ 0.374412] pci 0000:00:18.7: Adding to iommu group 6
[ 0.374520] pci 0000:12:00.0: Adding to iommu group 7
[ 0.375667] pci 0000:12:00.1: Adding to iommu group 7
[ 0.375728] pci 0000:12:00.2: Adding to iommu group 7
[ 0.375773] pci 0000:20:00.0: Adding to iommu group 7
[ 0.375817] pci 0000:20:01.0: Adding to iommu group 7
[ 0.375864] pci 0000:20:04.0: Adding to iommu group 7
[ 0.375922] pci 0000:22:00.0: Adding to iommu group 7
[ 0.376061] pci 0000:26:00.0: Adding to iommu group 8
[ 0.376146] pci 0000:26:00.0: Using iommu direct mapping
[ 0.376242] pci 0000:26:00.1: Adding to iommu group 9
[ 0.377451] pci 0000:26:00.2: Adding to iommu group 9
[ 0.377509] pci 0000:26:00.3: Adding to iommu group 9
[ 0.377572] pci 0000:26:00.4: Adding to iommu group 9
[ 0.377628] pci 0000:26:00.6: Adding to iommu group 9
[ 0.377693] pci 0000:27:00.0: Adding to iommu group 10
[ 0.379062] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.379063] pci 0000:00:00.2: AMD-Vi: Extended features (0x4f77ef22294ada):
[ 0.379064] PPR NX GT IA GA PC GA_vAPIC
[ 0.379066] AMD-Vi: Interrupt remapping enabled
[ 0.379066] AMD-Vi: Virtual APIC enabled
[ 0.379346] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.380668] amd_uncore: AMD NB counters detected
[ 0.380763] amd_uncore: AMD LLC counters detected
[ 0.383727] Initialise system trusted keyrings
[ 0.383858] workingset: timestamp_bits=37 max_order=22 bucket_order=0
[ 0.389564] zbud: loaded
[ 0.392441] NET: Registered protocol family 38
[ 0.392446] Key type asymmetric registered
[ 0.392447] Asymmetric key parser 'x509' registered
[ 0.392461] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 0.392587] io scheduler mq-deadline registered
[ 0.392588] io scheduler kyber registered
[ 0.393075] pcieport 0000:00:01.2: AER: enabled with IRQ 26
[ 0.393925] pcieport 0000:00:08.2: AER: enabled with IRQ 28
[ 0.395933] efifb: probing for efifb
[ 0.395967] efifb: framebuffer at 0x7fe0000000, using 3072k, total 3072k
[ 0.395968] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.395968] efifb: scrolling: redraw
[ 0.395969] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.396229] Console: switching to colour frame buffer device 128x48
[ 0.397518] fb0: EFI VGA frame buffer device
[ 0.397727] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.397799] ACPI: Power Button [PWRB]
[ 0.397914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.397980] ACPI: Power Button [PWRF]
[ 0.398069] Monitor-Mwait will be used to enter C-1 state
[ 0.399270] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.420230] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.423919] Non-volatile memory driver v1.3
[ 0.423972] Linux agpgart interface v0.103
[ 0.424560] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@xxxxxxx>
[ 0.424734] [drm] radeon kernel modesetting enabled.
[ 0.425654] ahci 0000:12:00.1: version 3.0
[ 0.426002] ahci 0000:12:00.1: SSS flag set, parallel bus scan disabled
[ 0.426049] ahci 0000:12:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[ 0.426051] ahci 0000:12:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.428191] scsi host0: ahci
[ 0.428783] scsi host1: ahci
[ 0.429202] scsi host2: ahci
[ 0.429586] scsi host3: ahci
[ 0.429934] scsi host4: ahci
[ 0.430289] scsi host5: ahci
[ 0.430711] scsi host6: ahci
[ 0.431089] scsi host7: ahci
[ 0.431358] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[ 0.431360] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[ 0.431360] ata3: DUMMY
[ 0.431361] ata4: DUMMY
[ 0.431362] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[ 0.431364] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[ 0.431364] ata7: DUMMY
[ 0.431364] ata8: DUMMY
[ 0.431447] ata1: SATA link down (SStatus 0 SControl 0)
[ 0.431494] ata2: SATA link down (SStatus 0 SControl 0)
[ 0.431598] ata5: SATA link down (SStatus 0 SControl 0)
[ 0.431637] ata6: SATA link down (SStatus 0 SControl 0)
[ 0.442519] ahci 0000:27:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.442521] ahci 0000:27:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.443037] scsi host8: ahci
[ 0.443379] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[ 0.443579] libphy: Fixed MDIO Bus: probed
[ 0.443778] i8042: PNP: No PS/2 controller found.
[ 0.443887] mousedev: PS/2 mouse device common for all mice
[ 0.444148] rtc_cmos 00:02: RTC can wake from S4
[ 0.444566] rtc_cmos 00:02: registered as rtc0
[ 0.444635] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.444820] device-mapper: uevent: version 1.0.3
[ 0.445074] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@xxxxxxxxxx
[ 0.446310] hid: raw HID events driver (C) Jiri Kosina
[ 0.446392] usbcore: registered new interface driver usbhid
[ 0.446392] usbhid: USB HID core driver
[ 0.446799] Initializing XFRM netlink socket
[ 0.447695] NET: Registered protocol family 10
[ 0.448881] Segment Routing with IPv6
[ 0.448911] mip6: Mobile IPv6
[ 0.448912] NET: Registered protocol family 17
[ 0.449249] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 0)
[ 0.449401] ata9.00: supports DRM functions and may not be fully accessible
[ 0.449467] ata9.00: ATA-10: CT1000MX500SSD4, M3CR020, max UDMA/133
[ 0.449468] ata9.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.449810] microcode: CPU0: patch_level=0x08101016
[ 0.449818] microcode: CPU1: patch_level=0x08101016
[ 0.449826] microcode: CPU2: patch_level=0x08101016
[ 0.449861] microcode: CPU3: patch_level=0x08101016
[ 0.449968] microcode: Microcode Update Driver: v2.2.
[ 0.449972] IPI shorthand broadcast: enabled
[ 0.449998] AVX2 version of gcm_enc/dec engaged.
[ 0.449999] AES CTR mode by8 optimization enabled
[ 0.450249] ata9.00: supports DRM functions and may not be fully accessible
[ 0.450842] ata9.00: configured for UDMA/133
[ 0.452391] scsi 8:0:0:0: Direct-Access ATA CT1000MX500SSD4 020 PQ: 0 ANSI: 5
[ 0.453088] sd 8:0:0:0: Attached scsi generic sg0 type 0
[ 0.453094] sd 8:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 0.453098] sd 8:0:0:0: [sda] 4096-byte physical blocks
[ 0.453109] sd 8:0:0:0: [sda] Write Protect is off
[ 0.453112] sd 8:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.453128] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.454075] sda: sda1 sda2 sda3
[ 0.456647] sd 8:0:0:0: [sda] Attached SCSI disk
[ 0.466382] sched_clock: Marking stable (477357239, -10994110)->(485066233, -18703104)
[ 0.466575] registered taskstats version 1
[ 0.466579] Loading compiled-in X.509 certificates
[ 0.471313] Loaded X.509 cert 'Build time autogenerated kernel key: 91b5e042fe2c53b9e28e9b8228b2a1504b5ab494'
[ 0.471441] zswap: loaded using pool lzo/zbud
[ 0.471633] kmemleak: Kernel memory leak detector initialized (mem pool available: 14473)
[ 0.471638] kmemleak: Automatic memory scanning thread started
[ 0.474966] Key type encrypted registered
[ 0.478261] PM: Magic number: 15:261:189
[ 0.478322] acpi device:48: hash matches
[ 0.478331] acpi device:1b: hash matches
[ 0.478420] rtc_cmos 00:02: setting system clock to 2019-12-24T17:09:39 UTC (1577207379)
[ 0.478836] After kernel_init_freeable
[ 0.481407] Freeing unused kernel image (initmem) memory: 1708K
[ 0.484917] Write protecting the kernel read-only data: 20480k
[ 0.485374] Freeing unused kernel image (text/rodata gap) memory: 2040K
[ 0.485664] Freeing unused kernel image (rodata/data gap) memory: 1736K
[ 0.492689] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.492695] rodata_test: all tests were successful
[ 0.492695] After mark_readonly
[ 0.492695] After pti_finalize
[ 0.492702] rcu_end_inkernel_boot
[ 0.492703] Run /init as init process
[ 0.615410] xhci_hcd 0000:12:00.0: xHCI Host Controller
[ 0.615658] xhci_hcd 0000:12:00.0: new USB bus registered, assigned bus number 1
[ 0.671464] xhci_hcd 0000:12:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000048000410
[ 0.672609] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 0.672611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.672612] usb usb1: Product: xHCI Host Controller
[ 0.672612] usb usb1: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.672613] usb usb1: SerialNumber: 0000:12:00.0
[ 0.673045] hub 1-0:1.0: USB hub found
[ 0.673097] hub 1-0:1.0: 10 ports detected
[ 0.675810] xhci_hcd 0000:12:00.0: xHCI Host Controller
[ 0.675901] xhci_hcd 0000:12:00.0: new USB bus registered, assigned bus number 2
[ 0.675907] xhci_hcd 0000:12:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.675968] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.676037] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 0.676037] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.676038] usb usb2: Product: xHCI Host Controller
[ 0.676039] usb usb2: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.676040] usb usb2: SerialNumber: 0000:12:00.0
[ 0.676336] hub 2-0:1.0: USB hub found
[ 0.676392] hub 2-0:1.0: 4 ports detected
[ 0.677389] xhci_hcd 0000:26:00.3: xHCI Host Controller
[ 0.678116] xhci_hcd 0000:26:00.3: new USB bus registered, assigned bus number 3
[ 0.678728] xhci_hcd 0000:26:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[ 0.680699] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 0.680700] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.680701] usb usb3: Product: xHCI Host Controller
[ 0.680702] usb usb3: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.680702] usb usb3: SerialNumber: 0000:26:00.3
[ 0.680977] hub 3-0:1.0: USB hub found
[ 0.681009] hub 3-0:1.0: 4 ports detected
[ 0.682190] xhci_hcd 0000:26:00.3: xHCI Host Controller
[ 0.682298] xhci_hcd 0000:26:00.3: new USB bus registered, assigned bus number 4
[ 0.682303] xhci_hcd 0000:26:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.682348] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.682403] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 0.682404] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.682405] usb usb4: Product: xHCI Host Controller
[ 0.682405] usb usb4: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.682406] usb usb4: SerialNumber: 0000:26:00.3
[ 0.682655] hub 4-0:1.0: USB hub found
[ 0.682685] hub 4-0:1.0: 4 ports detected
[ 0.683965] xhci_hcd 0000:26:00.4: xHCI Host Controller
[ 0.684062] xhci_hcd 0000:26:00.4: new USB bus registered, assigned bus number 5
[ 0.684282] xhci_hcd 0000:26:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[ 0.685132] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 0.685133] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.685134] usb usb5: Product: xHCI Host Controller
[ 0.685135] usb usb5: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.685135] usb usb5: SerialNumber: 0000:26:00.4
[ 0.685376] hub 5-0:1.0: USB hub found
[ 0.685407] hub 5-0:1.0: 1 port detected
[ 0.685783] xhci_hcd 0000:26:00.4: xHCI Host Controller
[ 0.685860] xhci_hcd 0000:26:00.4: new USB bus registered, assigned bus number 6
[ 0.685865] xhci_hcd 0000:26:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.685925] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.685980] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 0.685981] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.685982] usb usb6: Product: xHCI Host Controller
[ 0.685982] usb usb6: Manufacturer: Linux 5.5.0-rc3-00045-g7618e88ac987 xhci-hcd
[ 0.685983] usb usb6: SerialNumber: 0000:26:00.4
[ 0.686234] hub 6-0:1.0: USB hub found
[ 0.686253] hub 6-0:1.0: 1 port detected
[ 0.998516] usb 1-7: new low-speed USB device number 2 using xhci_hcd
[ 1.233171] usb 1-7: New USB device found, idVendor=093a, idProduct=2521, bcdDevice= 1.00
[ 1.233173] usb 1-7: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 1.233174] usb 1-7: Product: USB OPTICAL MOUSE
[ 1.260339] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:01.2/0000:12:00.0/usb1/1-7/1-7:1.0/0003:093A:2521.0001/input/input2
[ 1.261048] hid-generic 0003:093A:2521.0001: input,hidraw0: USB HID v1.11 Mouse [USB OPTICAL MOUSE] on usb-0000:12:00.0-7/input0
[ 1.375357] usb 1-10: new low-speed USB device number 3 using xhci_hcd
[ 1.428371] tsc: Refined TSC clocksource calibration: 3499.983 MHz
[ 1.428385] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x327340b30a0, max_idle_ns: 440795302655 ns
[ 1.428435] clocksource: Switched to clocksource tsc
[ 1.617218] usb 1-10: New USB device found, idVendor=045e, idProduct=07b9, bcdDevice= 1.14
[ 1.617220] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.617221] usb 1-10: Product: USB Keyboard
[ 1.617222] usb 1-10: Manufacturer: LITEON Technology
[ 1.647394] input: LITEON Technology USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:12:00.0/usb1/1-10/1-10:1.0/0003:045E:07B9.0002/input/input3
[ 1.700214] hid-generic 0003:045E:07B9.0002: input,hidraw1: USB HID v1.10 Keyboard [LITEON Technology USB Keyboard] on usb-0000:12:00.0-10/input0
[ 12.633907] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 12.812792] systemd[1]: systemd 244-3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 12.825057] systemd[1]: Detected architecture x86-64.
[ 12.840818] systemd[1]: Set hostname to <tokeiihto>.
[ 12.843836] systemd[1]: Couldn't move remaining userspace processes, ignoring: Input/output error
[ 12.932760] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket â /run/dbus/system_bus_socket; please update the unit file accordingly.
[ 12.967687] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[ 12.968841] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 12.969901] systemd[1]: Created slice User and Session Slice.
[ 12.969999] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.970076] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.970619] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.970712] systemd[1]: Reached target Remote File Systems.
[ 12.970744] systemd[1]: Reached target Slices.
[ 12.970779] systemd[1]: Reached target Swap.
[ 12.972383] systemd[1]: Listening on Process Core Dump Socket.
[ 12.972519] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 12.972598] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 12.972779] systemd[1]: Listening on Journal Audit Socket.
[ 12.972895] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.973117] systemd[1]: Listening on Journal Socket.
[ 12.973241] systemd[1]: Listening on udev Control Socket.
[ 12.973358] systemd[1]: Listening on udev Kernel Socket.
[ 12.976057] systemd[1]: Mounting Huge Pages File System...
[ 12.978222] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.978338] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 12.980717] systemd[1]: Mounting Kernel Configuration File System...
[ 12.983340] systemd[1]: Mounting Kernel Debug File System...
[ 12.990036] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 12.990497] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 12.990535] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 12.993444] systemd[1]: Starting Journal Service...
[ 12.997205] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 12.999721] systemd[1]: Starting Apply Kernel Variables...
[ 13.002359] systemd[1]: Starting udev Coldplug all Devices...
[ 13.003855] systemd[1]: Mounted Huge Pages File System.
[ 13.003993] systemd[1]: Mounted POSIX Message Queue File System.
[ 13.004101] systemd[1]: Mounted Kernel Configuration File System.
[ 13.004204] systemd[1]: Mounted Kernel Debug File System.
[ 13.004899] systemd[1]: Started Create list of static device nodes for the current kernel.
[ 13.012747] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[ 13.014825] systemd[1]: Started Remount Root and Kernel File Systems.
[ 13.015924] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 13.018285] systemd[1]: Starting Load/Save Random Seed...
[ 13.020880] systemd[1]: Starting Create System Users...
[ 13.021639] systemd[1]: Started Apply Kernel Variables.
[ 13.036741] systemd[1]: Started Load/Save Random Seed.
[ 13.037786] systemd[1]: Started Create System Users.
[ 13.041012] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 13.054773] systemd[1]: Started Create Static Device Nodes in /dev.
[ 13.054927] systemd[1]: Reached target Local File Systems (Pre).
[ 13.057729] systemd[1]: Starting udev Kernel Device Manager...
[ 13.113739] systemd[1]: Started udev Coldplug all Devices.
[ 13.138742] systemd[1]: Started udev Kernel Device Manager.
[ 13.184622] acpi_cpufreq: overriding BIOS provided _PSD data
[ 13.204210] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
[ 13.204899] acpi device:10: registered as cooling_device4
[ 13.205066] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:01/input/input4
[ 13.254234] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[ 13.291822] r8169 0000:22:00.0: enabling device (0000 -> 0003)
[ 13.298141] libphy: r8169: probed
[ 13.298677] r8169 0000:22:00.0 eth0: RTL8168h/8111h, 30:9c:23:04:d6:98, XID 541, IRQ 52
[ 13.298679] r8169 0000:22:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 13.340659] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 13.340661] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.367288] systemd[1]: Started Journal Service.
[ 13.376868] 1
[ 13.376901] 2
[ 13.376906] snd_hda_intel 0000:26:00.1: enabling device (0000 -> 0002)
[ 13.377317] 3
[ 13.377317] 4
[ 13.377317] 5
[ 13.377318] 6
[ 13.377318] 7
[ 13.377320] 8
[ 13.377320] 9
[ 13.377379] 1
[ 13.377408] 2
[ 13.377423] snd_hda_intel 0000:26:00.6: enabling device (0000 -> 0002)
[ 13.377541] 3
[ 13.377541] 4
[ 13.377542] 5
[ 13.377542] 6
[ 13.377542] 7
[ 13.377542] 8
[ 13.377542] 9
[ 13.385748] systemd-journald[298]: Received client request to flush runtime journal.
[ 13.406253] [drm] amdgpu kernel modesetting enabled.
[ 13.406294] checking generic (7fe0000000 300000) vs hw (7fe0000000 10000000)
[ 13.406294] fb0: switching to amdgpudrmfb from EFI VGA
[ 13.406380] Console: switching to colour dummy device 80x25
[ 13.406423] amdgpu 0000:26:00.0: vgaarb: deactivate vga console
[ 13.406805] amdgpu 0000:26:00.0: enabling device (0006 -> 0007)
[ 13.408153] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x1002:0x15DD 0xC8).
[ 13.408175] [drm] register mmio base: 0xFCC00000
[ 13.408175] [drm] register mmio size: 524288
[ 13.408201] [drm] add ip block number 0 <soc15_common>
[ 13.408202] [drm] add ip block number 1 <gmc_v9_0>
[ 13.408202] [drm] add ip block number 2 <vega10_ih>
[ 13.408203] [drm] add ip block number 3 <psp>
[ 13.408203] [drm] add ip block number 4 <gfx_v9_0>
[ 13.408204] [drm] add ip block number 5 <sdma_v4_0>
[ 13.408205] [drm] add ip block number 6 <powerplay>
[ 13.408205] [drm] add ip block number 7 <dm>
[ 13.408206] [drm] add ip block number 8 <vcn_v1_0>
[ 13.408687] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input5
[ 13.408863] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input6
[ 13.409048] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:26:00.1/sound/card0/input7
[ 13.409069] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 13.409070] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.409072] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 13.409073] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 13.409073] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 13.409074] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 13.409075] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 13.409076] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 13.409077] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 13.415816] ATOM BIOS: 113-RAVEN-114
[ 13.416590] [drm] VCN decode is enabled in VM mode
[ 13.416591] [drm] VCN encode is enabled in VM mode
[ 13.416591] [drm] VCN jpeg decode is enabled in VM mode
[ 13.416831] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 13.416939] amdgpu 0000:26:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[ 13.416940] amdgpu 0000:26:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 13.416941] amdgpu 0000:26:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 13.416955] [drm] Detected VRAM RAM=2048M, BAR=2048M
[ 13.416956] [drm] RAM width 128bits DDR4
[ 13.419381] [TTM] Zone kernel: Available graphics memory: 7168268 KiB
[ 13.419382] [TTM] Zone dma32: Available graphics memory: 2097152 KiB
[ 13.419382] [TTM] Initializing pool allocator
[ 13.419399] [TTM] Initializing DMA pool allocator
[ 13.419570] [drm] amdgpu: 2048M of VRAM memory ready
[ 13.419583] [drm] amdgpu: 3072M of GTT memory ready.
[ 13.419664] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 13.419903] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[ 13.421454] amdgpu 0000:26:00.0: Direct firmware load for amdgpu/raven_ta.bin failed with error -2
[ 13.421456] amdgpu 0000:26:00.0: psp v10.0: Failed to load firmware "amdgpu/raven_ta.bin"
[ 13.435852] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input8
[ 13.436026] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input9
[ 13.436220] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input10
[ 13.436790] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input11
[ 13.436974] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input12
[ 13.437240] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input13
[ 13.437403] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:26:00.6/sound/card1/input14
[ 13.446975] [drm] Warning: check cp_fw_version and update it to realize GRBM requires 1-cycle delay in cp firmware
[ 13.448211] BUG: kernel NULL pointer dereference, address: 0000000000000026
[ 13.448216] #PF: supervisor read access in kernel mode
[ 13.448217] #PF: error_code(0x0000) - not-present page
[ 13.448219] PGD 0 P4D 0
[ 13.448221] Oops: 0000 [#1] SMP
[ 13.448223] CPU: 2 PID: 354 Comm: comp_1.0.0 Not tainted 5.5.0-rc3-00045-g7618e88ac987 #25
[ 13.448225] Hardware name: Micro-Star International Co., Ltd. MS-7A37/B350M MORTAR (MS-7A37), BIOS 1.MR 12/02/2019
[ 13.448231] RIP: 0010:__kthread_should_park+0x5/0x30
[ 13.448233] Code: 7d 01 00 f6 40 26 20 74 11 48 8b 80 88 05 00 00 48 8b 00 48 d1 e8 83 e0 01 c3 0f 0b eb eb 0f 1f 80 00 00 00 00 0f 1f 44 00 00 <f6> 47 26 20 74 12 48 8b 87 88 05 00 00 48 8b 00 48 c1 e8 02 83 e0
[ 13.448235] RSP: 0018:ffffbe1b804bfe50 EFLAGS: 00010246
[ 13.448237] RAX: 7fffffffffffffff RBX: ffff988638f72e78 RCX: 0000000000000294
[ 13.448238] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
[ 13.448240] RBP: ffff988636827f50 R08: ffff98863da34058 R09: ffff98863e80e8d8
[ 13.448241] R10: ffffbe1b804bfeac R11: ffffffffc466dad2 R12: ffff988636827f50
[ 13.448243] R13: ffffbe1b808c77e0 R14: ffff988636827f50 R15: ffff98863da33c80
[ 13.448245] FS: 0000000000000000(0000) GS:ffff988640680000(0000) knlGS:0000000000000000
[ 13.448247] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 13.448248] CR2: 0000000000000026 CR3: 0000000378783000 CR4: 00000000003406e0
[ 13.448250] Call Trace:
[ 13.448254] drm_sched_get_cleanup_job+0x42/0x100 [gpu_sched]
[ 13.448257] drm_sched_main+0x5c/0x390 [gpu_sched]
[ 13.448261] ? __schedule+0x298/0x6c0
[ 13.448263] ? __wake_up_common+0x80/0x180
[ 13.448265] kthread+0xfb/0x130
[ 13.448267] ? drm_sched_get_cleanup_job+0x100/0x100 [gpu_sched]
[ 13.448269] ? kthread_park+0x90/0x90
[ 13.448272] ret_from_fork+0x22/0x40
[ 13.448273] Modules linked in: snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi amdgpu(+) snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core k10temp i2c_piix4 snd_hwdep snd_pcm snd_timer gpu_sched snd soundcore r8169 realtek wmi video acpi_cpufreq crc32c_intel xhci_pci xhci_hcd
[ 13.448286] CR2: 0000000000000026
[ 13.448288] ---[ end trace 22194bd02a932bab ]---
[ 13.448290] RIP: 0010:__kthread_should_park+0x5/0x30
[ 13.448292] Code: 7d 01 00 f6 40 26 20 74 11 48 8b 80 88 05 00 00 48 8b 00 48 d1 e8 83 e0 01 c3 0f 0b eb eb 0f 1f 80 00 00 00 00 0f 1f 44 00 00 <f6> 47 26 20 74 12 48 8b 87 88 05 00 00 48 8b 00 48 c1 e8 02 83 e0
[ 13.448295] RSP: 0018:ffffbe1b804bfe50 EFLAGS: 00010246
[ 13.448296] RAX: 7fffffffffffffff RBX: ffff988638f72e78 RCX: 0000000000000294
[ 13.448298] RDX: 0000000000000000 RSI: 0000000000000246 RDI: 0000000000000000
[ 13.448299] RBP: ffff988636827f50 R08: ffff98863da34058 R09: ffff98863e80e8d8
[ 13.448300] R10: ffffbe1b804bfeac R11: ffffffffc466dad2 R12: ffff988636827f50
[ 13.448302] R13: ffffbe1b808c77e0 R14: ffff988636827f50 R15: ffff98863da33c80
[ 13.448303] FS: 0000000000000000(0000) GS:ffff988640680000(0000) knlGS:0000000000000000
[ 13.448305] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 13.448307] CR2: 0000000000000026 CR3: 0000000378783000 CR4: 00000000003406e0
[ 13.474706] [drm] use_doorbell being set to: [true]
[ 13.474886] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[ 13.497484] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[ 13.497508] [drm] PSP loading VCN firmware
[ 13.518866] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
[ 13.533919] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[ 13.533962] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[ 13.563013] r8169 0000:22:00.0 enp34s0: renamed from eth0
[ 13.605292] [drm] DM_PPLIB: values for F clock
[ 13.605297] [drm] DM_PPLIB: 0 in kHz, 3649 in mV
[ 13.605299] [drm] DM_PPLIB: 400000 in kHz, 3649 in mV
[ 13.605300] [drm] DM_PPLIB: 933000 in kHz, 4074 in mV
[ 13.605301] [drm] DM_PPLIB: 1067000 in kHz, 4250 in mV
[ 13.605303] [drm] DM_PPLIB: values for DCF clock
[ 13.605304] [drm] DM_PPLIB: 300000 in kHz, 3649 in mV
[ 13.605305] [drm] DM_PPLIB: 600000 in kHz, 4074 in mV
[ 13.605307] [drm] DM_PPLIB: 626000 in kHz, 4250 in mV
[ 13.605308] [drm] DM_PPLIB: 654000 in kHz, 4399 in mV
[ 13.606355] [drm] Display Core initialized with v3.2.56!
[ 13.638961] snd_hda_intel 0000:26:00.1: bound 0000:26:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 13.653730] [drm:dm_helpers_parse_edid_caps [amdgpu]] *ERROR* Couldn't read SADs: -2
[ 13.656251] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 13.656255] [drm] Driver supports precise vblank timestamp query.
[ 13.658879] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 13.662388] [drm] fb mappable at 0x38FBC1000
[ 13.662393] [drm] vram apper at 0x38F000000
[ 13.662395] [drm] size 5242880
[ 13.662396] [drm] fb depth is 24
[ 13.662397] [drm] pitch is 5120
[ 13.662706] fbcon: amdgpudrmfb (fb0) is primary device
[ 13.673551] Console: switching to colour frame buffer device 160x64
[ 13.694375] amdgpu 0000:26:00.0: fb0: amdgpudrmfb frame buffer device
[ 13.700769] amdgpu 0000:26:00.0: ring gfx uses VM inv eng 0 on hub 0
[ 13.700814] amdgpu 0000:26:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 13.700856] amdgpu 0000:26:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 13.700898] amdgpu 0000:26:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 13.700940] amdgpu 0000:26:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 13.700982] amdgpu 0000:26:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 13.701035] amdgpu 0000:26:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 13.701077] amdgpu 0000:26:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 13.701119] amdgpu 0000:26:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 13.701162] amdgpu 0000:26:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 13.701204] amdgpu 0000:26:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[ 13.701243] amdgpu 0000:26:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[ 13.701284] amdgpu 0000:26:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 13.701325] amdgpu 0000:26:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 13.701366] amdgpu 0000:26:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[ 13.754721] [drm] Initialized amdgpu 3.36.0 20150101 for 0000:26:00.0 on minor 0
[ 14.300152] r8169 0000:22:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[ 14.300224] r8169 0000:22:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
[ 14.300401] Generic FE-GE Realtek PHY r8169-2200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-2200:00, irq=IGNORE)
[ 14.378187] r8169 0000:22:00.0 enp34s0: Link is Down
[ 17.984232] r8169 0000:22:00.0 enp34s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 17.984242] IPv6: ADDRCONF(NETDEV_CHANGE): enp34s0: link becomes ready
[ 23.310111] fuse: init (API version 7.31)
[ 23.310341] *** VALIDATE fuse ***
[ 23.310344] *** VALIDATE fuse ***
[ 52.753295] r8169 0000:22:00.0 enp34s0: Link is Down
[ 53.834674] PM: suspend entry (deep)
[ 54.001206] Filesystems sync: 0.166 seconds
[ 54.001470] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 54.003103] OOM killer disabled.
[ 54.003104] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
[ 54.004097] printk: Suspending console(s) (use no_console_suspend to debug)
[ 54.005565] serial 00:04: disabled
[ 54.010045] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 54.010462] sd 8:0:0:0: [sda] Stopping disk
[ 54.107555] ACPI: Preparing to enter system sleep state S3
[ 54.414229] PM: Saving platform NVS memory
[ 54.414252] Disabling non-boot CPUs ...
[ 54.417634] smpboot: CPU 1 is now offline
[ 54.423085] smpboot: CPU 2 is now offline
[ 54.428650] smpboot: CPU 3 is now offline
[ 54.432104] ACPI: Low-level resume complete
[ 54.432182] PM: Restoring platform NVS memory
[ 54.591724] Enabling non-boot CPUs ...
[ 54.591872] x86: Booting SMP configuration:
[ 54.591872] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 54.592187] microcode: CPU1: patch_level=0x08101016
[ 54.596696] CPU1 is up
[ 54.596775] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 54.597333] microcode: CPU2: patch_level=0x08101016
[ 54.601557] CPU2 is up
[ 54.601636] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 54.601961] microcode: CPU3: patch_level=0x08101016
[ 54.606235] CPU3 is up
[ 54.606511] ACPI: Waking up from system sleep state S3
[ 54.657373] usb usb1: root hub lost power or was reset
[ 54.657377] usb usb2: root hub lost power or was reset
[ 54.658124] ata1: SATA link down (SStatus 0 SControl 0)
[ 54.658161] ata2: SATA link down (SStatus 0 SControl 0)
[ 54.658202] ata5: SATA link down (SStatus 0 SControl 0)
[ 54.658235] ata6: SATA link down (SStatus 0 SControl 0)
[ 54.659014] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[ 54.659073] [drm] PSP is resuming...
[ 54.661209] serial 00:04: activated
[ 54.668155] sd 8:0:0:0: [sda] Starting disk
[ 54.672320] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 0)
[ 54.672426] ata9.00: supports DRM functions and may not be fully accessible
[ 54.673112] ata9.00: supports DRM functions and may not be fully accessible
[ 54.673670] ata9.00: configured for UDMA/133
[ 54.679104] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
[ 54.761395] amdgpu: [powerplay] dpm has been enabled
[ 54.810135] [drm:dm_helpers_parse_edid_caps [amdgpu]] *ERROR* Couldn't read SADs: -2
[ 54.812866] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 54.812875] amdgpu 0000:26:00.0: ring gfx uses VM inv eng 0 on hub 0
[ 54.812876] amdgpu 0000:26:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 54.812877] amdgpu 0000:26:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 54.812878] amdgpu 0000:26:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 54.812879] amdgpu 0000:26:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 54.812880] amdgpu 0000:26:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 54.812880] amdgpu 0000:26:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 54.812881] amdgpu 0000:26:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 54.812882] amdgpu 0000:26:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 54.812883] amdgpu 0000:26:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 54.812883] amdgpu 0000:26:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[ 54.812884] amdgpu 0000:26:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[ 54.812885] amdgpu 0000:26:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[ 54.812885] amdgpu 0000:26:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[ 54.812886] amdgpu 0000:26:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[ 55.192871] usb 1-10: reset low-speed USB device number 3 using xhci_hcd
[ 55.809135] usb 1-7: reset low-speed USB device number 2 using xhci_hcd
[ 56.194059] OOM killer enabled.
[ 56.194060] Restarting tasks ... done.
[ 56.203569] video LNXVIDEO:01: Restoring backlight state
[ 56.218717] PM: suspend exit
[ 56.284617] r8169 0000:22:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[ 56.284622] r8169 0000:22:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
[ 56.284711] Generic FE-GE Realtek PHY r8169-2200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-2200:00, irq=IGNORE)
[ 56.310401] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[ 56.362297] r8169 0000:22:00.0 enp34s0: Link is Down
[ 56.449106] usb 5-1: New USB device found, idVendor=1c6b, idProduct=a223, bcdDevice= 0.00
[ 56.449110] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 56.449112] usb 5-1: Product: Mass Storage Device
[ 56.449113] usb 5-1: Manufacturer: USB2.0 External
[ 56.449114] usb 5-1: SerialNumber: 86 406817504398
[ 56.473060] usb-storage 5-1:1.0: USB Mass Storage device detected
[ 56.474487] scsi host9: usb-storage 5-1:1.0
[ 56.475978] usbcore: registered new interface driver usb-storage
[ 57.535317] scsi 9:0:0:0: CD-ROM ASUS SDRW-08U9M-U B101 PQ: 0 ANSI: 0
[ 57.544484] sr 9:0:0:0: Power-on or device reset occurred
[ 57.555493] sr 9:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 57.555500] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 57.561913] sr 9:0:0:0: Attached scsi CD-ROM sr0
[ 57.562367] sr 9:0:0:0: Attached scsi generic sg1 type 5
[ 60.624420] r8169 0000:22:00.0 enp34s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 60.624433] IPv6: ADDRCONF(NETDEV_CHANGE): enp34s0: link becomes ready