drm/ttm: expose CPU address of DMA-allocated pages
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 4 Aug 2014 09:28:54 +0000 (18:28 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Sat, 9 Aug 2014 15:08:03 +0000 (01:08 +1000)
Pages allocated using the DMA API have a coherent memory mapping. Make
this mapping visible to drivers so they can decide to use it instead of
creating their own redundant one.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: David Airlie <airlied@linux.ie>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found