From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [Intel-gfx] [PATCH 0/7] drm/i915/display: split out verifation, compare and dump from intel_display.c
Date: Wed, 15 Jun 2022 15:47:54 +0300 [thread overview]
Message-ID: <cover.1655297182.git.jani.nikula@intel.com> (raw)
The state verification and pipe config comparison/dumping are fairly
isolated pieces of code within intel_display.c. Move them to separate
files in a long overdue cleanup.
Jani Nikula (7):
drm/i915/wm: move wm state verification to intel_pm.c
drm/i915/dpll: move shared dpll state verification to intel_dpll_mgr.c
drm/i915/mpllb: use I915_STATE_WARN() for state mismatch warnings
drm/i915/mpllb: move mpllb state check to intel_snps_phy.c
drm/i915/display: split out modeset verification code
drm/i915/display: split out pipe config compare to a separate file
drm/i915/display: split out pipe config dump to a separate file
drivers/gpu/drm/i915/Makefile | 3 +
drivers/gpu/drm/i915/display/intel_display.c | 1373 +----------------
drivers/gpu/drm/i915/display/intel_display.h | 3 +
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 88 ++
drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 5 +
.../drm/i915/display/intel_modeset_verify.c | 247 +++
.../drm/i915/display/intel_modeset_verify.h | 21 +
.../i915/display/intel_pipe_config_compare.c | 581 +++++++
.../i915/display/intel_pipe_config_compare.h | 17 +
.../drm/i915/display/intel_pipe_config_dump.c | 314 ++++
.../drm/i915/display/intel_pipe_config_dump.h | 16 +
drivers/gpu/drm/i915/display/intel_snps_phy.c | 43 +
drivers/gpu/drm/i915/display/intel_snps_phy.h | 5 +-
drivers/gpu/drm/i915/intel_pm.c | 138 +-
drivers/gpu/drm/i915/intel_pm.h | 14 +-
15 files changed, 1482 insertions(+), 1386 deletions(-)
create mode 100644 drivers/gpu/drm/i915/display/intel_modeset_verify.c
create mode 100644 drivers/gpu/drm/i915/display/intel_modeset_verify.h
create mode 100644 drivers/gpu/drm/i915/display/intel_pipe_config_compare.c
create mode 100644 drivers/gpu/drm/i915/display/intel_pipe_config_compare.h
create mode 100644 drivers/gpu/drm/i915/display/intel_pipe_config_dump.c
create mode 100644 drivers/gpu/drm/i915/display/intel_pipe_config_dump.h
--
2.30.2
next reply other threads:[~2022-06-15 12:48 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 12:47 Jani Nikula [this message]
2022-06-15 12:47 ` [Intel-gfx] [PATCH 1/7] drm/i915/wm: move wm state verification to intel_pm.c Jani Nikula
2022-06-15 12:47 ` [Intel-gfx] [PATCH 2/7] drm/i915/dpll: move shared dpll state verification to intel_dpll_mgr.c Jani Nikula
2022-06-15 12:47 ` [Intel-gfx] [PATCH 3/7] drm/i915/mpllb: use I915_STATE_WARN() for state mismatch warnings Jani Nikula
2022-06-15 12:47 ` [Intel-gfx] [PATCH 4/7] drm/i915/mpllb: move mpllb state check to intel_snps_phy.c Jani Nikula
2022-06-15 12:47 ` [Intel-gfx] [PATCH 5/7] drm/i915/display: split out modeset verification code Jani Nikula
2022-06-15 12:48 ` [Intel-gfx] [PATCH 6/7] drm/i915/display: split out pipe config compare to a separate file Jani Nikula
2022-06-15 12:48 ` [Intel-gfx] [PATCH 7/7] drm/i915/display: split out pipe config dump " Jani Nikula
2022-06-15 13:14 ` Ville Syrjälä
2022-06-15 14:25 ` Jani Nikula
2022-06-15 13:27 ` [Intel-gfx] [PATCH 0/7] drm/i915/display: split out verifation, compare and dump from intel_display.c Ville Syrjälä
2022-06-15 14:31 ` Jani Nikula
2022-06-15 15:15 ` Jani Nikula
2022-06-15 15:24 ` Ville Syrjälä
2022-06-15 13:30 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-06-15 13:30 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-06-15 13:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-06-15 19:44 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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.1655297182.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@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