Re: [Intel-gfx] [PATCH 03/13] drm/i915: Pimp DRRS debugs

2022-03-10 Thread Jani Nikula
On Thu, 10 Mar 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Use the standard [CONNECTOR:%d:%s] format in the DRRS debugs. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_drrs.c | 18 +- > 1 file changed, 13 insertio

[Intel-gfx] [PATCH 03/13] drm/i915: Pimp DRRS debugs

2022-03-09 Thread Ville Syrjala
From: Ville Syrjälä Use the standard [CONNECTOR:%d:%s] format in the DRRS debugs. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_drrs.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_drrs.c b/driv