osd: set viu2 hold line value to default value [1/1]

PD#TV-6244

Problem:
viu2 hold line too big caused v display offset

Solution:
1.set viu2 hold line value to default value

Verify:
Verified by tl1

Change-Id: Ie39baca7dd729e913735b7806acbc0a9cbb4559b
Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
This commit is contained in:
Pengcheng Chen
2019-06-03 15:57:29 +08:00
parent 556ba87a2a
commit 588a79245a

View File

@@ -3691,7 +3691,7 @@ void osd_set_hold_line(int hold_line)
int i;
unsigned int data32 = 0, val = 0;
for (i = 0; i <= osd_hw.osd_meson_dev.viu1_osd_count; i++) {
for (i = 0; i < osd_hw.osd_meson_dev.viu1_osd_count; i++) {
if (osd_hw.powered[i]) {
data32 = VSYNCOSD_RD_MPEG_REG
(hw_osd_reg_array[i].osd_fifo_ctrl_stat);