drm/i915: Remove spurious warning "Failure to install fence"
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 27 May 2010 12:18:19 +0000 (13:18 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 28 May 2010 17:49:38 +0000 (10:49 -0700)
commit3d1cc47037f36004b10681d3436ef0942ebb279b
tree7d20448e21382196b2c39734b56d81bbf614c44b
parentac0c6b5ad3b3b513e1057806d4b7627fcc0ecc27
drm/i915: Remove spurious warning "Failure to install fence"

This particular warning is harmless as we emit during the normal
pinning process where the batch buffer requires more fences than is
available without eviction. Only if we fail to evict enough fences does
this become a problem, so include the requested number of fences in the
ultimate *error* message.

v2: Remember to compile test even trial patches to remove warnings.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c