From: Eric Anholt Date: Mon, 15 Dec 2008 03:05:04 +0000 (-0800) Subject: drm/i915: Don't return busy for buffers left on the flushing list. X-Git-Tag: v2.6.28~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4de0a5d671e3af38dc3496538e391782aecc3a5;p=pandora-kernel.git drm/i915: Don't return busy for buffers left on the flushing list. These buffers don't have active rendering still occurring to them, they just need either a flush to be emitted or a retire_requests to occur so that we notice they're done. Return unbusy so that one of the two occurs. The two expected consumers of this interface (OpenGL and libdrm_intel BO cache) both want this behavior. Signed-off-by: Eric Anholt Acked-by: Keith Packard Signed-off-by: Dave Airlie --- Reading git-diff-tree failed