diff --git a/drivers/amlogic/media/vout/hdmitx/hdmi_common/hdmi_parameters.c b/drivers/amlogic/media/vout/hdmitx/hdmi_common/hdmi_parameters.c index 66201d21752f..fb983b9ebf8f 100644 --- a/drivers/amlogic/media/vout/hdmitx/hdmi_common/hdmi_parameters.c +++ b/drivers/amlogic/media/vout/hdmitx/hdmi_common/hdmi_parameters.c @@ -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,