summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-17 18:12:42 -0700
committerKeith Packard <keithp@keithp.com>2014-06-21 20:02:48 -0700
commita61a8a7883ebb41048d7c63de8f1f07f180f9ab4 (patch)
tree9513243758b856f0a385c57de73ac505d30ff409
parentd49f53cc00258e3b1e1a898c02e219b336716002 (diff)
Stop trying to out-guess mesa for BO allocationHEADmaster
-rw-r--r--src/uxa/intel_uxa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uxa/intel_uxa.c b/src/uxa/intel_uxa.c
index 5b037f1d..b100c3f9 100644
--- a/src/uxa/intel_uxa.c
+++ b/src/uxa/intel_uxa.c
@@ -758,6 +758,7 @@ free_priv:
goto free_priv;
}
+#if 0
if (tiling != I915_TILING_NONE) {
int height;
@@ -780,6 +781,7 @@ free_priv:
bo = NULL;
goto free_priv;
}
+#endif
}
BAIL: