summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/hdcp: Fix get remote hdcp capability functionSuraj Kandpal2024-04-051-1/+4
* drm/i915/de: register wait function renamesJani Nikula2024-03-261-10/+7
* drm/i915/hdcp: Read Rxcaps for robustibilitySuraj Kandpal2024-02-271-9/+20
* drm/i915/hdcp: Extract hdcp structure from correct connectorSuraj Kandpal2024-02-271-2/+5
* drm/i915/hdcp: Remove additional timing for reading mst hdcp messageSuraj Kandpal2024-02-261-7/+2
* drm/i915/hdcp: Add new remote capability check shim functionSuraj Kandpal2024-02-261-0/+27
* drm/i915/hdcp: Rename hdcp capable functionsSuraj Kandpal2024-02-261-11/+11
* drm/i915/hdcp: Pass drm_dp_aux to read_bcaps functionSuraj Kandpal2024-02-261-5/+7
* drm/i915/hdcp: Refactor intel_dp_hdcp2_capableSuraj Kandpal2024-02-261-4/+12
* drm/i915/hdcp: Move to direct reads for HDCPSuraj Kandpal2024-02-261-22/+9
* drm/i915/hdcp: Use per-device debugsVille Syrjälä2024-02-091-4/+8
* drm/i915/hdcp: Use correct aux for capability check scenarioSuraj Kandpal2023-09-011-2/+4
* drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capableSuraj Kandpal2023-09-011-1/+2
* drm/i915/hdcp: Adjust timeout for read in DPMST ScenarioSuraj Kandpal2023-08-291-3/+9
* drm/i915/hdcp: Send the correct aux for DPMST HDCP scenarioSuraj Kandpal2023-08-291-7/+20
* drm/i915/hdcp: Propagate aux info in DP HDCP functionsSuraj Kandpal2023-08-291-17/+22
* drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shimSuraj Kandpal2023-08-291-4/+6
* 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