Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_chan.h50 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
Dnouveau_drm.c371 ret = nouveau_channel_new(drm, &drm->client.device, in nouveau_accel_init()
383 ret = nouveau_channel_new(drm, &drm->client.device, in nouveau_accel_init()
395 ret = nouveau_channel_new(drm, &drm->client.device, in nouveau_accel_init()
Dnouveau_abi16.c308 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_chan.c450 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function