diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-09-06 10:21:22 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-09-06 10:21:22 +0000 |
commit | bc5f679e057eea3e031724653076ae3884d2cc4d (patch) | |
tree | 45ad4f5d78379794382a416ef155c505d1827879 /driver/xf86-video-ati/src/radeon_kms.c | |
parent | a92e89fa5e7ade52644c29652fcc650e22c5b391 (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.c | 5 |
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) { |