Re: [PATCH] media: verisilicon: vp9: do not arm watchdog on preparation failure
From: Tharit Tangkijwanichakul
Date: Thu Jul 23 2026 - 21:57:05 EST
> Nack.
> First it schedules a software timer not an hardware timer, which led after
> timeout to call hantro_job_finish_no_pm() with VB2_BUF_STATE_ERROR parameter.
> We need this call to complete v4l2_m2m job.
>
> If you want to stop the task before the timeout you need to add something like
> hantro_end_prepare_run_with_error() where you do the correct sequence.
>
> Regards,
> Benjamin
Hi Benjamin,
Understood. Thanks for the review and pointing out my misunderstanding.
Best,
Tharit