mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 12:39:49 +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
|
fi
|
||||||
|
|
||||||
if grep -qz "Kernel driver in use: radeon" <<< $GPU_ID; then
|
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
|
if [[ ! $KARGS =~ "radeon.si_support" ]]; then
|
||||||
NEEDED_KARGS="$NEEDED_KARGS --append=radeon.si_support=0"
|
NEEDED_KARGS="$NEEDED_KARGS --append=radeon.si_support=0"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user