Skip to content

Commit a97ae1e

Browse files
committed
drm: apple: Enable EDID support by default
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 0fc91da commit a97ae1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/apple

drivers/gpu/drm/apple/dcp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bool hdmi_audio;
5050
module_param(hdmi_audio, bool, 0644);
5151
MODULE_PARM_DESC(hdmi_audio, "Enable unstable HDMI audio support");
5252

53-
static bool unstable_edid;
53+
static bool unstable_edid = true;
5454
module_param(unstable_edid, bool, 0644);
5555
MODULE_PARM_DESC(unstable_edid, "Enable unstable EDID retrival support");
5656

0 commit comments

Comments
 (0)