diff options
author | Dave Airlie <airlied@redhat.com> | 2007-12-07 15:41:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-12-07 15:41:36 +1000 |
commit | cc167b9bb7f1c3b8579e51e7bc2fca2f8eba6bd1 (patch) | |
tree | 5c31c278ed7b511f845c7caa73f80f18b670d987 | |
parent | 2ce8d192533a8c795714c5a9fb308ec74db40287 (diff) |
disable tiling for zaphod headszaphod-lolz
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 0632fd3..35b9a47 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2118,6 +2118,10 @@ static void RADEONPreInitColorTiling(ScrnInfoPtr pScrn) if (!info->allowColorTiling) return; + /* for zaphod disable tiling for now */ + if (info->IsPrimary || info->IsSecondary) + info->allowColorTiling = FALSE; + #ifdef XF86DRI if (info->directRenderingEnabled && info->pKernelDRMVersion->version_minor < 14) { |