Re: [Intel-gfx] [PATCH] drm/i915: Make debugfs/i915_gem_request more friendly

2015-04-02 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6112 -Summary- Platform Delta drm-intel-nightly Series Applied PNV -4 272/272

Re: [Intel-gfx] [PATCH] drm/i915: Make debugfs/i915_gem_request more friendly

2015-04-01 Thread Daniel Vetter
On Wed, Apr 01, 2015 at 06:04:01PM +0300, Mika Kuoppala wrote: > Chris Wilson writes: > > > Count the number of requests in a ring for the user and show who > > submitted them. > > > > Signed-off-by: Chris Wilson > > Reviewed-by: Mika Kuoppala Queued for -next, thanks for the patch. -Daniel -

Re: [Intel-gfx] [PATCH] drm/i915: Make debugfs/i915_gem_request more friendly

2015-04-01 Thread Mika Kuoppala
Chris Wilson writes: > Count the number of requests in a ring for the user and show who > submitted them. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_debugfs.c | 39 > - > 1 file changed, 26 insertions(+),

[Intel-gfx] [PATCH] drm/i915: Make debugfs/i915_gem_request more friendly

2015-04-01 Thread Chris Wilson
Count the number of requests in a ring for the user and show who submitted them. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 39 - 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/