drm/i915: Remove some local 'mode_changed' bools
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 21 Oct 2022 16:24:40 +0000 (19:24 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Sat, 22 Oct 2022 09:38:57 +0000 (12:38 +0300)
commit925ac8bc33bfe05e0bf3df3a0ff5183b00654aa0
tree22a9588e6afd9f62a792e3e8855c97633741794b
parent52a90349f2edb6bd7e56462a8c3416e15b8ded60
drm/i915: Remove some local 'mode_changed' bools

These 'mode_changed' booleans aren't very helpful. Just
replace them with direct intel_crtc_needs_modeset() calls
which is more descriptive.

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/20221021162442.27283-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c