Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] casf & scaler refactoring
@ 2026-05-09 16:40 Michał Grzelak
  2026-05-09 16:40 ` [PATCH v3 1/9] drm/i915/casf: fix comment typos Michał Grzelak
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Michał Grzelak @ 2026-05-09 16:40 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: ville.syrjala, nemesa.garg, Michał Grzelak

Next version of [1]. After consideration I squashed patches 7 & 8 from
previous series into one patch. Also resending because last time I
haven't included intel-xe. 

[1] https://lore.kernel.org/intel-gfx/20260411174526.2850179-1-michal.grzelak@intel.com/

BR,
Michał

---
Changelog:
v2->v3
- squash unlooping with inverting loop breaking condition (Nemesa)
- keep ctl inside the loop (Ville)
- separate impure function call from variable declaration block (Ville)

v1->v2
- rename intel_casf_scaler_compute_coef()
- check if any scaler was found (Ville)
- apply the rename to nearest neighbor filter (Ville)

Michał Grzelak (9):
  drm/i915/casf: fix comment typos
  drm/i915/casf: rename *_coef*() into *_coeff*()
  drm/i915: rename t into tap
  drm/i915/casf: rename sumcoeff into sum_coeff
  drm/i915/scaler: s/i/scaler_id/ where appropriate
  drm/i915/scaler: remove id in favor of scaler_id
  drm/i915/scaler: unloop scaler readout that is run once
  drm/i915/scaler: abstract scaler searching loop
  drm/i915/scaler: eliminate dead code

 drivers/gpu/drm/i915/display/intel_casf.c | 32 +++++-----
 drivers/gpu/drm/i915/display/skl_scaler.c | 76 ++++++++++++-----------
 2 files changed, 57 insertions(+), 51 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2026-05-09 18:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 16:40 [PATCH v3 0/9] casf & scaler refactoring Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 1/9] drm/i915/casf: fix comment typos Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 2/9] drm/i915/casf: rename *_coef*() into *_coeff*() Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 3/9] drm/i915: rename t into tap Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 4/9] drm/i915/casf: rename sumcoeff into sum_coeff Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 5/9] drm/i915/scaler: s/i/scaler_id/ where appropriate Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 6/9] drm/i915/scaler: remove id in favor of scaler_id Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 7/9] drm/i915/scaler: unloop scaler readout that is run once Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 8/9] drm/i915/scaler: abstract scaler searching loop Michał Grzelak
2026-05-09 16:40 ` [PATCH v3 9/9] drm/i915/scaler: eliminate dead code Michał Grzelak
2026-05-09 16:47 ` ✗ CI.checkpatch: warning for casf & scaler refactoring Patchwork
2026-05-09 16:48 ` ✓ CI.KUnit: success " Patchwork
2026-05-09 17:50 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-09 18:57 ` ✗ Xe.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