Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_chan.h59 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
Dnouveau_drm.c325 ret = nouveau_channel_new(drm, device, in nouveau_accel_ce_init()
337 ret = nouveau_channel_new(drm, device, NvDmaFB, NvDmaTT, false, in nouveau_accel_ce_init()
373 ret = nouveau_channel_new(drm, device, arg0, arg1, false, in nouveau_accel_gr_init()
Dnouveau_abi16.c303 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_chan.c505 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function