aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-02drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC codeJani Nikula1-6/+6
2025-05-02drm/i915/hdcp: simplify HDCP GSC firmware usage selectionJani Nikula1-5/+0
2025-05-02drm/i915/hdcp: switch the HDCP GSC message interface from u8* to void*Jani Nikula1-2/+2
2025-05-02drm/i915/hdcp: pass the context to the HDCP GSC message interfaceJani Nikula1-5/+6
2025-05-02drm/i915/hdcp: rename HDCP GSC context alloc/free functionsJani Nikula1-2/+2
2025-05-02drm/i915/hdcp: rename struct intel_hdcp_gsc_message to intel_hdcp_gsc_contextJani Nikula1-26/+26
2025-05-02drm/i915/hdcp: split HDCP GSC message alloc/save responsibilitiesJani Nikula1-12/+10
2025-05-02drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initializationJani Nikula1-44/+2
2024-09-12drm/i915/hdcp: Use intel_display in hdcp_gscSuraj Kandpal1-15/+16
2024-09-12drm/i915/hdcp: Move to using intel_display in intel_hdcpSuraj Kandpal1-4/+5
2024-05-31drm: move i915_hdcp_interface.h under include/drm/intelJani Nikula1-1/+1
2024-03-06drm/i915/hdcp: Move intel_hdcp_gsc_message def away from header fileSuraj Kandpal1-0/+6
2024-02-05drm/i915/hdcp: Pin the hdcp gsc message high in ggttVille Syrjälä1-1/+1
2023-10-12drm/i915/hdcp: Move common message filling function to its own fileSuraj Kandpal1-598/+17
2023-10-12drm/i915/hdcp: Move checks for gsc health statusSuraj Kandpal1-0/+14
2023-08-10drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt1-1/+2
2023-06-14drm/i915/hdcp: Modify hdcp_gsc_message msg sending mechanismSuraj Kandpal1-33/+47
2023-05-31drm/i915/hdcp: Rename comp_mutex to hdcp_mutexSuraj Kandpal1-2/+2
2023-05-31drm/i915/hdcp: Move away from master naming to arbiterSuraj Kandpal1-6/+6
2023-05-11drm/i915/hdcp: drop display/ prefix from includeJani Nikula1-1/+1
2023-03-23drm/i915/mtl: Add HDCP GSC interfaceSuraj Kandpal1-3/+634
2023-03-23drm/i915/mtl: Add function to send command to GSC CSSuraj Kandpal1-0/+200