Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.h63 int nouveau_channel_new(struct nouveau_cli *, bool priv, u64 runm,
Dnouveau_drm.c334 ret = nouveau_channel_new(&drm->client, true, runm, NvDmaFB, NvDmaTT, &drm->cechan); in nouveau_accel_ce_init()
362 ret = nouveau_channel_new(&drm->client, false, runm, NvDmaFB, NvDmaTT, &drm->channel); in nouveau_accel_gr_init()
Dnouveau_chan.c491 nouveau_channel_new(struct nouveau_cli *cli, in nouveau_channel_new() function
Dnouveau_abi16.c408 ret = nouveau_channel_new(cli, false, runm, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()