On 6/20/06, Dieter <netbsd@sopwith.solgatos.com> wrote:
That's why we chose PCI-X. That's because PCI will be around a while,
and we can slap a PCIX-PCIe bridge chip on a board and get PCIe.
I'm convinved. I just have to get the more common case done first. :)
OGC1 performance won't be as bad as you may think.
I don't think it's necessary. 65nm, compared to 90, buys you mostly
power consumption and yield. Performance doesn't go up that much.
Keep in mind that it's wire delays, not transistor switching time,
that dominates chip performance.
It'll go exactly the same speed as any other card that has a 128-bit
DDR400 memory bus. Ok, well, slower for some operations, but once you
saturate the bus, the same speed. (Except for those with Z
compression, but that may not buy you huge amounts.)
A variety of things, including this product whose X11 driver I wrote:
http://www.sun.com/products-n-solutions/hardware/docs/html/819-5737-10/
I'm not sure what's being discussed here. Usually, you try to overlap
CPU and I/O by using DMA. But the process waiting on the I/O is
blocked. And sometimes, you can't do the I/O via DMA.
There are also issues with the X server using enough CPU that process
schedulers will drop it in priority.
With a graphics card that uses DMA, you offload the I/O overhead from
the CPU to the GPU, so the CPU can do other things. This has the
effect of lowering the load for the X server, so it gets a higher
process priority.
_______________________________________________
Open-graphics mailing list
Open-graphics@duskglow.comhttp://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)