gpu/amd: Uncomment HDMI RGB kernel patch

This commit is contained in:
Simon Bruder 2020-10-30 14:00:31 +01:00
parent 8e786cbe9b
commit 844d78d026
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -14,14 +14,13 @@
# force RGB otput for HDMI (otherwise the default is YCbCr) # force RGB otput for HDMI (otherwise the default is YCbCr)
# see https://gitlab.freedesktop.org/drm/amd/-/issues/476 # see https://gitlab.freedesktop.org/drm/amd/-/issues/476
# FIXME: remove once sayuri uses DisplayPort #boot.kernelPatches = [
boot.kernelPatches = [ # {
{ # name = "force-rgb";
name = "force-rgb"; # patch = pkgs.fetchurl {
patch = pkgs.fetchurl { # url = "https://gitlab.freedesktop.org/drm/amd/uploads/99b3664a49ec759075bde5c454e1d7c2/0001-force-rgb.patch";
url = "https://gitlab.freedesktop.org/drm/amd/uploads/99b3664a49ec759075bde5c454e1d7c2/0001-force-rgb.patch"; # sha256 = "03dhnlxx9vlj1x8izh3c3j4r9s75q47nx8kf6mbdxqfy3cj96mjm";
sha256 = "03dhnlxx9vlj1x8izh3c3j4r9s75q47nx8kf6mbdxqfy3cj96mjm"; # };
}; # }
} #];
];
} }