public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v1 00/10] drm/i915: casf & scaler refactoring
@ 2026-03-28 14:32 Michał Grzelak
  2026-03-28 14:32 ` [PATCH v1 01/10] drm/i915/casf: fix comment typos Michał Grzelak
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Michał Grzelak @ 2026-03-28 14:32 UTC (permalink / raw)
  To: intel-gfx; +Cc: Nemesa Garg, Ville Syrjälä, Michał Grzelak

This series aims at refactoring some of intel_casf.c and skl_scaler.c as
per the discussion in [1,2]. I am unsure whether patches from 5 to 10
("drm/i915/scaler: *") should be split as they currently are or rather
squash them together, opinion appreciated.

In case of patch 4 ("drm/i915/casf: rename sumcoeff into sum_coeff")
there are more variables that could use some renaming (filtercoeff,
filter_coeff, filter_coeff_1 etc.) but as of now I don't have clear idea
how to handle them.

BR,
Michał

[1] https://lore.kernel.org/intel-gfx/acZezWKFo1QwLAci@intel.com/
[2] https://lore.kernel.org/intel-gfx/acZcKlDoZBwZT9wD@intel.com/

Michał Grzelak (10):
  drm/i915/casf: fix comment typos
  drm/i915/casf: rename convert_sharpness_coef_binary()
  drm/i915/casf: rename t into tap in casf_coeff()
  drm/i915/casf: rename sumcoeff into sum_coeff
  drm/i915/casf: s/i/scaler_id where appropriate
  drm/i915/casf: remove id in favor of scaler_id
  drm/i915/casf: unloop scaler readout that is run once
  drm/i915/casf: invert loop's breaking logic
  drm/i915/casf: abstract scaler searching loop
  drm/i915/casf: eliminate dead code

 drivers/gpu/drm/i915/display/intel_casf.c | 26 ++++-----
 drivers/gpu/drm/i915/display/skl_scaler.c | 66 ++++++++++++-----------
 2 files changed, 48 insertions(+), 44 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-04-11 20:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 14:32 [PATCH v1 00/10] drm/i915: casf & scaler refactoring Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 01/10] drm/i915/casf: fix comment typos Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 02/10] drm/i915/casf: rename convert_sharpness_coef_binary() Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 03/10] drm/i915/casf: rename t into tap in casf_coeff() Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 04/10] drm/i915/casf: rename sumcoeff into sum_coeff Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 05/10] drm/i915/casf: s/i/scaler_id where appropriate Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 06/10] drm/i915/casf: remove id in favor of scaler_id Michał Grzelak
2026-04-10 11:00   ` Ville Syrjälä
2026-04-11 20:04     ` Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 07/10] drm/i915/casf: unloop scaler readout that is run once Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 08/10] drm/i915/casf: invert loop's breaking logic Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 09/10] drm/i915/casf: abstract scaler searching loop Michał Grzelak
2026-03-28 14:32 ` [PATCH v1 10/10] drm/i915/casf: eliminate dead code Michał Grzelak
2026-03-28 15:30 ` ✓ i915.CI.BAT: success for drm/i915: casf & scaler refactoring Patchwork
2026-03-29  8:53 ` ✗ i915.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox