drm/i915/crtc: rename intel_get_crtc_for_plane() to intel_crtc_for_plane()
authorJani Nikula <jani.nikula@intel.com>
Wed, 1 Dec 2021 13:57:05 +0000 (15:57 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 2 Dec 2021 11:45:16 +0000 (13:45 +0200)
commitf2bc4517310c37cfeca606079fbfdd025d35c4fa
tree809601da33dfddf64d694345de33385025ca6562
parent7794b6deb12176112cf6050dd8507cf216e801b9
drm/i915/crtc: rename intel_get_crtc_for_plane() to intel_crtc_for_plane()

The "get" in the name implies reference counting, remove it. This also
makes the function conform to naming style.

Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/50359b38c0eabe262ff31c9ec35c97aa5dfb7fef.1638366969.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/intel_pm.c