Re: [Intel-gfx] [PATCH v2 5/9] drm/i915: Dump the mode for the crtc just the once

2019-12-02 Thread Ramalingam C
On 2019-11-29 at 20:54:30 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > No point in repeating the crtc mode for each cloned encoder. > Just print it once, and avoid using multiple lines for it. > And while at let's polish the fixed mode print to fit on > one line as well. Looks good to m

[Intel-gfx] [PATCH v2 5/9] drm/i915: Dump the mode for the crtc just the once

2019-11-29 Thread Ville Syrjala
From: Ville Syrjälä No point in repeating the crtc mode for each cloned encoder. Just print it once, and avoid using multiple lines for it. And while at let's polish the fixed mode print to fit on one line as well. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_debugfs.c | 27 +