]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/ttm: remove special handling of coherent objects
authorAlexandre Courbot <gnurou@gmail.com>
Wed, 13 Jul 2016 06:29:35 +0000 (15:29 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 14 Jul 2016 01:55:18 +0000 (11:55 +1000)
commit73b3b6b6e99ed188873363de293972484d1f8eb1
tree664a3321a4bcaf3a533771e838dc8b327815b86e
parent52a04dd9406ef4f930dbdaede555549fe1933690
drm/nouveau/ttm: remove special handling of coherent objects

TTM-allocated coherent objects were populated using the DMA API and
accessed using the mapping it returned to workaround coherency
issues. These issues seem to have been solved, thus remove this extra
case to handle and use the regular kernel mapping functions.

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