[PATCH v2 0/8] drm/i915/scaler: Scaler code cleanups

Ville Syrjala ville.syrjala at linux.intel.com
Thu Nov 7 12:26:50 UTC 2024


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Bunch of cleanups/refactoring in the scaler code.

v2: same as v1, with one of the patches dropped

Ville Syrjälä (8):
  drm/i915/scaler: s/intel_crtc/crtc/ etc.
  drm/i915/scaler: Remove redudant junk from skl_scaler.h
  drm/i915/scaler: Pass the whole atomic state into
    intel_atomic_setup_scalers()
  drm/i915/scaler: Clean up intel_atomic_setup_scalers() a bit
  drm/i915/scaler: Convert the scaler code to intel_display
  drm/i915/scaler: Carve up intel_atomic_setup_scalers()
  drm/i915/scaler: Make scaler in_use a bool
  drm/i915/scaler: Extract intel_allocate_scaler()

 drivers/gpu/drm/i915/display/intel_display.c  |   2 +-
 .../drm/i915/display/intel_display_types.h    |   2 +-
 drivers/gpu/drm/i915/display/skl_scaler.c     | 286 +++++++++---------
 drivers/gpu/drm/i915/display/skl_scaler.h     |  11 +-
 4 files changed, 151 insertions(+), 150 deletions(-)

-- 
2.45.2



More information about the Intel-gfx mailing list