Michael wrote: > On Thu, May 30, 2002 at 12:59:23PM +0100, Keith Whitwell wrote: > >>So, I've been writing a sanity checker for the radeon dma stream. All >>going nicely & found one stupid bug already. >> > > I'm struggling to see what the dyslexic bug is? It just looked like one of > the header files was wrong (but if you emit state from 0x1c4c onwards it > wouldn't have mattered anyway?) > > Unless I'm being loopy, the kernel (that's now emitting SE_COORD_FMT > directly) is using the header that has the value as 0x1c50 not 0x15c0 > which would have been happening anyway (and looks like the right value > because 0x15c0 is something for 2d colour compare)
The previous version emitted SE_CNTL and SE_COORD_FMT as if they were contiguous. #define RADEON_SE_CNTL 0x1c4c #define RADEON_SE_COORD_FMT 0x15c0 ... they aren't ... Keith _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
