Lines Matching full:hdcp

44 	struct intel_hdcp *hdcp = &dp->attached_connector->hdcp;  in intel_dp_hdcp_wait_for_cp_irq()  local
47 #define C (hdcp->cp_irq_count_cached != atomic_read(&hdcp->cp_irq_count)) in intel_dp_hdcp_wait_for_cp_irq()
48 ret = wait_event_interruptible_timeout(hdcp->cp_irq_queue, C, in intel_dp_hdcp_wait_for_cp_irq()
115 * For some reason the HDMI and DP HDCP specs call this register in intel_dp_hdcp_read_bstatus()
402 struct intel_hdcp *hdcp = &dp->attached_connector->hdcp; in intel_dp_hdcp2_wait_for_msg() local
407 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME && !hdcp->is_paired) in intel_dp_hdcp2_wait_for_msg()
520 struct intel_hdcp *hdcp = &dp->attached_connector->hdcp; in intel_dp_hdcp2_read_msg() local
538 hdcp->cp_irq_count_cached = atomic_read(&hdcp->cp_irq_count); in intel_dp_hdcp2_read_msg()
654 * Some HDCP monitors act really shady by not giving the correct hdcp in _intel_dp_hdcp2_get_capability()
657 * declare a monitor not capable of HDCP 2.2. in _intel_dp_hdcp2_get_capability()
749 struct intel_hdcp *hdcp = &connector->hdcp; in intel_dp_mst_toggle_hdcp_stream_select() local
753 hdcp->stream_transcoder, enable, in intel_dp_mst_toggle_hdcp_stream_select()
756 drm_err(&i915->drm, "%s HDCP stream select failed (%d)\n", in intel_dp_mst_toggle_hdcp_stream_select()
767 struct intel_hdcp *hdcp = &connector->hdcp; in intel_dp_mst_hdcp_stream_encryption() local
769 enum transcoder cpu_transcoder = hdcp->stream_transcoder; in intel_dp_mst_hdcp_stream_encryption()
800 struct intel_hdcp *hdcp = &connector->hdcp; in intel_dp_mst_hdcp2_stream_encryption() local
801 enum transcoder cpu_transcoder = hdcp->stream_transcoder; in intel_dp_mst_hdcp2_stream_encryption()
831 struct intel_hdcp *hdcp = &connector->hdcp; in intel_dp_mst_hdcp2_check_link() local
836 * HDCP port authentication and encryption. in intel_dp_mst_hdcp2_check_link()
837 * We can re-use the hdcp->is_repeater flag to know that the connector in intel_dp_mst_hdcp2_check_link()
838 * involved with HDCP port authentication and encryption. in intel_dp_mst_hdcp2_check_link()
840 if (hdcp->is_repeater) { in intel_dp_mst_hdcp2_check_link()