HomeSort by: relevance | last modified time | path
    Searched refs:hdcp_capable (Results 1 - 3 of 3) 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);
intel_dp.c 6150 bool *hdcp_capable)
6159 *hdcp_capable = bcaps & DP_BCAPS_HDCP_CAPABLE;
6506 .hdcp_capable = intel_dp_hdcp_capable,

Completed in 19 milliseconds