i wanted to give give a look at if there was any noticeable performance difference in disabling mitigations
currently in /etc/default/grub lines 6+7 read as
GRUB_CMDLINE_LINUX_DEFAULT=“quiet loglevel=3 nowatchdog nvme_load=YES”
GRUB_CMDLINE_LINUX=“amdgpu.ppfeaturemask=0xffffffff”
would changing line 6 to:
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash mitigations=off”
correctly disable mitigations?
yeah it’s like a fun thing to just give a go but hardly seems worth it outside over obsessing on benchmarks that don’t really matter for practicality. kind of how i’ve been feeling about overclocking. a little boost is nice but at a certain point it feels like the stability trade offs aren’t worth the bigger leaps you can push for.