summaryrefslogtreecommitdiff
path: root/src/intel.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-11-23 22:27:38 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-11-23 22:29:52 +0000
commit0bb135c40e5ac1bf7593ec1d68d2815cbf47aa25 (patch)
treeb2b28761021dd7e2240e84852ea2e034d184f2ab /src/intel.h
parent33c08882c0d551afb28baef643279901dcc65fa9 (diff)
Disable BLT for i830 and 845G
This pair of chipsets seem broken beyond repair, specifically the erratum that causes the wrong PTE entry to be invalidated, so disable our incorrect attempts to use the BLT on those devices. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r--src/intel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel.h b/src/intel.h
index fa79a2f9..ed21b1e8 100644
--- a/src/intel.h
+++ b/src/intel.h
@@ -443,6 +443,7 @@ typedef struct intel_screen_private {
Bool use_pageflipping;
Bool force_fallback;
+ Bool can_blt;
Bool use_shadow;
/* Broken-out options. */