forked from mirrors/nixpkgs
linux: fix DRM_AMD_DC_DCN3_0 beeing defined twice
both https://github.com/NixOS/nixpkgs/pull/111177 and https://github.com/NixOS/nixpkgs/pull/109105 introduced the same option.
This commit is contained in:
parent
aed7689619
commit
09176d28a0
|
@ -252,8 +252,6 @@ let
|
|||
DRM_AMDGPU_SI = whenAtLeast "4.9" yes;
|
||||
# (stable) amdgpu support for bonaire and newer chipsets
|
||||
DRM_AMDGPU_CIK = whenAtLeast "4.9" yes;
|
||||
# amdgpu support for RX6000 series
|
||||
DRM_AMD_DC_DCN3_0 = whenAtLeast "5.9.12" yes;
|
||||
# Allow device firmware updates
|
||||
DRM_DP_AUX_CHARDEV = whenAtLeast "4.6" yes;
|
||||
# amdgpu display core (DC) support
|
||||
|
|
Loading…
Reference in a new issue