Re: [Intel-gfx] [PATCH v2 3/9] drm/i915: Reorganize plane/fb dump in debugfs

2019-12-02 Thread Ramalingam C
On 2019-11-29 at 20:54:28 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Eliminate the special cases for the primary and cursor planes and just > dump all the information consistently for all the planes. > Lookd good to me. Reviewed-by: Ramalingam C > Signed-off-by: Ville Syrjälä >

[Intel-gfx] [PATCH v2 3/9] drm/i915: Reorganize plane/fb dump in debugfs

2019-11-29 Thread Ville Syrjala
From: Ville Syrjälä Eliminate the special cases for the primary and cursor planes and just dump all the information consistently for all the planes. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_debugfs.c | 48 +++-- 1 file changed, 11 insertions(+), 37