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