aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hdcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12Merge drm/drm-next into drm-intel-nextJani Nikula1-1/+23
2022-08-31drm/i915: move and group hdcp under display.hdcpJani Nikula1-67/+67
2022-08-24drm/i915: move has_hdcp to runtime infoJani Nikula1-2/+2
2022-08-23drm/display/dp_mst: Move all payload info into the atomic stateLyude Paul1-1/+23
2022-08-10drm/i915/hdcp: split out hdcp registers to a separate fileJani Nikula1-0/+1
2022-06-24Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2022-05-20drm/i915/pcode: Extend pcode functions for multiple gt'sAshutosh Dixit1-1/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann1-1/+1
2022-02-28drm/i915: Move intel_display_power_well_is_enabled() to intel_display_power_well.cImre Deak1-0/+1
2022-01-13drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*Jani Nikula1-2/+1
2021-10-14drm/i915: split out intel_pcode.[ch] to separate fileJani Nikula1-3/+3
2021-09-09drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li1-28/+36
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä1-0/+1
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi1-1/+1
2021-04-14drm/i915/display: Eliminate IS_GEN9_{BC,LP}Matt Roper1-4/+5
2021-03-23drm/i915/display: Simplify GLK display version testsMatt Roper1-1/+0
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper1-5/+5
2021-03-22drm/i915/hdcp: return correct error codeAnshuman Gupta1-1/+2
2021-03-22drm/i915/hdcp: link hdcp2 recovery on link enc stoppedAnshuman Gupta1-1/+12
2021-03-22drm/i915/hdcp: HDCP2.2 MST Link failure recoveryAnshuman Gupta1-4/+6
2021-03-22drm/i915/hdcp: mst streams type1 capability checkAnshuman Gupta1-1/+16
2021-01-22drm/i915/hdcp: Fix uninitialized symbolAnshuman Gupta1-10/+10
2021-01-22drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)Anshuman Gupta1-0/+2
2021-01-13drm/i915/hdcp: Enable HDCP 2.2 MST supportAnshuman Gupta1-1/+1
2021-01-13drm/i915/hdcp: Configure HDCP2.2 MST steram encryption statusAnshuman Gupta1-1/+50
2021-01-13drm/i915/hdcp: Pass connector to check_2_2_linkAnshuman Gupta1-1/+1
2021-01-13drm/i915/hdcp: MST streams support in hdcp port_dataAnshuman Gupta1-14/+99
2021-01-13drm/i915/hdcp: Encapsulate hdcp_port_data to dig_portAnshuman Gupta1-22/+34
2021-01-13drm/i915/hdcp: Pass dig_port to intel_hdcp_initAnshuman Gupta1-5/+7
2021-01-13drm/i915/hdcp: Configure HDCP1.4 MST steram encryption statusAnshuman Gupta1-13/+25
2021-01-13drm/i915/hdcp: Move HDCP enc status timeout to headerAnshuman Gupta1-5/+4
2021-01-13drm/i915/hdcp: DP MST transcoder for link and streamAnshuman Gupta1-4/+11
2021-01-13drm/i915/hdcp: No HDCP when encoder is't initializedAnshuman Gupta1-0/+6
2021-01-13drm/i915/hdcp: Get conn while content_type changedAnshuman Gupta1-0/+1
2021-01-13drm/i915/hdcp: Update CP property in update_pipeAnshuman Gupta1-0/+8
2020-09-24drm/i915: dont retry stream management at seq_num_m roll overRamalingam C1-5/+10
2020-09-24drm/i915: terminate reauth at stream management failureRamalingam C1-29/+47
2020-09-01drm/i915: Add HDCP 1.4 support for MST connectorsSean Paul1-1/+1
2020-09-01drm/i915: Add connector to hdcp_shim->check_link()Sean Paul1-1/+1
2020-09-01drm/i915: Plumb port through hdcp initSean Paul1-5/+6
2020-09-01drm/i915: Don't fully disable HDCP on a port if multiple pipes are using itSean Paul1-0/+33
2020-09-01drm/i915: Clean up intel_hdcp_disableSean Paul1-9/+10
2020-09-01drm/i915: Protect workers against disappearing connectorsSean Paul1-5/+39
2020-09-01drm/i915: Factor out hdcp->value assignmentsSean Paul1-21/+46
2020-09-01drm/i915: Use the cpu_transcoder in intel_hdcp to toggle HDCP signallingSean Paul1-7/+8
2020-09-01drm/i915: Clear the repeater bit on HDCP disableSean Paul1-0/+6
2020-09-01drm/i915: Fix sha_text population codeSean Paul1-6/+20
2020-08-26drm/i915/hdcp: No direct access to power_well descAnshuman Gupta1-12/+3
2020-08-26drm/i915/hdcp: Add update_pipe early returnAnshuman Gupta1-2/+6
2020-07-08drm/i915/hdcp: Fix the return handling of drm_hdcp_check_ksvs_revokedRamalingam C1-4/+4