public inbox for intel-xe@lists.freedesktop.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 v2 0/2] drm/{i915, xe}/dsb: move DSB buffer calls to parent interface
Date: Tue, 20 Jan 2026 17:45:39 +0200	[thread overview]
Message-ID: <cover.1768923917.git.jani.nikula@intel.com> (raw)


Jani Nikula (2):
  drm/i915/dsb: move i915 specific DSB buffer implementation to i915
  drm/{i915,xe}/dsb: move DSB buffer to parent interface

 drivers/gpu/drm/i915/Makefile                 |  2 +-
 drivers/gpu/drm/i915/display/intel_dsb.c      | 92 ++++++++++++++-----
 .../gpu/drm/i915/display/intel_dsb_buffer.h   | 22 -----
 drivers/gpu/drm/i915/i915_driver.c            |  2 +
 .../intel_dsb_buffer.c => i915_dsb_buffer.c}  | 28 ++++--
 drivers/gpu/drm/i915/i915_dsb_buffer.h        |  9 ++
 drivers/gpu/drm/xe/display/xe_display.c       |  2 +
 drivers/gpu/drm/xe/display/xe_dsb_buffer.c    | 28 ++++--
 drivers/gpu/drm/xe/display/xe_dsb_buffer.h    |  9 ++
 include/drm/intel/display_parent_interface.h  | 14 +++
 10 files changed, 147 insertions(+), 61 deletions(-)
 delete mode 100644 drivers/gpu/drm/i915/display/intel_dsb_buffer.h
 rename drivers/gpu/drm/i915/{display/intel_dsb_buffer.c => i915_dsb_buffer.c} (63%)
 create mode 100644 drivers/gpu/drm/i915/i915_dsb_buffer.h
 create mode 100644 drivers/gpu/drm/xe/display/xe_dsb_buffer.h

-- 
2.47.3


             reply	other threads:[~2026-01-20 15:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 15:45 Jani Nikula [this message]
2026-01-20 15:45 ` [PATCH v2 1/2] drm/i915/dsb: move i915 specific DSB buffer implementation to i915 Jani Nikula
2026-01-20 23:03   ` Michał Grzelak
2026-01-20 15:45 ` [PATCH v2 2/2] drm/{i915, xe}/dsb: move DSB buffer to parent interface Jani Nikula
2026-01-20 23:04   ` Michał Grzelak
2026-01-20 15:51 ` ✗ CI.checkpatch: warning for drm/{i915, xe}/dsb: move DSB buffer calls to parent interface (rev2) Patchwork
2026-01-20 15:53 ` ✓ CI.KUnit: success " Patchwork
2026-01-20 16:41 ` ✓ Xe.CI.BAT: " Patchwork
2026-01-20 21:29 ` ✓ Xe.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.1768923917.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox