[PATCH v5 05/14] media: mtk-vcodec: venc: support START and STOP commands

Alexandre Courbot acourbot at chromium.org
Sun Jul 4 22:04:39 PDT 2021


On Fri, May 28, 2021 at 4:44 PM Dafna Hirschfeld
<dafna.hirschfeld at collabora.com> wrote:
> >> +static int vidioc_encoder_cmd(struct file *file, void *priv,
> >> +                  struct v4l2_encoder_cmd *cmd)
> >> +{
> >> +    struct mtk_vcodec_ctx *ctx = fh_to_ctx(priv);
> >> +    struct vb2_queue *src_vq, *dst_vq;
> >> +    int ret;
>
> I see that the driver return -EIO on the ioctls when in state MTK_STATE_ABORT
> so you should probably test the state here as well.

Done, thanks for catching this!



More information about the Linux-mediatek mailing list