diff options
Diffstat (limited to 'src/evergreen_exa.c')
-rw-r--r-- | src/evergreen_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c index d2579399..69d29a85 100644 --- a/src/evergreen_exa.c +++ b/src/evergreen_exa.c @@ -1553,7 +1553,7 @@ EVERGREENDownloadFromScreen(PixmapPtr pSrc, int x, int y, int w, } - if (info->ChipFamily == CHIP_FAMILY_PALM) + if (!accel_state->allowHWDFS) goto copy; scratch_pitch = RADEON_ALIGN(w, drmmode_get_pitch_align(pScrn, (bpp / 8), 0)); |