You are not logged in.
Hello everyone,
first of all my specs:
Motherboard: Gigabyte B450M S2H
CPU: AMD Ryzen 5 2600
GPU: AMD Radeon RX 580
on which I'm running Arch (kernel 6.17.5-arch1-1) with KDE Plasma 6.5 Wayland session, bootloader is grub.
The problem:
Some weeks ago I tried to install Arch and couldn't even get the install medium to work. The same thing happened with a swaybang and manjaro iso (bodhi linux did work).
I updated my uefi firmware
checked and replugged monitor and GPU cables
Only thing that worked was setting nomodeset as kernel parameter. I hoped to resolve this issue with GPU drivers afterwards.
I tried manually configuring the amdgpu driver like described on the Arch Wiki and many forum posts
reinstalled linux-firmware
Nothing worked.
Then I found a post in which amdgpu.dc=0 and amdgpu.dpm=0 were suggested. Setting amdgpu.dpm=0 as kernel parameter let's me boot without nomodeset and I finally had a system running where amdgpu even gets loaded.
The only downside (besides being solely a workaround as far as I understand) is, that my GPU fans are quite loud. Which seems to make perfectly sense with dpm disabled? But this is not a solution.
I tried using the linux-lts kernel, which also did not boot without amdgpu.dpm=0.
So here I am seeking for some help, as I suspect this being a problem with the specific hardware I'm using and since I have read in another post where a similar problem was discussed, that turning to the kernel people would be a good idea and maybe even reporting a bug. So maybe NewbieCorner is not the right place for this, please let me know if that is the case.
When I boot without amdgpu.dpm=0 as kernel parameter, the boot process freezes at
:: running early hook [udev]
Starting systemd-udevd version 258.1-1-arch
[ --------] [drm] amdgpu kernel modesetting enabled.
[ --------] amdgpu: Virtual CRAT table created for CPU
[ --------] amdgpu: Topology: Add CPU node
[ --------] amdgpu 0000:09:00.0: enabling device (0006 -> 0007)
[ --------] amdgpu 0000:09:00.0: amdgpu: initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22F1 0xE7)
[ --------] amdgpu 0000:09:00.0: amdgpu: register mmio base: 0xFCF00000
[ --------] amdgpu 0000:09:00.0: amdgpu: register mmio size: 262144
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 0 <vi_common>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 5 <powerplay>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 6 <dm>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
[ --------] amdgpu 0000:09:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
[ --------] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
[ --------] amdgpu: ATOM BIOS: xxx-xxx-xxx
[ --------] [drm] UVD is enabled in VM mode
[ --------] [drm] UVD ENC is enabled in VM mode
[ --------] [drm] VCE enabled in VM mode(I had to copy this by hand, since I don't get any boot logs from booting like this, that's why this weird [ -----], I did not copy all these timestamps or whatever they are).
When I boot with amdgpu.dpm=0 set as parameter,
journalctl -bgives
Oct 26 15:29:50 archdesktop kernel: [drm] amdgpu kernel modesetting enabled.
Oct 26 15:29:50 archdesktop kernel: amdgpu: Virtual CRAT table created for CPU
Oct 26 15:29:50 archdesktop kernel: amdgpu: Topology: Add CPU node
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: enabling device (0006 -> 0007)
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22F1 0xE7).
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: register mmio base: 0xFCF00000
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: register mmio size: 262144
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 0 <vi_common>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 2 <tonga_ih>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 5 <powerplay>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 6 <dm>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
Oct 26 15:29:50 archdesktop kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
Oct 26 15:29:50 archdesktop kernel: [drm] UVD is enabled in VM mode
Oct 26 15:29:50 archdesktop kernel: [drm] UVD ENC is enabled in VM mode
Oct 26 15:29:50 archdesktop kernel: [drm] VCE enabled in VM mode
Oct 26 15:29:50 archdesktop kernel: Console: switching to colour dummy device 80x25
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: vgaarb: deactivate vga console
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Oct 26 15:29:50 archdesktop kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Oct 26 15:29:50 archdesktop kernel: [drm] RAM width 256bits GDDR5
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: amdgpu: 8192M of VRAM memory ready
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: amdgpu: 7954M of GTT memory ready.
Oct 26 15:29:50 archdesktop kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Oct 26 15:29:50 archdesktop kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Oct 26 15:29:50 archdesktop kernel: [drm] Chained IB support enabled!
Oct 26 15:29:50 archdesktop kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Oct 26 15:29:50 archdesktop kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Oct 26 15:29:50 archdesktop kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCE 11.2
Oct 26 15:29:50 archdesktop kernel: [drm] UVD and UVD ENC initialized successfully.
Oct 26 15:29:50 archdesktop kernel: [drm] VCE initialized successfully.
Oct 26 15:29:50 archdesktop kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Oct 26 15:29:50 archdesktop kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Oct 26 15:29:50 archdesktop kernel: amdgpu: Virtual CRAT table created for GPU
Oct 26 15:29:50 archdesktop kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Oct 26 15:29:50 archdesktop kernel: kfd kfd: amdgpu: added device 1002:67df
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: Runtime PM not available
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: [drm] Registered 6 planes with drm panic
Oct 26 15:29:50 archdesktop kernel: [drm] Initialized amdgpu 3.64.0 for 0000:09:00.0 on minor 1
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22
Oct 26 15:29:50 archdesktop kernel: fbcon: amdgpudrmfb (fb0) is primary device
Oct 26 15:29:50 archdesktop kernel: Console: switching to colour frame buffer device 240x67
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Oct 26 15:29:50 archdesktop kernel: EXT4-fs (sdb3): mounted filesystem 4310e1d9-b012-4077-abfa-55f3ca23e28e r/w with ordered data mode. Quota mode: none.I hope it makes sense to give you this passage of the jouranlctl, I don't want to hit you with unneccessary amounts of lines if you did not explicitly ask for them.
Other outputs are
lspci -k -d ::03xxwhich gives
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)
Subsystem: Gigabyte Technology Co., Ltd Device 22f1
Kernel driver in use: amdgpu
Kernel modules: amdgpuand
dmesg | grep amdgpugives
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4310e1d9-b012-4077-abfa-55f3ca23e28e rw amdgpu.dpm=0
[ 0.048549] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4310e1d9-b012-4077-abfa-55f3ca23e28e rw amdgpu.dpm=0
[ 7.369024] [drm] amdgpu kernel modesetting enabled.
[ 7.369161] amdgpu: Virtual CRAT table created for CPU
[ 7.369180] amdgpu: Topology: Add CPU node
[ 7.369289] amdgpu 0000:09:00.0: enabling device (0006 -> 0007)
[ 7.369384] amdgpu 0000:09:00.0: amdgpu: initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22F1 0xE7).
[ 7.369399] amdgpu 0000:09:00.0: amdgpu: register mmio base: 0xFCF00000
[ 7.369401] amdgpu 0000:09:00.0: amdgpu: register mmio size: 262144
[ 7.369593] amdgpu 0000:09:00.0: amdgpu: detected ip block number 0 <vi_common>
[ 7.369596] amdgpu 0000:09:00.0: amdgpu: detected ip block number 1 <gmc_v8_0>
[ 7.369599] amdgpu 0000:09:00.0: amdgpu: detected ip block number 2 <tonga_ih>
[ 7.369601] amdgpu 0000:09:00.0: amdgpu: detected ip block number 3 <gfx_v8_0>
[ 7.369604] amdgpu 0000:09:00.0: amdgpu: detected ip block number 4 <sdma_v3_0>
[ 7.369606] amdgpu 0000:09:00.0: amdgpu: detected ip block number 5 <powerplay>
[ 7.369608] amdgpu 0000:09:00.0: amdgpu: detected ip block number 6 <dm>
[ 7.369610] amdgpu 0000:09:00.0: amdgpu: detected ip block number 7 <uvd_v6_0>
[ 7.369613] amdgpu 0000:09:00.0: amdgpu: detected ip block number 8 <vce_v3_0>
[ 7.369629] amdgpu 0000:09:00.0: amdgpu: Fetched VBIOS from VFCT
[ 7.369632] amdgpu: ATOM BIOS: xxx-xxx-xxx
[ 7.399096] amdgpu 0000:09:00.0: vgaarb: deactivate vga console
[ 7.399099] amdgpu 0000:09:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 7.399158] amdgpu 0000:09:00.0: amdgpu: vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 7.399321] amdgpu 0000:09:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
[ 7.399325] amdgpu 0000:09:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 7.399462] amdgpu 0000:09:00.0: amdgpu: amdgpu: 8192M of VRAM memory ready
[ 7.399465] amdgpu 0000:09:00.0: amdgpu: amdgpu: 7954M of GTT memory ready.
[ 7.403318] amdgpu: hwmgr_sw_init smu backed is polaris10_smu
[ 7.455936] amdgpu 0000:09:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCE 11.2
[ 7.648617] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 7.648631] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 7.648727] amdgpu: Virtual CRAT table created for GPU
[ 7.648879] amdgpu: Topology: Add dGPU node [0x67df:0x1002]
[ 7.648882] kfd kfd: amdgpu: added device 1002:67df
[ 7.648895] amdgpu 0000:09:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
[ 7.649157] amdgpu 0000:09:00.0: amdgpu: Runtime PM not available
[ 7.649790] amdgpu 0000:09:00.0: [drm] Registered 6 planes with drm panic
[ 7.649793] [drm] Initialized amdgpu 3.64.0 for 0000:09:00.0 on minor 1
[ 7.655800] amdgpu 0000:09:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22
[ 7.664614] fbcon: amdgpudrmfb (fb0) is primary device
[ 7.697542] amdgpu 0000:09:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 9.657181] snd_hda_intel 0000:09:00.1: bound 0000:09:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])Unfourtunately I don't understand too much of these, so I have to turn to more experienced linux users. Let me know if I can get more information for you.
I'm struggling with this issue for a couple of weeks now. On that very machine I ran manjaro for a couple of years without any problems. I wanted to do a reinstall anyways and migrate to Arch. So some weeks ago, when I had a weird firefox-not-playing-videos-bug which I couldn't solve, I took the step towards installing Arch after encountering this problem with the manjaro iso.
It seems to me, creating a new post here is my last resort. I apologise in advance, if I overlooked something on the internet I could have tried. But so far I did not have any luck with all of the posts on similar topics.
Thanks so much in advance!
Last edited by puzzled_newbie (2025-10-26 15:44:09)
Offline
Setting amdgpu.dpm=0 as kernel parameter let's me boot without nomodeset
Interesting. Last thing I knew was that it broke booting altogether…
Oct 26 15:29:50 archdesktop kernel: amdgpu 0000:09:00.0: amdgpu: Runtime PM not availableDoes "amdgpu.runpm=0" suffice?
Offline
No, unfortunately not.
I just booted with "amdgpu.runpm=0" instead of "amdgpu.dpm=0" and let it sit for a while, but the boot freezes like before.
But I just saw that I forgot to mention following error message in the first post:
integrity: Problem loading X.509 certificate -22But I have seen in an other thread, that this is not too much to worry about? It's not the last line before freeze as well...Booting with "loglevel=7" gives the same line as in the first post (the ones I had to copy by hand) and stops at "VCE enabled in VM mode".
(Secure boot is disabled, I have read somewhere that the certificate problems arise when secure boot is enabled?)
Edit: I have not mentioned it so far and I don't really know if it's not obvious, but "amdgpu.dpm=1" does not work!
Last edited by puzzled_newbie (2025-10-27 19:45:26)
Offline
Mod note: Moving to Kernel Issues by implied request.
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Sorry for the long delay.
https://en.wikipedia.org/wiki/X.509 isn't gonna be related to this.
"amdgpu.dpm=1" is the default, so no surprises there either.
Does "amdgpu.ppfeaturemask=0xfcff8" work?
ppfeaturemask:
* PP_SCLK_DPM_MASK 0x1
* PP_MCLK_DPM_MASK 0x2
* PP_PCIE_DPM_MASK 0x4
* PP_SOCCLK_DPM_MASK 0x1000
* PP_DCEFCLK_DPM_MASK 0x2000
Offline
Hi,
no problem, I just wasn't sure if it fit the Newbie Corner. Thanks for your reply!
Unfortunately your suggestion doesn't work. I booted with "amdgpu.ppfeaturemask=0xfcff8", but the boot process froze again.
The lines on which it got stuck are
Starting systemd-udevd version 258.1-1-arch
amdgpu: Overdrive is enabled, please disable it before reporting any bugs unrelated to overdriveWhen I boot with loglevel=7 the last lines before freeze are, as before,
[ --------] amdgpu: ATOM BIOS: xxx-xxx-xxx
[ --------] [drm] UVD is enabled in VM mode
[ --------] [drm] UVD ENC is enabled in VM mode
[ --------] [drm] VCE enabled in VM modeIs it possible to get some useful information out of a live bodhi linux iso, why this does work, but not any other distro?
Offline
Does linux-lts work any better? I'm also intrigued by the "Overdrive" message. Can you disable overdrive?
Last edited by topcat01 (2025-11-06 19:05:47)
Offline
I did try linux-lts in the past without any success but just tried booting lts with ppfeaturemask which didn't boot either.
I'm sorry, I have to deal the first time with all of this, but from a quick google search on how to disable overdrive I just found to not use "ppfeaturemask" as kernel parameter, if I enabled it that way. So I don't quite understand how to disable it otherwise.
Offline
"amdgpu.ppfeaturemask=0xf8ff8" - probably not the cause.
Offline
No, it doesn't boot either with "0xf8ff8", though I don't get the "overdrive" line anymore. But I guess that's what you anticipated
Offline
But I guess that's what you anticipated
Yup ![]()
I had hoped we could maybe fine-grain the DPM a bit more.
https://gitlab.freedesktop.org/drm/amd/-/issues/
There's only the RX 580 using amdgpu, no APU from the ryzen?
Offline
I don't really have any useful ideas, but sometimes it is advised to try linux-mainline if everything else fails. It might be a regression. Also curious if there is a last known good kernel.
Offline
I'm not quite sure when I did the last kernel upgrade on the manjaro system I had installed prior to arch.
On the other hand, as I mentioned in the first post, bodhi linux did work when I tried some weeks ago, which uses 5.15 currently if I read that correctly of their download page? But bodhi also is compatible with a lot of hardware out of the box, right?
I had hoped we could maybe fine-grain the DPM a bit more.
Any other suggestions where I could try to have a look and what topics I could read up on?
There's only the RX 580 using amdgpu, no APU from the ryzen?
I'm not sure, sorry. I have to check on monday, I'm currently not at home. I will do that right away and update you.
Thanks for you help so far!
Offline
Which topic?
https://bbs.archlinux.org/viewtopic.php?id=302858 ?
Offline
Wikipedia says, the Ryzen 5 2600 does not have any integrated graphics unit, so none could interfere with the GPU...
Which topic?
I just mean in general, but thanks for the link. I will try everything I can find.
How likely is it to be a bug? Does filing a bug report with the amdgpu or kernel people may be a good idea? Or do we not have enough information/certainty for that?
Offline
How likely is it to be a bug?
Very - dpm is the default setting and supposed to work.
The question is what the cause is (since this is the first of a kind) and what can be done about it (if the GPU is just underpowered and dies when entering power saving, if this is a temporary condition and the system just runs into a power spike at boot but later on the GPU could power down fine, or it's a bug with the specific firmware or piece of hardware or everything above combined …)
Offline
Some time has passed and I updated frequently without anything changing...
However I just found following thread: https://gitlab.freedesktop.org/drm/amd/-/issues/3659.
The workaround there is to generate the initramfs with the udev hook, which by default is already the case under Arch? I tried booting with the systemd hook, instead of the udev hook, without any success (as I commented in the Git Lab thread).
For the sake of completeness I wanted to mention this. Maybe this is of help to anyone with a similar problem.
Maybe this even gives a clue to a possible solution?
Offline
which by default is already the case under Arch?
mkinitcpio moved to systemd by default, https://gitlab.archlinux.org/archlinux/ … fd6c_48_39
I suspect @deflant217 is rather running into some race condition where the driver gets loaded too early?
Which in and by itself is interesting enough but apparently not your situation.
Since A. Deucher is interested whether this is a regression, you could head over to https://archive.archlinux.org/iso/ and test an iso from 2020 or so (your GPU was released in 2017) and if it works on an older kernel, bisect the iso's (which is just fancy for picking one that splits the interesting bracket in half, so if 2020 works and we assume it broken by fall 2024, see whether summer 2022 still works)
Offline
I did and found out:
The newest working iso is from 2024-03-01, with kernel 6.7.6.
The next iso does not work, which is 2024-03-29 and comes with kernel 6.8.2.
Now there are three questions/problems arising:
I've found following thread: https://bbs.archlinux.org/viewtopic.php?id=294594 where the solution was to compile the kernel with a certain patch (this seems to be too advanced for me, though on the other hand I can't really break my system, since it's not running very well...)
I can't quite judge, if this is the same problem I'm dealing with, but I will try to compare my system information with the referenced gitlab thread, where the patch is provided.
However it does not seem to be a good idea, to compile your own kernel with a patch provided specifically for another user!
I also did not manage to find useful information on what changes were made between kernel 6.7.6 and 6.8.2 and what might cause my problem.
Lastly, if I install arch with the 2024-03-01 iso, can I safely blacklist the linux package when upgrading the system?? Since the iso is almost two years old, I can't imagine ugrading the system without upgrading the kernel is a good idea?
And of course thank you @seth, for now I at least have an iso I can boot without trouble, which seems a good step into the right direction!
Offline
Lastly, if I install arch with the 2024-03-01 iso, can I safely blacklist the linux package when upgrading the system?? Since the iso is almost two years old, I can't imagine ugrading the system without upgrading the kernel is a good idea?
Installing with an old ISO does not get you old packages. There are no packages on the ISO, it always downloads the latest.
6.6 was an LTS release, you could use that from the AUR. If it doesn't actually get fixed, though, you'll be in a tougher spot at the end of the year when that version goes EOL.
Offline
You could try the kernel loqs' prepared in https://bbs.archlinux.org/viewtopic.php … 3#p2171563 and should then first and foremost report your findings upstream
Esp. if the patch works Alex might be able to leverage a more appropriate (?) fix from there.
Even if not, he might have an idea what change betwee 6.7 and 6.8 introduced this.
Ftr, you've tried to explicitly boot w/ "amdgpu.dpm=1"?
Offline
same issue here with
ryzen 2600 with rx570
i resolve this by doing
add kernel parameters to
amdgpu.ppfeaturemask=0xffffffff amdgpu.dpm=1 pcie_aspm=off nvme_core.default_ps_max_latency_us=0add
amdgpuin
modules()in /etc/mkinitcpio.conf add do sudo mkinitcpio -P
Offline