Home
last modified time | relevance | path

Searched refs:nouveau_channel_new (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_chan.h55 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
H A Dnouveau_drm.c329 ret = nouveau_channel_new(drm, device, in nouveau_accel_ce_init()
341 ret = nouveau_channel_new(drm, device, NvDmaFB, NvDmaTT, false, in nouveau_accel_ce_init()
375 ret = nouveau_channel_new(drm, device, arg0, arg1, false, in nouveau_accel_gr_init()
H A Dnouveau_abi16.c308 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
H A Dnouveau_chan.c481 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function