Re: [PATCH] media: i2c: imx219: Implement .get_frame_desc()

From: Mattijs Korpershoek

Date: Fri Aug 14 2026 - 03:23:18 EST


Hi Yemike,

On Thu, Aug 13, 2026 at 21:12, Yemike Abhilash Chandra <y-abhilashchandra@xxxxxx> wrote:

> Hi Mattijs,
> Thanks for the patch.
>
> On 13/08/26 20:41, Mattijs Korpershoek wrote:
>> From: Vaishnav Achath <vaishnav.a@xxxxxx>
>>
>> The next subdev in the media graph may want to enquire information such
>> as bus format, virtual channel, bus data type to route the stream from
>> this sensor correctly.
>>
>> Add support for sharing this information using the .get_frame_desc()
>> callback.
>>
>> Signed-off-by: Vaishnav Achath <vaishnav.a@xxxxxx>
>> Signed-off-by: Jai Luthra <j-luthra@xxxxxx>
>> Signed-off-by: Yemike Abhilash Chandra <y-abhilashchandra@xxxxxx>
>> Signed-off-by: Mattijs Korpershoek <mkorpershoek@xxxxxxxxxx>
>> ---
>
> FYI, similar variant of this is already posted by Tomi recently [1].

Oh, I completely missed this. I did search on lore, but not good enough,
apparently.
Thanks for the pointer.

I'm happy to drop my patch then.

>
> On that patch, quoting Sakari [2]:
>
> "I've been recently working on
> <URL:https://lore.kernel.org/linux-media/20260518164318.3367888-1-sakari.ailus@xxxxxxxxxxxxxxx/>.
> In other words, drivers that have a single stream don't need this. We could
> probably extend that further by making use of the routing information but I
> think that should be left for later."
>
> I don't really know the status of that series. I will let Sakari to comment.

Thanks, I'll have a look!

>
> Thanks and Regards,
> Yemike Abhilash Chandra
>
>
> [1]:
> https://lore.kernel.org/all/20260611-imx219-frame-desc-v1-1-fe7e975bca6e@xxxxxxxxxxxxxxxx/
> [2]: https://lore.kernel.org/all/aip-xwYlKT1d3N0S@kekkonen.localdomain/#t
>
>