> Subject: [PATCH v2 19/24] drm/i915/lt_phy: Dump lane count for HW state > > Add lane count as part of HW state dump.
Nit: Add " To increase debuggability" Otherwise LGTM, Reviewed-by: Suraj Kandpal <[email protected]> > > Signed-off-by: Mika Kahola <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_lt_phy.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c > b/drivers/gpu/drm/i915/display/intel_lt_phy.c > index 3230d2e28d9c..066e2f16791c 100644 > --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c > +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c > @@ -2152,8 +2152,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", > -- > 2.43.0
