intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 00/11] drm/i915/prefill: Introduce helpers for prefill latency calculations
@ 2025-10-08 18:25 Ville Syrjala
  2025-10-08 18:25 ` [RFC][PATCH 01/11] drm/i915: Reject modes with linetime > 64 usec Ville Syrjala
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Ville Syrjala @ 2025-10-08 18:25 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

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

Introduce intel_prefill and various accompanying helpers to do 
pipe prefill latency related stuff (vblank/guardband length
checks, and in the future reduced guardband length).

Still a bit rough in plaeces so tossing it out as more of
and RFC at this stage.

Ville Syrjälä (11):
  drm/i915: Reject modes with linetime > 64 usec
  drm/i915/cdclk: Add prefill helpers for CDCLK
  drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill()
  drm/i915/dsc: Add prefill helper for DSC
  drm/i915/scaler: Add scaler prefill helpers
  drm/i195/wm: Add WM0 prefill helpers
  drm/i915: Introduce intel_compute_global_watermarks_late()
  drm/i915/prefill: Introduce intel_prefill.c
  drm/i915/wm: Use intel_prefill
  drm/i915/prefill: Print the prefill details
  drm/i915/prefill: Also print out the worst case estimates

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_cdclk.c    |  99 +++++++-
 drivers/gpu/drm/i915/display/intel_cdclk.h    |   7 +
 drivers/gpu/drm/i915/display/intel_display.c  |  12 +
 .../gpu/drm/i915/display/intel_display_core.h |   1 +
 drivers/gpu/drm/i915/display/intel_prefill.c  | 200 +++++++++++++++
 drivers/gpu/drm/i915/display/intel_prefill.h  |  48 ++++
 drivers/gpu/drm/i915/display/intel_vdsc.c     |   8 +
 drivers/gpu/drm/i915/display/intel_vdsc.h     |   1 +
 drivers/gpu/drm/i915/display/intel_wm.c       |  10 +
 drivers/gpu/drm/i915/display/intel_wm.h       |   1 +
 drivers/gpu/drm/i915/display/skl_scaler.c     | 204 +++++++++++++++
 drivers/gpu/drm/i915/display/skl_scaler.h     |  15 ++
 drivers/gpu/drm/i915/display/skl_watermark.c  | 239 ++++++++++--------
 drivers/gpu/drm/i915/display/skl_watermark.h  |   3 +
 drivers/gpu/drm/xe/Makefile                   |   1 +
 16 files changed, 737 insertions(+), 113 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_prefill.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_prefill.h

-- 
2.49.1


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

end of thread, other threads:[~2025-10-13 21:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08 18:25 [RFC][PATCH 00/11] drm/i915/prefill: Introduce helpers for prefill latency calculations Ville Syrjala
2025-10-08 18:25 ` [RFC][PATCH 01/11] drm/i915: Reject modes with linetime > 64 usec Ville Syrjala
2025-10-13 15:15   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 02/11] drm/i915/cdclk: Add prefill helpers for CDCLK Ville Syrjala
2025-10-13 16:11   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 03/11] drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill() Ville Syrjala
2025-10-13 16:25   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 04/11] drm/i915/dsc: Add prefill helper for DSC Ville Syrjala
2025-10-13 16:26   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 05/11] drm/i915/scaler: Add scaler prefill helpers Ville Syrjala
2025-10-13 17:56   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 06/11] drm/i195/wm: Add WM0 " Ville Syrjala
2025-10-13 18:30   ` Shankar, Uma
2025-10-13 21:49     ` Ville Syrjälä
2025-10-08 18:25 ` [RFC][PATCH 07/11] drm/i915: Introduce intel_compute_global_watermarks_late() Ville Syrjala
2025-10-13 18:36   ` Shankar, Uma
2025-10-13 20:35     ` Ville Syrjälä
2025-10-08 18:25 ` [RFC][PATCH 08/11] drm/i915/prefill: Introduce intel_prefill.c Ville Syrjala
2025-10-13 18:42   ` Shankar, Uma
2025-10-13 21:37     ` Ville Syrjälä
2025-10-08 18:25 ` [RFC][PATCH 09/11] drm/i915/wm: Use intel_prefill Ville Syrjala
2025-10-13 18:43   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 10/11] drm/i915/prefill: Print the prefill details Ville Syrjala
2025-10-13 18:45   ` Shankar, Uma
2025-10-08 18:25 ` [RFC][PATCH 11/11] drm/i915/prefill: Also print out the worst case estimates Ville Syrjala
2025-10-13 18:47   ` Shankar, Uma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).