OpenCloudOS-Kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu
Ben Skeggs 134fdc1a70 drm/nouveau/core/mm: replace region list with next pointer
We never have any need for a double-linked list here, and as there's
generally a large number of these objects, replace it with a single-
linked list in order to save some memory.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2017-02-17 15:15:01 +10:00
..
Kbuild drm/nouveau/mmu: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:57 +10:00
base.c drm/nouveau/core/mm: replace region list with next pointer 2017-02-17 15:15:01 +10:00
gf100.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
nv04.c drm/nouveau/device: remove pci/platform_device from common struct 2015-08-28 12:40:49 +10:00
nv04.h drm/nouveau/mmu: convert to new-style nvkm_subdev 2015-08-28 12:40:44 +10:00
nv41.c drm/nouveau/device: remove pci/platform_device from common struct 2015-08-28 12:40:49 +10:00
nv44.c drm/nouveau/device: remove pci/platform_device from common struct 2015-08-28 12:40:49 +10:00
nv50.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
priv.h drm/nouveau/mmu: convert to new-style nvkm_subdev 2015-08-28 12:40:44 +10:00