summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-111-0/+1
* drm/i915: Clean up transcoder_to_stream_enc_status()Ville Syrjälä2022-09-261-14/+6
* drm/i915/hdcp: split out hdcp registers to a separate fileJani Nikula2022-08-101-0/+1
* drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann2022-04-251-1/+1
* drm: Rename dp/ to display/Thomas Zimmermann2022-04-251-2/+2
* drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-171-2/+2
* drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li2021-09-091-39/+0
* drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_ListJuston Li2021-09-091-15/+16
* drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()Juston Li2021-09-091-4/+4
* drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä2021-05-051-0/+1
* drm/i915/hdcp: add intel_dp_hdcp.h and rename init accordinglyJani Nikula2021-04-281-2/+3
* drm/i915/hdcp: Fix uninitialized symbol 'msg_end'Anshuman Gupta2021-04-091-1/+1
* drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msgAnshuman Gupta2021-03-311-13/+32
* drm/i915/hdcp: mst streams type1 capability checkAnshuman Gupta2021-03-221-0/+39
* drm/i915/hdcp: disable the QSES check for HDCP2.2 over MSTJuston Li2021-02-011-30/+1
* drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MSTSean Paul2021-01-281-11/+1
* drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacksAnshuman Gupta2021-01-131-8/+81
* drm/i915/hdcp: Pass connector to check_2_2_linkAnshuman Gupta2021-01-131-1/+2
* drm/i915/hdcp: Pass dig_port to intel_hdcp_initAnshuman Gupta2021-01-131-2/+2
* drm/i915/hdcp: HDCP stream encryption supportAnshuman Gupta2021-01-131-14/+76
* drm/i915: Add HDCP 1.4 support for MST connectorsSean Paul2020-09-011-1/+65
* drm/i915: Add connector to hdcp_shim->check_link()Sean Paul2020-09-011-1/+2
* drm/i915: Plumb port through hdcp initSean Paul2020-09-011-1/+2
* drm/i915: Factor out HDCP shim functions from dp for use by dp_mstSean Paul2020-09-011-0/+637