drm/i915: Rename intel_modeset_all_pipes() to intel_modeset_all_pipes_late()
authorImre Deak <imre.deak@intel.com>
Thu, 21 Sep 2023 19:51:55 +0000 (22:51 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 28 Sep 2023 09:52:17 +0000 (12:52 +0300)
commite3b269049103444ccbaafdaa470571d44322375b
tree280159709a0d9b0be5f5ce155aa7ae9d63c3aa83
parentfa7a7a1c9c0517add2efb7040d6bfb197f747915
drm/i915: Rename intel_modeset_all_pipes() to intel_modeset_all_pipes_late()

Rename intel_modeset_all_pipes() to intel_modeset_all_pipes_late() to
clarify when the function can be called (vs.
intel_modeset_pipes_in_mask_early()).

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230921195159.2646027-8-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_cdclk.c
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display.h
drivers/gpu/drm/i915/display/skl_watermark.c