Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvif/
Devent.h34 int nvif_event_allow(struct nvif_event *);
/Linux-v6.6/drivers/gpu/drm/nouveau/nvif/
Devent.c40 nvif_event_allow(struct nvif_event *event) in nvif_event_allow() function
/Linux-v6.6/drivers/gpu/drm/nouveau/
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()
Dnouveau_fence.c526 nvif_event_allow(&fctx->event); in nouveau_fence_enable_signaling()
Dnouveau_chan.c388 ret = nvif_event_allow(&chan->kill); in nouveau_channel_init()
Dnouveau_svm.c961 return nvif_event_allow(&buffer->notify); in nouveau_svm_fault_buffer_init()
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c124 nvif_event_allow(&disp->flip); in nv04_display_init()