Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dcl0080.h58 #define NV_DEVICE_HOST(n) ((n) | (0x00000001ULL << 32)) macro
64 #define NV_DEVICE_HOST_RUNLISTS NV_DEVICE_HOST(0x00000000)
66 #define NV_DEVICE_HOST_CHANNELS NV_DEVICE_HOST(0x00000001)
69 #define NV_DEVICE_HOST_RUNLIST_ENGINES NV_DEVICE_HOST(0x00000100)
90 #define NV_DEVICE_HOST_RUNLIST_CHANNELS NV_DEVICE_HOST(0x00000101)
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c49 case NV_DEVICE_HOST(0): type = NVKM_ENGINE_FIFO; break; in nvkm_udevice_info_subdev()