mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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
This commit is contained in:
parent
cfe8715427
commit
7049d9a773
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user