Re: [PATCH] venus: venc: Add VIDIOC_TRY_ENCODER_CMD support

2020-11-30 Thread Alexandre Courbot
On Tue, Dec 1, 2020 at 1:07 PM Fritz Koenig wrote: > > On Mon, Nov 30, 2020 at 7:24 PM Alexandre Courbot > wrote: > > > > On Sun, Nov 29, 2020 at 3:05 PM Fritz Koenig wrote: > > > > > > V4L2_ENC_CMD_STOP and V4L2_ENC_CMD_START are already > > > supported. Add a way to query for support. > > >

Re: [PATCH] venus: venc: Add VIDIOC_TRY_ENCODER_CMD support

2020-11-30 Thread Fritz Koenig
On Mon, Nov 30, 2020 at 7:24 PM Alexandre Courbot wrote: > > On Sun, Nov 29, 2020 at 3:05 PM Fritz Koenig wrote: > > > > V4L2_ENC_CMD_STOP and V4L2_ENC_CMD_START are already > > supported. Add a way to query for support. > > I think your Signed-off-by is missing (checkpatch.pl should warn you >

Re: [PATCH] venus: venc: Add VIDIOC_TRY_ENCODER_CMD support

2020-11-30 Thread Alexandre Courbot
On Sun, Nov 29, 2020 at 3:05 PM Fritz Koenig wrote: > > V4L2_ENC_CMD_STOP and V4L2_ENC_CMD_START are already > supported. Add a way to query for support. I think your Signed-off-by is missing (checkpatch.pl should warn you about such problems). > > --- > drivers/media/platform/qcom/venus/venc.

[PATCH] venus: venc: Add VIDIOC_TRY_ENCODER_CMD support

2020-11-28 Thread Fritz Koenig
V4L2_ENC_CMD_STOP and V4L2_ENC_CMD_START are already supported. Add a way to query for support. --- drivers/media/platform/qcom/venus/venc.c | 26 1 file changed, 26 insertions(+) diff --git a/drivers/media/platform/qcom/venus/venc.c b/drivers/media/platform/qcom/venus