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.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: simplify HDCP GSC firmware usage selection
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
2024-09-12
drm/i915/hdcp: Use intel_display in hdcp_gsc
Suraj Kandpal
2024-09-12
drm/i915/hdcp: Move to using intel_display in intel_hdcp
Suraj Kandpal
2024-05-31
drm: move i915_hdcp_interface.h under include/drm/intel
Jani Nikula
2024-03-06
drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header file
Suraj Kandpal
2024-02-05
drm/i915/hdcp: Pin the hdcp gsc message high in ggtt
Ville Syrjälä
2023-10-12
drm/i915/hdcp: Move common message filling function to its own file
Suraj Kandpal
2023-10-12
drm/i915/hdcp: Move checks for gsc health status
Suraj Kandpal
2023-08-10
drm/i915: Make i915_coherent_map_type GT-centric
Jonathan Cavitt
2023-06-14
drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanism
Suraj Kandpal
2023-05-31
drm/i915/hdcp: Rename comp_mutex to hdcp_mutex
Suraj Kandpal
2023-05-31
drm/i915/hdcp: Move away from master naming to arbiter
Suraj Kandpal
2023-05-11
drm/i915/hdcp: drop display/ prefix from include
Jani Nikula
2023-03-23
drm/i915/mtl: Add HDCP GSC interface
Suraj Kandpal
2023-03-23
drm/i915/mtl: Add function to send command to GSC CS
Suraj Kandpal