Re: [PATCH 04/20] media: iris: Avoid updating frame size to firmware during reconfig
From: Dikshita Agarwal
Date: Tue Apr 15 2025 - 00:37:20 EST
On 4/11/2025 6:17 PM, Bryan O'Donoghue wrote:
> On 08/04/2025 16:54, 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.
>>
>> The alignment mismatch would then subsequently cause the firmware to
>> send another redundant sequence change.
>>
>> Fix this by not setting the resolution property during reconfig.
> The log implies to me a missing Fixes: tag
Sure.
Thanks,
Dikshita
>
> ---
> bod