From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: maarten.lankhorst@linux.intel.com, ville.syrjala@linux.intel.com,
jani.nikula@intel.com
Subject: [PATCH v2 0/7] drm/{i915, xe}/display: another stab at i915_fence_timeout() removal
Date: Thu, 27 Aug 2026 15:34:50 +0300 [thread overview]
Message-ID: <cover.1787833879.git.jani.nikula@intel.com> (raw)
Here we go again, v2 of [1].
Add patches 1&2 and replace the last patch with two new ones.
Basically use fixed 10 second timeout on fence waits *only* when GPU
reset clobbers display or we're running forced display reset tests,
otherwise don't timeout, and unify both i915 and xe drivers on this.
BR,
Jani.
[1] https://lore.kernel.org/r/cover.1787148235.git.jani.nikula@intel.com
Jani Nikula (7):
drm/i915/reset: move gpu_reset_clobbers_display platform property to
display
drm/i915/reset: make intel_display_reset_supported() static
drm/i915/display: use struct intel_atomic_state *state variable naming
drm/i915/display: reduce indent in intel_atomic_commit_fence_wait()
drm/i915/display: debug log about fence wait timeouts and other errors
drm/i915: only timeout on fence waits for display reset
drm/i915/display: use fixed 10 second timeout for fence wait
drivers/gpu/drm/i915/display/intel_display.c | 34 +++++++++++++------
.../drm/i915/display/intel_display_reset.c | 10 +++++-
.../drm/i915/display/intel_display_reset.h | 2 +-
drivers/gpu/drm/i915/gt/intel_reset.c | 7 ++--
drivers/gpu/drm/i915/i915_pci.c | 6 ----
drivers/gpu/drm/i915/intel_device_info.h | 1 -
.../drm/xe/compat-i915-headers/i915_config.h | 16 ---------
7 files changed, 36 insertions(+), 40 deletions(-)
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_config.h
--
2.47.3
next reply other threads:[~2026-08-27 12:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-27 12:34 Jani Nikula [this message]
2026-08-27 12:34 ` [PATCH v2 1/7] drm/i915/reset: move gpu_reset_clobbers_display platform property to display Jani Nikula
2026-08-27 12:34 ` [PATCH v2 2/7] drm/i915/reset: make intel_display_reset_supported() static Jani Nikula
2026-08-27 12:34 ` [PATCH v2 3/7] drm/i915/display: use struct intel_atomic_state *state variable naming Jani Nikula
2026-08-27 12:34 ` [PATCH v2 4/7] drm/i915/display: reduce indent in intel_atomic_commit_fence_wait() Jani Nikula
2026-08-27 12:34 ` [PATCH v2 5/7] drm/i915/display: debug log about fence wait timeouts and other errors Jani Nikula
2026-08-27 12:34 ` [PATCH v2 6/7] drm/i915: only timeout on fence waits for display reset Jani Nikula
2026-08-27 12:49 ` sashiko-bot
2026-08-29 8:51 ` Maarten Lankhorst
2026-08-27 12:34 ` [PATCH v2 7/7] drm/i915/display: use fixed 10 second timeout for fence wait Jani Nikula
2026-08-27 14:12 ` ✓ i915.CI.BAT: success for drm/{i915, xe}/display: another stab at i915_fence_timeout() removal (rev2) Patchwork
2026-08-27 16:34 ` ✗ i915.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.1787833879.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=ville.syrjala@linux.intel.com \
/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