During reconfig, the firmware sends the resolution aligned to 8 bytes.The log implies to me a missing Fixes: tag
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.