On 6/7/05, Dave Airlie <[EMAIL PROTECTED]> wrote: > > I'm also assuming the drmScatterGatherAlloc() will fail on an AGP and > > drmAgpAlloc() will fail on a PCI one, right? > > No, you can quite validly do a sg alloc on an AGP card, you can also > legally run an AGP card in PCI-only mode something the current code allows > (as userspace sets it) but the new code actually stops as it detects it..
So how can I tell AGP from PCI in user space so I know whether to do drmScatterGatherAlloc() or drmAgpAlloc()? -- Jon Smirl [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
