summaryrefslogtreecommitdiff
path: root/src/intel_shadow.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-10-04 20:31:01 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-10-04 20:31:01 +0100
commit3e641459f8997f45288cc3cb314e50f2b5a629fd (patch)
treef68e39976acb851c5c1ce3e35e69f502bf2c6cbe /src/intel_shadow.c
parent7c7294ec00d6c3a454a17a1b9983d14d0655162c (diff)
shadow: Disable BLT for SandyBridge
The blitting code is incorrect for SandyBridge so disable until the BLT ring is ready. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_shadow.c')
-rw-r--r--src/intel_shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_shadow.c b/src/intel_shadow.c
index de273485..eb5f1add 100644
--- a/src/intel_shadow.c
+++ b/src/intel_shadow.c
@@ -139,7 +139,7 @@ void intel_shadow_create(struct intel_screen_private *intel)
void *buffer;
pixmap = screen->GetScreenPixmap(screen);
- if (IS_I8XX(intel)) {
+ if (IS_I8XX(intel) || IS_GEN6(intel)) {
/* Okay, this is a lie. We just use the scanout directly
* via a GTT (uncached) mapping and never attempt anything
* more dangerous...