drm/i915: Reuse pipe_config_mismatch() more
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 29 Feb 2024 18:42:07 +0000 (20:42 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 Mar 2024 12:24:00 +0000 (14:24 +0200)
commitb4409db3ff7f8faf9074d78c8d93f4f0f97b88f0
tree504d3d441dd6c95d10d5a45c28bec3df5a4a330a
parente05f61a17ce28c29246b87bcff11369994f47d6d
drm/i915: Reuse pipe_config_mismatch() more

Just call pipe_config_mismatch() from all the more specialized
mismatch() functions instead of hand rolling the same printfs
all over.

v2: Eliminate the dpll drm_debug_enabled() in an earlier patch (Jani)

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240229184207.31233-1-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c