summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-10-28 12:49:15 -0400
committerAlex Deucher <alexdeucher@gmail.com>2012-10-28 12:49:15 -0400
commite830c039479539735d0836082abef24f6841c803 (patch)
tree08b83214a028ec5930a61be09a3a56cabbf018b5
parentce1b745dcb60dc516ad999756240b78e72a7aa54 (diff)
radeon: log if 2D tiling is enabled
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
-rw-r--r--src/radeon_kms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index 0a10beed..dc238b7c 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -860,6 +860,8 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"KMS Color Tiling: %sabled\n", info->allowColorTiling ? "en" : "dis");
+ xf86DrvMsg(pScrn->scrnIndex, X_INFO,
+ "KMS Color Tiling 2D: %sabled\n", info->allowColorTiling2D ? "en" : "dis");
if (info->dri2.pKernelDRMVersion->version_minor >= 8) {
info->allowPageFlip = xf86ReturnOptValBool(info->Options,