dv: mute the first frame when playing video [1/1]

PD#SWPL-4091

Problem:
due to the ip bug, the first frame has dirty data

Solution:
mute the first frame

Verify:
u212

Change-Id: Ia21e96c338b22e25d1073f27083f10634a09edad
Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
This commit is contained in:
Yi Zhou
2019-01-11 10:49:11 +08:00
committed by Luan Yuan
parent b4dabcd737
commit bc5bf609ff

View File

@@ -1660,7 +1660,7 @@ static int dolby_core1_set(
}
if (dolby_vision_on_count
< dolby_vision_run_mode_delay) {
<= dolby_vision_run_mode_delay) {
VSYNC_WR_MPEG_REG(
VPP_VD1_CLIP_MISC0,
(0x200 << 10) | 0x200);