projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65c824
)
MLK-16886: hdp: Disable EDID function
author
Sandor Yu
<Sandor.yu@nxp.com>
Fri, 17 Nov 2017 08:14:07 +0000
(16:14 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:01 +0000
(15:47 -0500)
Disable EDID function temporary
because edid read is unstable on some boards.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/gpu/drm/imx/hdp/imx-hdp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/hdp/imx-hdp.c
b/drivers/gpu/drm/imx/hdp/imx-hdp.c
index
a32ed18
..
61df727
100644
(file)
--- a/
drivers/gpu/drm/imx/hdp/imx-hdp.c
+++ b/
drivers/gpu/drm/imx/hdp/imx-hdp.c
@@
-906,7
+906,7
@@
static struct hdp_ops imx8mq_ops = {
};
static struct hdp_devtype imx8mq_hdmi_devtype = {
- .is_edid =
tru
e,
+ .is_edid =
fals
e,
.is_4kp60 = true,
.ops = &imx8mq_ops,
.rw = &imx8mq_rw,