drm/i915: Nuke force_min_cdclk_changed
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 14 Jul 2020 15:26:26 +0000 (18:26 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 17 Sep 2020 17:10:21 +0000 (20:10 +0300)
commitdc98f50fa5a05735c70ffe34fe5d2468fc20d44d
treecb300289e41ab40e61361f78ede3bd406763e2bc
parente161da331618e31b3f66d9d47d7f02d75ba815a1
drm/i915: Nuke force_min_cdclk_changed

Since we now have proper old and new cdclk state we no longer
need to keep this flag to indicate that the force min cdclk has
changed. Instead just check if the old vs. new value are different.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200714152626.380-4-ville.syrjala@linux.intel.com
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
drivers/gpu/drm/i915/display/intel_audio.c
drivers/gpu/drm/i915/display/intel_cdclk.c
drivers/gpu/drm/i915/display/intel_cdclk.h
drivers/gpu/drm/i915/display/intel_display.c