Searched refs:nvif_fifo_runlist (Results 1 – 4 of 4) sorted by relevance
6 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()
13 struct nvif_fifo_runlist { struct
71 nvif_fifo_runlist(struct nvif_device *device, u64 engine) in nvif_fifo_runlist() function
374 runm = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_GR); in nouveau_accel_gr_init()