xf86-video-ati: Branch 'randr-1.2'

Dave Airlie airlied at kemper.freedesktop.org
Wed May 30 00:49:02 PDT 2007


 src/radeon_cursor.c |    4 ----
 1 files changed, 4 deletions(-)

New commits:
diff-tree 31c1be420d5277dd15505bd73e6144827a0580cd (from 7fc02657c4d740941fbda5a8823cf45de3eca3f8)
Author: Dave Airlie <airlied at nx6125b.(none)>
Date:   Wed May 30 17:49:01 2007 +1000

    remove these syncs, at least on rs480 it doesn't break
    
    probably requires testing on other r300 based cards, with the syncs in
    we hang when moving the cursor into the second CRTC.

diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c
index 6746615..b3f7691 100644
--- a/src/radeon_cursor.c
+++ b/src/radeon_cursor.c
@@ -106,8 +106,6 @@ radeon_crtc_show_cursor (xf86CrtcPtr crt
     RADEONInfoPtr      info       = RADEONPTR(pScrn);
     unsigned char     *RADEONMMIO = info->MMIO;
 
-    RADEON_SYNC(info, pScrn);
-
     if (crtc_id == 0) 
 	OUTREGP(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_CUR_EN | 2 << 20, 
 		~(RADEON_CRTC_CUR_EN | RADEON_CRTC_CUR_MODE_MASK));
@@ -125,8 +123,6 @@ radeon_crtc_hide_cursor (xf86CrtcPtr crt
     RADEONInfoPtr      info       = RADEONPTR(pScrn);
     unsigned char     *RADEONMMIO = info->MMIO;
 
-    RADEON_SYNC(info, pScrn);
-
     if (crtc_id == 0)
 	OUTREGP(RADEON_CRTC_GEN_CNTL, 0, ~RADEON_CRTC_CUR_EN);
     else if (crtc_id == 1)


More information about the xorg-commit mailing list