Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add debugfs interface for planes

2013-08-21 Thread Chris Wilson
On Wed, Aug 21, 2013 at 07:27:11PM -0700, Ben Widawsky wrote: > On Thu, Aug 22, 2013 at 03:21:09AM +0100, Chris Wilson wrote: > > On Wed, Aug 21, 2013 at 07:16:53PM -0700, Ben Widawsky wrote: > > > Sent the unfinished commit by accident > > > On Wed, Aug 21, 2013 at 08:15:53PM -0700, Ben Widawsky w

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add debugfs interface for planes

2013-08-21 Thread Ben Widawsky
On Thu, Aug 22, 2013 at 03:21:09AM +0100, Chris Wilson wrote: > On Wed, Aug 21, 2013 at 07:16:53PM -0700, Ben Widawsky wrote: > > Sent the unfinished commit by accident > > On Wed, Aug 21, 2013 at 08:15:53PM -0700, Ben Widawsky wrote: > > > This interface can enhanced over time to get more per plan

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add debugfs interface for planes

2013-08-21 Thread Chris Wilson
On Wed, Aug 21, 2013 at 07:16:53PM -0700, Ben Widawsky wrote: > Sent the unfinished commit by accident > On Wed, Aug 21, 2013 at 08:15:53PM -0700, Ben Widawsky wrote: > > This interface can enhanced over time to get more per plane information. > > I've just flip counts for now. What I'd like to do

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add debugfs interface for planes

2013-08-21 Thread Ben Widawsky
Sent the unfinished commit by accident On Wed, Aug 21, 2013 at 08:15:53PM -0700, Ben Widawsky wrote: > This interface can enhanced over time to get more per plane information. > I've just flip counts for now. What I'd like to do with flip counts is > integrate them with existing flip tests. It serv

[Intel-gfx] [PATCH 2/2] drm/i915: Add debugfs interface for planes

2013-08-21 Thread Ben Widawsky
This interface can enhanced over time to get more per plane information. I've just flip counts for now. What I'd like to do with flip counts is integrate them with existing flip tests. It serves a similar, but more course purpose to some of the CRC work being done. Unfortunately, I've been unable