common/gpu/intel: reformat

This commit is contained in:
Gavin John
2024-10-18 12:38:51 -07:00
committed by mergify[bot]
parent 3827903417
commit 0ccdd27056
5 changed files with 54 additions and 58 deletions

View File

@@ -3,7 +3,5 @@
# Enables RC6, RC6p and RC6pp.
# Last two are only available on Sandy Bridge CPUs (circa 2011).
boot.kernelParams = [
"i915.enable_rc6=7"
];
boot.kernelParams = [ "i915.enable_rc6=7" ];
}