On Wed, Feb 26, 2025 at 12:01:06PM +0200, Jani Nikula wrote: > Move pfit code to intel_pfit.c, convert to struct intel_display, split > out pfit registers to a separate file, etc. > > Jani Nikula (5): > drm/i915/pfit: rename intel_panel_fitting() to > intel_pfit_compute_config() > drm/i915/pfit: move ilk and i9xx pfit code to intel_pfit.[ch] > drm/i915/pfit: fix comment style for moved comments > drm/i915/pfit: convert moved code to struct intel_display > drm/i915/pfit: split out intel_pfit_regs.h Series is Reviewed-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > drivers/gpu/drm/i915/display/icl_dsi.c | 2 +- > drivers/gpu/drm/i915/display/intel_crt.c | 1 + > drivers/gpu/drm/i915/display/intel_ddi.c | 1 + > drivers/gpu/drm/i915/display/intel_display.c | 165 +---------------- > drivers/gpu/drm/i915/display/intel_display.h | 2 - > drivers/gpu/drm/i915/display/intel_dp.c | 2 +- > drivers/gpu/drm/i915/display/intel_dp_mst.c | 1 + > drivers/gpu/drm/i915/display/intel_hdmi.c | 2 +- > drivers/gpu/drm/i915/display/intel_lvds.c | 3 +- > drivers/gpu/drm/i915/display/intel_overlay.c | 1 + > drivers/gpu/drm/i915/display/intel_pfit.c | 168 +++++++++++++++++- > drivers/gpu/drm/i915/display/intel_pfit.h | 10 +- > .../gpu/drm/i915/display/intel_pfit_regs.h | 79 ++++++++ > drivers/gpu/drm/i915/display/vlv_dsi.c | 2 +- > drivers/gpu/drm/i915/i915_reg.h | 70 -------- > drivers/gpu/drm/i915/intel_gvt_mmio_table.c | 1 + > 16 files changed, 268 insertions(+), 242 deletions(-) > create mode 100644 drivers/gpu/drm/i915/display/intel_pfit_regs.h > > -- > 2.39.5 -- Ville Syrjälä Intel