mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dolby: fix tm2 end-to-end test [1/3]
PD#SWPL-6631 Problem: 5213/5214/5217 480p graphic tests fail due to g_vpotch is too small Solution: incread g_vpotch from 0x20 to 0x60 for resolution below 720p Verify: verified on tm2 t96e2 Change-Id: Iedeaaf485c9ffea703d344edd7ed4b5187e78f1f Signed-off-by: yao liu <yao.liu@amlogic.com>
This commit is contained in:
@@ -2580,7 +2580,7 @@ static void apply_stb_core_settings(
|
||||
g_vpotch = 0x60;
|
||||
else
|
||||
g_vpotch = 0x20;
|
||||
} else if (is_meson_g12()) {
|
||||
} else if (is_meson_g12() || is_meson_tm2_stbmode()) {
|
||||
if (vinfo) {
|
||||
if (debug_dolby & 2)
|
||||
pr_dolby_dbg("vinfo %d %d %d\n",
|
||||
|
||||
Reference in New Issue
Block a user