summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_hdcp.c
AgeCommit message (Expand)Author
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
2023-10-12drm/i915/hdcp: Move checks for gsc health statusSuraj Kandpal
2023-09-01drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capableSuraj Kandpal
2023-08-29drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shimSuraj Kandpal
2023-06-26drm/i915/hdcp: Add a debug statement at hdcp2 capability checkSuraj Kandpal
2023-06-26drm/i915/hdcp: Assign correct hdcp content typeSuraj Kandpal
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho
2023-05-31drm/i915/hdcp: Rename comp_mutex to hdcp_mutexSuraj Kandpal
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal
2023-05-31drm/i915/hdcp: Rename dev_priv to i915Suraj Kandpal
2023-05-24drm/i915/display: Move display runtime info to display structureMatt Roper
2023-05-16drm/i915/hdcp: Fill hdcp2_streamid_type and k in appropriate placesSuraj Kandpal
2023-05-16drm/i915/hdcp: Fix modeset locking issue in hdcp mstSuraj Kandpal
2023-05-16drm/i915/hdcp: Remove enforce_type0 check outside loopSuraj Kandpal
2023-05-16drm/i915/hdcp: add intel_atomic_state argument to hdcp_enable functionSuraj Kandpal
2023-05-15drm/i915/hdcp: Check if media_gt existsSuraj Kandpal
2023-03-23drm/i915/mtl: Add HDCP GSC interfaceSuraj Kandpal
2023-03-23drm/i915/hdcp: HDCP2.x Refactoring to agnostic hdcpSuraj Kandpal
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta
2023-02-16drm/i915/display/hdmi: use intel_de_rmw if possibleAndrzej Hajda
2022-09-12Merge drm/drm-next into drm-intel-nextJani Nikula
2022-08-31drm/i915: move and group hdcp under display.hdcpJani Nikula
2022-08-24drm/i915: move has_hdcp to runtime infoJani Nikula
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul
2022-08-10drm/i915/hdcp: split out hdcp registers to a separate fileJani Nikula
2022-06-24Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-05-20drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann
2022-02-28drm/i915: Move intel_display_power_well_is_enabled() to intel_display_power_w...Imre Deak
2022-01-13drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*Jani Nikula
2021-10-14drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula
2021-09-09drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi
2021-04-14drm/i915/display: Eliminate IS_GEN9_{BC,LP}Matt Roper
2021-03-23drm/i915/display: Simplify GLK display version testsMatt Roper
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper
2021-03-22drm/i915/hdcp: return correct error codeAnshuman Gupta