Re: [RESEND][PATCH 1/2] drm/bridge: lt9611: Switch to atomic operations

2022-03-31 Thread Robert Foss
On Thu, 31 Mar 2022 at 17:43, Robert Foss wrote: > > On Thu, 31 Mar 2022 at 17:39, Marek Vasut wrote: > > > > 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. > > > >

Re: [RESEND][PATCH 1/2] drm/bridge: lt9611: Switch to atomic operations

2022-03-31 Thread Robert Foss
On Thu, 31 Mar 2022 at 17:39, Marek Vasut wrote: > > 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: Dave Airlie > Cc: John Stultz > Cc:

[RESEND][PATCH 1/2] drm/bridge: lt9611: Switch to atomic operations

2022-03-31 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: Dave Airlie Cc: John Stultz Cc: Maxime Ripard Cc: Sam Ravnborg Cc: Thomas Zimmermann ---

[PATCH 1/2] drm/bridge: lt9611: Switch to atomic operations

2022-02-12 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: Dave Airlie Cc: John Stultz Cc: Maxime Ripard Cc: Sam Ravnborg Cc: Thomas Zimmermann ---