[Bug 25884] xine-ui's on-screen display triggers KMS errors with r100 and rv280

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 20 13:02:43 PDT 2010


http://bugs.freedesktop.org/show_bug.cgi?id=25884





--- Comment #22 from Chris Rankin <rankincj at googlemail.com>  2010-03-20 13:02:42 PST ---

    if (radeon_cs_space_remaining(pScrn) > (nBox * 3 * vtx_count + 5)) {
            loops = 1;
            nBox_loop = nBox;
    } else {
            loops = nBox;
            nBox_loop = 1;
    }

    for (i = 0; i < loops; i++) {
        ...

        while (nBox_loop--) {
            ...

Does this mean that nBox_loop will be zero when the for-loop executes for the
*second* time? Which means that the while-loop isn't going to stop again until
it wraps that 32 bit integer round.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list