mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Merge pull request #203142 from colemickens/drm-hyperv
This commit is contained in:
commit
dc53520e28
@ -303,6 +303,8 @@ let
|
|||||||
# Intel GVT-g graphics virtualization supports 64-bit only
|
# Intel GVT-g graphics virtualization supports 64-bit only
|
||||||
DRM_I915_GVT = whenAtLeast "4.16" yes;
|
DRM_I915_GVT = whenAtLeast "4.16" yes;
|
||||||
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
|
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
|
||||||
|
# Enable Hyper-V Synthetic DRM Driver
|
||||||
|
DRM_HYPERV = whenAtLeast "5.14" module;
|
||||||
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
|
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
|
||||||
# enable HDMI-CEC on RPi boards
|
# enable HDMI-CEC on RPi boards
|
||||||
DRM_VC4_HDMI_CEC = yes;
|
DRM_VC4_HDMI_CEC = yes;
|
||||||
|
Loading…
Reference in New Issue
Block a user