HomeSort by: relevance | last modified time | path
    Searched defs:hdcp_capable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 82 if (shim->hdcp_capable) {
83 shim->hdcp_capable(intel_dig_port, &capable);
623 bool repeater_present, hdcp_capable; local in function:intel_hdcp_auth
635 if (shim->hdcp_capable) {
636 ret = shim->hdcp_capable(intel_dig_port, &hdcp_capable);
639 if (!hdcp_capable) {
intel_display_types.h 312 int (*hdcp_capable)(struct intel_digital_port *intel_dig_port, member in struct:intel_hdcp_shim
313 bool *hdcp_capable);

Completed in 14 milliseconds