mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
hdmitx: 480p and 576p not support ddp [2/2]
PD#SWPL-192902 Problem: 480p and 576p not support ddp Solution: Internal circuit detected Hsync polarity: Use legacy Tx logic Verify: S7/S7D Test: DRM-TX-140 Change-Id: I916658bac78d2d687a769733e4dd9204831e4a73 Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
2a148c8e51
commit
e3538da103
@@ -603,6 +603,9 @@ static void hdmi_hwp_init(struct hdmitx_dev *hdev, u8 reset)
|
||||
hdmitx21_set_reg_bits(PCLK2TMDS_MISC0_IVCTX, 0, 0, 2); /* Original DE generation logic */
|
||||
/* Control signals for repeat count */
|
||||
hdmitx21_set_reg_bits(HBLANK_REKEY_CONTROL_IVCTX, 1, 6, 1);
|
||||
|
||||
/* for 480/576 ddp case, Internal circuit detected Hsync polarity: Use legacy Tx logic */
|
||||
hdmitx21_set_reg_bits(HDPLL_FIX0_IVCTX, 0, 0, 1);
|
||||
audio_mute_op(1); /* enable audio default */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user