From 679aebf2b2557ba5f7f85e557b81d669d4fb0c34 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 15 Feb 2009 13:10:10 +0200 Subject: [PATCH] Workaround for small pixmap issue. Signed-off-by: Felipe Contreras --- src/radeon_exa_funcs.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c index cd97cc6..49742bb 100644 --- a/src/radeon_exa_funcs.c +++ b/src/radeon_exa_funcs.c @@ -409,6 +409,9 @@ RADEONDownloadFromScreenCP(PixmapPtr pSrc, int x, int y, int w, int h, && (i++ < RADEON_TIMEOUT)) ; + /* XXX: wtf? */ + MMIO_IN32(RADEONPTR(pScrn)->MMIO, RADEON_RBBM_STATUS); + /* Kick next blit */ if (hpass) FLUSH_RING(); -- 1.6.1.3