diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-23 22:27:38 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-23 22:29:52 +0000 |
commit | 0bb135c40e5ac1bf7593ec1d68d2815cbf47aa25 (patch) | |
tree | b2b28761021dd7e2240e84852ea2e034d184f2ab /src/intel.h | |
parent | 33c08882c0d551afb28baef643279901dcc65fa9 (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.h | 1 |
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. */ |