I've been getting random artifacts (cursor showing twice and blinking, random parts of screen turning black/blue) and it's not my hardware because windows works without problems.
It just appeared out of nowhere, I had no problems yesterday and now I get it on every boot. It's only in a wayland compositor.
I looked into my dmesg and for some reason it tries to load binary blobs that are not listed on the AMDGPU wiki page. When I insert all of the ones that failed to load my kernel doesn't start. Is that normal? It's an RX 7900 XT (Navi 31).
Code: Select all
[ 1.167009] Loading firmware: amdgpu/psp_13_0_5_toc.bin
[ 1.167020] amdgpu 0000:0f:00.0: Direct firmware load for amdgpu/psp_13_0_5_toc.bin failed with error -2
[ 1.167025] [drm:amdgpu_device_init] *ERROR* early_init of IP block <psp> failed -19
[ 1.167033] Loading firmware: amdgpu/dcn_3_1_5_dmcub.bin
[ 1.167038] amdgpu 0000:0f:00.0: Direct firmware load for amdgpu/dcn_3_1_5_dmcub.bin failed with error -2
[ 1.167042] [drm:amdgpu_device_init] *ERROR* early_init of IP block <dm> failed -19
[ 1.167048] Loading firmware: amdgpu/gc_10_3_6_pfp.bin
[ 1.167053] amdgpu 0000:0f:00.0: Direct firmware load for amdgpu/gc_10_3_6_pfp.bin failed with error -2
[ 1.167056] [drm:amdgpu_device_init] *ERROR* early_init of IP block <gfx_v10_0> failed -19
[ 1.167062] Loading firmware: amdgpu/sdma_5_2_6.bin
[ 1.167068] amdgpu 0000:0f:00.0: Direct firmware load for amdgpu/sdma_5_2_6.bin failed with error -2
[ 1.167072] [drm:amdgpu_device_init] *ERROR* early_init of IP block <sdma_v5_2> failed -19
[ 1.167077] Loading firmware: amdgpu/vcn_3_1_2.bin
[ 1.167082] amdgpu 0000:0f:00.0: Direct firmware load for amdgpu/vcn_3_1_2.bin failed with error -2
[ 1.167085] [drm:amdgpu_device_init] *ERROR* early_init of IP block <vcn_v3_0> failed -19
[ 1.167090] amdgpu 0000:0f:00.0: amdgpu: Fatal error during GPU init
[ 1.167094] amdgpu 0000:0f:00.0: amdgpu: amdgpu: finishing device.


