summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_dp_hdcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27drm/i915/hdcp: Read Rxcaps for robustibilitySuraj Kandpal1-9/+20
2024-02-27drm/i915/hdcp: Extract hdcp structure from correct connectorSuraj Kandpal1-2/+5
2024-02-26drm/i915/hdcp: Remove additional timing for reading mst hdcp messageSuraj Kandpal1-7/+2
2024-02-26drm/i915/hdcp: Add new remote capability check shim functionSuraj Kandpal1-0/+27
2024-02-26drm/i915/hdcp: Rename hdcp capable functionsSuraj Kandpal1-11/+11
2024-02-26drm/i915/hdcp: Pass drm_dp_aux to read_bcaps functionSuraj Kandpal1-5/+7
2024-02-26drm/i915/hdcp: Refactor intel_dp_hdcp2_capableSuraj Kandpal1-4/+12
2024-02-26drm/i915/hdcp: Move to direct reads for HDCPSuraj Kandpal1-22/+9
2024-02-09drm/i915/hdcp: Use per-device debugsVille Syrjälä1-4/+8
2023-09-01drm/i915/hdcp: Use correct aux for capability check scenarioSuraj Kandpal1-2/+4
2023-09-01drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capableSuraj Kandpal1-1/+2
2023-08-29drm/i915/hdcp: Adjust timeout for read in DPMST ScenarioSuraj Kandpal1-3/+9
2023-08-29drm/i915/hdcp: Send the correct aux for DPMST HDCP scenarioSuraj Kandpal1-7/+20
2023-08-29drm/i915/hdcp: Propagate aux info in DP HDCP functionsSuraj Kandpal1-17/+22
2023-08-29drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shimSuraj Kandpal1-4/+6
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula1-0/+1
2022-09-26drm/i915: Clean up transcoder_to_stream_enc_status()Ville Syrjälä1-14/+6
2022-08-10drm/i915/hdcp: split out hdcp registers to a separate fileJani Nikula1-0/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-2/+2
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-2/+2
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