From: Chris Wilson Date: Thu, 8 Aug 2013 13:41:09 +0000 (+0100) Subject: drm/i915: Only do a chipset flush after a clflush X-Git-Tag: v3.12-rc1~136^2~14^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000433b67e46771a7c08f78574943855a98c53ec;p=pandora-kernel.git drm/i915: Only do a chipset flush after a clflush Now that we skip clflushes more often, return a boolean indicating whether the clflush was actually performed, and only if it was do the chipset flush. (Though on most of the architectures where the clflush will be skipped, the chipset flush is a no-op!) Signed-off-by: Chris Wilson Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed