chore: Add log for si/cik in bazzite-hardware-setup

This commit is contained in:
Kyle Gospodnetich 2023-09-11 08:22:47 -07:00
parent fdd349a71e
commit e79f7b9329

View File

@ -85,6 +85,7 @@ elif [[ $IMAGE_NAME =~ "deck" ]]; then
fi
if grep -qz "Kernel driver in use: radeon" <<< $GPU_ID; then
echo "Legacy AMD hardware detected, enabling CIK and SI support in AMDGPU"
if [[ ! $KARGS =~ "radeon.si_support" ]]; then
NEEDED_KARGS="$NEEDED_KARGS --append=radeon.si_support=0"
fi