Re: [Intel-gfx] [PATCH 06/10] drm/i915: use __wait_seqno for ring throttle

2012-04-22 Thread Chris Wilson
On Fri, 20 Apr 2012 18:23:28 -0700, Ben Widawsky wrote: > It turns out throttle had an almost identical bit of code to do the > wait. Now we can call the new helper directly. This is just a bonus, > and not needed for the overall series. If you defer this patch to later in the series you can si

[Intel-gfx] [PATCH 06/10] drm/i915: use __wait_seqno for ring throttle

2012-04-20 Thread Ben Widawsky
It turns out throttle had an almost identical bit of code to do the wait. Now we can call the new helper directly. This is just a bonus, and not needed for the overall series. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c |9 ++--- 1 file changed, 2 insertions(+), 7 d