Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/lt_phy: Dump lane count for HW state

To increase debuggability add lane count as part of HW state dump.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260312080657.2648265-19-mika.kahola@intel.com

+2 -2
+2 -2
drivers/gpu/drm/i915/display/intel_lt_phy.c
··· 2170 2170 { 2171 2171 int i, j; 2172 2172 2173 - drm_printf(p, "lt_phy_pll_hw_state: ssc enabled: %d, tbt mode: %d\n", 2174 - hw_state->ssc_enabled, hw_state->tbt_mode); 2173 + drm_printf(p, "lt_phy_pll_hw_state: lane count: %d, ssc enabled: %d, tbt mode: %d\n", 2174 + hw_state->lane_count, hw_state->ssc_enabled, hw_state->tbt_mode); 2175 2175 2176 2176 for (i = 0; i < 3; i++) { 2177 2177 drm_printf(p, "config[%d] = 0x%.4x,\n",