common/gpu/intel: update modules to use new options

This commit is contained in:
Gavin John
2024-10-18 14:25:48 -07:00
committed by mergify[bot]
parent 184091915d
commit 86a33c3e32
10 changed files with 51 additions and 0 deletions

View File

@@ -4,4 +4,6 @@
# Enables RC6, RC6p and RC6pp.
# Last two are only available on Sandy Bridge CPUs (circa 2011).
boot.kernelParams = [ "i915.enable_rc6=7" ];
hardware.intelgpu.vaapiDriver = "intel-vaapi-driver";
}