mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user