Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c300 bool *hdcp_capable, in intel_hdcp_get_remote_capability() argument
308 hdcp->shim->get_remote_hdcp_capability(connector, hdcp_capable, in intel_hdcp_get_remote_capability()
838 bool repeater_present, hdcp_capable; in intel_hdcp_auth() local
847 ret = shim->hdcp_get_capability(dig_port, &hdcp_capable); in intel_hdcp_auth()
850 if (!hdcp_capable) { in intel_hdcp_auth()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c1691 link->hdcp_caps.rx_caps.fields.byte0.hdcp_capable && in link_is_hdcp22()