summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_tc.h
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2023-08-25 11:16:36 +0300
committerLucas De Marchi <lucas.demarchi@intel.com>2023-09-05 19:43:20 -0700
commitafaa4ff0bc7820ba98be93efce806a27c3472d9b (patch)
treed6c0d3f0edb3b08e605165828e53829d1bfba04b /drivers/gpu/drm/i915/display/intel_tc.h
parent98090e0bf51addd6d3ddedb6c3685b47a7ca0724 (diff)
downloadlinux-afaa4ff0bc7820ba98be93efce806a27c3472d9b.tar.gz
linux-afaa4ff0bc7820ba98be93efce806a27c3472d9b.tar.bz2
linux-afaa4ff0bc7820ba98be93efce806a27c3472d9b.zip
drm/i915/tc: make intel_tc_port_get_lane_mask() static
This function is only used locally, so make it static and remove the definition from the header file. 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-3-luciano.coelho@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_tc.h')
-rw-r--r--drivers/gpu/drm/i915/display/intel_tc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_tc.h b/drivers/gpu/drm/i915/display/intel_tc.h
index 3b16491925fa..ffc0e2a74e43 100644
--- a/drivers/gpu/drm/i915/display/intel_tc.h
+++ b/drivers/gpu/drm/i915/display/intel_tc.h
@@ -19,7 +19,6 @@ bool intel_tc_port_in_legacy_mode(struct intel_digital_port *dig_port);
bool intel_tc_port_connected(struct intel_encoder *encoder);
bool intel_tc_port_connected_locked(struct intel_encoder *encoder);
-u32 intel_tc_port_get_lane_mask(struct intel_digital_port *dig_port);
u32 intel_tc_port_get_pin_assignment_mask(struct intel_digital_port *dig_port);
int intel_tc_port_fia_max_lane_count(struct intel_digital_port *dig_port);
void intel_tc_port_set_fia_lane_count(struct intel_digital_port *dig_port,