summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdcp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-2/+2
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: Increase timeout for Encrypt status changeRamalingam C2018-12-061-2/+4
* drm/i915: Fix platform coverage for HDCP1.4Ramalingam C2018-12-061-2/+1Star
* drm/i915: Fix GEN9 HDCP1.4 key load processRamalingam C2018-12-061-3/+4
* drm/i915: Reassigning log level for HDCP failuresRamalingam C2018-10-291-9/+9
* drm/i915: wrapping all hdcp var into intel_hdcpRamalingam C2018-10-291-49/+60
* drm/i915: Move the DDC/AUX failure msgs to debug logRamalingam C2018-10-241-1/+1
* drm/i915/debugfs: hdcp capability of a sinkRamalingam C2018-10-241-6/+21
* drm/i915: Pullout the bksv read and validationRamalingam C2018-10-241-24/+38
* drm/i915: Constify power well descriptorsImre Deak2018-08-081-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* drm/i915: Fix memory leak in intel_hdcp authRadhakrishna Sripada2018-04-061-3/+6
* drm/i915: Check hdcp key loadabilityRamalingam C2018-04-041-2/+39
* drm/i915: Read Vprime thrice incase of mismatchRamalingam C2018-04-041-42/+70
* drm/i915: Read HDCP R0 thrice in case of mismatchRamalingam C2018-04-041-8/+19
* drm/i915: Reauthenticate HDCP on failureRamalingam C2018-02-051-7/+11
* drm/i915: Detect panel's hdcp capabilityRamalingam C2018-02-051-1/+17
* drm/i915: Optimize HDCP key loadRamalingam C2018-02-051-2/+4
* drm/i915: Retry HDCP bksv readRamalingam C2018-02-051-5/+13
* drm/i915: Connector info in HDCP debug msgsRamalingam C2018-02-051-3/+11
* drm/i915: Stop encryption for repeater with no sinkRamalingam C2018-02-051-2/+8
* drm/i915: Handle failure from 2nd stage HDCP authRamalingam C2018-02-051-0/+3
* drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMSSean Paul2018-01-301-4/+5
* drm/i915: Restore HDCP DRM_INFO when with no downstreamSean Paul2018-01-301-3/+2Star
* drm/i915: Check for downstream topology errorsRamalingam C2018-01-181-0/+6
* drm/i915: Start repeater auth on READY/CP_IRQRamalingam C2018-01-181-6/+6
* drm/i915: II stage HDCP auth for repeater onlyRamalingam C2018-01-181-1/+4
* drm/i915: Extending HDCP for HSW, BDW and BXT+Ramalingam C2018-01-181-7/+33
* drm/i915: Only disable HDCP when it's activeSean Paul2018-01-091-3/+5
* drm/i915: Add HDCP framework + base implementationSean Paul2018-01-081-0/+723