Home
last modified time | relevance | path

Searched refs:repeater_present (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdcp.c594 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
650 ret = shim->repeater_present(intel_dig_port, &repeater_present); in intel_hdcp_auth()
653 if (repeater_present) in intel_hdcp_auth()
719 if (repeater_present) in intel_hdcp_auth()
Dintel_display_types.h284 int (*repeater_present)(struct intel_digital_port *intel_dig_port, member
285 bool *repeater_present);
Dintel_hdmi.c1357 bool *repeater_present) in intel_hdmi_hdcp_repeater_present() argument
1367 *repeater_present = val & DRM_HDCP_DDC_BCAPS_REPEATER_PRESENT; in intel_hdmi_hdcp_repeater_present()
1704 .repeater_present = intel_hdmi_hdcp_repeater_present,
Dintel_dp.c5702 bool *repeater_present) in intel_dp_hdcp_repeater_present() argument
5711 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT; in intel_dp_hdcp_repeater_present()
6162 .repeater_present = intel_dp_hdcp_repeater_present,