diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-12-17 13:40:40 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-12-17 13:40:40 -0500 |
commit | 30c5f217f91ed1ee15b5fff0002521d98682efb7 (patch) | |
tree | 0b7b82a976643ec96bac4dd3408c0c3c5a7b0342 /src/evergreen_exa.c | |
parent | e97079c1b621433b4aa3ecfdd2aa0884aac5df76 (diff) |
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.
Diffstat (limited to 'src/evergreen_exa.c')
-rw-r--r-- | src/evergreen_exa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c index 42e2a4cc..c6ef33d4 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; |