index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_hdcp_gsc_message.c
Age
Commit message (
Expand
)
Author
2025-05-02
drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
Jani Nikula
2025-05-02
drm/i915/hdcp: switch the HDCP GSC message interface from u8* to void*
Jani Nikula
2025-05-02
drm/i915/hdcp: pass the context to the HDCP GSC message interface
Jani Nikula
2025-05-02
drm/i915/hdcp: rename HDCP GSC context alloc/free functions
Jani Nikula
2025-05-02
drm/i915/hdcp: rename struct intel_hdcp_gsc_message to intel_hdcp_gsc_context
Jani Nikula
2025-05-02
drm/i915/hdcp: split HDCP GSC message alloc/save responsibilities
Jani Nikula
2025-05-02
drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initialization
Jani Nikula
2025-05-02
drm/i915/hdcp: remove duplicate declarations
Jani Nikula
2024-09-12
drm/i915/hdcp: Use intel_display in hdcp_gsc
Suraj Kandpal
2024-09-02
drm/i915/hdcp: migrate away from kdev_to_i915() in GSC messaging
Jani Nikula
2024-05-31
drm: move i915_hdcp_interface.h under include/drm/intel
Jani Nikula
2023-10-16
drm/i915/hdcp: Clean up zero initializers
Ville Syrjälä
2023-10-12
drm/i915/hdcp: Move common message filling function to its own file
Suraj Kandpal