PD#SWPL-32897
Problem:
There is one failed case for CTSGSI test
Solution:
Remove vp9 waiting work to finished when next run
Verify:
u215
Change-Id: I2df8be6bd0fd912f8277b3cd6b6fcd0487b6dad4
Signed-off-by: apollo.ling <apollo.ling@amlogic.com>
CODEC_MM_FLAGS_TVP : 0;
unsigned long ret = 0;
- if (work_pending(&pbi->work) ||
- work_busy(&pbi->work)) {
- vp9_print(pbi, PRINT_FLAG_VDEC_DETAIL,
- "vp9 work pending,not ready for run.\n");
- return 0;
- }
if (!(pbi->pic_list_init_done && pbi->pic_list_init_done2) || pbi->eos)
return ret;
if (!pbi->first_sc_checked && pbi->mmu_enable) {