Home
last modified time | relevance | path

Searched refs:NVIF_EVENT_V0_BLOCK (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif000e.h15 #define NVIF_EVENT_V0_BLOCK 0x01 macro
/linux/drivers/gpu/drm/nouveau/nvif/
H A Devent.c32 int ret = nvif_mthd(&event->object, NVIF_EVENT_V0_BLOCK, NULL, 0); in nvif_event_block()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c67 case NVIF_EVENT_V0_BLOCK: return nvkm_uevent_mthd_block(uevent, argv, argc); in nvkm_uevent_mthd()