Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h34 int nvif_event_allow(struct nvif_event *);
/linux/drivers/gpu/drm/nouveau/nvif/
H A Devent.c40 nvif_event_allow(struct nvif_event *event) in nvif_event_allow() function
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c56 nvif_event_allow(&nv_crtc->vblank); in nouveau_display_vblank_enable()
558 nvif_event_allow(&conn->hpd); in nouveau_display_init()
559 nvif_event_allow(&conn->irq); in nouveau_display_init()
H A Dnouveau_chan.c379 ret = nvif_event_allow(&chan->kill); in nouveau_channel_init()
H A Dnouveau_svm.c960 return nvif_event_allow(&buffer->notify); in nouveau_svm_fault_buffer_init()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c124 nvif_event_allow(&disp->flip); in nv04_display_init()