From: Chris Wilson Date: Thu, 27 May 2010 12:18:19 +0000 (+0100) Subject: drm/i915: Remove spurious warning "Failure to install fence" X-Git-Tag: v2.6.35-rc2~56^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1cc47037f36004b10681d3436ef0942ebb279b;p=pandora-kernel.git 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 Signed-off-by: Eric Anholt --- Reading git-diff-tree failed