summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_tc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21drm/i915/display: use intel_encoder_is/to_* functionsJani Nikula1-23/+10
2024-01-30drm/i915/xe2lpd: Move registers to PICALucas De Marchi1-6/+10
2024-01-08drm/i915: Filter out glitches on HPD lines during hotplug detectionImre Deak1-0/+9
2024-01-08drm/i915: Add intel_digital_port lock/unlock hooksImre Deak1-14/+1
2023-12-13drm/i915/display: Wait for PHY readiness not needed for disabling sequenceMika Kahola1-9/+16
2023-11-06drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_initNirmoy Das1-3/+8
2023-09-21drm/i915/xe2lpd: Read pin assignment from IOMLuca Coelho1-0/+28
2023-09-06drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()Luca Coelho1-2/+2
2023-09-06drm/i915/tc: move legacy code out of the main _max_lane_count() funcLuca Coelho1-13/+19
2023-09-06drm/i915/tc: make intel_tc_port_get_lane_mask() staticLuca Coelho1-1/+1
2023-09-06drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()Luca Coelho1-2/+2
2023-05-16drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink disc...Imre Deak1-2/+157
2023-04-29drm/i915/mtl: Pin assignment for TypeCAnusha Srivatsa1-0/+28
2023-04-29drm/i915/mtl: TypeC HPD live status queryImre Deak1-1/+29
2023-04-29drm/i915/mtl: Power up TCSSMika Kahola1-8/+191
2023-04-06drm/i915/tc: demote a kernel-doc comment to a regular commentJani Nikula1-4/+1
2023-04-03drm/i915: Remove TC PHY disconnect workaroundImre Deak1-8/+0
2023-04-03drm/i915/adlp/tc: Align the connect/disconnect PHY sequence with bspecImre Deak1-17/+94
2023-04-03drm/i915/tc: Don't connect the PHY in intel_tc_port_connected()Imre Deak1-3/+8
2023-04-03drm/i915/tc: Get power ref for reading the HPD live status registerImre Deak1-8/+19
2023-04-03drm/i915/adlp/tc: Use the DE HPD ISR register for hotplug detectionImre Deak1-12/+9
2023-04-03drm/i915/tc: Add TC PHY hook to init the PHYImre Deak1-40/+56
2023-04-03drm/i915/tc: Add asserts in TC PHY hooks that the required power is onImre Deak1-0/+61
2023-04-03drm/i915/tc: Add TC PHY hook to get the TC-cold blocking power domainImre Deak1-14/+59
2023-04-03drm/i915/tc: Drop tc_cold_block()/unblock()'s power domain parameterImre Deak1-24/+37
2023-04-03drm/i915/tc: Remove redundant wakeref=0 check from unblock_tc_cold()Imre Deak1-8/+0
2023-04-03drm/i915/tc: Block/unblock TC-cold in the PHY connect/disconnect hooksImre Deak1-30/+13
2023-04-03drm/i915/tc: Check TC mode instead of the VBT legacy flagImre Deak1-8/+7
2023-04-03drm/i915/tc: Fix up the legacy VBT flag only in disconnected modeImre Deak1-3/+10
2023-04-03drm/i915/tc: Add TC PHY hooks to connect/disconnect the PHYImre Deak1-3/+9
2023-04-03drm/i915/tc: Factor out tc_phy_verify_legacy_or_dp_alt_mode()Imre Deak1-18/+29
2023-04-03drm/i915/tc: Add generic TC PHY connect/disconnect handlersImre Deak1-26/+39
2023-04-03drm/i915/tc: Add TC PHY hook to read out the PHY HW stateImre Deak1-10/+24
2023-04-03drm/i915/tc: Add TC PHY hooks to get the PHY ready/owned stateImre Deak1-12/+8
2023-04-03drm/i915/tc: Add TC PHY hook to get the PHY HPD live statusImre Deak1-11/+29
2023-04-03drm/i915/tc: Move the intel_tc_port struct declaration to intel_tc.cImre Deak1-4/+41
2023-04-03drm/i915/tc: Check for TC PHY explicitly in intel_tc_port_fia_max_lane_count()Imre Deak1-1/+2
2023-04-03drm/i915/tc: Move TC port fields to a new intel_tc_port structImre Deak1-271/+307
2023-04-03drm/i915/tc: Use the tc_phy prefix for all TC PHY functionsImre Deak1-15/+15
2023-04-03drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()Imre Deak1-12/+12
2023-04-03drm/i915/tc: Use the adlp prefix for ADLP TC PHY functionsImre Deak1-9/+9
2023-04-03drm/i915/tc: Group the TC PHY setup/query functions per platformImre Deak1-114/+130
2023-03-22drm/i915/tc: Check the PLL type used by an enabled TC portImre Deak1-20/+24
2023-03-22drm/i915/tc: Factor out a function querying active links on a TC portImre Deak1-14/+25
2023-03-22drm/i915/tc: Make the TC mode readout consistent in all PHY statesImre Deak1-10/+33
2023-03-22drm/i915/tc: Fix initial TC mode on disabled legacy portsImre Deak1-6/+61
2023-03-22drm/i915/tc: Fix TC mode for a legacy port if the PHY is not readyImre Deak1-1/+2
2023-03-22drm/i915/tc: Fix target TC mode for a disconnected legacy portImre Deak1-3/+11
2023-03-22drm/i915/tc: Factor out helpers converting HPD mask to TC modeImre Deak1-11/+33
2023-03-22drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC portsImre Deak1-0/+17