Merge pull request #1526 from pokon548/fix-flip_done-timeout

Add flip_done timeout workaround for 14IMH9
This commit is contained in:
Jörg Thalheim
2025-07-21 18:31:26 +00:00
committed by GitHub

View File

@@ -26,6 +26,10 @@
# See https://wiki.archlinux.org/title/Dell_XPS_16_(9640)#Random_freezes # See https://wiki.archlinux.org/title/Dell_XPS_16_(9640)#Random_freezes
"iommu.strict=1" "iommu.strict=1"
"iommu.passthrough=1" "iommu.passthrough=1"
# Workaround: i915 0000:00:02.0: [drm] *ERROR* [CRTC:82:pipe A] flip_done timed out
# See https://github.com/pop-os/pop/issues/3130
"i915.dmc_firmware_path=\"\""
]; ];
}; };