Home
last modified time | relevance | path

Searched refs:nvif_event_allow (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h34 int nvif_event_allow(struct nvif_event *);
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Devent.c40 nvif_event_allow(struct nvif_event *event) in nvif_event_allow() function
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c54 nvif_event_allow(&nv_crtc->vblank); in nouveau_display_vblank_enable()
597 nvif_event_allow(&conn->hpd); in nouveau_display_init()
598 nvif_event_allow(&conn->irq); in nouveau_display_init()
H A Dnouveau_fence.c538 nvif_event_allow(&fctx->event); in nouveau_fence_enable_signaling()
H A Dnouveau_chan.c390 ret = nvif_event_allow(&chan->kill); in nouveau_channel_init()
H A Dnouveau_svm.c961 return nvif_event_allow(&buffer->notify); in nouveau_svm_fault_buffer_init()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c124 nvif_event_allow(&disp->flip); in nv04_display_init()