All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/4] drm/i915, drm/xe: clean up i915_vma.h usage for display
Date: Fri, 27 Feb 2026 19:17:10 +0200	[thread overview]
Message-ID: <cover.1772212579.git.jani.nikula@intel.com> (raw)

Drop compat i915_vma.h and make struct i915_vma opaque towards display.

Jani Nikula (4):
  drm/i915/fbdev: stop debug logging i915_ggtt_offset()
  drm/i915: add VMA to parent interface
  drm/xe/compat: remove i915_vma.h from compat
  drm/xe/display: clean up xe_initial_plane.c includes

 drivers/gpu/drm/i915/display/intel_fbc.c      |  5 ++-
 drivers/gpu/drm/i915/display/intel_fbdev.c    |  5 +--
 drivers/gpu/drm/i915/display/intel_parent.c   |  9 +++++
 drivers/gpu/drm/i915/display/intel_parent.h   |  3 ++
 drivers/gpu/drm/i915/i915_driver.c            |  1 +
 drivers/gpu/drm/i915/i915_vma.c               | 10 ++++++
 drivers/gpu/drm/i915/i915_vma.h               |  7 ++--
 .../gpu/drm/xe/compat-i915-headers/i915_vma.h | 36 -------------------
 drivers/gpu/drm/xe/display/xe_display_vma.h   | 18 ++++++++++
 drivers/gpu/drm/xe/display/xe_fb_pin.c        |  6 ++--
 drivers/gpu/drm/xe/display/xe_initial_plane.c | 16 +++------
 include/drm/intel/display_parent_interface.h  |  7 ++++
 12 files changed, 61 insertions(+), 62 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
 create mode 100644 drivers/gpu/drm/xe/display/xe_display_vma.h

-- 
2.47.3


             reply	other threads:[~2026-02-27 17:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-27 17:17 Jani Nikula [this message]
2026-02-27 17:17 ` [PATCH 1/4] drm/i915/fbdev: stop debug logging i915_ggtt_offset() Jani Nikula
2026-03-02 20:06   ` Michał Grzelak
2026-03-03 14:16     ` Jani Nikula
2026-02-27 17:17 ` [PATCH 2/4] drm/i915: add VMA to parent interface Jani Nikula
2026-03-02 20:07   ` Michał Grzelak
2026-03-03 16:11   ` Ville Syrjälä
2026-03-04 10:55     ` Jani Nikula
2026-02-27 17:17 ` [PATCH 3/4] drm/xe/compat: remove i915_vma.h from compat Jani Nikula
2026-03-02 20:07   ` Michał Grzelak
2026-02-27 17:17 ` [PATCH 4/4] drm/xe/display: clean up xe_initial_plane.c includes Jani Nikula
2026-03-02 20:07   ` Michał Grzelak
2026-02-27 19:23 ` ✗ CI.checkpatch: warning for drm/i915, drm/xe: clean up i915_vma.h usage for display Patchwork
2026-02-27 19:24 ` ✓ CI.KUnit: success " Patchwork
2026-02-27 19:40 ` ✓ i915.CI.BAT: " Patchwork
2026-02-27 20:43 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-28  1:10 ` ✗ i915.CI.Full: failure " Patchwork
2026-02-28  9:31 ` ✓ Xe.CI.FULL: success " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1772212579.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.