From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com, tursulin@ursulin.net
Subject: [PATCH 0/5] drm/i915/rps: call rps functions through the parent interface
Date: Thu, 6 Nov 2025 16:43:08 +0200 [thread overview]
Message-ID: <cover.1762440096.git.jani.nikula@intel.com> (raw)
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
next reply other threads:[~2025-11-06 14:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-06 14:43 Jani Nikula [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1762440096.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=tursulin@ursulin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).