mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-04-14 09:55:14 +02:00
Document driver choice
This commit is contained in:
parent
f2b2ae018d
commit
40ddf363c2
2 changed files with 2 additions and 0 deletions
common/gpu/amd
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
# Explicitly set amdgpu support in place of radeon
|
||||||
boot.kernelParams = [ "radeon.cik_support=0" "amdgpu.cik_support=1" ];
|
boot.kernelParams = [ "radeon.cik_support=0" "amdgpu.cik_support=1" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
# Explicitly set amdgpu support in place of radeon
|
||||||
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
|
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue