[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <p73pseh582x.fsf@verdi.suse.de>
Date: 31 Aug 2006 15:49:10 +0200
From: Andi Kleen <ak@...e.de>
To: Matt Porter <mporter@...eddedalley.com>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
gregkh@...e.de
Subject: Re: [RFC] Simple userspace interface for PCI drivers
Matt Porter <mporter@...eddedalley.com> writes:
>
> What about portable access to the PCI DMA API from userspace?
We'll definitely need this for X11 anyways. Currently it is not
possible to run the standard X server with a IOMMU that isolates
the graphics card because it has no way to get at the GPU MMIO
registers then.
My long-term plan was to integrate it in /sys/bus/pci mmaps
(together with PAT etc.). When you mmap it there the kernel
allocates a DMA mapping and then frees it on unmap.
Then it should hopefully just work.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists