Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dp_hdcp.c124 bool *repeater_present) in intel_dp_hdcp_repeater_present() argument
133 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT; in intel_dp_hdcp_repeater_present()
608 .repeater_present = intel_dp_hdcp_repeater_present,
671 .repeater_present = intel_dp_hdcp_repeater_present,
Dintel_hdcp.c639 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
700 ret = shim->repeater_present(dig_port, &repeater_present); in intel_hdcp_auth()
703 if (repeater_present) in intel_hdcp_auth()
775 if (repeater_present) in intel_hdcp_auth()
Dintel_display_types.h299 int (*repeater_present)(struct intel_digital_port *dig_port, member
300 bool *repeater_present);
Dintel_hdmi.c1397 bool *repeater_present) in intel_hdmi_hdcp_repeater_present() argument
1409 *repeater_present = val & DRM_HDCP_DDC_BCAPS_REPEATER_PRESENT; in intel_hdmi_hdcp_repeater_present()
1776 .repeater_present = intel_hdmi_hdcp_repeater_present,
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h339 bool repeater_present; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1014 reply->repeater_present = !!(raw->msg[1] & BIT(5)); in drm_dp_sideband_parse_query_stream_enc_status()