]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2f1c0636373929f3be1006ca4819d5a0788671e
tree3c490c815c6aaed1bb48da0be455fa7273c40136
parent0215b1639fb72d0206e11ce025ab47bd88f56ab7
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