On 2022-01-12 10:53, Alex Deucher wrote: > On Wed, Jan 12, 2022 at 9:28 AM Harry Wentland <harry.wentland@xxxxxxx> wrote: >> >> From: Meenakshikumar Somasundaram <meenakshikumar.somasundaram@xxxxxxx> >> >> [Why] >> During otg sync trigger, plane states are used to decide whether the otg >> is already synchronized or not. There are scenarions when otgs are >> disabled without plane state getting disabled and in such case the otg is >> excluded from synchronization. >> >> [How] >> Introduced pipe_idx_syncd in pipe_ctx that tracks each otgs master pipe. >> When a otg is disabled/enabled, pipe_idx_syncd is reset to itself. >> On sync trigger, pipe_idx_syncd is checked to decide whether a otg is >> already synchronized and the otg is further included or excluded from >> synchronization. >> >> v2: >> Don't drop is_blanked logic >> >> Reviewed-by: Jun Lei <Jun.Lei@xxxxxxx> >> Reviewed-by: Mustapha Ghaddar <mustapha.ghaddar@xxxxxxx> >> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@xxxxxxx> >> Signed-off-by: meenakshikumar somasundaram <meenakshikumar.somasundaram@xxxxxxx> >> Tested-by: Daniel Wheeler <daniel.wheeler@xxxxxxx> >> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> >> Signed-off-by: Harry Wentland <harry.wentland@xxxxxxx> >> Cc: torvalds@xxxxxxxxxxxxxxxxxxxx > > Series is: > Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > And merged. Thanks. Harry