From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: mchehab@kernel.org, Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
wens@csie.org, samuel@sholland.org, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] media: sunxi: Add H6 deinterlace driver
Date: Fri, 04 Nov 2022 18:36:27 +0100 [thread overview]
Message-ID: <2652146.mvXUDI8C0e@jernej-laptop> (raw)
In-Reply-To: <71e8ea95-8c3a-cc85-1638-5ce421a60e99@xs4all.nl>
Hi Hans,
Dne petek, 04. november 2022 ob 12:33:50 CET je Hans Verkuil napisal(a):
> Hi Jernej,
>
> Can you add a patch updating the MAINTAINERS file? Just post a 4/3 patch :-)
It's already part of patch 2. I didn't see the reason to split it to separate
patch.
Best regards,
Jernej
>
> Regards,
>
> Hans
>
> On 01/11/2022 13:31, Jernej Skrabec wrote:
> > This series implements driver for H6 deinterlace core, which is
> > newer version of core, covered by sun8i-di (v2.3). Contrary to
> > older one, it doesn't support scaling, but it supports iommu,
> > has additional motion compensated deinterlacing algorithm and
> > supports different pixel formats.
> >
> > v4l2-compliance 1.23.0-4961, 64 bits, 64-bit time_t
> > v4l2-compliance SHA: f86484524f32 2022-10-21 10:08:58
> >
> > Compliance test for sun50i-di device /dev/video0:
> >
> > Driver Info:
> > Driver name : sun50i-di
> > Card type : sun50i-di
> > Bus info : platform:sun50i-di
> > Driver version : 6.1.0
> > Capabilities : 0x84208000
> >
> > Video Memory-to-Memory
> > Streaming
> > Extended Pix Format
> > Device Capabilities
> >
> > Device Caps : 0x04208000
> >
> > Video Memory-to-Memory
> > Streaming
> > Extended Pix Format
> >
> > Required ioctls:
> > test VIDIOC_QUERYCAP: OK
> > test invalid ioctls: OK
> >
> > Allow for multiple opens:
> > test second /dev/video0 open: OK
> > test VIDIOC_QUERYCAP: OK
> > test VIDIOC_G/S_PRIORITY: OK
> > test for unlimited opens: OK
> >
> > Debug ioctls:
> > test VIDIOC_DBG_G/S_REGISTER: OK (Not Supported)
> > test VIDIOC_LOG_STATUS: OK (Not Supported)
> >
> > Input ioctls:
> > test VIDIOC_G/S_TUNER/ENUM_FREQ_BANDS: OK (Not Supported)
> > test VIDIOC_G/S_FREQUENCY: OK (Not Supported)
> > test VIDIOC_S_HW_FREQ_SEEK: OK (Not Supported)
> > test VIDIOC_ENUMAUDIO: OK (Not Supported)
> > test VIDIOC_G/S/ENUMINPUT: OK (Not Supported)
> > test VIDIOC_G/S_AUDIO: OK (Not Supported)
> > Inputs: 0 Audio Inputs: 0 Tuners: 0
> >
> > Output ioctls:
> > test VIDIOC_G/S_MODULATOR: OK (Not Supported)
> > test VIDIOC_G/S_FREQUENCY: OK (Not Supported)
> > test VIDIOC_ENUMAUDOUT: OK (Not Supported)
> > test VIDIOC_G/S/ENUMOUTPUT: OK (Not Supported)
> > test VIDIOC_G/S_AUDOUT: OK (Not Supported)
> > Outputs: 0 Audio Outputs: 0 Modulators: 0
> >
> > Input/Output configuration ioctls:
> > test VIDIOC_ENUM/G/S/QUERY_STD: OK (Not Supported)
> > test VIDIOC_ENUM/G/S/QUERY_DV_TIMINGS: OK (Not Supported)
> > test VIDIOC_DV_TIMINGS_CAP: OK (Not Supported)
> > test VIDIOC_G/S_EDID: OK (Not Supported)
> >
> > Control ioctls:
> > test VIDIOC_QUERY_EXT_CTRL/QUERYMENU: OK (Not Supported)
> > test VIDIOC_QUERYCTRL: OK (Not Supported)
> > test VIDIOC_G/S_CTRL: OK (Not Supported)
> > test VIDIOC_G/S/TRY_EXT_CTRLS: OK (Not Supported)
> > test VIDIOC_(UN)SUBSCRIBE_EVENT/DQEVENT: OK (Not Supported)
> > test VIDIOC_G/S_JPEGCOMP: OK (Not Supported)
> > Standard Controls: 0 Private Controls: 0
> >
> > Format ioctls:
> > test VIDIOC_ENUM_FMT/FRAMESIZES/FRAMEINTERVALS: OK
> > test VIDIOC_G/S_PARM: OK (Not Supported)
> > test VIDIOC_G_FBUF: OK (Not Supported)
> > test VIDIOC_G_FMT: OK
> > test VIDIOC_TRY_FMT: OK
> > test VIDIOC_S_FMT: OK
> > test VIDIOC_G_SLICED_VBI_CAP: OK (Not Supported)
> > test Cropping: OK (Not Supported)
> > test Composing: OK (Not Supported)
> > test Scaling: OK (Not Supported)
> >
> > Codec ioctls:
> > test VIDIOC_(TRY_)ENCODER_CMD: OK (Not Supported)
> > test VIDIOC_G_ENC_INDEX: OK (Not Supported)
> > test VIDIOC_(TRY_)DECODER_CMD: OK (Not Supported)
> >
> > Buffer ioctls:
> > test VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF: OK
> > test VIDIOC_EXPBUF: OK
> > test Requests: OK (Not Supported)
> >
> > Total for sun50i-di device /dev/video0: 45, Succeeded: 45, Failed: 0,
> > Warnings: 0
> >
> > Best regards,
> > Jernej
> >
> > Jernej Skrabec (3):
> > media: dt-bindings: media: Add Allwinner H6 Deinterlace binding
> > media: sunxi: Add H6 deinterlace driver
> > arm64: dts: allwinner: h6: Add deinterlace node
> >
> > .../allwinner,sun50i-h6-deinterlace.yaml | 74 ++
> > MAINTAINERS | 4 +-
> > arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 12 +
> > drivers/media/platform/sunxi/Kconfig | 1 +
> > drivers/media/platform/sunxi/Makefile | 1 +
> > .../media/platform/sunxi/sun50i-di/Kconfig | 15 +
> > .../media/platform/sunxi/sun50i-di/Makefile | 2 +
> > .../platform/sunxi/sun50i-di/sun50i-di.c | 1142 +++++++++++++++++
> > .../platform/sunxi/sun50i-di/sun50i-di.h | 175 +++
> > 9 files changed, 1425 insertions(+), 1 deletion(-)
> > create mode 100644
> > Documentation/devicetree/bindings/media/allwinner,sun50i-h6-deinterlace.
> > yaml create mode 100644 drivers/media/platform/sunxi/sun50i-di/Kconfig
> > create mode 100644 drivers/media/platform/sunxi/sun50i-di/Makefile
> > create mode 100644 drivers/media/platform/sunxi/sun50i-di/sun50i-di.c
> > create mode 100644 drivers/media/platform/sunxi/sun50i-di/sun50i-di.h
> >
> > --
> > 2.38.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-04 17:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-01 12:31 [PATCH 0/3] media: sunxi: Add H6 deinterlace driver Jernej Skrabec
2022-11-01 12:31 ` [PATCH 1/3] media: dt-bindings: media: Add Allwinner H6 Deinterlace binding Jernej Skrabec
2022-11-02 17:14 ` Rob Herring
2022-11-05 3:02 ` Samuel Holland
2022-11-01 12:32 ` [PATCH 2/3] media: sunxi: Add H6 deinterlace driver Jernej Skrabec
2022-11-05 3:28 ` Samuel Holland
2022-11-01 12:32 ` [PATCH 3/3] arm64: dts: allwinner: h6: Add deinterlace node Jernej Skrabec
2022-11-05 3:01 ` Samuel Holland
2022-11-04 11:33 ` [PATCH 0/3] media: sunxi: Add H6 deinterlace driver Hans Verkuil
2022-11-04 17:36 ` Jernej Škrabec [this message]
2022-11-04 22:47 ` Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2652146.mvXUDI8C0e@jernej-laptop \
--to=jernej.skrabec@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil-cisco@xs4all.nl \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=robh+dt@kernel.org \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox