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/8] drm/{i915,xe}: sort out step enums between the drivers
Date: Wed, 4 Mar 2026 16:40:45 +0200 [thread overview]
Message-ID: <cover.1772635152.git.jani.nikula@intel.com> (raw)
A bunch of cleanup to share step enum across drivers.
Jani Nikula (8):
drm/i915/dmc: simplify stepping info initialization
drm/i915/display: add step name in display runtime info
drm/i915/dmc: use step name from runtime info
drm/xe/compat: remove intel_step_name macro
drm/intel: add shared step.h and switch i915 to use it
drm/xe/step: switch to the shared step definitions with i915
drm/xe/step: switch from enum xe_step to intel_step naming
drm/i915/display: switch to including common step file directly
drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +-
drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
.../drm/i915/display/intel_display_device.c | 30 +++++++--
.../drm/i915/display/intel_display_device.h | 1 +
.../drm/i915/display/intel_display_power.c | 2 +-
drivers/gpu/drm/i915/display/intel_dmc.c | 19 +++---
drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +-
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +-
drivers/gpu/drm/i915/display/intel_fbc.c | 2 +-
drivers/gpu/drm/i915/display/intel_flipq.c | 2 +-
drivers/gpu/drm/i915/display/intel_hdcp.c | 2 +-
drivers/gpu/drm/i915/display/intel_pmdemand.c | 2 +-
drivers/gpu/drm/i915/display/intel_psr.c | 2 +-
.../drm/i915/display/skl_universal_plane.c | 2 +-
drivers/gpu/drm/i915/intel_step.h | 57 +----------------
.../drm/xe/compat-i915-headers/intel_step.h | 14 -----
drivers/gpu/drm/xe/tests/xe_pci.c | 4 +-
drivers/gpu/drm/xe/xe_step.c | 2 +-
drivers/gpu/drm/xe/xe_step.h | 4 +-
drivers/gpu/drm/xe/xe_step_types.h | 61 +-----------------
include/drm/intel/step.h | 62 +++++++++++++++++++
21 files changed, 117 insertions(+), 159 deletions(-)
delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
create mode 100644 include/drm/intel/step.h
--
2.47.3
next reply other threads:[~2026-03-04 14:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-04 14:40 Jani Nikula [this message]
2026-03-04 14:40 ` [PATCH 1/8] drm/i915/dmc: simplify stepping info initialization Jani Nikula
2026-03-09 8:18 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 2/8] drm/i915/display: add step name in display runtime info Jani Nikula
2026-03-09 8:24 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 3/8] drm/i915/dmc: use step name from " Jani Nikula
2026-03-09 8:35 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 4/8] drm/xe/compat: remove intel_step_name macro Jani Nikula
2026-03-09 9:07 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 5/8] drm/intel: add shared step.h and switch i915 to use it Jani Nikula
2026-03-09 9:09 ` Luca Coelho
2026-03-09 9:16 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 6/8] drm/xe/step: switch to the shared step definitions with i915 Jani Nikula
2026-03-09 9:10 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 7/8] drm/xe/step: switch from enum xe_step to intel_step naming Jani Nikula
2026-03-09 9:11 ` Luca Coelho
2026-03-04 14:40 ` [PATCH 8/8] drm/i915/display: switch to including common step file directly Jani Nikula
2026-03-09 9:12 ` Luca Coelho
2026-03-04 20:17 ` ✓ i915.CI.BAT: success for drm/{i915,xe}: sort out step enums between the drivers Patchwork
2026-03-05 19:23 ` ✗ CI.checkpatch: warning " Patchwork
2026-03-05 19:25 ` ✓ CI.KUnit: success " Patchwork
2026-03-05 20:11 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-05 20:12 ` ✓ i915.CI.Full: " Patchwork
2026-03-06 11:35 ` ✗ 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.1772635152.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.