Home
last modified time | relevance | path

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

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