Re: [PATCH v4 00/15] media: rcar: Streams support
From: Tomi Valkeinen
Date: Mon Jan 26 2026 - 09:01:54 EST
Hi,
On 31/12/2025 11:57, Niklas Söderlund wrote:
> Hi Tomi,
>
> Thanks for your persistent work on this series!
>
> On 2025-12-16 17:18:17 +0200, Tomi Valkeinen wrote:
>> Add streams support to Renesas rcar platform driver.
>>
>> The series keaps compatibility with the current upstream for a single
>> stream use case. However, in upstream there's a limited custom
>> multi-stream support implemented to the rcar driver, which will be
>> replaced with the upstream's Streams API.
>>
>> I have tested this series on Sparrow-Hawk board, with a few different
>> setups:
>>
>> IMX219 connected to the CSI0 connector
>> - The following patches applied to my test branch in addition to this
>> series:
>> 1) The v4l2_subdev_get_frame_desc_passthrough dependency
>> 2) Revert of commit e7376745ad5c8548e31d9ea58adfb5a847e017a4 ("media:
>> rcar-vin: Fix stride setting for RAW8 formats"), as that commit
>> breaks RAW8
>
> That is so odd, I do grab RAW8 on V4H with a IMX219. In what way is do
> you see RAW8 breaking?
I think I found it. It's broken for all formats and resolutions, based
on luck:
VNIS_REG has the lowest 4 bits always 0. From the doc: "These bits
specify the width of the transfer destination memory in 16-pixel
unit."
We do nothing to comply with that.
Tomi