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

2013-04-08 Thread Jani Nikula
On Fri, 05 Apr 2013, Ben Widawsky b...@bwidawsk.net 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:

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 b...@bwidawsk.net wrote: Only the very first switch doesn't take the path. Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_gem_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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 b...@bwidawsk.net wrote: Only the very first switch doesn't take the path. Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_gem_context.c | 2 +- 1 file changed,

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 b...@bwidawsk.net wrote: Only the very first switch doesn't take the path. Signed-off-by: Ben Widawsky b...@bwidawsk.net ---

[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 b...@bwidawsk.net --- 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