]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/nouveau/ttm: convert to DMA API
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 4 Sep 2015 10:59:33 +0000 (19:59 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 3 Nov 2015 05:02:18 +0000 (15:02 +1000)
commit524883bb48464ed76bd635819989284a249bf917
tree7a3820d82fc61a8495bdd361a37d0c37ec6ce438
parent68b566534c1275facf64969cfd643fa6a724b351
drm/nouveau/ttm: convert to DMA API

The pci_dma_* functions are now superseeded in the kernel by the DMA
API. Make the conversion to this more generic API.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_ttm.c