Re: (subset) [PATCH v2 24/41] drm/vc4: vec: Remove empty mode_fixup

2022-09-07 Thread Maxime Ripard
On Mon, 29 Aug 2022 15:11:38 +0200, Maxime Ripard wrote: > The mode_fixup hooks are deprecated, and the behaviour we implement is the > default one anyway. Let's remove it. > > Applied to drm/drm-misc (drm-misc-next). Thanks! Maxime

Re: [PATCH v2 24/41] drm/vc4: vec: Remove empty mode_fixup

2022-08-30 Thread Noralf Trønnes
Den 29.08.2022 15.11, skrev Maxime Ripard: > The mode_fixup hooks are deprecated, and the behaviour we implement is the > > default one anyway. Let's remove it. > > > > Signed-off-by: Maxime Ripard > Reviewed-by: Noralf Trønnes

[PATCH v2 24/41] drm/vc4: vec: Remove empty mode_fixup

2022-08-29 Thread Maxime Ripard
The mode_fixup hooks are deprecated, and the behaviour we implement is the default one anyway. Let's remove it. Signed-off-by: Maxime Ripard diff --git a/drivers/gpu/drm/vc4/vc4_vec.c b/drivers/gpu/drm/vc4/vc4_vec.c index d5140fe0be4f..d521ffd8d75c 100644 --- a/drivers/gpu/drm/vc4/vc4_vec.c +++