mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #21914 from ttuegel/amdgpu-verde
linux_4_9: enable support for amdgpu on older chipsets
This commit is contained in:
commit
7c8d3aa21d
@ -186,6 +186,10 @@ with stdenv.lib;
|
||||
${optionalString (versionAtLeast version "4.5" && (versionOlder version "4.9")) ''
|
||||
DRM_AMD_POWERPLAY y # necessary for amdgpu polaris support
|
||||
''}
|
||||
${optionalString (versionAtLeast version "4.9") ''
|
||||
DRM_AMDGPU_SI y # (experimental) amdgpu support for verde and newer chipsets
|
||||
DRM_AMDGPU_CIK y # (stable) amdgpu support for bonaire and newer chipsets
|
||||
''}
|
||||
|
||||
# Sound.
|
||||
SND_DYNAMIC_MINORS y
|
||||
|
Loading…
Reference in New Issue
Block a user