Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_chan.h65 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, bool priv, u64 runm,
Dnouveau_drm.c346 ret = nouveau_channel_new(drm, device, false, runm, NvDmaFB, NvDmaTT, &drm->cechan); in nouveau_accel_ce_init()
374 ret = nouveau_channel_new(drm, device, false, runm, NvDmaFB, NvDmaTT, &drm->channel); in nouveau_accel_gr_init()
Dnouveau_abi16.c342 ret = nouveau_channel_new(drm, device, false, runm, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_chan.c496 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function