Re: [PATCH v2 09/11] media: aspeed: use different delays for triggering VE H/W reset

2019-05-29 Thread Eddie James
On 5/24/19 6:17 PM, Jae Hyun Yoo wrote: In case of watchdog timeout detected while doing mode detection, it's better triggering video engine hardware reset immediately so this commit fixes code for the case. Other than the case, it will trigger video engine hardware reset after RESOLUTION_CHANG

[PATCH v2 09/11] media: aspeed: use different delays for triggering VE H/W reset

2019-05-24 Thread Jae Hyun Yoo
In case of watchdog timeout detected while doing mode detection, it's better triggering video engine hardware reset immediately so this commit fixes code for the case. Other than the case, it will trigger video engine hardware reset after RESOLUTION_CHANGE_DELAY. Signed-off-by: Jae Hyun Yoo --- v