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.c830 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
891 ret = shim->repeater_present(dig_port, &repeater_present); in intel_hdcp_auth()
894 if (repeater_present) in intel_hdcp_auth()
975 if (repeater_present) in intel_hdcp_auth()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1029 reply->repeater_present = !!(raw->msg[1] & BIT(5)); in drm_dp_sideband_parse_query_stream_enc_status()