aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drm/i915: extract intel_hdcp.h from intel_drv.hJani Nikula1-4/+6
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio1-8/+9
2019-02-21drm/i915/hdcp: Silence compiler criticsChris Wilson1-5/+5
2019-02-20drm/i915: CP_IRQ handling for DP HDCP2.2 msgsRamalingam C1-7/+4
2019-02-20drm/i915: Handle HDCP2.2 downstream topology changeRamalingam C1-2/+18
2019-02-20drm/i915: Implement HDCP2.2 link integrity checkRamalingam C1-5/+83
2019-02-20drm/i915: Implement HDCP2.2 repeater authenticationRamalingam C1-2/+123
2019-02-20drm/i915: Implement HDCP2.2 receiver authenticationRamalingam C1-15/+182
2019-02-20drm/i915: Enable and Disable of HDCP2.2Ramalingam C1-14/+198
2019-02-20drm/i915: hdcp1.4 CP_IRQ handling and SW encryption trackingRamalingam C1-20/+53
2019-02-20drm/i915: MEI interface implementationRamalingam C1-1/+397
2019-02-20drm/i915: Initialize HDCP2.2Ramalingam C1-2/+26
2019-02-20drm/i915: Gathering the HDCP1.4 routines togetherRamalingam C1-59/+59
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula1-2/+2
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-12-06drm/i915: Increase timeout for Encrypt status changeRamalingam C1-2/+4
2018-12-06drm/i915: Fix platform coverage for HDCP1.4Ramalingam C1-2/+1
2018-12-06drm/i915: Fix GEN9 HDCP1.4 key load processRamalingam C1-3/+4
2018-10-29drm/i915: Reassigning log level for HDCP failuresRamalingam C1-9/+9
2018-10-29drm/i915: wrapping all hdcp var into intel_hdcpRamalingam C1-49/+60
2018-10-24drm/i915: Move the DDC/AUX failure msgs to debug logRamalingam C1-1/+1
2018-10-24drm/i915/debugfs: hdcp capability of a sinkRamalingam C1-6/+21
2018-10-24drm/i915: Pullout the bksv read and validationRamalingam C1-24/+38
2018-08-08drm/i915: Constify power well descriptorsImre Deak1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-06drm/i915: Fix memory leak in intel_hdcp authRadhakrishna Sripada1-3/+6
2018-04-04drm/i915: Check hdcp key loadabilityRamalingam C1-2/+39
2018-04-04drm/i915: Read Vprime thrice incase of mismatchRamalingam C1-42/+70
2018-04-04drm/i915: Read HDCP R0 thrice in case of mismatchRamalingam C1-8/+19
2018-02-05drm/i915: Reauthenticate HDCP on failureRamalingam C1-7/+11
2018-02-05drm/i915: Detect panel's hdcp capabilityRamalingam C1-1/+17
2018-02-05drm/i915: Optimize HDCP key loadRamalingam C1-2/+4
2018-02-05drm/i915: Retry HDCP bksv readRamalingam C1-5/+13
2018-02-05drm/i915: Connector info in HDCP debug msgsRamalingam C1-3/+11
2018-02-05drm/i915: Stop encryption for repeater with no sinkRamalingam C1-2/+8
2018-02-05drm/i915: Handle failure from 2nd stage HDCP authRamalingam C1-0/+3
2018-01-30drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMSSean Paul1-4/+5
2018-01-30drm/i915: Restore HDCP DRM_INFO when with no downstreamSean Paul1-3/+2
2018-01-18drm/i915: Check for downstream topology errorsRamalingam C1-0/+6
2018-01-18drm/i915: Start repeater auth on READY/CP_IRQRamalingam C1-6/+6
2018-01-18drm/i915: II stage HDCP auth for repeater onlyRamalingam C1-1/+4
2018-01-18drm/i915: Extending HDCP for HSW, BDW and BXT+Ramalingam C1-7/+33
2018-01-09drm/i915: Only disable HDCP when it's activeSean Paul1-3/+5
2018-01-08drm/i915: Add HDCP framework + base implementationSean Paul1-0/+723