aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hdcp/mei_hdcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30mei: hdcp: match without driver nameAlexander Usyskin1-2/+12
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal1-13/+13
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-03-24Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-54/+51
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko1-1/+1
2023-03-23drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal1-22/+22
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta1-32/+29
2023-01-20misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko1-2/+2
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung1-1/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+5
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König1-2/+5
2021-01-13misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer lenAnshuman Gupta1-2/+1
2020-08-18mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler1-16/+24
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-06-29mei: hdcp: Constify struct mei_cl_device_idRikard Falkeborn1-1/+1
2020-01-10mei: hdcp: bind only with i915 on the same PCHTomas Winkler1-3/+30
2019-08-30misc/mei/hdcp: Fill transcoder index in port infoRamalingam C1-0/+11
2019-08-30drm/i915: mei_hdcp: I915 sends ddi index as per ME FWRamalingam C1-23/+11
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2019-06-06mei: docs: add hdcp documentationTomas Winkler1-7/+4
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C1-1/+1
2019-03-28mei/hdcp: Fix SPDX identifiersTomas Winkler1-1/+1
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C1-3/+83
2019-02-25misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C1-1/+54
2019-02-25misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C1-1/+54
2019-02-25misc/mei/hdcp: Verify M_primeRamalingam C1-1/+66
2019-02-25misc/mei/hdcp: Repeater topology verification and ackRamalingam C1-1/+76
2019-02-25misc/mei/hdcp: Prepare Session KeyRamalingam C1-1/+58
2019-02-25misc/mei/hdcp: Verify L_primeRamalingam C1-1/+59
2019-02-25misc/mei/hdcp: Initiate Locality checkRamalingam C1-1/+56
2019-02-25misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C1-1/+59
2019-02-25misc/mei/hdcp: Verify H_primeRamalingam C1-1/+57
2019-02-25misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C1-1/+82
2019-02-25misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C1-0/+94
2019-02-25misc/mei/hdcp: Client driver for HDCP applicationRamalingam C1-0/+64