From: Daniel Vetter Date: Sat, 21 Jul 2012 10:25:01 +0000 (+0200) Subject: drm/i915: Replace the complex flushing logic with simple invalidate/flush all X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac42f4148bc27e5ffd18a9ab0eac57f58822af4;p=pandora-kernel.git drm/i915: Replace the complex flushing logic with simple invalidate/flush all Now that we unconditionally flush and invalidate between every batch buffer, we no longer need the complex logic to decide which domains require flushing. Remove it and rejoice. v2 (danvet): Keep around the flip waiting logic. It's gross and broken, I know, but we can't just kill that thing ... even if we just keep it around as a reminder that things are broken. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed