projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f9ec8
)
MLK-18578: hdmi arc: fix noise issue with 96kHz/192kHz.
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Mon, 11 Jun 2018 07:53:32 +0000
(15:53 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
After enable the boost circuit of tx_ana_ctrl_reg_5, the noise
issue with ARC is gone.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Sandor.yu <sandor.yu@nxp.com>
drivers/gpu/drm/imx/hdp/imx-arc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imx/hdp/imx-arc.c
b/drivers/gpu/drm/imx/hdp/imx-arc.c
index
b6774c5
..
be94437
100644
(file)
--- a/
drivers/gpu/drm/imx/hdp/imx-arc.c
+++ b/
drivers/gpu/drm/imx/hdp/imx-arc.c
@@
-87,7
+87,7
@@
void imx_arc_config(state_struct *state)
/* register TX_ANA_CTRL_REG_2 */
Afe_write(state, 0x5021, 0x030C);
/* register TX_ANA_CTRL_REG_5 */
- Afe_write(state, 0x5029, 0x00
0
0);
+ Afe_write(state, 0x5029, 0x00
1
0);
udelay(100);
/* register TX_ANA_CTRL_REG_4 */
Afe_write(state, 0x5027, 0x4001);