Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dfifo.h6 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine);
12 u64 runmgr = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_GR); in nvif_fifo_runlist_ce()
13 u64 runmce = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_CE); in nvif_fifo_runlist_ce()
H A Ddevice.h13 struct nvif_fifo_runlist { struct
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/
H A Dfifo.c71 nvif_fifo_runlist(struct nvif_device *device, u64 engine) in nvif_fifo_runlist() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c284 engine = nvif_fifo_runlist(device, engine); in nouveau_abi16_ioctl_channel_alloc()
H A Dnouveau_drm.c347 arg0 = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_GR); in nouveau_accel_gr_init()