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: move VLV IOSF SB to display parent interface
Date: Tue, 31 Mar 2026 14:40:53 +0300 [thread overview]
Message-ID: <cover.1774957233.git.jani.nikula@intel.com> (raw)
Jani Nikula (5):
drm/{i915,xe}: convert VLV sideband display wrappers into real
functions
drm/i915: pass struct intel_display * to VLV sideband wrappers
drm/i915/dram: prefer display abstractions for VLV sideband
drm/i915: move VLV IOSF sideband to display parent interface
drm/{i915,xe}: add shared header for VLV IOSF sideband units and
registers
drivers/gpu/drm/i915/display/i9xx_wm.c | 32 ++--
drivers/gpu/drm/i915/display/intel_cdclk.c | 48 ++---
.../drm/i915/display/intel_display_power.c | 6 +-
.../i915/display/intel_display_power_map.c | 2 +-
.../i915/display/intel_display_power_well.c | 65 ++++---
drivers/gpu/drm/i915/display/intel_dpio_phy.c | 174 ++++++++---------
drivers/gpu/drm/i915/display/intel_dpll.c | 116 +++++------
drivers/gpu/drm/i915/display/intel_dram.c | 14 +-
drivers/gpu/drm/i915/display/intel_parent.c | 34 ++++
drivers/gpu/drm/i915/display/intel_parent.h | 7 +
drivers/gpu/drm/i915/display/vlv_clock.c | 13 +-
drivers/gpu/drm/i915/display/vlv_dsi.c | 20 +-
drivers/gpu/drm/i915/display/vlv_dsi_pll.c | 38 ++--
drivers/gpu/drm/i915/display/vlv_sideband.c | 136 ++++++++++++-
drivers/gpu/drm/i915/display/vlv_sideband.h | 180 ++++--------------
drivers/gpu/drm/i915/i915_driver.c | 1 +
drivers/gpu/drm/i915/vlv_iosf_sb.c | 8 +
drivers/gpu/drm/i915/vlv_iosf_sb.h | 16 +-
drivers/gpu/drm/xe/Makefile | 3 +-
.../drm/xe/compat-i915-headers/vlv_iosf_sb.h | 42 ----
.../xe/compat-i915-headers/vlv_iosf_sb_reg.h | 6 -
include/drm/intel/display_parent_interface.h | 11 ++
.../drm/intel/vlv_iosf_sb_regs.h | 18 +-
23 files changed, 511 insertions(+), 479 deletions(-)
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb_reg.h
rename drivers/gpu/drm/i915/vlv_iosf_sb_reg.h => include/drm/intel/vlv_iosf_sb_regs.h (95%)
--
2.47.3
next reply other threads:[~2026-03-31 11:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-31 11:40 Jani Nikula [this message]
2026-03-31 11:40 ` [PATCH 1/5] drm/{i915, xe}: convert VLV sideband display wrappers into real functions Jani Nikula
2026-03-31 13:28 ` Ville Syrjälä
2026-04-01 9:36 ` Jani Nikula
2026-03-31 11:40 ` [PATCH 2/5] drm/i915: pass struct intel_display * to VLV sideband wrappers Jani Nikula
2026-03-31 11:40 ` [PATCH 3/5] drm/i915/dram: prefer display abstractions for VLV sideband Jani Nikula
2026-03-31 11:40 ` [PATCH 4/5] drm/i915: move VLV IOSF sideband to display parent interface Jani Nikula
2026-03-31 11:40 ` [PATCH 5/5] drm/{i915, xe}: add shared header for VLV IOSF sideband units and registers Jani Nikula
2026-03-31 13:09 ` ✓ i915.CI.BAT: success for drm/i915: move VLV IOSF SB to display parent interface Patchwork
2026-04-01 2:13 ` ✗ i915.CI.Full: failure " 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.1774957233.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.