Hi Stefan, On Tue, Oct 17, 2023 at 12:09 PM Stefan Riedmüller <s.riedmueller@xxxxxxxxx> wrote: > > The default behavior for a base address change is to do it automatically > after a DMA completion. This can lead to the situation, were one > corrupted frame, with less lines than configured, results in all > following frames being corrupted as well, due to a missing > re-synchronization to the beginning of the next frame. > > Fix this by configuring the base address switch to be synced with the > start of frame event. > > Currently this is already implemented for the parallel interface. To > have it with MIPI as well, simply configure it unconditionally. > > Tested on i.MX 8MM. Should this contain a Fixes tag? Thanks