Re: [PATCH 02/12] drm/i915: Include CRTC info in infoframe mismatch prints

2024-02-23 Thread Ville Syrjälä
On Thu, Feb 22, 2024 at 04:47:39PM -0500, Rodrigo Vivi wrote: > On Thu, Feb 15, 2024 at 06:40:45PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Most crtc state mismatches include the CRTC id+name in the > > prints. Also include it in the infoframe mismatches. > > > >

Re: [PATCH 02/12] drm/i915: Include CRTC info in infoframe mismatch prints

2024-02-22 Thread Rodrigo Vivi
On Thu, Feb 15, 2024 at 06:40:45PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Most crtc state mismatches include the CRTC id+name in the > prints. Also include it in the infoframe mismatches. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/display/intel_display.c | 14

[PATCH 02/12] drm/i915: Include CRTC info in infoframe mismatch prints

2024-02-15 Thread Ville Syrjala
From: Ville Syrjälä Most crtc state mismatches include the CRTC id+name in the prints. Also include it in the infoframe mismatches. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git