Skip to content

Commit e792f2f

Browse files
authored
Merge pull request #1526 from pokon548/fix-flip_done-timeout
Add flip_done timeout workaround for 14IMH9
2 parents 5efc6e9 + 41f2cad commit e792f2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lenovo/ideapad/14imh9/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
# See https://wiki.archlinux.org/title/Dell_XPS_16_(9640)#Random_freezes
2727
"iommu.strict=1"
2828
"iommu.passthrough=1"
29+
30+
# Workaround: i915 0000:00:02.0: [drm] *ERROR* [CRTC:82:pipe A] flip_done timed out
31+
# See https://github.com/pop-os/pop/issues/3130
32+
"i915.dmc_firmware_path=\"\""
2933
];
3034
};
3135

0 commit comments

Comments
 (0)