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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Dhdcp_log.h105 HDCP_DDC_READ_TRACE(hdcp, "BCAPS", &hdcp->auth.msg.hdcp1.bcaps, \
106 sizeof(hdcp->auth.msg.hdcp1.bcaps)); \
H A Damdgpu_hdcp1_execution.c54 return (hdcp->auth.msg.hdcp1.bcaps & DRM_HDCP_DDC_BCAPS_KSV_FIFO_READY) ?
61 return (hdcp->auth.msg.hdcp1.bcaps & DP_BCAPS_HDCP_CAPABLE) ?
H A Dhdcp_psp.h303 uint8_t bcaps; member in struct:ta_hdcp_cmd_hdcp1_first_part_authentication_input
H A Damdgpu_hdcp_ddc.c255 &hdcp->auth.msg.hdcp1.bcaps,
256 sizeof(hdcp->auth.msg.hdcp1.bcaps));
H A Damdgpu_hdcp_psp.c203 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps;
H A Dhdcp.h127 uint8_t bcaps; member in struct:mod_hdcp_message_hdcp1
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp.c6023 u8 *bcaps)
6028 bcaps, 1);
6030 DRM_DEBUG_KMS("Read bcaps from DP/AUX failed (%zd)\n", ret);
6042 u8 bcaps; local
6044 ret = intel_dp_hdcp_read_bcaps(intel_dig_port, &bcaps);
6048 *repeater_present = bcaps & DP_BCAPS_REPEATER_PRESENT;
6153 u8 bcaps; local
6155 ret = intel_dp_hdcp_read_bcaps(intel_dig_port, &bcaps);
6159 *hdcp_capable = bcaps & DP_BCAPS_HDCP_CAPABLE;
6022 intel_dp_hdcp_read_bcaps(struct intel_digital_port *intel_dig_port, u8 *bcaps) argument

Completed in 199 milliseconds