Re: [PATCH 7/9] drm/i915: Move intel_surf_alignment() into skl_univerals_plane.c

2024-05-28 Thread Imre Deak
On Mon, May 13, 2024 at 08:59:40PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Now that all pre-skl platforms have their own .min_alignment() > functions the remainder of intel_surf_alignment() can be hoisted > into skl_univerals_plane.c (and renamed appropriately). > > Signed-off-by:

[PATCH 7/9] drm/i915: Move intel_surf_alignment() into skl_univerals_plane.c

2024-05-13 Thread Ville Syrjala
From: Ville Syrjälä Now that all pre-skl platforms have their own .min_alignment() functions the remainder of intel_surf_alignment() can be hoisted into skl_univerals_plane.c (and renamed appropriately). Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_fb.c | 77