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/ |
D | head.h | 21 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/ |
D | head.c | 30 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/ |
D | head.c | 626 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/ |
D | crtc.c | 1360 return nvif_head_vblank_event_ctor(&nv_crtc->head, "kmsVbl", nv04_crtc_vblank_handler, in nv04_crtc_create()
|