]> 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)
commita0c9f34234fca049ebdb3f630ccc889f29791f84
tree664a3321a4bcaf3a533771e838dc8b327815b86e
parent9124a5f11f8890f5a67308b2da0ad9c8d0898690
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