PD#SWPL-25585
Problem:
this issue is introduced by gerrit 110569
0 memory address been polluted by lmem hw.
Solution:
add the missed DMA address config in canvas
init
Verify:
ac214
Signed-off-by: Hui Zhang <hui.zhang@amlogic.com>
Change-Id: I12e276be5d3fee1fd9043215507981a3412e6d42
pr_err("%s: failed to alloc cc buffer\n", __func__);
return;
}
-
+ hw->buf_start = decbuf_start;
+ WRITE_VREG(MREG_CO_MV_START, hw->buf_start);
WRITE_VREG(MREG_CC_ADDR, hw->ccbuf_phyAddress);
} else {
if (vdec->parallel_dec == 1) {