aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp_hdcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li1-39/+0
2021-09-09drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_ListJuston Li1-15/+16
2021-09-09drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()Juston Li1-4/+4
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä1-0/+1
2021-04-28drm/i915/hdcp: add intel_dp_hdcp.h and rename init accordinglyJani Nikula1-2/+3
2021-04-09drm/i915/hdcp: Fix uninitialized symbol 'msg_end'Anshuman Gupta1-1/+1
2021-03-31drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msgAnshuman Gupta1-13/+32
2021-03-22drm/i915/hdcp: mst streams type1 capability checkAnshuman Gupta1-0/+39
2021-02-01drm/i915/hdcp: disable the QSES check for HDCP2.2 over MSTJuston Li1-30/+1
2021-01-28drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MSTSean Paul1-11/+1
2021-01-13drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacksAnshuman Gupta1-8/+81
2021-01-13drm/i915/hdcp: Pass connector to check_2_2_linkAnshuman Gupta1-1/+2
2021-01-13drm/i915/hdcp: Pass dig_port to intel_hdcp_initAnshuman Gupta1-2/+2
2021-01-13drm/i915/hdcp: HDCP stream encryption supportAnshuman Gupta1-14/+76
2020-09-01drm/i915: Add HDCP 1.4 support for MST connectorsSean Paul1-1/+65
2020-09-01drm/i915: Add connector to hdcp_shim->check_link()Sean Paul1-1/+2
2020-09-01drm/i915: Plumb port through hdcp initSean Paul1-1/+2
2020-09-01drm/i915: Factor out HDCP shim functions from dp for use by dp_mstSean Paul1-0/+637