dv: do not reset the tv core when resolution changed [1/1]

PD#SWPL-5167

Problem:
Reset tv core will cause the display flashing.

Solution:
remove the reset operation

Verify:
Verified on R311

Change-Id: Id9aa97dd0462d04bb2d83e5f0247acf3bcaabcd7
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
This commit is contained in:
Brian Zhu
2019-11-02 18:46:55 +08:00
committed by Tao Zeng
parent 668545bc2d
commit b4c35287a5

View File

@@ -7172,7 +7172,9 @@ int dolby_vision_process(
}
/* tvcore need a reset for resolution change */
if (is_meson_tvmode() &&
/* remove txlx tv case by Brian.zhu 20191102 */
/* TODO: need check for tm2 */
if (is_meson_tm2_tvmode() &&
((core1_disp_hsize != h_size) ||
(core1_disp_vsize != v_size)))
force_set = true;