drm/i915: Retire requests from i915_gem_busy_ioctl.
authorEric Anholt <eric@anholt.net>
Wed, 18 Feb 2009 17:44:56 +0000 (09:44 -0800)
committerDave Airlie <airlied@redhat.com>
Mon, 23 Feb 2009 00:06:26 +0000 (10:06 +1000)
commitf21289b355cee8738d80c2ae5cbd272c3f7b5689
tree3c490c815c6aaed1bb48da0be455fa7273c40136
parent5669fcacc58bf3a7386057addffd280d75380858
drm/i915: Retire requests from i915_gem_busy_ioctl.

This ensures that the user gets the latest information from the hardware
on whether the buffer is busy, potentially reducing the working set of objects
that the user chooses.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/i915_gem.c