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