From 352c2ec7b8ca5499380b68b28efd283f65ca55d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 27 Feb 2020 23:02:57 +0100 Subject: [PATCH] output-kms: Remove old FIXME Trying to figure out what this comment was actually about, it turns out that MSC means Media Stream Counter, and as mentioned in an article[0] is related to DRI3 and the X11 Present extension. Anyway, the comment has been there raising questions for some years now, I think we can remove it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287 --- src/backends/native/meta-output-kms.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backends/native/meta-output-kms.c b/src/backends/native/meta-output-kms.c index 6f40bed1f..906833a15 100644 --- a/src/backends/native/meta-output-kms.c +++ b/src/backends/native/meta-output-kms.c @@ -255,7 +255,6 @@ init_output_modes (MetaOutputInfo *output_info, output_info->preferred_mode = output_info->modes[i]; } - /* FIXME: MSC feature bit? */ /* Presume that if the output supports scaling, then we have * a panel fitter capable of adjusting any mode to suit. */