Re: [PATCH 04/20] media: iris: Avoid updating frame size to firmware during reconfig

From: Bryan O'Donoghue
Date: Fri Apr 11 2025 - 08:53:48 EST


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

---
bod