public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915: move fence timeout to parent interface
@ 2026-04-08 15:21 Jani Nikula
  2026-04-08 15:21 ` [PATCH 1/2] drm/i915: convert i915_fence_timeout() into a proper function Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jani Nikula @ 2026-04-08 15:21 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, ville.syrjala, maarten.lankhorst

This is not really something I like to do, but I'm not sure how to make
forward progress otherwise. This removes one of the few remaining direct
display to i915 or xe calls, and we can reconsider this later.

Jani Nikula (2):
  drm/i915: convert i915_fence_timeout() into a proper function
  drm/i915: move fence timeout to display parent interface

 drivers/gpu/drm/i915/display/intel_display.c     |  8 ++++++--
 drivers/gpu/drm/i915/display/intel_parent.c      |  6 ++++++
 drivers/gpu/drm/i915/display/intel_parent.h      |  3 ++-
 drivers/gpu/drm/i915/i915_config.c               |  5 +++++
 drivers/gpu/drm/i915/i915_config.h               |  7 +------
 drivers/gpu/drm/i915/i915_driver.c               |  2 ++
 .../gpu/drm/xe/compat-i915-headers/i915_config.h | 16 ----------------
 include/drm/intel/display_parent_interface.h     |  3 +++
 8 files changed, 25 insertions(+), 25 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_config.h

-- 
2.47.3


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

end of thread, other threads:[~2026-04-08 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 15:21 [PATCH 0/2] drm/i915: move fence timeout to parent interface Jani Nikula
2026-04-08 15:21 ` [PATCH 1/2] drm/i915: convert i915_fence_timeout() into a proper function Jani Nikula
2026-04-08 15:21 ` [PATCH 2/2] drm/i915: move fence timeout to display parent interface Jani Nikula
2026-04-08 15:51   ` Maarten Lankhorst
2026-04-08 15:28 ` ✗ CI.checkpatch: warning for drm/i915: move fence timeout to " Patchwork
2026-04-08 15:29 ` ✗ CI.KUnit: failure " Patchwork

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