mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Merge pull request #217 from blitz/l14-amd
lenovo/thinkpad/l14/amd: update iommu comment
This commit is contained in:
commit
87522b29a2
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
# With BIOS version 1.12 and the IOMMU enabled, the amdgpu driver
|
# With BIOS version 1.12 and the IOMMU enabled, the amdgpu driver
|
||||||
# either crashes or is not able to attach to the GPU depending on
|
# either crashes or is not able to attach to the GPU depending on
|
||||||
# the kernel version. I've seen no issues with the IOMMU disabled.
|
# the kernel version. I've seen no issues with the IOMMU disabled.
|
||||||
|
#
|
||||||
|
# BIOS version 1.13 claims to fix IOMMU issues, but we leave the
|
||||||
|
# IOMMU off to avoid a sad experience for those people that drew
|
||||||
|
# the short straw when they bought their laptop.
|
||||||
"iommu=off"
|
"iommu=off"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue