Re: [PATCH V2 03/11] drm/bridge: tc358767: Convert to atomic ops

2022-02-18 Thread Lucas Stach
Am Freitag, dem 18.02.2022 um 02:00 +0100 schrieb Marek Vasut: > Use the atomic version of the enable/disable operations to continue the > transition to the atomic API. This will be needed to access the mode > from the atomic state. > > Signed-off-by: Marek Vasut > Cc: Jonas Karlman > Cc: Lauren

[PATCH V2 03/11] drm/bridge: tc358767: Convert to atomic ops

2022-02-17 Thread Marek Vasut
Use the atomic version of the enable/disable operations to continue the transition to the atomic API. This will be needed to access the mode from the atomic state. Signed-off-by: Marek Vasut Cc: Jonas Karlman Cc: Laurent Pinchart Cc: Maxime Ripard Cc: Neil Armstrong Cc: Sam Ravnborg --- V2: