commit | dc98f50fa5a05735c70ffe34fe5d2468fc20d44d | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Jul 14 18:26:26 2020 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Sep 17 20:10:21 2020 +0300 |
tree | cb300289e41ab40e61361f78ede3bd406763e2bc | |
parent | e161da331618e31b3f66d9d47d7f02d75ba815a1 [diff] |
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>