summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-06-13 12:44:07 -0400
committerAlex Deucher <alexdeucher@gmail.com>2011-06-13 12:44:07 -0400
commit481baa5c74271cd7ce38bae3965d2bc4b8809058 (patch)
treed5bcc015446334fbaecfbc82bcdf9c71d18b3d8c
parentcbcc57b0fa6f581be777bef648f2bf3efe7443ee (diff)
kms: enable ColorTiling by default on r6xx-cayman asics
Currently only 1D tiling as 2D tiling still has some corner cases to fix up. Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r--src/radeon_kms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index ebbe30f2..aa4b1e33 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -662,7 +662,7 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
662 /* don't enable tiling if accel is not enabled */ 662 /* don't enable tiling if accel is not enabled */
663 if (!info->r600_shadow_fb) { 663 if (!info->r600_shadow_fb) {
664 colorTilingDefault = info->ChipFamily >= CHIP_FAMILY_R300 && 664 colorTilingDefault = info->ChipFamily >= CHIP_FAMILY_R300 &&
665 info->ChipFamily <= CHIP_FAMILY_RS740; 665 info->ChipFamily <= CHIP_FAMILY_CAYMAN;
666 666
667 if (info->ChipFamily >= CHIP_FAMILY_R600) { 667 if (info->ChipFamily >= CHIP_FAMILY_R600) {
668 /* set default group bytes, overridden by kernel info below */ 668 /* set default group bytes, overridden by kernel info below */