av1: fix some stream playback appears mosaics. [2/2]
PD#SWPL-34649
Problem:
For av1 formats, the top reference data is 20 times of other formats, so
new DDR store/load function added for AV1. For some special case, tile
is narrow and the decoding speed is relatively fast, this will result in
the data is still in write pipeline, not write to DDR yet. This caused
decoding wrong.
Solution:
Adding checking of write response before loading inside microcode, wait
for write pipeline finish before read.
ucode gerrit id:127347
ucode commit id:3a3627
ucode change id:If8fc5
Verify:
AB311
Change-Id: I04d73a1c6819655851d53a3deddf56158b8157fb
Signed-off-by: gan.zhang <gan.zhang@amlogic.com>