Re: [RFC] Small PCI core patch

From: Alan Cox
Date: Fri Nov 25 2005 - 08:22:42 EST


On Iau, 2005-11-24 at 22:06 -0600, Robert Hancock wrote:
> I suspect the amount of data going through is large enough that this
> wouldn't really be practical. I think you'd have to deal with the code
> generating GPU instructions having to be trusted and have the device
> interface require root privileges..

You may wish to compare your suspicion with the DRI driver for via GPUs
which does exactly this without problem. The majority of video traffic
is not GPU instructions but textures which go via a different route.
Also the GPU streams are generally very clean to parse.

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/