intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915/rps: call rps functions through the parent interface
@ 2025-11-06 14:43 Jani Nikula
  2025-11-06 14:43 ` [PATCH 1/5] drm/i915/rps: store struct dma_fence in struct wait_rps_boost Jani Nikula
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Jani Nikula @ 2025-11-06 14:43 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, tursulin

Drop another direct display dependency on i915.

This series superceeds [1].

[1] https://lore.kernel.org/r/20251023074536.850332-1-jani.nikula@intel.com

Jani Nikula (5):
  drm/i915/rps: store struct dma_fence in struct wait_rps_boost
  drm/i915/rps: call RPS functions via the parent interface
  drm/i915/rps: postpone i915 fence check to boost
  drm/i915/rps: make fence priority setting part of the rps interface
  drm/xe/rps: build RPS as part of xe

 .../gpu/drm/i915/display/intel_display_rps.c  | 37 +++++++-------
 .../gpu/drm/i915/display/intel_display_rps.h  | 21 --------
 drivers/gpu/drm/i915/display/intel_plane.c    |  6 +--
 drivers/gpu/drm/i915/gt/intel_rps.c           | 48 +++++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_rps.h           |  2 +
 drivers/gpu/drm/i915/i915_driver.c            |  2 +
 drivers/gpu/drm/xe/Makefile                   |  1 +
 .../compat-i915-headers/gem/i915_gem_object.h | 13 -----
 include/drm/intel/display_parent_interface.h  | 11 +++++
 9 files changed, 83 insertions(+), 58 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h

-- 
2.47.3


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

end of thread, other threads:[~2025-11-10 11:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 14:43 [PATCH 0/5] drm/i915/rps: call rps functions through the parent interface Jani Nikula
2025-11-06 14:43 ` [PATCH 1/5] drm/i915/rps: store struct dma_fence in struct wait_rps_boost Jani Nikula
2025-11-06 14:43 ` [PATCH 2/5] drm/i915/rps: call RPS functions via the parent interface Jani Nikula
2025-11-06 14:43 ` [PATCH 3/5] drm/i915/rps: postpone i915 fence check to boost Jani Nikula
2025-11-06 14:43 ` [PATCH 4/5] drm/i915/rps: make fence priority setting part of the rps interface Jani Nikula
2025-11-07 17:23   ` Ville Syrjälä
2025-11-10 11:30     ` Jani Nikula
2025-11-06 14:43 ` [PATCH 5/5] drm/xe/rps: build RPS as part of xe Jani Nikula
2025-11-06 14:52 ` ✗ CI.checkpatch: warning for drm/i915/rps: call rps functions through the parent interface Patchwork
2025-11-06 14:54 ` ✓ CI.KUnit: success " Patchwork
2025-11-06 15:12 ` ✗ CI.checksparse: warning " Patchwork
2025-11-06 15:34 ` ✓ Xe.CI.BAT: success " Patchwork
2025-11-07 11:35 ` ✗ 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;
as well as URLs for NNTP newsgroup(s).