summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-02-02 11:02:59 -0500
committerKristian Høgsberg <krh@redhat.com>2009-02-02 11:27:51 -0500
commit127330bfd53ac7571bdd12a551142528b972893f (patch)
tree72849876bd2430e0becb1939ddb6c67181064158 /src/common.h
parent0cb87ccfe97b0e016e47dcf236fd5ce78dddfc4b (diff)
Fix last-minute "cleanup" that broke the patch.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index be222df5..4a87acb6 100644
--- a/src/common.h
+++ b/src/common.h
@@ -367,8 +367,6 @@ extern int I810_DEBUG;
#define SUPPORTS_INTEGRATED_HDMI(pI810) (IS_G4X(pI810))
/* dsparb controlled by hw only */
#define DSPARB_HWCONTROL(pI810) (IS_G4X(pI810))
-/* supports Y tiled surfaces (pre-965 Mesa isn't ready yet) */
-#define SUPPORTS_YTILING(pI810) (IS_I965G(pI830))
#define GTT_PAGE_SIZE KB(4)
#define ROUND_TO(x, y) (((x) + (y) - 1) / (y) * (y))