On Fri, Aug 26, 2022 at 5:09 PM Chen-Yu Tsai <wenst@xxxxxxxxxxxx> wrote: > > n Fri, Aug 26, 2022 at 6:53 AM <daniel.almeida@xxxxxxxxxxxxx> wrote: > > > > From: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx> > > > > This patch adds the AOMedia Video 1 (AV1) kernel uAPI. > > > > This design is based on currently available AV1 API implementations and > > aims to support the development of AV1 stateless video codecs > > on Linux. > > > > Signed-off-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx> > > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@xxxxxxxxxxxxx> > > --- [...] > > diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h > > index 00828a4f9404..d39d4eec2a97 100644 > > --- a/include/media/v4l2-ctrls.h > > +++ b/include/media/v4l2-ctrls.h Checkpatch also complained: WARNING: please, no space before tabs #780: FILE: include/uapi/linux/v4l2-controls.h:2323: +#define V4L2_AV1_FRAME_FLAG_SKIP_MODE_ALLOWED ^I^I 0x00010000$ ChenYu