From: Dmitry Osipenko <dmitry.osipenko@collabora.com>
To: Hans Verkuil <hverkuil@xs4all.nl>,
Shreeya Patel <shreeya.patel@collabora.com>,
Heiko Stuebner <heiko@sntech.de>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
jose.abreu@synopsys.com, nelson.costa@synopsys.com,
shawn.wen@rock-chips.com, nicolas.dufresne@collabora.com,
Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: kernel@collabora.com, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rockchip@lists.infradead.org, Tim Surber <me@timsurber.de>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH v11 3/6] media: platform: synopsys: Add support for HDMI input driver
Date: Wed, 26 Feb 2025 13:19:01 +0300 [thread overview]
Message-ID: <38faac84-965f-443f-b3b5-844fc965dbad@collabora.com> (raw)
In-Reply-To: <6b261f80-6713-430d-93ee-9dac77f47580@xs4all.nl>
On 2/26/25 13:16, Hans Verkuil wrote:
>> +/* vb2 queue */
>> +static const struct vb2_ops hdmirx_vb2_ops = {
>> + .queue_setup = hdmirx_queue_setup,
>> + .buf_queue = hdmirx_buf_queue,
>> + .wait_prepare = vb2_ops_wait_prepare,
>> + .wait_finish = vb2_ops_wait_finish,
> These two ops are no longer needed. New drivers must not use them. I'm
> working on removing these ops, but it's not quite there yet.
>
> I will remove these two lines manually for this v11, but if a v12 is needed,
> then make sure you drop these two lines.
Ack. Thanks for the review!
--
Best regards,
Dmitry
next prev parent reply other threads:[~2025-02-26 10:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-26 9:49 [PATCH v11 0/6] Add Synopsys DesignWare HDMI RX Controller Dmitry Osipenko
2025-02-26 9:49 ` [PATCH v11 1/6] MAINTAINERS: Add entry for Synopsys DesignWare HDMI RX Driver Dmitry Osipenko
2025-02-26 9:49 ` [PATCH v11 2/6] dt-bindings: media: Document bindings for HDMI RX Controller Dmitry Osipenko
2025-02-26 9:49 ` [PATCH v11 3/6] media: platform: synopsys: Add support for HDMI input driver Dmitry Osipenko
2025-02-26 10:16 ` Hans Verkuil
2025-02-26 10:19 ` Dmitry Osipenko [this message]
2025-02-26 9:49 ` [PATCH v11 4/6] arm64: dts: rockchip: Add device tree support for HDMI RX Controller Dmitry Osipenko
2025-02-26 9:49 ` [PATCH v11 5/6] arm64: dts: rockchip: Enable HDMI receiver on rock-5b Dmitry Osipenko
2025-02-26 9:49 ` [PATCH v11 6/6] arm64: defconfig: Enable Synopsys HDMI receiver Dmitry Osipenko
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=38faac84-965f-443f-b3b5-844fc965dbad@collabora.com \
--to=dmitry.osipenko@collabora.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=hverkuil@xs4all.nl \
--cc=jose.abreu@synopsys.com \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=me@timsurber.de \
--cc=nelson.costa@synopsys.com \
--cc=nicolas.dufresne@collabora.com \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=shawn.wen@rock-chips.com \
--cc=shreeya.patel@collabora.com \
/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