Re: PixelView video4linux driver

Alan Cox (alan@lxorguk.ukuu.org.uk)
16 Apr 2003 12:15:20 +0100


On Mer, 2003-04-16 at 09:32, Alexandru Damian wrote:
> Maybe someone can help me with a hint about what's going on, and how should
> I handle interlocking between X and clgdtv.

If you don't need things like DMA buffers you could put the code
entirely in the Xv support for that hardware and not touch the
kernel. If you need the kernel then it gets rather hairier. DRI
keeps fast locks between the DRI clients and the X server.

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