summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ati/src/radeon_kms.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2013-09-06 10:21:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2013-09-06 10:21:22 +0000
commitbc5f679e057eea3e031724653076ae3884d2cc4d (patch)
tree45ad4f5d78379794382a416ef155c505d1827879 /driver/xf86-video-ati/src/radeon_kms.c
parenta92e89fa5e7ade52644c29652fcc650e22c5b391 (diff)
revert the patch that forced ColorTiling2D to be disabled now
the mesa update has gone in
Diffstat (limited to 'driver/xf86-video-ati/src/radeon_kms.c')
-rw-r--r--driver/xf86-video-ati/src/radeon_kms.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/driver/xf86-video-ati/src/radeon_kms.c b/driver/xf86-video-ati/src/radeon_kms.c
index fe7c29bb8..82e88d444 100644
--- a/driver/xf86-video-ati/src/radeon_kms.c
+++ b/driver/xf86-video-ati/src/radeon_kms.c
@@ -869,13 +869,8 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
/* 2D color tiling */
if (info->ChipFamily >= CHIP_FAMILY_R600) {
-#if 0
- /* requires mesa >= 9.x */
info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D,
info->ChipFamily <= CHIP_FAMILY_ARUBA);
-#else
- info->allowColorTiling2D = FALSE;
-#endif
}
if (info->ChipFamily >= CHIP_FAMILY_R600) {