From 91206663490a4a89c4adca81a864f48d29687fb8 Mon Sep 17 00:00:00 2001 From: Sandor Yu Date: Fri, 17 Nov 2017 16:14:07 +0800 Subject: [PATCH] MLK-16886: hdp: Disable EDID function Disable EDID function temporary because edid read is unstable on some boards. Signed-off-by: Sandor Yu --- drivers/gpu/drm/imx/hdp/imx-hdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/imx/hdp/imx-hdp.c b/drivers/gpu/drm/imx/hdp/imx-hdp.c index fde58de5b294..5b77c1af8180 100644 --- a/drivers/gpu/drm/imx/hdp/imx-hdp.c +++ b/drivers/gpu/drm/imx/hdp/imx-hdp.c @@ -903,7 +903,7 @@ static struct hdp_ops imx8mq_ops = { }; static struct hdp_devtype imx8mq_hdmi_devtype = { - .is_edid = true, + .is_edid = false, .is_4kp60 = true, .ops = &imx8mq_ops, .rw = &imx8mq_rw, -- 2.17.1