Home
last modified time | relevance | path

Searched refs:nvif_head_vblank_event_ctor (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dhead.h21 int nvif_head_vblank_event_ctor(struct nvif_head *, const char *name, nvif_event_func, bool wait,
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dhead.c30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, in nvif_head_vblank_event_ctor() function
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c626 ret = nvif_head_vblank_event_ctor(&head->base.head, "kmsVbl", nv50_head_vblank_handler, in nv50_head_create()
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c1360 return nvif_head_vblank_event_ctor(&nv_crtc->head, "kmsVbl", nv04_crtc_vblank_handler, in nv04_crtc_create()