Re: [Intel-gfx] [PATCH v2 4/9] drm/i915: Refactor debugfs display info code

2019-12-02 Thread Ramalingam C
On 2019-11-29 at 20:54:29 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Pull the crtc dumping stuff into a nice function so the > loop over the crtcs doesn't look like crap. Looks good to me. Reviewed-by: Ramalingam C > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i9

[Intel-gfx] [PATCH v2 4/9] drm/i915: Refactor debugfs display info code

2019-11-29 Thread Ville Syrjala
From: Ville Syrjälä Pull the crtc dumping stuff into a nice function so the loop over the crtcs doesn't look like crap. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_debugfs.c | 52 - 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/drive