hdmitx: correct 1080i vinfo field_height to 540

PD#143444: correct 1080i vinfo field_height to 540

Change-Id: Ie20516f7462bf001946a219bd2fb8e4de36ef8d8
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
This commit is contained in:
Evoke Zhang
2017-05-04 18:50:44 +08:00
committed by Jianxin Pan
parent a7ac4b71cb
commit 207ce431d1

View File

@@ -723,7 +723,7 @@ static struct hdmi_format_para fmt_para_1920x1080i60_16x9 = {
.mode = VMODE_HDMI,
.width = 1920,
.height = 1080,
.field_height = 1080,
.field_height = 540,
.aspect_ratio_num = 16,
.aspect_ratio_den = 9,
.sync_duration_num = 60,
@@ -767,7 +767,7 @@ static struct hdmi_format_para fmt_para_1920x1080i50_16x9 = {
.mode = VMODE_HDMI,
.width = 1920,
.height = 1080,
.field_height = 1080,
.field_height = 540,
.aspect_ratio_num = 16,
.aspect_ratio_den = 9,
.sync_duration_num = 50,