Searched refs:bcaps (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_dp_hdcp.c126 u8 *bcaps)
132 bcaps, 1);
135 "Read bcaps from DP/AUX failed (%zd)\n", ret);
147 u8 bcaps; local
149 ret = intel_dp_hdcp_read_bcaps(dig_port, &bcaps);
153 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT;
272 u8 bcaps; local
274 ret = intel_dp_hdcp_read_bcaps(dig_port, &bcaps);
278 *hdcp_capable = bcaps & DP_BCAPS_HDCP_CAPABLE;
125 intel_dp_hdcp_read_bcaps(struct intel_digital_port *dig_port, u8 *bcaps) argument
/openbsd-current/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c59 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps,
60 sizeof(hdcp->auth.msg.hdcp1.bcaps));
H A Dhdcp1_execution.c51 return (hdcp->auth.msg.hdcp1.bcaps & DRM_HDCP_DDC_BCAPS_KSV_FIFO_READY) ?
58 return (hdcp->auth.msg.hdcp1.bcaps & DP_BCAPS_HDCP_CAPABLE) ?
H A Dhdcp_psp.h348 uint8_t bcaps; member in struct:ta_hdcp_cmd_hdcp1_first_part_authentication_input
H A Dhdcp_ddc.c258 &hdcp->auth.msg.hdcp1.bcaps,
259 sizeof(hdcp->auth.msg.hdcp1.bcaps));
H A Dhdcp.h123 uint8_t bcaps; member in struct:mod_hdcp_message_hdcp1
H A Dhdcp_psp.c339 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_detection.c501 msg14.data = &link->hdcp_caps.bcaps.raw;
502 msg14.length = sizeof(link->hdcp_caps.bcaps.raw);
1301 ret = link->hdcp_caps.bcaps.bits.HDCP_CAPABLE;
1325 ret = (link->hdcp_caps.bcaps.bits.HDCP_CAPABLE &&
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_types.h981 union hdcp_bcaps bcaps; member in struct:hdcp_caps

Completed in 126 milliseconds