Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] drm/{i915, xe}/display: another stab at i915_fence_timeout() removal
@ 2026-08-27 12:34 Jani Nikula
  2026-08-27 12:34 ` [PATCH v2 1/7] drm/i915/reset: move gpu_reset_clobbers_display platform property to display Jani Nikula
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jani Nikula @ 2026-08-27 12:34 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: maarten.lankhorst, ville.syrjala, jani.nikula

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


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

end of thread, other threads:[~2026-08-29  8:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-27 12:34 [PATCH v2 0/7] drm/{i915, xe}/display: another stab at i915_fence_timeout() removal Jani Nikula
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox