Re: [PATCH v3 03/23] media: iris: Avoid updating frame size to firmware during reconfig
From: Dikshita Agarwal
Date: Fri May 02 2025 - 09:49:07 EST
On 5/2/2025 5:48 PM, Bryan O'Donoghue wrote:
> On 01/05/2025 20:13, Dikshita Agarwal wrote:
>> During reconfig, the firmware sends the resolution aligned to 8 bytes.
>> If the driver sends the same resolution back to the firmware the resolution
>> will be aligned to 16 bytes not 8.
> My question here is why there's an alignment mismatch between the APSS and
> firmware at all ?
>
It's not about the mismatch between APPS and firmware.
It's about how firmware handles this, it's not expecting the driver to set
the resolution after reconfig.
Thanks,
Dikshita
> ---
> bod