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

Reply via email to