summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/umem.c
Commit message (Collapse)AuthorAgeFilesLines
* drm/nouveau: rip out nvkm_client.superBen Skeggs2021-08-181-4/+2
| | | | | | | | | No longer required now that userspace can't touch anything that might need it, and should fix DRM MM operations racing with each other, and the random hangs/crashes that come with that. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
* drm/nouveau/mmu: define user interfaces to mmu memory allocationBen Skeggs2017-11-021-0/+192
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>