Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/13] drm/i915: Some DSB/flipq stuff
@ 2026-09-09 16:17 Ville Syrjala
  2026-09-09 16:17 ` [PATCH v2 01/13] drm/i915: Give up on DSB/flip queue if we fail to allocate the color DSB buffer Ville Syrjala
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Ville Syrjala @ 2026-09-09 16:17 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

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

Some fixed and cleanups to the DSB/flipq stuff. The main
thing is consolidating the use_dsb/flipq booleans into
a more sensibler commit type enum.

v2: Drop a change to intel_crtc_needs_vblank_work()

Ville Syrjälä (13):
  drm/i915: Give up on DSB/flip queue if we fail to allocate the color
    DSB buffer
  drm/i915: Check use_flipq in intel_crtc_needs_vblank_work()
  drm/i915: Don't initialize flip queue on pre-LNL
  drm/i915: Warn about use_flip==true in MMIO commit codepaths
  drm/i915: Refine vblank evasion DSB check
  drm/i915: Make intel_crtc_needs_vblank_work() easier on the eye
  drm/i915: Extract intel_dsb_supported()
  drm/i915: Use intel_dsb_supported() to determine 'use_dsb'
  drm/i915: Extract commit_dsb_max_cmds()
  drm/i915: Introduce enum intel_commit_type
  drm/i915: Carve intel_atomic_commit_type() up a bit
  drm/i915/dsb: Add tracepoints for DSB commit
  drm/i915/dsb: Add tracepoints for flip queue

 drivers/gpu/drm/i915/display/intel_atomic.c   |   3 +-
 drivers/gpu/drm/i915/display/intel_color.c    |   7 +-
 drivers/gpu/drm/i915/display/intel_crtc.c     |  12 +-
 drivers/gpu/drm/i915/display/intel_display.c  | 135 +++++++++++-------
 .../drm/i915/display/intel_display_trace.h    | 111 ++++++++++++++
 .../drm/i915/display/intel_display_types.h    |   8 +-
 drivers/gpu/drm/i915/display/intel_dmc.c      |   3 +
 drivers/gpu/drm/i915/display/intel_dsb.c      |  18 ++-
 drivers/gpu/drm/i915/display/intel_dsb.h      |   1 +
 drivers/gpu/drm/i915/display/intel_flipq.c    |  10 +-
 drivers/gpu/drm/i915/display/intel_vblank.c   |   6 +-
 11 files changed, 245 insertions(+), 69 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-09-10 11:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09 16:17 [PATCH v2 00/13] drm/i915: Some DSB/flipq stuff Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 01/13] drm/i915: Give up on DSB/flip queue if we fail to allocate the color DSB buffer Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 02/13] drm/i915: Check use_flipq in intel_crtc_needs_vblank_work() Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 03/13] drm/i915: Don't initialize flip queue on pre-LNL Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 04/13] drm/i915: Warn about use_flip==true in MMIO commit codepaths Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 05/13] drm/i915: Refine vblank evasion DSB check Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 06/13] drm/i915: Make intel_crtc_needs_vblank_work() easier on the eye Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 07/13] drm/i915: Extract intel_dsb_supported() Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 08/13] drm/i915: Use intel_dsb_supported() to determine 'use_dsb' Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 09/13] drm/i915: Extract commit_dsb_max_cmds() Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 10/13] drm/i915: Introduce enum intel_commit_type Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 11/13] drm/i915: Carve intel_atomic_commit_type() up a bit Ville Syrjala
2026-09-09 16:17 ` [PATCH v2 12/13] drm/i915/dsb: Add tracepoints for DSB commit Ville Syrjala
2026-09-09 16:34   ` sashiko-bot
2026-09-10 11:23     ` Ville Syrjälä
2026-09-09 16:17 ` [PATCH v2 13/13] drm/i915/dsb: Add tracepoints for flip queue Ville Syrjala
2026-09-09 16:25 ` ✗ CI.checkpatch: warning for drm/i915: Some DSB/flipq stuff (rev2) Patchwork
2026-09-09 16:27 ` ✓ CI.KUnit: success " Patchwork
2026-09-09 17:11 ` ✓ Xe.CI.BAT: " Patchwork
2026-09-10  0:25 ` ✗ 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