Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] drm/i915: Fix CDCLK and scaler prefill calculations
@ 2025-10-29  8:46 Ville Syrjala
  2025-10-29  8:46 ` [PATCH v2 1/9] drm/i915/scaler: Don't clobber plane scaler scale factors with pfit scale factors Ville Syrjala
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Ville Syrjala @ 2025-10-29  8:46 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

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

Reorder stuff enough to allow the prefill vs. vblank checks
to use the real per-crtc min CDCLK and the real scale factors.

v2: Add an early crtc_state->min_cdclk vs. max_cdcdlk_freq check

Ville Syrjälä (9):
  drm/i915/scaler: Don't clobber plane scaler scale factors with pfit
    scale factors
  drm/i915/scaler: Adjust pipe scaler scale factors for 4:2:0 ouput
  drm/i915:
    s/intel_atomic_check_crtcs()/intel_atomic_check_crtcs_late()/
  drm/i915: Introduce a new intel_atomic_check_crtcs()
  drm/i915/scaler: Call skl_update_scaler_crtc() earlier
  drm/i915/scaler: Assign scalers earlier
  drm/i915/wm: Do skl_wm_check_vblank() after DDB stuff
  drm/i915/cdclk: Use a more optimal min_cdclk for vblank length check
  drm/i915/scaler: Use the actual scale factors for vblank length check

 drivers/gpu/drm/i915/display/intel_cdclk.c   | 17 +++-
 drivers/gpu/drm/i915/display/intel_display.c | 61 +++++++++-----
 drivers/gpu/drm/i915/display/skl_scaler.c    | 88 +++++++++++++++++---
 drivers/gpu/drm/i915/display/skl_watermark.c |  6 +-
 4 files changed, 139 insertions(+), 33 deletions(-)

-- 
2.49.1


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

end of thread, other threads:[~2026-03-28 16:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-29  8:46 [PATCH v2 0/9] drm/i915: Fix CDCLK and scaler prefill calculations Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 1/9] drm/i915/scaler: Don't clobber plane scaler scale factors with pfit scale factors Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 2/9] drm/i915/scaler: Adjust pipe scaler scale factors for 4:2:0 ouput Ville Syrjala
2026-03-28 16:30   ` [v2,2/9] " Michał Grzelak
2025-10-29  8:46 ` [PATCH v2 3/9] drm/i915: s/intel_atomic_check_crtcs()/intel_atomic_check_crtcs_late()/ Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 4/9] drm/i915: Introduce a new intel_atomic_check_crtcs() Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 5/9] drm/i915/scaler: Call skl_update_scaler_crtc() earlier Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 6/9] drm/i915/scaler: Assign scalers earlier Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 7/9] drm/i915/wm: Do skl_wm_check_vblank() after DDB stuff Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 8/9] drm/i915/cdclk: Use a more optimal min_cdclk for vblank length check Ville Syrjala
2025-10-29  8:46 ` [PATCH v2 9/9] drm/i915/scaler: Use the actual scale factors " Ville Syrjala
2025-10-29 10:00 ` ✓ CI.KUnit: success for drm/i915: Fix CDCLK and scaler prefill calculations (rev2) Patchwork
2025-10-29 10:15 ` ✗ CI.checksparse: warning " Patchwork
2025-10-29 10:37 ` ✓ Xe.CI.BAT: success " Patchwork

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