Merge #188704: linux: Disable DRM_LEGACY, NOUVEAU_LEGACY_CTX_SUPPORT

This commit is contained in:
Vladimír Čunát 2022-09-12 08:02:13 +02:00
commit 71bd9f638c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -270,6 +270,9 @@ let
};
video = {
DRM_LEGACY = no;
NOUVEAU_LEGACY_CTX_SUPPORT = whenAtLeast "5.2" no;
# Allow specifying custom EDID on the kernel command line
DRM_LOAD_EDID_FIRMWARE = yes;
VGA_SWITCHEROO = yes; # Hybrid graphics support