summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/display: prefer intel_de_wait*() functions over uncore onesJani Nikula2024-03-261-3/+3
* drm/i915/hdcp: Allocate stream id after HDCP AKE stageSuraj Kandpal2024-02-271-72/+65
* drm/i915/hdcp: Don't enable HDCP1.4 directly from check_linkSuraj Kandpal2024-02-271-9/+3
* drm/i915/hdcp: Don't enable HDCP2.2 directly from check_linkSuraj Kandpal2024-02-271-23/+2
* drm/i915/hdcp: Add new remote capability check shim functionSuraj Kandpal2024-02-261-0/+16
* drm/i915/hdcp: Rename hdcp capable functionsSuraj Kandpal2024-02-261-9/+9
* drm/i915/hdcp: Move source hdcp2 checks into its own functionSuraj Kandpal2024-02-261-3/+17
* drm/i915/hdcp: Fail Repeater authentication if Type1 device not presentSuraj Kandpal2023-12-221-0/+6
* drm/i915/hdcp: fix intel_hdcp_get_repeater_ctl() error return valueJani Nikula2023-12-191-2/+2
* drm/i915/hdcp: unify connector logging formatJani Nikula2023-12-191-34/+34
* drm/i915/hdcp: Add more conditions to enable hdcpSuraj Kandpal2023-10-311-2/+12
* drm/i915/hdcp: Convert intel_hdcp_enable to a blanket functionSuraj Kandpal2023-10-311-5/+16
* drm/i915/hdcp: Rename HCDP 1.4 enablement functionSuraj Kandpal2023-10-311-3/+3
* drm/i915/hdcp: Move checks for gsc health statusSuraj Kandpal2023-10-121-7/+1
* drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capableSuraj Kandpal2023-09-011-2/+1
* drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shimSuraj Kandpal2023-08-291-17/+13
* drm/i915/hdcp: Add a debug statement at hdcp2 capability checkSuraj Kandpal2023-06-261-1/+4
* drm/i915/hdcp: Assign correct hdcp content typeSuraj Kandpal2023-06-261-1/+1
* drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho2023-06-101-9/+14
* drm/i915/hdcp: Rename comp_mutex to hdcp_mutexSuraj Kandpal2023-05-311-47/+47
* drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal2023-05-311-26/+26
* drm/i915/hdcp: Rename dev_priv to i915Suraj Kandpal2023-05-311-315/+315
* drm/i915/display: Move display runtime info to display structureMatt Roper2023-05-241-1/+1
* drm/i915/hdcp: Fill hdcp2_streamid_type and k in appropriate placesSuraj Kandpal2023-05-161-6/+4
* drm/i915/hdcp: Fix modeset locking issue in hdcp mstSuraj Kandpal2023-05-161-54/+62
* drm/i915/hdcp: Remove enforce_type0 check outside loopSuraj Kandpal2023-05-161-3/+3
* drm/i915/hdcp: add intel_atomic_state argument to hdcp_enable functionSuraj Kandpal2023-05-161-7/+9
* drm/i915/hdcp: Check if media_gt existsSuraj Kandpal2023-05-151-4/+6
* drm/i915/mtl: Add HDCP GSC interfaceSuraj Kandpal2023-03-231-5/+23
* drm/i915/hdcp: HDCP2.x Refactoring to agnostic hdcpSuraj Kandpal2023-03-231-2/+2
* drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta2023-03-231-64/+66
* drm/i915/display/hdmi: use intel_de_rmw if possibleAndrzej Hajda2023-02-161-9/+6
* Merge drm/drm-next into drm-intel-nextJani Nikula2022-09-121-1/+23
|\
| * drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul2022-08-231-1/+23
* | drm/i915: move and group hdcp under display.hdcpJani Nikula2022-08-311-67/+67
* | drm/i915: move has_hdcp to runtime infoJani Nikula2022-08-241-2/+2
* | drm/i915/hdcp: split out hdcp registers to a separate fileJani Nikula2022-08-101-0/+1
|/
* Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-06-241-1/+1
|\
| * drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit2022-05-201-1/+1
* | drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann2022-04-251-1/+1
|/
* drm/i915: Move intel_display_power_well_is_enabled() to intel_display_power_w...Imre Deak2022-02-281-0/+1
* drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*Jani Nikula2022-01-131-2/+1
* drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula2021-10-141-3/+3
* drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li2021-09-091-28/+36
* drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä2021-05-051-0/+1
* drm/i915/display: rename display version macrosLucas De Marchi2021-04-141-1/+1
* drm/i915/display: Eliminate IS_GEN9_{BC,LP}Matt Roper2021-04-141-4/+5
* drm/i915/display: Simplify GLK display version testsMatt Roper2021-03-231-1/+0
* drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper2021-03-231-5/+5
* drm/i915/hdcp: return correct error codeAnshuman Gupta2021-03-221-1/+2