mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 00:40:01 +00:00
chore: Add log for si/cik in bazzite-hardware-setup
This commit is contained in:
parent
fdd349a71e
commit
e79f7b9329
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user