index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dp_hdcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
1
-1
/
+3
2024-08-19
drm/i915/hdcp: Use correct cp_irq_count
Suraj Kandpal
1
-1
/
+3
2024-08-08
drm/i915: Replace double blank with single blank after comma
Andi Shyti
1
-1
/
+1
2024-07-25
drm/i915/hdcp: Add encoder check in hdcp2_get_capability
Suraj Kandpal
1
-2
/
+9
2024-05-22
drm/i915/hdcp: Check mst_port to determine connector type
Suraj Kandpal
1
-1
/
+1
2024-05-22
drm/i915/hdcp: Move aux assignment after connector type check
Suraj Kandpal
1
-1
/
+2
2024-04-05
drm/i915/hdcp: Fix get remote hdcp capability function
Suraj Kandpal
1
-1
/
+4
2024-03-26
drm/i915/de: register wait function renames
Jani Nikula
1
-10
/
+7
2024-02-27
drm/i915/hdcp: Read Rxcaps for robustibility
Suraj Kandpal
1
-9
/
+20
2024-02-27
drm/i915/hdcp: Extract hdcp structure from correct connector
Suraj Kandpal
1
-2
/
+5
2024-02-26
drm/i915/hdcp: Remove additional timing for reading mst hdcp message
Suraj Kandpal
1
-7
/
+2
2024-02-26
drm/i915/hdcp: Add new remote capability check shim function
Suraj Kandpal
1
-0
/
+27
2024-02-26
drm/i915/hdcp: Rename hdcp capable functions
Suraj Kandpal
1
-11
/
+11
2024-02-26
drm/i915/hdcp: Pass drm_dp_aux to read_bcaps function
Suraj Kandpal
1
-5
/
+7
2024-02-26
drm/i915/hdcp: Refactor intel_dp_hdcp2_capable
Suraj Kandpal
1
-4
/
+12
2024-02-26
drm/i915/hdcp: Move to direct reads for HDCP
Suraj Kandpal
1
-22
/
+9
2024-02-09
drm/i915/hdcp: Use per-device debugs
Ville Syrjälä
1
-4
/
+8
2023-09-01
drm/i915/hdcp: Use correct aux for capability check scenario
Suraj Kandpal
1
-2
/
+4
2023-09-01
drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capable
Suraj Kandpal
1
-1
/
+2
2023-08-29
drm/i915/hdcp: Adjust timeout for read in DPMST Scenario
Suraj Kandpal
1
-3
/
+9
2023-08-29
drm/i915/hdcp: Send the correct aux for DPMST HDCP scenario
Suraj Kandpal
1
-7
/
+20
2023-08-29
drm/i915/hdcp: Propagate aux info in DP HDCP functions
Suraj Kandpal
1
-17
/
+22
2023-08-29
drm/i915/hdcp: Use intel_connector argument in intel_hdcp_shim
Suraj Kandpal
1
-4
/
+6
2022-11-11
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
1
-0
/
+1
2022-09-26
drm/i915: Clean up transcoder_to_stream_enc_status()
Ville Syrjälä
1
-14
/
+6
2022-08-10
drm/i915/hdcp: split out hdcp registers to a separate file
Jani Nikula
1
-0
/
+1
2022-04-25
drm/display: Move HDCP helpers into display-helper module
Thomas Zimmermann
1
-1
/
+1
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
1
-2
/
+2
2022-01-17
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
1
-2
/
+2
2021-09-09
drm/i915/hdcp: reuse rx_info for mst stream type1 capability check
Juston Li
1
-39
/
+0
2021-09-09
drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_List
Juston Li
1
-15
/
+16
2021-09-09
drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()
Juston Li
1
-4
/
+4
2021-05-05
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
1
-0
/
+1
2021-04-28
drm/i915/hdcp: add intel_dp_hdcp.h and rename init accordingly
Jani Nikula
1
-2
/
+3
2021-04-09
drm/i915/hdcp: Fix uninitialized symbol 'msg_end'
Anshuman Gupta
1
-1
/
+1
2021-03-31
drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msg
Anshuman Gupta
1
-13
/
+32
2021-03-22
drm/i915/hdcp: mst streams type1 capability check
Anshuman Gupta
1
-0
/
+39
2021-02-01
drm/i915/hdcp: disable the QSES check for HDCP2.2 over MST
Juston Li
1
-30
/
+1
2021-01-28
drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
Sean Paul
1
-11
/
+1
2021-01-13
drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
Anshuman Gupta
1
-8
/
+81
2021-01-13
drm/i915/hdcp: Pass connector to check_2_2_link
Anshuman Gupta
1
-1
/
+2
2021-01-13
drm/i915/hdcp: Pass dig_port to intel_hdcp_init
Anshuman Gupta
1
-2
/
+2
2021-01-13
drm/i915/hdcp: HDCP stream encryption support
Anshuman Gupta
1
-14
/
+76
2020-09-01
drm/i915: Add HDCP 1.4 support for MST connectors
Sean Paul
1
-1
/
+65
2020-09-01
drm/i915: Add connector to hdcp_shim->check_link()
Sean Paul
1
-1
/
+2
2020-09-01
drm/i915: Plumb port through hdcp init
Sean Paul
1
-1
/
+2
2020-09-01
drm/i915: Factor out HDCP shim functions from dp for use by dp_mst
Sean Paul
1
-0
/
+637