Home
last modified time | relevance | path

Searched refs:nvif_event_ctor (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor() function
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dhead.c33 int ret = nvif_event_ctor(&head->object, name ?: "nvifHeadVBlank", nvif_head_id(head), in nvif_head_vblank_event_ctor()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c239 ret = nvif_event_ctor(&drm->channel->nvsw, "kmsFlip", 0, nv04_flip_complete, in nv04_display_create()