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