drm/i915: Use of a CPU fence is mandatory to update FBC regions upon CPU writes
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Jul 2011 11:22:39 +0000 (12:22 +0100)
committerKeith Packard <keithp@keithp.com>
Fri, 8 Jul 2011 17:23:09 +0000 (10:23 -0700)
...and this requirement is enforced by intel_update_fbc() so we can
remove the later check from g4x_enable_fbc() and ironlake_enable_fbc().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found