1
0
Fork 0

MLK-20303-3:VPU Encoder:sw reset after resume from devices mode suspend

Signed-off-by: ming_qian <ming.qian@nxp.com>
pull/10/head
ming_qian 2018-11-15 18:34:17 +08:00
parent f210076aad
commit 4aba3c0368
1 changed files with 1 additions and 1 deletions

View File

@ -4385,7 +4385,7 @@ static int resume_core(struct core_device *core)
else
reset_vpu_core_dev(core);
} else {
if (core->snapshot)
if (core->snapshot || instance_count)
ret = sw_reset_firmware(core, 1);
}