mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
hdmitx: force to set rxsense state low if hpd is low [1/1]
PD#OTT-3663 Problem: when hpd low, hdmitx phy is disabled, the rxsense state is not right Solution: force to set rxsense state = 0 when hpd is low Verify: p212 Change-Id: I8fa3e8a647558f0cbfc62e9384613911efbef559 Signed-off-by: Hang Cheng <hang.cheng@amlogic.com>
This commit is contained in:
@@ -5076,7 +5076,8 @@ static int hdmitx_tmds_rxsense(void)
|
||||
hd_write_reg(P_HHI_HDMI_PHY_CNTL0, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!(hdev->HWOp.CntlMisc(hdev, MISC_HPD_GPI_ST, 0)))
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user