Re: (subset) [PATCH v2 35/41] drm/sun4i: tv: Convert to atomic hooks

2022-09-07 Thread Maxime Ripard
On Mon, 29 Aug 2022 15:11:49 +0200, Maxime Ripard wrote: > The sun4i TV driver still uses legacy enable and disable hook > implementation. Let's convert to the atomic variants. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

Re: [PATCH v2 35/41] drm/sun4i: tv: Convert to atomic hooks

2022-09-06 Thread Jernej Škrabec
Dne ponedeljek, 29. avgust 2022 ob 15:11:49 CEST je Maxime Ripard napisal(a): > The sun4i TV driver still uses legacy enable and disable hook > implementation. Let's convert to the atomic variants. > > Signed-off-by: Maxime Ripard Acked-by: Jernej Skrabec BTW, I suggest you merge fixes/cleanup

[PATCH v2 35/41] drm/sun4i: tv: Convert to atomic hooks

2022-08-29 Thread Maxime Ripard
The sun4i TV driver still uses legacy enable and disable hook implementation. Let's convert to the atomic variants. Signed-off-by: Maxime Ripard diff --git a/drivers/gpu/drm/sun4i/sun4i_tv.c b/drivers/gpu/drm/sun4i/sun4i_tv.c index 53152d77c392..f7aad995ab5b 100644 --- a/drivers/gpu/drm/sun4i/su