From: Eric Anholt Date: Fri, 7 Nov 2008 00:00:31 +0000 (-0800) Subject: drm/i915: Move flushing list cleanup from flush request retire to request emit. X-Git-Tag: v2.6.28-rc8~53^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce44b0ea3dc04236d852d78a06f850d1f7b03f3d;p=pandora-kernel.git drm/i915: Move flushing list cleanup from flush request retire to request emit. obj_priv->write_domain is "write domain if the GPU went idle now", not "write domain at this moment." By postponing the clear, we confused the concept, required more storage, and potentially emitted more flushes than are required. Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed