index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_tc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
drm/i915/dp_mst: Rename intel_dp_mst_encoder_active_links() to intel_dp_mst_active_streams()
Imre Deak
1
-10
/
+10
2025-04-01
drm/i915: reduce intel_wakeref.h dependencies
Jani Nikula
1
-0
/
+2
2025-03-25
drm/i915/tc: convert intel_tc.c to struct intel_display
Jani Nikula
1
-139
/
+127
2025-02-11
drm/i915: Continue intel_display_power struct intel_display conversion
Ville Syrjälä
1
-6
/
+6
2025-02-10
drm/i915: Convert intel_display_power_{get,put}*() to intel_display
Ville Syrjälä
1
-36
/
+42
2025-01-07
Merge drm/drm-next into drm-intel-next
Jani Nikula
1
-4
/
+35
2024-12-04
drm/i915/display: Use struct intel_display instead of struct drm_i915_private
Mika Kahola
1
-5
/
+4
2024-12-04
drm/i915/xe3lpd: Power request asserting/deasserting
Mika Kahola
1
-0
/
+32
2024-12-02
drm/i915/display: replace dig_port->saved_port_bits with flags
Jani Nikula
1
-1
/
+1
2024-10-28
drm/i915: Use string enable/disable choice helpers
Sai Teja Pottumuttu
1
-1
/
+1
2024-07-01
drm/i915: Skip programming FIA link enable bits for MTL+
Gustavo Sousa
1
-0
/
+3
2024-03-21
drm/i915/display: use intel_encoder_is/to_* functions
Jani Nikula
1
-23
/
+10
2024-01-30
drm/i915/xe2lpd: Move registers to PICA
Lucas De Marchi
1
-6
/
+10
2024-01-08
drm/i915: Filter out glitches on HPD lines during hotplug detection
Imre Deak
1
-0
/
+9
2024-01-08
drm/i915: Add intel_digital_port lock/unlock hooks
Imre Deak
1
-14
/
+1
2023-12-13
drm/i915/display: Wait for PHY readiness not needed for disabling sequence
Mika Kahola
1
-9
/
+16
2023-11-06
drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init
Nirmoy Das
1
-3
/
+8
2023-09-21
drm/i915/xe2lpd: Read pin assignment from IOM
Luca Coelho
1
-0
/
+28
2023-09-05
drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()
Luca Coelho
1
-2
/
+2
2023-09-05
drm/i915/tc: move legacy code out of the main _max_lane_count() func
Luca Coelho
1
-13
/
+19
2023-09-05
drm/i915/tc: make intel_tc_port_get_lane_mask() static
Luca Coelho
1
-1
/
+1
2023-09-05
drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()
Luca Coelho
1
-2
/
+2
2023-05-16
drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink disconnects
Imre Deak
1
-2
/
+157
2023-04-28
drm/i915/mtl: Pin assignment for TypeC
Anusha Srivatsa
1
-0
/
+28
2023-04-28
drm/i915/mtl: TypeC HPD live status query
Imre Deak
1
-1
/
+29
2023-04-28
drm/i915/mtl: Power up TCSS
Mika Kahola
1
-8
/
+191
2023-04-06
drm/i915/tc: demote a kernel-doc comment to a regular comment
Jani Nikula
1
-4
/
+1
2023-04-03
drm/i915: Remove TC PHY disconnect workaround
Imre Deak
1
-8
/
+0
2023-04-03
drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspec
Imre Deak
1
-17
/
+94
2023-04-03
drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()
Imre Deak
1
-3
/
+8
2023-04-03
drm/i915/tc: Get power ref for reading the HPD live status register
Imre Deak
1
-8
/
+19
2023-04-03
drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detection
Imre Deak
1
-12
/
+9
2023-04-03
drm/i915/tc: Add TC PHY hook to init the PHY
Imre Deak
1
-40
/
+56
2023-04-03
drm/i915/tc: Add asserts in TC PHY hooks that the required power is on
Imre Deak
1
-0
/
+61
2023-04-03
drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domain
Imre Deak
1
-14
/
+59
2023-04-03
drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameter
Imre Deak
1
-24
/
+37
2023-04-03
drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()
Imre Deak
1
-8
/
+0
2023-04-03
drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooks
Imre Deak
1
-30
/
+13
2023-04-03
drm/i915/tc: Check TC mode instead of the VBT legacy flag
Imre Deak
1
-8
/
+7
2023-04-03
drm/i915/tc: Fix up the legacy VBT flag only in disconnected mode
Imre Deak
1
-3
/
+10
2023-04-03
drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHY
Imre Deak
1
-3
/
+9
2023-04-03
drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()
Imre Deak
1
-18
/
+29
2023-04-03
drm/i915/tc: Add generic TC PHY connect/disconnect handlers
Imre Deak
1
-26
/
+39
2023-04-03
drm/i915/tc: Add TC PHY hook to read out the PHY HW state
Imre Deak
1
-10
/
+24
2023-04-03
drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned state
Imre Deak
1
-12
/
+8
2023-04-03
drm/i915/tc: Add TC PHY hook to get the PHY HPD live status
Imre Deak
1
-11
/
+29
2023-04-03
drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.c
Imre Deak
1
-4
/
+41
2023-04-03
drm/i915/tc: Check for TC PHY explicitly in intel_tc_port_fia_max_lane_count()
Imre Deak
1
-1
/
+2
2023-04-03
drm/i915/tc: Move TC port fields to a new intel_tc_port struct
Imre Deak
1
-271
/
+307
2023-04-03
drm/i915/tc: Use the tc_phy prefix for all TC PHY functions
Imre Deak
1
-15
/
+15
[next]