[drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout, but soft recovered
[drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout, signaled seq=6663989, emitted seq=6663992
[drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process kwin_wayland pid 24064 thread kwin_wayla:cs0 pid 24094
Switched to the main LTS kernel, which is 6.18.29-1-lts.
Also added another kernel option, and disabled zram again. The correct way to disable zram, is by copying the zram file from /usr/lib/systemd, to /etc/systemd, and commenting everything out. If you edit the /usr/lib one, it’ll change back after upgrading.
thunderbolt.host_reset=0 usbcore.autosuspend=-1 pci=nommconf pcie_aspm=off processor.max_cstate=5 idle=nomwait amdgpu.runpm=0 amdgpu.ppfeaturemask=0xfffd3fff
There’s the options I added to Grub.
Also, disabled some PSPP thing in the bios. Somebody said something about disabling PSP. What about PSPP?
Last time I tried disabling that, I couldn’t boot the OS. Probably was an OS problem.
No need for the all-ways-egpu script either.
cat /etc/environment
RADV_PERFTEST=dmashaders
MESA_VK_DEVICE_SELECT=1002:73ef
cat ~/.config/plasma-workspace/env/gpu.sh
#!/bin/bash
export KWIN_DRM_DEVICES=/dev/dri/card1:/dev/dri/card0
Changing the kernel, changed it from card0 to card1.
The all-ways-egpu script wasn’t working, so I removed it.
All that info was found from the Arch Linux wiki.
Also, can I put the gpu.sh in /etc/environment?
Also, don’t set DRI_PRIME to 1, if changing the KWIN_DRIM_DEVICES. Then 1 is the iGPU.
Don’t forget to disable hardware acceleration in any Firefox based browsers.
amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec_0 timeout, signaled seq=55, emitted seq=57
Got that and my laptop rebooted itself.
Well, the PSU wasn’t the problem. Maybe new PSU is somehow worse.
Which kernel works without AMDGPU crashing?
Apparently, the AMDGPU driver might sometimes use higher clocks, then advertised by the manufacture of the card. According to this.
I changed the max to the advertised max.
And then read here, that said to use amdgpu.ppfeaturemask=0xf7fff.
No idea what the URL to where I read that is, it was some issues for something. Done searching my history to find a link though.
Maybe that’s why I had stuttering in at least one game on my desktop. Don’t play that game anymore though.
I just set the power limit back to 143w.
I can increase it to around 150w, but somebody said the RAM needs power too, and that’s only whatever the core power is. How much power does the RAM need?
Think the 6650 XT uses 176w max. Increasing the power limit, could potentially make it unstable.
I did the same thing on my desktop, set the max to the advertised max. Didn’t use that amdgpu.ppfeaturemask though.
Oh yeah, I need to enable hardware acceleration in LibreWolf. To see if doing any of that fixes, that.
Maybe use a newer LTS kernel too.
Didn’t take long to crash. Can still get in TTY though, then I rebooted. Then I didn’t restart the browser fast enough, and it crashed yet again.
Found another problem, the port the charger is plugged into, might matter. The dock may or may not provide enough power.
The light by one port was blinking orange, so plugged charger into it, and dock into other port, blinking orange light is gone.
Don’t know if that’s the cause of AMDGPU crashing though. Went back to the 6.1 LTS kernel.