Turns out the issue was amdgpu.dc=1
. I thought I tried booting without it before making this thread, but perhaps not. In any case, to summarize, the method to get AMDGPU for these two generations are
- Edit
/etc/default/grub
, at theGRUB_CMDLINE_LINUX
line addradeon.si_support=0 amdgpu.si_support=1 radeon.cik_support=0 amdgpu.cik_support=1
inside the quotation. You may also optionally addamdgpu.dpm=1 amdgpu.modeset=1
at your own risk, your hardware may or may not take that well. - Run
sudo grub2-mkconfig
- Reboot