xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Fri Dec 17 10:42:40 PST 2010


 src/evergreen_exa.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 30c5f217f91ed1ee15b5fff0002521d98682efb7
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Fri Dec 17 13:40:40 2010 -0500

    exa/dfs/ontario: always use the CPU for DFS for now
    
    There are issues with rendering to gart memory that haven't
    been sorted out completely yet.

diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c
index 42e2a4c..c6ef33d 100644
--- a/src/evergreen_exa.c
+++ b/src/evergreen_exa.c
@@ -1671,8 +1671,7 @@ EVERGREENDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w,
     if (src_domain & ~(uint32_t)RADEON_GEM_DOMAIN_VRAM)
 	goto copy;
 
-    if ((info->ChipFamily == CHIP_FAMILY_PALM) &&
-	((w < 128) || (h < 128)))
+    if (info->ChipFamily == CHIP_FAMILY_PALM)
 	goto copy;
 
     size = scratch_pitch * h;


More information about the xorg-commit mailing list