Amdgpu and radeon Kernel Modules

Yes these config files need to be created.

Yes… this for the terminal:

Maybe this is cleaner:
su && \
echo -e "options amdgpu si_support=1\noptions amdgpu cik_support=1" > /etc/modprobe.d/amdgpu.conf \
echo -e "options radeon si_support=0\noptions radeon cik_support=0" > /etc/modprobe.d/radeon.conf
su -c 'echo -e "options amdgpu si_support=1\noptions amdgpu cik_support=1" > /etc/modprobe.d/amdgpu.conf echo -e "options radeon si_support=0\noptions radeon cik_support=0" > /etc/modprobe.d/radeon.conf'

For this:

You can type:

sudo nano /etc/mkinitcpio.conf

and add the modules there.