drm/i915: Skip intel_modeset_pipe_config_late() if the pipe is not enabled
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 7 Sep 2022 09:10:53 +0000 (12:10 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 8 Sep 2022 11:21:37 +0000 (14:21 +0300)
commit3917c9d3b2171dc838b486f7be6869525c6eee02
tree6371d2bfae89459ab0726e44fd3738dd8646c87b
parentf7ba838cf75b348a3a8b0d11d347c964fdf870f3
drm/i915: Skip intel_modeset_pipe_config_late() if the pipe is not enabled

No sense in calling intel_modeset_pipe_config_late() for a disabled
pipe.

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