feat: add common config for intel elhart-lake and jasper-lake

The option added is based on this ticket: https://gitlab.freedesktop.org/drm/intel/-/issues/8080

Other relevant documentation: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#known-issues-and-limitations
This commit is contained in:
Yannick Mayeur 2023-08-31 14:25:59 +02:00 committed by Jörg Thalheim
parent 6f081cd52a
commit 19cf623e48
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
}

View file

@ -0,0 +1,7 @@
{
imports = [ ../. ];
boot.kernelParams = [
"i915.enable_guc=2"
];
}