[Bug 21561] Audio curves display corrupted in Audacity with radeon and EXA on RV670

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 13 09:19:24 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=21561

--- Comment #38 from udo <udovdh at xs4all.nl> 2010-04-13 09:19:24 PDT ---
After undoing the patch at 
https://bugs.freedesktop.org/attachment.cgi?id=25571 amd applying this patch:

      --- a/src/r600_exa.c
      +++ b/src/r600_exa.c
      @@ -267,6 +267,7 @@ R600Solid(PixmapPtr pPix, int x1, int y1, int x2, int
y2)

           if (((accel_state->vb_index + 3) * 8) > (accel_state->ib->total /
2)) {
              R600DoneSolid(pPix);
      +        ErrorF("udo: bla\n");
              accel_state->vb_index = 0;
              accel_state->ib = RHDDRMCPBuffer(pScrn->scrnIndex);
           }

And staring Audacity and generating some DTMF we saw some `udo: bla` lines
logged.
Conclusion:

<agd5f> udovdh: ok.  well, if it's really dropping rendering due to missing
state, the ddx really needs to be re-organized like mesa to set and emit state
functions

-- 
Configure bugmail: https://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