summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_hdcp.c
AgeCommit message (Expand)Author
2025-05-02drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC codeJani Nikula
2025-05-02drm/i915/hdcp: simplify HDCP GSC firmware usage selectionJani Nikula
2025-05-02drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initializationJani Nikula
2025-04-07drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding itImre Deak
2025-03-21drm/i915/display: conversions to with_intel_display_rpm()Jani Nikula
2025-03-03drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_portJani Nikula
2025-03-03drm/i915/mst: add mst sub-struct to struct intel_connectorJani Nikula
2025-03-03drm/i915/mst: add mst sub-struct to struct intel_dpJani Nikula
2025-02-20drm/i915/hdcp: Create force_hdcp14 debug fs entrySuraj Kandpal
2025-02-15drm/i915: Extract intel_hdcp_cancel_works()Ville Syrjälä
2025-02-10drm/i915/hdcp: Make some functions staticJani Nikula
2025-02-10drm/i915/hdcp: Convert platform checks to use display->platformJani Nikula
2025-02-10drm/i915/hdcp: rename intel_connector to connectorJani Nikula
2025-02-10drm/i915/hdcp: Move HDCP debugfs to intel_hdcp.cJani Nikula
2025-01-23drm/i915/display: fix typos in i915/display filesNitin Gote
2025-01-21drm/i915/hdcp: Use correct function to check if encoder is HDMISuraj Kandpal
2025-01-17drm/i915/hdcp: Fix Repeater authentication during topology changeSuraj Kandpal
2025-01-06Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link"Suraj Kandpal
2024-12-02drm/i915/display: convert power wells to struct intel_displayJani Nikula
2024-11-12drm/i915/display: make CHICKEN_TRANS() display version awareJani Nikula
2024-11-12drm/i915/hdcp: Fix when the first read and write are retriedSuraj Kandpal
2024-11-07drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4Suraj Kandpal
2024-11-05drm/i915/xe3lpd: Update HDCP rekeying bitSuraj Kandpal
2024-10-30drm/i915/display: use x100 version for full version and releaseJani Nikula
2024-10-30drm/i915/hdcp: further conversion to struct intel_displayJani Nikula
2024-10-02drm/i915/hdcp: fix connector refcountingJani Nikula
2024-09-30drm/i915/hdcp: Retry first read and writes to downstreamSuraj Kandpal
2024-09-12drm/i915/hdcp: Use intel_display in hdcp_gscSuraj Kandpal
2024-09-12drm/i915/hdcp: Move to using intel_display in intel_hdcpSuraj Kandpal
2024-09-05drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shimJani Nikula
2024-09-02drm/i915/hdcp: migrate away from kdev_to_i915() in bind/unbindJani Nikula
2024-08-22drm/i915/display: rename IS_DISPLAY_IP_STEP() to IS_DISPLAY_VER_STEP()Jani Nikula
2024-07-25drm/i915/hdcp: Add encoder check in intel_hdcp_get_capabilitySuraj Kandpal
2024-06-07drm/i915: pass dev_priv explicitly to TRANS_DDI_FUNC_CTLJani Nikula
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula
2024-05-29drm/i915/hdcp: Fix IS_METEORLAKE usage for HDCP line rekeyingSuraj Kandpal
2024-05-10drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2 on HDMISuraj Kandpal
2024-03-26drm/i915/display: prefer intel_de_wait*() functions over uncore onesJani Nikula
2024-02-27drm/i915/hdcp: Allocate stream id after HDCP AKE stageSuraj Kandpal
2024-02-27drm/i915/hdcp: Don't enable HDCP1.4 directly from check_linkSuraj Kandpal
2024-02-27drm/i915/hdcp: Don't enable HDCP2.2 directly from check_linkSuraj Kandpal
2024-02-26drm/i915/hdcp: Add new remote capability check shim functionSuraj Kandpal
2024-02-26drm/i915/hdcp: Rename hdcp capable functionsSuraj Kandpal
2024-02-26drm/i915/hdcp: Move source hdcp2 checks into its own functionSuraj Kandpal
2023-12-22drm/i915/hdcp: Fail Repeater authentication if Type1 device not presentSuraj Kandpal
2023-12-19drm/i915/hdcp: fix intel_hdcp_get_repeater_ctl() error return valueJani Nikula
2023-12-19drm/i915/hdcp: unify connector logging formatJani Nikula
2023-10-31drm/i915/hdcp: Add more conditions to enable hdcpSuraj Kandpal
2023-10-31drm/i915/hdcp: Convert intel_hdcp_enable to a blanket functionSuraj Kandpal
2023-10-31drm/i915/hdcp: Rename HCDP 1.4 enablement functionSuraj Kandpal