drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Aug 2023 08:16:38 +0000 (11:16 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 6 Sep 2023 02:43:22 +0000 (19:43 -0700)
commit182ccc43aa80b468ac210cb03176f1726f2be993
tree962662ae4d30dcf3daa1e26647821d72c374dbaf
parent6a96c1c63ecdde633675e7cd41a317ba28dd371e
drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()

It is irrelevant for the caller that the max lane count is being
derived from a FIA register, so having "fia" in the function name is
irrelevant.  Rename the function accordingly.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230825081638.275795-5-luciano.coelho@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_tc.c
drivers/gpu/drm/i915/display/intel_tc.h