Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif000e.h14 #define NVIF_EVENT_V0_ALLOW 0x00 macro
/linux/drivers/gpu/drm/nouveau/nvif/
H A Devent.c43 int ret = nvif_mthd(&event->object, NVIF_EVENT_V0_ALLOW, NULL, 0); in nvif_event_allow()
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Duevent.c66 case NVIF_EVENT_V0_ALLOW: return nvkm_uevent_mthd_allow(uevent, argv, argc); in nvkm_uevent_mthd()