Re: [PATCH v5 2/4] drm/bridge: microchip-lvds: migrate to atomic bridge ops

2025-06-25 Thread Dharma.B
On 25/06/25 12:24 pm, Maxime Ripard wrote: > On Wed, Jun 25, 2025 at 10:26:10AM +0530, Dharma Balasubiramani wrote: >> Replace legacy .enable and .disable callbacks with their atomic >> counterparts .atomic_enable and .atomic_disable. >> >> Also, add turn off the serialiser inside atomic_disable().

Re: [PATCH v5 2/4] drm/bridge: microchip-lvds: migrate to atomic bridge ops

2025-06-24 Thread Maxime Ripard
On Wed, Jun 25, 2025 at 10:26:10AM +0530, Dharma Balasubiramani wrote: > Replace legacy .enable and .disable callbacks with their atomic > counterparts .atomic_enable and .atomic_disable. > > Also, add turn off the serialiser inside atomic_disable(). > > Signed-off-by: Dharma Balasubiramani As

[PATCH v5 2/4] drm/bridge: microchip-lvds: migrate to atomic bridge ops

2025-06-24 Thread Dharma Balasubiramani
Replace legacy .enable and .disable callbacks with their atomic counterparts .atomic_enable and .atomic_disable. Also, add turn off the serialiser inside atomic_disable(). Signed-off-by: Dharma Balasubiramani --- drivers/gpu/drm/bridge/microchip-lvds.c | 13 + 1 file changed, 9 inse