mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Add flip_done timeout workaround for 14IMH9
This commit is contained in:
parent
497ae1357f
commit
41f2cad3f9
1 changed files with 4 additions and 0 deletions
|
|
@ -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=\"\""
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue