]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove odd any_ms=true assignment
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 17 Feb 2022 10:32:20 +0000 (12:32 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Feb 2022 11:29:21 +0000 (13:29 +0200)
commit0d9ce156ee4b9dd3def80ab7bddeb3aecb2dfc9c
tree2a56891fa9ec6c94dfc3cf0b246ed04341e1a74e
parenteac6083927833cee2a04690da3143cba5b26a2c2
drm/i915: Remove odd any_ms=true assignment

For some reason we're flagging that we need to run through the
full modeset calculations (any_ms==true -> do cdclk/etc. checks)
if any crtc got initially flagged for a modeset and is not
enabled via the uapi. No idea why this is here since later on
(after all fastset handling) we do full run through the crtcs
and flag any_ms if anything still needs a full modeset. So let's
just throw out this early weirdo.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220217103221.10405-4-ville.syrjala@linux.intel.com
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
drivers/gpu/drm/i915/display/intel_display.c