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
starfive-6.6.48-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_tc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-04-03
drm/i915/tc: Rename tc_phy_status_complete() to tc_phy_is_ready()
Imre Deak
1
-12
/
+12
2023-04-03
drm/i915/tc: Use the adlp prefix for ADLP TC PHY functions
Imre Deak
1
-9
/
+9
2023-04-03
drm/i915/tc: Group the TC PHY setup/query functions per platform
Imre Deak
1
-114
/
+130
2023-03-22
drm/i915/tc: Check the PLL type used by an enabled TC port
Imre Deak
1
-20
/
+24
2023-03-22
drm/i915/tc: Factor out a function querying active links on a TC port
Imre Deak
1
-14
/
+25
2023-03-22
drm/i915/tc: Make the TC mode readout consistent in all PHY states
Imre Deak
1
-10
/
+33
2023-03-22
drm/i915/tc: Fix initial TC mode on disabled legacy ports
Imre Deak
1
-6
/
+61
2023-03-22
drm/i915/tc: Fix TC mode for a legacy port if the PHY is not ready
Imre Deak
1
-1
/
+2
2023-03-22
drm/i915/tc: Fix target TC mode for a disconnected legacy port
Imre Deak
1
-3
/
+11
2023-03-22
drm/i915/tc: Factor out helpers converting HPD mask to TC mode
Imre Deak
1
-11
/
+33
2023-03-22
drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC ports
Imre Deak
1
-0
/
+17
2023-03-22
drm/i915/tc: Fix system resume MST mode restore for DP-alt sinks
Imre Deak
1
-3
/
+45
2023-03-22
drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state
Imre Deak
1
-2
/
+2
2023-03-22
drm/i915/tc: Fix TC port link ref init for DP MST during HW readout
Imre Deak
1
-9
/
+11
2023-03-22
drm/i915/tc: Abort DP AUX transfer on a disconnected TC port
Imre Deak
1
-4
/
+11
2022-12-08
drm/i915/tc: switch to intel_de_* register accessors in display code
Jani Nikula
1
-37
/
+18
2022-10-26
drm/i915/tgl+: Move DKL PHY register definitions to intel_dkl_phy_regs.h
Imre Deak
1
-0
/
+1
2022-10-26
drm/i915: Rename intel_tc_phy_regs.h to intel_mg_phy_regs.h
Imre Deak
1
-1
/
+1
2022-10-11
drm/i915: use proper helper for register updates
Andrzej Hajda
1
-7
/
+2
2022-09-27
drm/i915: Fix TypeC mode initialization during system resume
Imre Deak
1
-15
/
+51
2022-08-29
drm/i915: move hotplug to display.hotplug
Jani Nikula
1
-2
/
+2
2022-05-31
drm/i915/tc: Don't default disconnected legacy Type-C ports to TBT mode (v2)
Vivek Kasireddy
1
-1
/
+2
2022-04-20
drm/i915: Sanitize the port -> DDI/AUX power domain mapping for each platform
Imre Deak
1
-1
/
+4
2022-02-18
drm/i915: Disconnect PHYs left connected by BIOS on disabled ports
Imre Deak
1
-6
/
+20
2022-02-02
drm/i915: Only include i915_reg.h from .c files
Matt Roper
1
-0
/
+1
2022-01-27
drm/i915/adlp: Fix TypeC PHY-ready status readout
Imre Deak
1
-1
/
+2
[next]