dv: osd icon display colored dots at 720p50hz [1/2]

PD#SWPL-14463

Problem:
dv vertical potch is small

Solution:
increase vpotch from 0x30 to 0x38

Verify:
verify on sm1 720p.

Change-Id: Iebf6708f62a8b8c2a32accf9ef721b4d12fa2370
Signed-off-by: yao liu <yao.liu@amlogic.com>
This commit is contained in:
yao liu
2019-09-27 05:56:44 -04:00
committed by Jianxin Pan
parent 4bf1e907ee
commit ad4b155b3c

View File

@@ -2713,7 +2713,7 @@ static void adjust_vpotch(void)
g_vpotch = 0x60;
else if ((vinfo->width == 1280) &&
(vinfo->height == 720))
g_vpotch = 0x30;
g_vpotch = 0x38;
else
g_vpotch = 0x20;
if (vinfo->width > 1920)