[Nouveau] [PATCH v5] drm/nouveau: map pages using DMA API

2014-08-05 Thread Ben Skeggs
On Mon, Aug 4, 2014 at 5:32 PM, Daniel Vetter wrote: > On Thu, Jul 31, 2014 at 06:09:42PM +0900, Alexandre Courbot wrote: >> The DMA API is the recommended way to map pages no matter what the >> underlying bus is. Use the DMA functions for page mapping and remove >> currently existing wrappers. >>

[PATCH v5] drm/nouveau: map pages using DMA API

2014-08-04 Thread Daniel Vetter
On Thu, Jul 31, 2014 at 06:09:42PM +0900, Alexandre Courbot wrote: > The DMA API is the recommended way to map pages no matter what the > underlying bus is. Use the DMA functions for page mapping and remove > currently existing wrappers. > > Signed-off-by: Alexandre Courbot > Cc: Daniel Vetter >

[PATCH v5] drm/nouveau: map pages using DMA API

2014-07-31 Thread Alexandre Courbot
The DMA API is the recommended way to map pages no matter what the underlying bus is. Use the DMA functions for page mapping and remove currently existing wrappers. Signed-off-by: Alexandre Courbot Cc: Daniel Vetter --- Changes since v4: - Patch against the Nouveau tree instead of the kernel - S