index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_hdcp.c
Age
Commit message (
Expand
)
Author
2019-01-17
drm/i915: small isolated c99 types to kernel types switch
Jani Nikula
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
2018-12-06
drm/i915: Increase timeout for Encrypt status change
Ramalingam C
2018-12-06
drm/i915: Fix platform coverage for HDCP1.4
Ramalingam C
2018-12-06
drm/i915: Fix GEN9 HDCP1.4 key load process
Ramalingam C
2018-10-29
drm/i915: Reassigning log level for HDCP failures
Ramalingam C
2018-10-29
drm/i915: wrapping all hdcp var into intel_hdcp
Ramalingam C
2018-10-24
drm/i915: Move the DDC/AUX failure msgs to debug log
Ramalingam C
2018-10-24
drm/i915/debugfs: hdcp capability of a sink
Ramalingam C
2018-10-24
drm/i915: Pullout the bksv read and validation
Ramalingam C
2018-08-08
drm/i915: Constify power well descriptors
Imre Deak
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-04-06
drm/i915: Fix memory leak in intel_hdcp auth
Radhakrishna Sripada
2018-04-04
drm/i915: Check hdcp key loadability
Ramalingam C
2018-04-04
drm/i915: Read Vprime thrice incase of mismatch
Ramalingam C
2018-04-04
drm/i915: Read HDCP R0 thrice in case of mismatch
Ramalingam C
2018-02-05
drm/i915: Reauthenticate HDCP on failure
Ramalingam C
2018-02-05
drm/i915: Detect panel's hdcp capability
Ramalingam C
2018-02-05
drm/i915: Optimize HDCP key load
Ramalingam C
2018-02-05
drm/i915: Retry HDCP bksv read
Ramalingam C
2018-02-05
drm/i915: Connector info in HDCP debug msgs
Ramalingam C
2018-02-05
drm/i915: Stop encryption for repeater with no sink
Ramalingam C
2018-02-05
drm/i915: Handle failure from 2nd stage HDCP auth
Ramalingam C
2018-01-30
drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMS
Sean Paul
2018-01-30
drm/i915: Restore HDCP DRM_INFO when with no downstream
Sean Paul
2018-01-18
drm/i915: Check for downstream topology errors
Ramalingam C
2018-01-18
drm/i915: Start repeater auth on READY/CP_IRQ
Ramalingam C
2018-01-18
drm/i915: II stage HDCP auth for repeater only
Ramalingam C
2018-01-18
drm/i915: Extending HDCP for HSW, BDW and BXT+
Ramalingam C
2018-01-09
drm/i915: Only disable HDCP when it's active
Sean Paul
2018-01-08
drm/i915: Add HDCP framework + base implementation
Sean Paul