diff options
| author | Bernardo Meurer <bernardo@meurer.org> | 2023-05-14 12:39:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 12:39:24 -0400 |
| commit | ff3e89dd213bf9a1d07a9b49d0b78ea06f77695c (patch) | |
| tree | 3eb6be72dc45ba2cab09981a2b5f0f385f42600c | |
| parent | Merge pull request #231848 from SuperSandro2000/open-in-mpv (diff) | |
| parent | linux: enable DRM_AMD_DC_FP on 6.4 (diff) | |
| download | nixpkgs-ff3e89dd213bf9a1d07a9b49d0b78ea06f77695c.tar.gz | |
Merge pull request #231845 from corngood/kernel-config
| -rw-r--r-- | pkgs/os-specific/linux/kernel/common-config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 4a122922115c..3520f1bd5cfc 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -315,6 +315,7 @@ let DRM_AMD_DC_DCN2_1 = whenBetween "5.4" "5.6" yes; DRM_AMD_DC_DCN3_0 = whenBetween "5.9" "5.11" yes; DRM_AMD_DC_DCN = whenBetween "5.11" "6.4" yes; + DRM_AMD_DC_FP = whenAtLeast "6.4" yes; DRM_AMD_DC_HDCP = whenBetween "5.5" "6.4" yes; DRM_AMD_DC_SI = whenAtLeast "5.10" yes; } // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux") { |
