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/5] drm/{i915,xe}: move bo stuff to parent interface
Date: Wed, 11 Mar 2026 16:18:13 +0200	[thread overview]
Message-ID: <cover.1773238670.git.jani.nikula@intel.com> (raw)


Jani Nikula (5):
  drm/i915: move i915 specific bo implementation to i915
  drm/xe: rename intel_bo.c to xe_display_bo.c
  drm/{i915,xe}/bo: move display bo calls to parent interface
  drm/i915/fb: make intel_fb_bo.c less dependent on display
  drm/{i915,xe}: move framebuffer bo to parent interface

 drivers/gpu/drm/i915/Makefile                 |   2 +-
 drivers/gpu/drm/i915/display/intel_bo.c       |  66 ++++++--
 drivers/gpu/drm/i915/display/intel_bo.h       |   9 +
 drivers/gpu/drm/i915/display/intel_fb.c       |  12 +-
 drivers/gpu/drm/i915/display/intel_fb_bo.c    | 101 ------------
 drivers/gpu/drm/i915/display/intel_fb_bo.h    |  25 ---
 drivers/gpu/drm/i915/i915_bo.c                | 156 ++++++++++++++++++
 drivers/gpu/drm/i915/i915_bo.h                |   9 +
 drivers/gpu/drm/i915/i915_driver.c            |   2 +
 drivers/gpu/drm/xe/Makefile                   |   4 +-
 drivers/gpu/drm/xe/display/intel_bo.c         |  53 ------
 drivers/gpu/drm/xe/display/xe_display.c       |   2 +
 .../{intel_fb_bo.c => xe_display_bo.c}        |  63 ++++---
 drivers/gpu/drm/xe/display/xe_display_bo.h    |   9 +
 include/drm/intel/display_parent_interface.h  |  22 +++
 15 files changed, 311 insertions(+), 224 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/display/intel_fb_bo.c
 delete mode 100644 drivers/gpu/drm/i915/display/intel_fb_bo.h
 create mode 100644 drivers/gpu/drm/i915/i915_bo.c
 create mode 100644 drivers/gpu/drm/i915/i915_bo.h
 delete mode 100644 drivers/gpu/drm/xe/display/intel_bo.c
 rename drivers/gpu/drm/xe/display/{intel_fb_bo.c => xe_display_bo.c} (57%)
 create mode 100644 drivers/gpu/drm/xe/display/xe_display_bo.h

-- 
2.47.3


             reply	other threads:[~2026-03-11 14:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-11 14:18 Jani Nikula [this message]
2026-03-11 14:18 ` [PATCH 1/5] drm/i915: move i915 specific bo implementation to i915 Jani Nikula
2026-03-12  3:39   ` Kandpal, Suraj
2026-03-12  3:52     ` Kandpal, Suraj
2026-03-11 14:18 ` [PATCH 2/5] drm/xe: rename intel_bo.c to xe_display_bo.c Jani Nikula
2026-03-12  3:40   ` Kandpal, Suraj
2026-03-11 14:18 ` [PATCH 3/5] drm/{i915, xe}/bo: move display bo calls to parent interface Jani Nikula
2026-03-12  3:47   ` Kandpal, Suraj
2026-03-12  4:27     ` Kandpal, Suraj
2026-03-11 14:18 ` [PATCH 4/5] drm/i915/fb: make intel_fb_bo.c less dependent on display Jani Nikula
2026-03-12  3:51   ` Kandpal, Suraj
2026-03-11 14:18 ` [PATCH 5/5] drm/{i915,xe}: move framebuffer bo to parent interface Jani Nikula
2026-03-12  4:25   ` Kandpal, Suraj
2026-03-12  9:00     ` [PATCH 5/5] drm/{i915, xe}: " Jani Nikula
2026-03-13  5:12       ` [PATCH 5/5] drm/{i915,xe}: " Kandpal, Suraj
2026-03-11 14:24 ` ✗ CI.checkpatch: warning for drm/{i915,xe}: move bo stuff " Patchwork
2026-03-11 14:25 ` ✓ CI.KUnit: success " Patchwork
2026-03-11 15:11 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-11 15:33 ` ✓ i915.CI.BAT: " Patchwork
2026-03-12  5:44 ` ✓ Xe.CI.FULL: " Patchwork
2026-03-12  6:37 ` ✓ i915.CI.Full: " 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.1773238670.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.