Searched refs:nouveau_channel_new (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 63 int nouveau_channel_new(struct nouveau_cli *, bool priv, u64 runm,
|
H A D | nouveau_drm.c | 335 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 D | nouveau_chan.c | 491 nouveau_channel_new(struct nouveau_cli *cli, in nouveau_channel_new() function
|
H A D | nouveau_abi16.c | 408 ret = nouveau_channel_new(cli, false, runm, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
|