summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index 17591014..3bbc0214 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -266,7 +266,6 @@
#define DSPARB_HWCONTROL(pI810) (IS_G4X(pI810) || IS_IGDNG(pI810))
/* supports Y tiled surfaces (pre-965 Mesa isn't ready yet) */
#define SUPPORTS_YTILING(pI810) (INTEL_INFO(intel)->gen >= 40)
-#define ALWAYS_TILING(intel) IS_GEN6(intel)
extern SymTabRec *intel_chipsets;