Re: (subset) [PATCH v2 25/41] drm/vc4: vec: Convert to atomic helpers

2022-09-07 Thread Maxime Ripard
On Mon, 29 Aug 2022 15:11:39 +0200, Maxime Ripard wrote: > The VC4 VEC 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 25/41] drm/vc4: vec: Convert to atomic helpers

2022-08-30 Thread Noralf Trønnes
Den 29.08.2022 15.11, skrev Maxime Ripard: > The VC4 VEC driver still uses legacy enable and disable hook > > implementation. Let's convert to the atomic variants. > > > > Signed-off-by: Maxime Ripard > Reviewed-by: Noralf Trønnes

[PATCH v2 25/41] drm/vc4: vec: Convert to atomic helpers

2022-08-29 Thread Maxime Ripard
The VC4 VEC 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/vc4/vc4_vec.c b/drivers/gpu/drm/vc4/vc4_vec.c index d521ffd8d75c..72eee0cbb615 100644 --- a/drivers/gpu/drm/vc4/vc4_vec.c +