Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvif/
Dfifo.h12 u64 runmgr = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_GR); in nvif_fifo_runlist_ce()
Dcl0080.h69 #define NV_DEVICE_INFO_ENGINE_GR NV_DEVICE_INFO(0x00000001) macro
/drivers/gpu/drm/nouveau/
Dnouveau_abi16.c271 case 0x01: engine = NV_DEVICE_INFO_ENGINE_GR ; break; in nouveau_abi16_ioctl_channel_alloc()
280 engine = NV_DEVICE_INFO_ENGINE_GR; in nouveau_abi16_ioctl_channel_alloc()
Dnouveau_drm.c346 arg0 = nvif_fifo_runlist(device, NV_DEVICE_INFO_ENGINE_GR); in nouveau_accel_gr_init()