index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_hdcp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-05
drm/i915/display: take out dead code
Juha-Pekka Heikkila
1
-2
/
+0
2025-09-04
drm/i915/hdcp: use generic poll_timeout_us() instead of wait_for()
Jani Nikula
1
-7
/
+10
2025-09-04
drm/i915/hdcp: use generic poll_timeout_us() instead of __wait_for()
Jani Nikula
1
-4
/
+4
2025-09-02
drm/i915/hdcp: Remove the encoder check in hdcp enable
Suraj Kandpal
1
-6
/
+0
2025-07-01
drm/i915/display: drop a number of dependencies on i915_drv.h
Jani Nikula
1
-1
/
+3
2025-06-26
drm/i915/display: move unordered works to new private workqueue
Luca Coelho
1
-12
/
+8
2025-06-23
drm/i915/display: switch to struct drm_device based pcode interface
Jani Nikula
1
-2
/
+1
2025-06-09
drm/i915: split out display register macros to a separate file
Jani Nikula
1
-0
/
+1
2025-05-02
drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
Jani Nikula
1
-1
/
+1
2025-05-02
drm/i915/hdcp: simplify HDCP GSC firmware usage selection
Jani Nikula
1
-4
/
+6
2025-05-02
drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initialization
Jani Nikula
1
-0
/
+1
2025-04-07
drm/i915/dp_mst: Use intel_dp_mst_active_streams() instead of open-coding it
Imre Deak
1
-1
/
+2
2025-03-21
drm/i915/display: conversions to with_intel_display_rpm()
Jani Nikula
1
-3
/
+2
2025-03-03
drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_port
Jani Nikula
1
-42
/
+42
2025-03-03
drm/i915/mst: add mst sub-struct to struct intel_connector
Jani Nikula
1
-4
/
+4
2025-03-03
drm/i915/mst: add mst sub-struct to struct intel_dp
Jani Nikula
1
-1
/
+1
2025-02-20
drm/i915/hdcp: Create force_hdcp14 debug fs entry
Suraj Kandpal
1
-1
/
+75
2025-02-15
drm/i915: Extract intel_hdcp_cancel_works()
Ville Syrjälä
1
-0
/
+9
2025-02-10
drm/i915/hdcp: Make some functions static
Jani Nikula
1
-5
/
+5
2025-02-10
drm/i915/hdcp: Convert platform checks to use display->platform
Jani Nikula
1
-12
/
+10
2025-02-10
drm/i915/hdcp: rename intel_connector to connector
Jani Nikula
1
-7
/
+5
2025-02-10
drm/i915/hdcp: Move HDCP debugfs to intel_hdcp.c
Jani Nikula
1
-0
/
+82
2025-01-23
drm/i915/display: fix typos in i915/display files
Nitin Gote
1
-4
/
+4
2025-01-21
drm/i915/hdcp: Use correct function to check if encoder is HDMI
Suraj Kandpal
1
-1
/
+1
2025-01-17
drm/i915/hdcp: Fix Repeater authentication during topology change
Suraj Kandpal
1
-0
/
+13
2025-01-06
Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link"
Suraj Kandpal
1
-3
/
+9
2024-12-02
drm/i915/display: convert power wells to struct intel_display
Jani Nikula
1
-1
/
+1
2024-11-12
drm/i915/display: make CHICKEN_TRANS() display version aware
Jani Nikula
1
-1
/
+1
2024-11-12
drm/i915/hdcp: Fix when the first read and write are retried
Suraj Kandpal
1
-12
/
+20
2024-11-07
drm/i915/hdcp: Handle HDCP Line Rekeying for HDCP 1.4
Suraj Kandpal
1
-15
/
+22
2024-11-05
drm/i915/xe3lpd: Update HDCP rekeying bit
Suraj Kandpal
1
-11
/
+12
2024-10-30
drm/i915/display: use x100 version for full version and release
Jani Nikula
1
-3
/
+3
2024-10-30
drm/i915/hdcp: further conversion to struct intel_display
Jani Nikula
1
-17
/
+13
2024-10-02
drm/i915/hdcp: fix connector refcounting
Jani Nikula
1
-3
/
+7
2024-09-30
drm/i915/hdcp: Retry first read and writes to downstream
Suraj Kandpal
1
-7
/
+30
2024-09-12
drm/i915/hdcp: Use intel_display in hdcp_gsc
Suraj Kandpal
1
-2
/
+2
2024-09-12
drm/i915/hdcp: Move to using intel_display in intel_hdcp
Suraj Kandpal
1
-338
/
+347
2024-09-05
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim
Jani Nikula
1
-0
/
+1
2024-09-02
drm/i915/hdcp: migrate away from kdev_to_i915() in bind/unbind
Jani Nikula
1
-4
/
+6
2024-08-22
drm/i915/display: rename IS_DISPLAY_IP_STEP() to IS_DISPLAY_VER_STEP()
Jani Nikula
1
-3
/
+3
2024-07-25
drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability
Suraj Kandpal
1
-1
/
+6
2024-06-07
drm/i915: pass dev_priv explicitly to TRANS_DDI_FUNC_CTL
Jani Nikula
1
-1
/
+2
2024-05-31
drm: move i915_component.h under include/drm/intel
Jani Nikula
1
-1
/
+1
2024-05-29
drm/i915/hdcp: Fix IS_METEORLAKE usage for HDCP line rekeying
Suraj Kandpal
1
-2
/
+3
2024-05-10
drm/i915/hdcp: Disable HDCP Line Rekeying for HDCP2.2 on HDMI
Suraj Kandpal
1
-0
/
+23
2024-03-26
drm/i915/display: prefer intel_de_wait*() functions over uncore ones
Jani Nikula
1
-3
/
+3
2024-02-27
drm/i915/hdcp: Allocate stream id after HDCP AKE stage
Suraj Kandpal
1
-72
/
+65
2024-02-27
drm/i915/hdcp: Don't enable HDCP1.4 directly from check_link
Suraj Kandpal
1
-9
/
+3
2024-02-27
drm/i915/hdcp: Don't enable HDCP2.2 directly from check_link
Suraj Kandpal
1
-23
/
+2
2024-02-26
drm/i915/hdcp: Add new remote capability check shim function
Suraj Kandpal
1
-0
/
+16
[next]