Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_dp_hdcp.c150 bool *repeater_present) in intel_dp_hdcp_repeater_present() argument
159 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT; in intel_dp_hdcp_repeater_present()
692 .repeater_present = intel_dp_hdcp_repeater_present,
821 .repeater_present = intel_dp_hdcp_repeater_present,
Dintel_hdcp.c726 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
787 ret = shim->repeater_present(dig_port, &repeater_present); in intel_hdcp_auth()
790 if (repeater_present) in intel_hdcp_auth()
869 if (repeater_present) in intel_hdcp_auth()
Dintel_display_types.h389 int (*repeater_present)(struct intel_digital_port *dig_port, member
390 bool *repeater_present);
Dintel_hdmi.c1381 bool *repeater_present) in intel_hdmi_hdcp_repeater_present() argument
1393 *repeater_present = val & DRM_HDCP_DDC_BCAPS_REPEATER_PRESENT; in intel_hdmi_hdcp_repeater_present()
1761 .repeater_present = intel_hdmi_hdcp_repeater_present,
/Linux-v5.15/include/drm/
Ddrm_dp_mst_helper.h339 bool repeater_present; member
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1016 reply->repeater_present = !!(raw->msg[1] & BIT(5)); in drm_dp_sideband_parse_query_stream_enc_status()