All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] drm/{i915,xe}/stolen: refactor and unify interfaces
@ 2025-09-24 16:43 Jani Nikula
  2025-09-24 16:43 ` [PATCH 01/11] drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_node Jani Nikula
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Jani Nikula @ 2025-09-24 16:43 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula, ville.syrjala


Jani Nikula (11):
  drm/{i915,xe}/stolen: rename i915_stolen_fb to intel_stolen_node
  drm/xe/stolen: rename fb to node in stolen compat header
  drm/xe/stolen: convert compat stolen macros to inline functions
  drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compat
  drm/i915/stolen: convert intel_stolen_node into a real struct of its
    own
  drm/xe/stolen: convert compat static inlines to proper functions
  drm/{i915,xe}/stolen: make struct intel_stolen_node opaque
  drm/{i915,xe}/stolen: add device pointer to struct intel_stolen_node
  drm/{i915,xe}/stolen: use the stored i915/xe device pointer
  drm/{i915,xe}/stolen: convert stolen interface to struct drm_device
  drm/xe/stolen: use the same types as i915 interface

 drivers/gpu/drm/i915/display/intel_fbc.c      |  76 ++++++-----
 drivers/gpu/drm/i915/gem/i915_gem_stolen.c    | 104 +++++++++++----
 drivers/gpu/drm/i915/gem/i915_gem_stolen.h    |  34 +++--
 drivers/gpu/drm/xe/Makefile                   |   1 +
 .../compat-i915-headers/gem/i915_gem_stolen.h | 105 +++++----------
 drivers/gpu/drm/xe/display/xe_stolen.c        | 123 ++++++++++++++++++
 6 files changed, 290 insertions(+), 153 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/display/xe_stolen.c

-- 
2.47.3


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

end of thread, other threads:[~2025-09-29  9:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 16:43 [PATCH 00/11] drm/{i915,xe}/stolen: refactor and unify interfaces Jani Nikula
2025-09-24 16:43 ` [PATCH 01/11] drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_node Jani Nikula
2025-09-24 16:43 ` [PATCH 02/11] drm/xe/stolen: rename fb to node in stolen compat header Jani Nikula
2025-09-24 16:43 ` [PATCH 03/11] drm/xe/stolen: convert compat stolen macros to inline functions Jani Nikula
2025-09-24 16:43 ` [PATCH 04/11] drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compat Jani Nikula
2025-09-24 16:43 ` [PATCH 05/11] drm/i915/stolen: convert intel_stolen_node into a real struct of its own Jani Nikula
2025-09-24 16:43 ` [PATCH 06/11] drm/xe/stolen: convert compat static inlines to proper functions Jani Nikula
2025-09-24 16:43 ` [PATCH 07/11] drm/{i915, xe}/stolen: make struct intel_stolen_node opaque Jani Nikula
2025-09-24 16:43 ` [PATCH 08/11] drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_node Jani Nikula
2025-09-24 16:43 ` [PATCH 09/11] drm/{i915, xe}/stolen: use the stored i915/xe device pointer Jani Nikula
2025-09-24 16:43 ` [PATCH 10/11] drm/{i915, xe}/stolen: convert stolen interface to struct drm_device Jani Nikula
2025-09-24 16:43 ` [PATCH 11/11] drm/xe/stolen: use the same types as i915 interface Jani Nikula
2025-09-24 17:03 ` ✗ CI.checkpatch: warning for drm/{i915,xe}/stolen: refactor and unify interfaces Patchwork
2025-09-24 17:04 ` ✓ CI.KUnit: success " Patchwork
2025-09-24 17:19 ` ✗ CI.checksparse: warning " Patchwork
2025-09-24 17:38 ` ✓ Xe.CI.BAT: success " Patchwork
2025-09-24 17:53 ` ✓ i915.CI.BAT: " Patchwork
2025-09-24 22:08 ` ✗ Xe.CI.Full: failure " Patchwork
2025-09-25  1:14 ` ✗ i915.CI.Full: " Patchwork
2025-09-26 18:41 ` [PATCH 00/11] drm/{i915, xe}/stolen: " Ville Syrjälä
2025-09-29  9:53   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.