fix(framework): Re-enable panel replay on 6.13 for Framework 16 w/ VRR

This commit is contained in:
Kyle Gospodnetich 2025-02-25 13:31:03 -08:00 committed by GitHub
parent e1ec6af534
commit 56ba4eb335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,9 @@ fi
if [[ ":Framework:" =~ ":$VEN_ID:" ]]; then
if [[ "$SYS_ID" == "Laptop 16 ("* ]]; then
if [[ ! $KARGS =~ "amdgpu.dcdebugmask" ]]; then
echo "Framework 16 Laptop detected, fixing display artifacts"
NEEDED_KARGS+=("--append-if-missing=amdgpu.dcdebugmask=0x410")
if [[ $KARGS =~ "amdgpu.dcdebugmask" ]]; then
echo "Framework 16 Laptop detected, removing kernel argument for display artifacts. No longer needed on 6.13"
NEEDED_KARGS+=("--delete-if-present==amdgpu.dcdebugmask=0x410")
fi
fi
if [[ "AuthenticAMD" == "$CPU_VENDOR" ]]; then