From 2e96aa641bc8a5c263a5b643961383cdf530d044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 28 Oct 2012 12:50:49 -0400 Subject: radeon: turn on 2D tiling by default on r6xx-cayman Signed-off-by: Alex Deucher --- src/radeon_kms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/radeon_kms.c b/src/radeon_kms.c index dc238b7c..261e1cb4 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -828,7 +828,8 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags) /* 2D color tiling */ if (info->ChipFamily >= CHIP_FAMILY_R600) { - info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D, FALSE); + info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D, + info->ChipFamily <= CHIP_FAMILY_ARUBA); } if (info->ChipFamily >= CHIP_FAMILY_R600) { -- cgit v1.2.3