]> git.baikalelectronics.ru Git - kernel.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)
commit91d84245f6cad86b0501f04db3ec20a7a230296a
tree7a3820d82fc61a8495bdd361a37d0c37ec6ce438
parent43f066f9076d64c2ebe2a59d40b73b1ee07aadce
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