diff options
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; |