drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 25 Aug 2023 08:16:35 +0000 (11:16 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 6 Sep 2023 02:43:19 +0000 (19:43 -0700)
commit98090e0bf51addd6d3ddedb6c3685b47a7ca0724
tree5c8f91bd3a1af2cb03927527534333096baf689a
parentfe21299ca2345ef8dcedf06a62a546016978d96f
drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()

This function doesn't really return the pin assignment mask, but the
max lane count derived from that.  So rename the function to
mtl_tc_port_get_max_lane_count() to better reflect what it really does.

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-2-luciano.coelho@intel.com
drivers/gpu/drm/i915/display/intel_tc.c