Searched refs:nouveau_channel_new (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 59 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *,
|
H A D | nouveau_drm.c | 315 ret = nouveau_channel_new(drm, device, in nouveau_accel_ce_init() 327 ret = nouveau_channel_new(drm, device, NvDmaFB, NvDmaTT, false, in nouveau_accel_ce_init() 360 ret = nouveau_channel_new(drm, device, arg0, arg1, false, in nouveau_accel_gr_init()
|
H A D | nouveau_abi16.c | 303 ret = nouveau_channel_new(drm, device, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
|
H A D | nouveau_chan.c | 510 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 65 int nouveau_channel_new(struct nouveau_drm *, struct nvif_device *, bool priv, u64 runm,
|
H A 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()
|
H A D | nouveau_abi16.c | 342 ret = nouveau_channel_new(drm, device, false, runm, init->fb_ctxdma_handle, in nouveau_abi16_ioctl_channel_alloc()
|
H A D | nouveau_chan.c | 496 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new() function
|
Completed in 8 milliseconds