[Bug 5876] big xvideo issues with ATI Radeon RV100 family (Mobility M6 LY, ...)

bugzilla-daemon at annarchy.freedesktop.org bugzilla-daemon at annarchy.freedesktop.org
Mon Dec 4 11:13:23 PST 2006


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=5876          
     




------- Additional Comments From drzeus-bugzilla at drzeus.cx  2006-12-04 11:13 -------
This gives me almost identical behaviour on both cards (including the
intermittent "hang"):

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 5138ce1..ffc6429 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -2810,6 +2810,7 @@ RADEONPutImage(
    int top, left, npixels, nlines, bpp;
    BoxRec dstBox;
    CARD32 tmp;
+   int i;
 
    /*
     * s2offset, s3offset - byte offsets into U and V plane of the
@@ -2956,6 +2957,9 @@ RADEONPutImage(
        break;
     }
 
+    for (i = 0;i < 2;i++)
+       usleep(10000);
+
     /* update cliplist */
     if(!REGION_EQUAL(pScrn->pScreen, &pPriv->clip, clipBoxes))
     {
          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Xorg-driver-ati mailing list