Searched refs:mm_offset (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | vm.h | 78 u64 mm_offset, struct nouveau_vm **); 125 u64 mm_offset, u32 block, struct nouveau_vm **); 127 u64 mm_offset, struct nouveau_vm **);
|
/drivers/gpu/drm/nouveau/core/subdev/vm/ |
D | base.c | 349 u64 mm_offset, u32 block, struct nouveau_vm **pvm) in nouveau_vm_create() argument 352 u64 mm_length = (offset + length) - mm_offset; in nouveau_vm_create() 371 ret = nouveau_mm_init(&vm->mm, mm_offset >> 12, mm_length >> 12, in nouveau_vm_create() 386 u64 mm_offset, struct nouveau_vm **pvm) in nouveau_vm_new() argument 389 return vmm->create(vmm, offset, length, mm_offset, pvm); in nouveau_vm_new()
|
D | nvc0.c | 201 u64 mm_offset, struct nouveau_vm **pvm) in nvc0_vm_create() argument 203 return nouveau_vm_create(vmm, offset, length, mm_offset, 4096, pvm); in nvc0_vm_create()
|
D | nv50.c | 181 u64 mm_offset, struct nouveau_vm **pvm) in nv50_vm_create() argument 187 return nouveau_vm_create(vmm, offset, length, mm_offset, block, pvm); in nv50_vm_create()
|