]> www.infradead.org Git - nvme.git/commit
drm/i915: Move intel_surf_alignment() into skl_univerals_plane.c
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 12 Jun 2024 20:47:10 +0000 (23:47 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 24 Jun 2024 14:12:42 +0000 (17:12 +0300)
commitee3c3e332d2f2c08a745a7652064dd05a9afeec5
tree2200db84589342e9797b6a2458b8e8843b6cd4c2
parente1488b7ccf3b71407c6479ccd4255c356a941697
drm/i915: Move intel_surf_alignment() into skl_univerals_plane.c

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).

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240612204712.31404-8-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_fb.c
drivers/gpu/drm/i915/display/intel_fb.h
drivers/gpu/drm/i915/display/skl_universal_plane.c