[PATCH 29/35] drm/i915: dump refcount into framebuffer debugfs file

2013-01-11 Thread Rob Clark
On Thu, Jan 10, 2013 at 2:48 PM, Daniel Vetter wrote: > Useful for checking whether the new refcounting works as advertised. looks useful.. I should probably add this to omapdrm and the cma debugfs helper patch that I sent recently.. BR, -R > Signed-off-by: Daniel Vetter > --- > drivers/gpu/

Re: [PATCH 29/35] drm/i915: dump refcount into framebuffer debugfs file

2013-01-11 Thread Rob Clark
On Thu, Jan 10, 2013 at 2:48 PM, Daniel Vetter wrote: > Useful for checking whether the new refcounting works as advertised. looks useful.. I should probably add this to omapdrm and the cma debugfs helper patch that I sent recently.. BR, -R > Signed-off-by: Daniel Vetter > --- > drivers/gpu/d

[PATCH 29/35] drm/i915: dump refcount into framebuffer debugfs file

2013-01-10 Thread Daniel Vetter
Useful for checking whether the new refcounting works as advertised. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c in

[PATCH 29/35] drm/i915: dump refcount into framebuffer debugfs file

2013-01-10 Thread Daniel Vetter
Useful for checking whether the new refcounting works as advertised. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_debugfs.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c in