From: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
To: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/10] media: rcar: Minor cleanups and improvements
Date: Wed, 22 Jan 2025 18:07:08 +0100 [thread overview]
Message-ID: <20250122170708.GD3436806@ragnatech.se> (raw)
In-Reply-To: <p2f3d5tm4ufax2ubgrsfm75c754mu2pdnkzmtopzwwebyuhcjf@i3dttqpg5myu>
Hello Jacopo,
On 2025-01-22 12:57:13 +0100, Jacopo Mondi wrote:
> Hi Niklas,
>
> On Wed, Jan 22, 2025 at 10:21:28AM +0100, Niklas Söderlund wrote:
> > On 2025-01-22 10:02:59 +0200, Tomi Valkeinen wrote:
> > > Hi,
> > >
> > > On 21/01/2025 23:24, Niklas Söderlund wrote:
> > > > Hi Tomi,
> > > >
> > > > Thanks for a great cleanup series!
> > > >
> > > > On 2025-01-20 15:10:33 +0200, Tomi Valkeinen wrote:
> > > > > I've started looking at multi-stream support, and came up with these
> > > > > while working towards streams.
> > > > >
> > > > > Tomi
> > > > >
> > > > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
> > > >
> > > > I have tested this in Gen2, Gen3 and Gen4 without noticing any
> > > > regressions. The log is now spammed with the helpful suggestion that the
> > > > CSI-2 TX subdevices shall implement V4L2_CID_LINK_FREQ control. This is
> > > > annoying but out of scope for this series, but would be nice at some
> > > > point.
> > > >
> > > > [ 37.421531] v4l2_get_link_freq: Link frequency estimated using pixel rate: result might be inaccurate
> > > > [ 37.430991] v4l2_get_link_freq: Consider implementing support for V4L2_CID_LINK_FREQ in the transmitter driver
> > >
> > > Which drivers need fixing? The staging max96712 is one (there seems to be a
> > > TODO there about it), and adv748x? I'm not going to work on that right now,
> > > but just collecting the details.
> >
> > Indeed adv748x is the other driver needing work here. The problem as I
> > recall it is that V4L2_CID_LINK_FREQ is a menu control, and adv748x
> > selects it link freq based on what it is outputting. But it's been some
> > time since I looked at this, maybe I recall incorrectly.
> >
>
> Would this series help ?
> https://patchwork.kernel.org/project/linux-media/list/?series=926905
I think it would, it seems to perfectly fit the adv748x situation,
awesome!
>
> > >
> > > > For the whole series,
> > > >
> > > > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > > > Tested-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > >
> > > Thanks!
> > >
> > > Tomi
> > >
> >
> > --
> > Kind Regards,
> > Niklas Söderlund
> >
--
Kind Regards,
Niklas Söderlund
prev parent reply other threads:[~2025-01-22 17:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 13:10 [PATCH 00/10] media: rcar: Minor cleanups and improvements Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 01/10] media: rcar-csi2: Move Y8 entry to a better place Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 02/10] media: rcar-csi2: Add RAW10 and RAW12 formats Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 03/10] media: rcar-isp: Add RAW8, " Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 04/10] media: rcar-csi2: Use v4l2_get_link_freq() Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 05/10] media: rcar-vin: Use v4l2_subdev_{enable|disable}_streams() Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 06/10] media: rcar-isp: " Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 07/10] media: rcar-csi2: " Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 08/10] media: rcar-isp: Convert to subdev state Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 09/10] media: rcar-isp: Convert to .{enable|disable}_streams Tomi Valkeinen
2025-01-20 13:10 ` [PATCH 10/10] media: rcar-csi2: " Tomi Valkeinen
2025-01-21 21:24 ` [PATCH 00/10] media: rcar: Minor cleanups and improvements Niklas Söderlund
2025-01-22 8:02 ` Tomi Valkeinen
2025-01-22 9:21 ` Niklas Söderlund
2025-01-22 11:57 ` Jacopo Mondi
2025-01-22 17:07 ` Niklas Söderlund [this message]
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=20250122170708.GD3436806@ragnatech.se \
--to=niklas.soderlund@ragnatech.se \
--cc=jacopo.mondi@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=tomi.valkeinen+renesas@ideasonboard.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