Searched refs:nouveau_channel_new (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.h | 65 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, bool priv, u64 runm,
|
D | nouveau_drm.c | 346 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()
|
D | nouveau_abi16.c | 342 ret = nouveau_channel_new(drm, device, false, runm, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
|
D | nouveau_chan.c | 496 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function
|