index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dp_hdcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/dp/hdcp: convert to struct intel_display
Jani Nikula
2024-10-30
1
-43
/
+45
*
drm/i915/hdcp: further conversion to struct intel_display
Jani Nikula
2024-10-30
1
-3
/
+2
*
drm/i915: Use string enable/disable choice helpers
Sai Teja Pottumuttu
2024-10-28
1
-2
/
+2
*
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim
Jani Nikula
2024-09-05
1
-0
/
+1
*
drm/i915/hdcp: Use correct cp_irq_count
Suraj Kandpal
2024-08-15
1
-1
/
+3
*
drm/i915: Replace double blank with single blank after comma
Andi Shyti
2024-08-08
1
-1
/
+1
*
drm/i915/hdcp: Add encoder check in hdcp2_get_capability
Suraj Kandpal
2024-07-25
1
-2
/
+9
*
drm/i915/hdcp: Check mst_port to determine connector type
Suraj Kandpal
2024-05-22
1
-1
/
+1
*
drm/i915/hdcp: Move aux assignment after connector type check
Suraj Kandpal
2024-05-22
1
-1
/
+2
*
drm/i915/hdcp: Fix get remote hdcp capability function
Suraj Kandpal
2024-04-05
1
-1
/
+4
*
drm/i915/de: register wait function renames
Jani Nikula
2024-03-26
1
-10
/
+7
*
drm/i915/hdcp: Read Rxcaps for robustibility
Suraj Kandpal
2024-02-27
1
-9
/
+20
*
drm/i915/hdcp: Extract hdcp structure from correct connector
Suraj Kandpal
2024-02-27
1
-2
/
+5
*
drm/i915/hdcp: Remove additional timing for reading mst hdcp message
Suraj Kandpal
2024-02-26
1
-7
/
+2
*
drm/i915/hdcp: Add new remote capability check shim function
Suraj Kandpal
2024-02-26
1
-0
/
+27
*
drm/i915/hdcp: Rename hdcp capable functions
Suraj Kandpal
2024-02-26
1
-11
/
+11
*
drm/i915/hdcp: Pass drm_dp_aux to read_bcaps function
Suraj Kandpal
2024-02-26
1
-5
/
+7
*
drm/i915/hdcp: Refactor intel_dp_hdcp2_capable
Suraj Kandpal
2024-02-26
1
-4
/
+12
*
drm/i915/hdcp: Move to direct reads for HDCP
Suraj Kandpal
2024-02-26
1
-22
/
+9
*
drm/i915/hdcp: Use per-device debugs
Ville Syrjälä
2024-02-09
1
-4
/
+8
*
drm/i915/hdcp: Use correct aux for capability check scenario
Suraj Kandpal
2023-09-01
1
-2
/
+4
*
drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capable
Suraj Kandpal
2023-09-01
1
-1
/
+2
*
drm/i915/hdcp: Adjust timeout for read in DPMST Scenario
Suraj Kandpal
2023-08-29
1
-3
/
+9
*
drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario
Suraj Kandpal
2023-08-29
1
-7
/
+20
*
drm/i915/hdcp: Propagate aux info in DP HDCP functions
Suraj Kandpal
2023-08-29
1
-17
/
+22
*
drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shim
Suraj Kandpal
2023-08-29
1
-4
/
+6
*
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
2022-11-11
1
-0
/
+1
*
drm/i915: Clean up transcoder_to_stream_enc_status()
Ville Syrjälä
2022-09-26
1
-14
/
+6
*
drm/i915/hdcp: split out hdcp registers to a separate file
Jani Nikula
2022-08-10
1
-0
/
+1
*
drm/display: Move HDCP helpers into display-helper module
Thomas Zimmermann
2022-04-25
1
-1
/
+1
*
drm: Rename dp/ to display/
Thomas Zimmermann
2022-04-25
1
-2
/
+2
*
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
2022-01-17
1
-2
/
+2
*
drm/i915/hdcp: reuse rx_info for mst stream type1 capability check
Juston Li
2021-09-09
1
-39
/
+0
*
drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_List
Juston Li
2021-09-09
1
-15
/
+16
*
drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()
Juston Li
2021-09-09
1
-4
/
+4
*
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
2021-05-05
1
-0
/
+1
*
drm/i915/hdcp: add intel_dp_hdcp.h and rename init accordingly
Jani Nikula
2021-04-28
1
-2
/
+3
*
drm/i915/hdcp: Fix uninitialized symbol 'msg_end'
Anshuman Gupta
2021-04-09
1
-1
/
+1
*
drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msg
Anshuman Gupta
2021-03-31
1
-13
/
+32
*
drm/i915/hdcp: mst streams type1 capability check
Anshuman Gupta
2021-03-22
1
-0
/
+39
*
drm/i915/hdcp: disable the QSES check for HDCP2.2 over MST
Juston Li
2021-02-01
1
-30
/
+1
*
drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
Sean Paul
2021-01-28
1
-11
/
+1
*
drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
Anshuman Gupta
2021-01-13
1
-8
/
+81
*
drm/i915/hdcp: Pass connector to check_2_2_link
Anshuman Gupta
2021-01-13
1
-1
/
+2
*
drm/i915/hdcp: Pass dig_port to intel_hdcp_init
Anshuman Gupta
2021-01-13
1
-2
/
+2
*
drm/i915/hdcp: HDCP stream encryption support
Anshuman Gupta
2021-01-13
1
-14
/
+76
*
drm/i915: Add HDCP 1.4 support for MST connectors
Sean Paul
2020-09-01
1
-1
/
+65
*
drm/i915: Add connector to hdcp_shim->check_link()
Sean Paul
2020-09-01
1
-1
/
+2
*
drm/i915: Plumb port through hdcp init
Sean Paul
2020-09-01
1
-1
/
+2
*
drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
Sean Paul
2020-09-01
1
-0
/
+637