Re: [Intel-gfx] [PATCH 1/7] drm/i915: Mark context switch likely

2013-04-07 Thread Jani Nikula
On Fri, 05 Apr 2013, Ben Widawsky wrote: > On Fri, Apr 05, 2013 at 10:09:58AM +0300, Jani Nikula wrote: >> Same goes for the unlikely in patches 4/7. (Yes, patch_es_ 4/7 - there's >> *two* patches 4/7 in the series! :o) > > I don't see two, weird. Hmm, it's not only my mail setup: http://thread.

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Mark context switch likely

2013-04-05 Thread Daniel Vetter
On Fri, Apr 05, 2013 at 09:44:54AM -0700, Ben Widawsky wrote: > On Fri, Apr 05, 2013 at 10:09:58AM +0300, Jani Nikula wrote: > > On Fri, 05 Apr 2013, Ben Widawsky wrote: > > > Only the very first switch doesn't take the path. > > > > > > Signed-off-by: Ben Widawsky > > > --- > > > drivers/gpu/dr

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Mark context switch likely

2013-04-05 Thread Ben Widawsky
On Fri, Apr 05, 2013 at 10:09:58AM +0300, Jani Nikula wrote: > On Fri, 05 Apr 2013, Ben Widawsky wrote: > > Only the very first switch doesn't take the path. > > > > Signed-off-by: Ben Widawsky > > --- > > drivers/gpu/drm/i915/i915_gem_context.c | 2 +- > > 1 file changed, 1 insertion(+), 1 dele

Re: [Intel-gfx] [PATCH 1/7] drm/i915: Mark context switch likely

2013-04-05 Thread Jani Nikula
On Fri, 05 Apr 2013, Ben Widawsky wrote: > Only the very first switch doesn't take the path. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i915_gem_context.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_gem_context.c > b/drive

[Intel-gfx] [PATCH 1/7] drm/i915: Mark context switch likely

2013-04-04 Thread Ben Widawsky
Only the very first switch doesn't take the path. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c index 94d873a..aa080ea