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