Home
last modified time | relevance | path

Searched refs:nvif_fifo_runlist (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
Dfifo.h6 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine);
12 u64 runmgr = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_GR); in nvif_fifo_runlist_ce()
13 u64 runmce = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_CE); in nvif_fifo_runlist_ce()
Ddevice.h13 struct nvif_fifo_runlist { struct
/drivers/gpu/drm/nouveau/nvif/
Dfifo.c73 nvif_fifo_runlist(struct nvif_device *device, u64 engine) in nvif_fifo_runlist() function
/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c285 engine = nvif_fifo_runlist(device, engine); in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_drm.c359 arg0 = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_GR); in nouveau_accel_gr_init()