Searched refs:nouveau_gem_new (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.h | 19 extern int nouveau_gem_new(struct drm_device *, int size, int align,
|
H A D | nouveau_bo.h | 33 /* Only valid if allocated via nouveau_gem_new() and iff you hold a
|
H A D | nouveau_gem.c | 176 nouveau_gem_new(struct drm_device *dev, int size, int align, uint32_t domain, nouveau_gem_new() function 268 ret = nouveau_gem_new(dev, req->info.size, req->align, nouveau_gem_ioctl_new()
|
H A D | nouveau_abi16.c | 308 ret = nouveau_gem_new(dev, PAGE_SIZE, 0, NOUVEAU_GEM_DOMAIN_GART, nouveau_abi16_ioctl_channel_alloc()
|
H A D | nouveau_fbcon.c | 361 ret = nouveau_gem_new(dev, size, 0, NOUVEAU_GEM_DOMAIN_VRAM, nouveau_fbcon_create()
|
H A D | nouveau_display.c | 885 ret = nouveau_gem_new(dev, args->size, 0, domain, 0, 0, &bo); nouveau_display_dumb_create()
|
Completed in 193 milliseconds