summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hdcp
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-16misc/mei: Allow building standalone for compile testingSimon Richter-1/+1
2026-01-16misc/mei: Decouple ME interfaces from GPU driversSimon Richter-1/+1
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula-1/+1
2024-05-31drm: move i915_component.h under include/drm/intelJani Nikula-1/+1
2024-01-30mei: hdcp: add dependency on Xe driverAlexander Usyskin-1/+1
2024-01-30mei: hdcp: match without driver nameAlexander Usyskin-2/+12
2023-12-15mei: rework Kconfig dependenciesArnd Bergmann-1/+1
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal-13/+13
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-03-24Merge tag 'drm-intel-next-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-408/+51
2023-03-23mei: Move uuid.h to the MEI namespaceAndy Shevchenko-1/+1
2023-03-23drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal-376/+22
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta-32/+29
2023-01-20misc/mei/hdcp: Use correct macros to initialize uuid_leAndy Shevchenko-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2022-04-29misc/mei: Add NULL check to component match callback functionsWon Chung-1/+1
2022-04-25drm/display: Move HDCP helpers into display-helper moduleThomas Zimmermann-1/+1
2021-06-15mei: hdcp: SPDX tag should be the first lineTom Rix-1/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König-2/+5
2021-01-13misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer lenAnshuman Gupta-2/+1
2020-08-18mei: hdcp: fix mei_hdcp_verify_mprime() input parameterTomas Winkler-16/+24
2020-07-23mei: hdcp: Replace one-element array with flexible-array memberGustavo A. R. Silva-2/+2
2020-06-29mei: hdcp: Constify struct mei_cl_device_idRikard Falkeborn-1/+1
2020-01-10mei: hdcp: bind only with i915 on the same PCHTomas Winkler-3/+30
2019-08-30misc/mei/hdcp: Fill transcoder index in port infoRamalingam C-1/+15
2019-08-30drm/i915: mei_hdcp: I915 sends ddi index as per ME FWRamalingam C-35/+11
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+1
2019-06-06mei: docs: add hdcp documentationTomas Winkler-7/+4
2019-05-28Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2019-05-09drm: generic fn converting be24 to cpu and vice versaRamalingam C-1/+1
2019-04-25mei: hdcp: use own Kconfig fileTomas Winkler-0/+13
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler-1/+1
2019-03-28mei/hdcp: Fix SPDX identifiersTomas Winkler-2/+2
2019-02-25misc/mei/hdcp: Component framework for I915 InterfaceRamalingam C-3/+83
2019-02-25misc/mei/hdcp: Closing wired HDCP2.2 Tx SessionRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Enabling the HDCP authenticationRamalingam C-1/+54
2019-02-25misc/mei/hdcp: Verify M_primeRamalingam C-1/+66
2019-02-25misc/mei/hdcp: Repeater topology verification and ackRamalingam C-1/+76
2019-02-25misc/mei/hdcp: Prepare Session KeyRamalingam C-1/+58
2019-02-25misc/mei/hdcp: Verify L_primeRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Initiate Locality checkRamalingam C-1/+56
2019-02-25misc/mei/hdcp: Store the HDCP Pairing infoRamalingam C-1/+59
2019-02-25misc/mei/hdcp: Verify H_primeRamalingam C-1/+57
2019-02-25misc/mei/hdcp: Verify Receiver Cert and prepare kmRamalingam C-1/+82
2019-02-25misc/mei/hdcp: Initiate Wired HDCP2.2 Tx SessionRamalingam C-0/+105
2019-02-25misc/mei/hdcp: Define ME FW interface for HDCP2.2Ramalingam C-0/+366
2019-02-25misc/mei/hdcp: Client driver for HDCP applicationRamalingam C-0/+71