We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc91da commit a97ae1eCopy full SHA for a97ae1e
1 file changed
drivers/gpu/drm/apple/dcp.c
@@ -50,7 +50,7 @@ bool hdmi_audio;
50
module_param(hdmi_audio, bool, 0644);
51
MODULE_PARM_DESC(hdmi_audio, "Enable unstable HDMI audio support");
52
53
-static bool unstable_edid;
+static bool unstable_edid = true;
54
module_param(unstable_edid, bool, 0644);
55
MODULE_PARM_DESC(unstable_edid, "Enable unstable EDID retrival support");
56
0 commit comments