projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce73626
)
MLK-19518-2: HDP API: continues running set mode function if ddc failed
author
Sandor Yu
<Sandor.yu@nxp.com>
Mon, 10 Sep 2018 10:27:43 +0000
(18:27 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Continues running set mode function to support
edid read failed case.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/mxc/hdp/API_HDMITX.c
patch
|
blob
|
history
diff --git
a/drivers/mxc/hdp/API_HDMITX.c
b/drivers/mxc/hdp/API_HDMITX.c
index
da8d511
..
f9706d8
100644
(file)
--- a/
drivers/mxc/hdp/API_HDMITX.c
+++ b/
drivers/mxc/hdp/API_HDMITX.c
@@
-171,9
+171,8
@@
CDN_API_HDMITX_Set_Mode_blocking(state_struct *state,
pr_info("Skip DDC Write for iMX8QM A0 SOC\n");
else {
ret = CDN_API_HDMITX_DDC_WRITE_blocking(state, &data_in, &data_out);
- pr_info("CDN_API_HDMITX_DDC_WRITE_blocking ret = %d\n", ret);
if (ret != CDN_OK)
-
return ret
;
+
pr_warn("CDN_API_HDMITX_DDC_WRITE_blocking ret = %d\n", ret)
;
}
ret = CDN_API_General_Read_Register_blocking(