[Intel-gfx] [PATCH 00/12] drm/i915: Display state checker cleanup
Ville Syrjala
ville.syrjala at linux.intel.com
Wed Oct 4 15:55:55 UTC 2023
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
The biggest thing here is changing the state checker to use
a dedicated crtc state (instead of clobbering the old state),
the rest is all polish.
Ville Syrjälä (12):
drm/i915/psr: Unify PSR pre/post plane update hooks
drm/i915: Stop clobbering old crtc state during state check
drm/i915: Constify the crtc states in the DPLL checker
drm/i915: Simplify DPLL state checker calling convention
drm/i915: Constify watermark state checker
drm/i915: Simplify watermark state checker calling convention
drm/i915: Constify the snps/c10x PLL state checkers
drm/i915: Simplify snps/c10x DPLL state checker calling convetion
drm/i915: Constify remainder of the state checker
drm/i915: Simplify the state checker calling convetions
drm/i915: s/pipe_config/crtc_state/ in the state checker
drm/i915: s/dev_priv/i915/ in the state checker
drivers/gpu/drm/i915/display/intel_cx0_phy.c | 7 +-
drivers/gpu/drm/i915/display/intel_cx0_phy.h | 3 +-
drivers/gpu/drm/i915/display/intel_display.c | 7 +-
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 16 ++-
drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 7 +-
.../drm/i915/display/intel_modeset_verify.c | 129 +++++++++---------
.../drm/i915/display/intel_modeset_verify.h | 11 +-
drivers/gpu/drm/i915/display/intel_psr.c | 20 +--
drivers/gpu/drm/i915/display/intel_psr.h | 3 +-
drivers/gpu/drm/i915/display/intel_snps_phy.c | 7 +-
drivers/gpu/drm/i915/display/intel_snps_phy.h | 3 +-
drivers/gpu/drm/i915/display/skl_watermark.c | 4 +-
drivers/gpu/drm/i915/display/skl_watermark.h | 3 +-
13 files changed, 106 insertions(+), 114 deletions(-)
--
2.41.0
More information about the Intel-gfx
mailing list