mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
hdmitx: disable spead spectrum when 4k mode [1/1]
PD#SWPL-3696 Problem: Flash black screen when 4k mode Solution: Disable spead spectrum when 4k mode Verify: GXL/P215 Change-Id: I131633c26492548146cdc6e75a4d65b91cfd77ad Signed-off-by: Kaifu Hu <kaifu.hu@amlogic.com>
This commit is contained in:
@@ -253,23 +253,6 @@ void set_hpll_sspll_gxl(enum hdmi_vic vic)
|
||||
case HDMI_1920x1080i50_16x9:
|
||||
hd_set_reg_bits(P_HHI_HDMI_PLL_CNTL2, 0x64348c4, 0, 30);
|
||||
break;
|
||||
case HDMI_3840x2160p50_16x9:
|
||||
case HDMI_3840x2160p60_16x9:
|
||||
case HDMI_4096x2160p50_256x135:
|
||||
case HDMI_4096x2160p60_256x135:
|
||||
break;
|
||||
case HDMI_3840x2160p50_16x9_Y420:
|
||||
case HDMI_3840x2160p60_16x9_Y420:
|
||||
case HDMI_4096x2160p50_256x135_Y420:
|
||||
case HDMI_4096x2160p60_256x135_Y420:
|
||||
case HDMI_3840x2160p30_16x9:
|
||||
case HDMI_3840x2160p25_16x9:
|
||||
case HDMI_3840x2160p24_16x9:
|
||||
case HDMI_4096x2160p30_256x135:
|
||||
case HDMI_4096x2160p25_256x135:
|
||||
case HDMI_4096x2160p24_256x135:
|
||||
hd_set_reg_bits(P_HHI_HDMI_PLL_CNTL2, 0x62b44c4, 0, 30);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user