Home
last modified time | relevance | path

Searched refs:NV_DEVICE_FIFO (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
Dcl0080.h62 #define NV_DEVICE_FIFO(n) ((n) | (0x00000001ULL << 32)) macro
87 #define NV_DEVICE_FIFO_CHANNELS NV_DEVICE_FIFO(0x00000000)
90 #define NV_DEVICE_FIFO_RUNLISTS NV_DEVICE_FIFO(0x00000001)
93 #define NV_DEVICE_FIFO_RUNLIST_ENGINES(n) ((n) + NV_DEVICE_FIFO(0x00000010))
/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c49 case NV_DEVICE_FIFO(0): subidx = NVKM_ENGINE_FIFO; break; in nvkm_udevice_info_subdev()