Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c838 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
899 ret = shim->repeater_present(dig_port, &repeater_present); in intel_hdcp_auth()
902 if (repeater_present) in intel_hdcp_auth()
983 if (repeater_present) in intel_hdcp_auth()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1031 reply->repeater_present = !!(raw->msg[1] & BIT(5)); in drm_dp_sideband_parse_query_stream_enc_status()