From: Mika Kahola Date: Thu, 12 Mar 2026 08:06:51 +0000 (+0000) Subject: drm/i915/lt_phy: Dump lane count for HW state X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7049d9a773f3ec8a15eb873e2017ed5287b8c96c;p=thirdparty%2Flinux.git 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 Reviewed-by: Suraj Kandpal Link: https://patch.msgid.link/20260312080657.2648265-19-mika.kahola@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c b/drivers/gpu/drm/i915/display/intel_lt_phy.c index dfcff3d6ad330..62719082efda1 100644 --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c @@ -2170,8 +2170,8 @@ void intel_lt_phy_dump_hw_state(struct drm_printer *p, { int i, j; - drm_printf(p, "lt_phy_pll_hw_state: ssc enabled: %d, tbt mode: %d\n", - hw_state->ssc_enabled, hw_state->tbt_mode); + drm_printf(p, "lt_phy_pll_hw_state: lane count: %d, ssc enabled: %d, tbt mode: %d\n", + hw_state->lane_count, hw_state->ssc_enabled, hw_state->tbt_mode); for (i = 0; i < 3; i++) { drm_printf(p, "config[%d] = 0x%.4x,\n",