Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/{i915, xe}/display: remove the -Ddrm_i915_private=xe_device hack
@ 2025-12-29 11:54 Jani Nikula
  2025-12-29 11:54 ` [PATCH 1/3] drm/i915: drop i915 param from i915_fence{, _context}_timeout() Jani Nikula
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Jani Nikula @ 2025-12-29 11:54 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: jani.nikula, rodrigo.vivi, ville.syrjala

Finally, after countless patches and hours of work, we've reached a
point where we can remove the -Ddrm_i915_private=xe_device build hack.

\o/

BR,
Jani.

Jani Nikula (3):
  drm/i915: drop i915 param from i915_fence{,_context}_timeout()
  drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hack
  drm/i915/utils: drop unnecessary ifdefs

 drivers/gpu/drm/i915/display/intel_display.c  |  4 +---
 .../drm/i915/display/intel_display_utils.h    |  4 ----
 drivers/gpu/drm/i915/gem/i915_gem_clflush.c   |  2 +-
 drivers/gpu/drm/i915/i915_config.c            |  3 +--
 drivers/gpu/drm/i915/i915_config.h            | 10 +++------
 drivers/gpu/drm/i915/i915_request.c           |  3 +--
 drivers/gpu/drm/i915/i915_utils.h             |  4 ----
 drivers/gpu/drm/xe/Makefile                   |  3 +--
 .../drm/xe/compat-i915-headers/i915_config.h  |  5 +----
 .../gpu/drm/xe/compat-i915-headers/i915_drv.h | 22 -------------------
 10 files changed, 9 insertions(+), 51 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h

-- 
2.47.3


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

end of thread, other threads:[~2025-12-30 21:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-29 11:54 [PATCH 0/3] drm/{i915, xe}/display: remove the -Ddrm_i915_private=xe_device hack Jani Nikula
2025-12-29 11:54 ` [PATCH 1/3] drm/i915: drop i915 param from i915_fence{, _context}_timeout() Jani Nikula
2025-12-29 16:57   ` Matt Roper
2025-12-29 11:54 ` [PATCH 2/3] drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hack Jani Nikula
2025-12-29 17:23   ` Matt Roper
2025-12-30 13:59     ` Jani Nikula
2025-12-30 16:45       ` Matt Roper
2025-12-30 21:24         ` Jani Nikula
2025-12-29 11:54 ` [PATCH 3/3] drm/i915/utils: drop unnecessary ifdefs Jani Nikula
2025-12-29 17:24   ` Matt Roper
2025-12-29 12:01 ` ✗ CI.checkpatch: warning for drm/{i915, xe}/display: remove the -Ddrm_i915_private=xe_device hack Patchwork
2025-12-29 12:02 ` ✓ CI.KUnit: success " Patchwork
2025-12-29 12:41 ` ✓ Xe.CI.BAT: " Patchwork
2025-12-29 14:19 ` ✗ 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