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/7] drm/i915/wm: convert to struct intel_display
Date: Thu, 3 Apr 2025 12:11:32 +0300 [thread overview]
Message-ID: <cover.1743671373.git.jani.nikula@intel.com> (raw)
The wm code is one of the last big holdouts of struct drm_i915_private
usage. Convert them all to struct intel_display, as much as possible
anyway.
After this, we're really starting to get down to the bottom of the
barrel.
Jani Nikula (7):
drm/i915/wm: convert intel_wm.h external interfaces to struct
intel_display
drm/i915/wm: convert intel_wm.c internally to struct intel_display
drm/i915/wm: convert skl_watermark.h external interfaces to struct
intel_display
drm/i915/wm: convert skl_watermarks.c internally to struct
intel_display
drm/i915/wm: convert intel_wm.h external interfaces to struct
intel_display
drm/i915/wm: convert i9xx_wm.c to intel_de_*() register interface
drm/i915/wm: convert i9xx_wm.c internally to struct intel_display
drivers/gpu/drm/i915/display/i9xx_wm.c | 1222 ++++++++---------
drivers/gpu/drm/i915/display/i9xx_wm.h | 18 +-
drivers/gpu/drm/i915/display/intel_bw.c | 17 +-
drivers/gpu/drm/i915/display/intel_cdclk.c | 4 +-
drivers/gpu/drm/i915/display/intel_display.c | 22 +-
.../gpu/drm/i915/display/intel_display_core.h | 6 +-
.../drm/i915/display/intel_display_debugfs.c | 3 +-
.../drm/i915/display/intel_display_driver.c | 12 +-
drivers/gpu/drm/i915/display/intel_dsb.c | 4 +-
.../drm/i915/display/intel_modeset_setup.c | 11 +-
drivers/gpu/drm/i915/display/intel_wm.c | 166 +--
drivers/gpu/drm/i915/display/intel_wm.h | 14 +-
drivers/gpu/drm/i915/display/skl_watermark.c | 623 ++++-----
drivers/gpu/drm/i915/display/skl_watermark.h | 23 +-
drivers/gpu/drm/i915/i915_driver.c | 2 +-
drivers/gpu/drm/xe/display/xe_display.c | 2 +-
16 files changed, 1053 insertions(+), 1096 deletions(-)
--
2.39.5
next reply other threads:[~2025-04-03 9:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-03 9:11 Jani Nikula [this message]
2025-04-03 9:11 ` [PATCH 1/7] drm/i915/wm: convert intel_wm.h external interfaces to struct intel_display Jani Nikula
2025-04-03 9:11 ` [PATCH 2/7] drm/i915/wm: convert intel_wm.c internally " Jani Nikula
2025-04-03 9:11 ` [PATCH 3/7] drm/i915/wm: convert skl_watermark.h external interfaces " Jani Nikula
2025-04-03 9:11 ` [PATCH 4/7] drm/i915/wm: convert skl_watermarks.c internally " Jani Nikula
2025-04-03 9:11 ` [PATCH 5/7] drm/i915/wm: convert intel_wm.h external interfaces " Jani Nikula
2025-04-03 9:11 ` [PATCH 6/7] drm/i915/wm: convert i9xx_wm.c to intel_de_*() register interface Jani Nikula
2025-04-03 9:11 ` [PATCH 7/7] drm/i915/wm: convert i9xx_wm.c internally to struct intel_display Jani Nikula
2025-04-03 9:45 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/wm: convert " Patchwork
2025-04-03 9:45 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-04-03 10:08 ` ✓ i915.CI.BAT: success " Patchwork
2025-04-03 11:38 ` ✗ i915.CI.Full: failure " Patchwork
2025-04-04 5:08 ` ✓ CI.Patch_applied: success " Patchwork
2025-04-04 5:09 ` ✗ CI.checkpatch: warning " Patchwork
2025-04-04 5:10 ` ✓ CI.KUnit: success " Patchwork
2025-04-04 5:27 ` ✓ CI.Build: " Patchwork
2025-04-04 5:29 ` ✓ CI.Hooks: " Patchwork
2025-04-04 5:30 ` ✗ CI.checksparse: warning " Patchwork
2025-04-04 5:50 ` ✓ Xe.CI.BAT: success " Patchwork
2025-04-04 14:49 ` ✗ Xe.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.1743671373.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.