ODROID-COMMON:HDMI HPLL clk accuracy Improvements (1024x768p60hz)

Signed-off-by: ckkim <changkon12@gmail.com>
Change-Id: I73f8ff6a1c561887c8956f50cd5908f0d47c0c3b
This commit is contained in:
ckkim
2022-02-28 15:40:30 +09:00
parent 77f43ff5e7
commit 05f8b3c5de
2 changed files with 6 additions and 6 deletions

View File

@@ -2076,11 +2076,11 @@ static struct hdmi_format_para fmt_para_vesa_1024x768p60_4x3 = {
.progress_mode = 1,
.scrambler_en = 0,
.tmds_clk_div40 = 0,
.tmds_clk = 79500,
.tmds_clk = 65076,
.timing = {
.pixel_freq = 79500,
.h_freq = 48360,
.v_freq = 60004,
.pixel_freq = 65076,
.h_freq = 48420,
.v_freq = 60000,
.vsync = 60,
.vsync_polarity = 1,
.hsync_polarity = 1,
@@ -2108,7 +2108,7 @@ static struct hdmi_format_para fmt_para_vesa_1024x768p60_4x3 = {
.aspect_ratio_den = 3,
.sync_duration_num = 60,
.sync_duration_den = 1,
.video_clk = 79500000,
.video_clk = 65076000,
.htotal = 1344,
.vtotal = 806,
.fr_adj_type = VOUT_FR_ADJ_HDMI,

View File

@@ -879,7 +879,7 @@ static struct hw_enc_clk_val_group setting_enc_clk_val_24[] = {
{{HDMIV_1024x768p60hz,
HDMI_VIC_END},
#if defined(CONFIG_ARCH_MESON64_ODROID_COMMON)
2600000, 2, 2, 1, VID_PLL_DIV_5, 2, 1, 1, -1},
5206080, 4, 2, 1, VID_PLL_DIV_5, 2, 1, 1, -1},
#else
5200000, 4, 2, 1, VID_PLL_DIV_5, 2, 1, 1, -1},
#endif