From: Joonyoung Shim <jy0922.s...@samsung.com>

Signed-off-by: Joonyoung Shim <jy0922.shim at samsung.com>
Signed-off-by: Inki Dae <inki.dae at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
 drivers/gpu/drm/exynos/exynos_hdmi.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c 
b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 733b9ec..1cfe86e 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -545,9 +545,9 @@ static const struct hdmi_preset_conf hdmi_conf_720p50 = {
 static const struct hdmi_preset_conf hdmi_conf_720p60 = {
        .core = {
                .h_blank = {0x72, 0x01},
-               .v2_blank = {0xdc, 0x05},
+               .v2_blank = {0xee, 0x02},
                .v1_blank = {0x1e, 0x00},
-               .v_line = {0xdc, 0x05},
+               .v_line = {0xee, 0x02},
                .h_line = {0x72, 0x06},
                .hsync_pol = {0x00},
                .vsync_pol = {0x00},
@@ -574,8 +574,8 @@ static const struct hdmi_preset_conf hdmi_conf_720p60 = {
                .v_sync_line_aft_pxl_4 = {0xff, 0xff},
                .v_sync_line_aft_pxl_5 = {0xff, 0xff},
                .v_sync_line_aft_pxl_6 = {0xff, 0xff},
-               .vact_space_1 = {0xee, 0x02},
-               .vact_space_2 = {0x0c, 0x03},
+               .vact_space_1 = {0xff, 0xff},
+               .vact_space_2 = {0xff, 0xff},
                .vact_space_3 = {0xff, 0xff},
                .vact_space_4 = {0xff, 0xff},
                .vact_space_5 = {0xff, 0xff},
@@ -586,16 +586,16 @@ static const struct hdmi_preset_conf hdmi_conf_720p60 = {
                0x00, /* cmd */
                0x72, 0x06, /* h_fsz */
                0x72, 0x01, 0x00, 0x05, /* hact */
-               0xdc, 0x05, /* v_fsz */
+               0xee, 0x02, /* v_fsz */
                0x01, 0x00, 0x33, 0x02, /* vsync */
-               0x1e, 0x00, 0x00, 0x2d, /* vact */
+               0x1e, 0x00, 0xd0, 0x02, /* vact */
                0x33, 0x02, /* field_chg */
-               0x0c, 0x03, /* vact_st2 */
+               0x48, 0x02, /* vact_st2 */
                0x00, 0x00, /* vact_st3 */
                0x00, 0x00, /* vact_st4 */
                0x01, 0x00, 0x01, 0x00, /* vsync top/bot */
                0x01, 0x00, 0x33, 0x02, /* field top/bot */
-               0x01, /* 3d FP */
+               0x00, /* 3d FP */
        },
 };

-- 
1.7.4.1

Reply via email to