drm/i915: add fbc enable flag, but disable by default
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 5 May 2011 22:24:21 +0000 (15:24 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 17 May 2011 21:31:26 +0000 (14:31 -0700)
FBC has too many corner cases that we don't currently deal with, so
disable it by default so we can enable more important features like RC6,
which conflicts in some configurations.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31742
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found