Searched refs:nvif_event_ctor (Results 1 - 6 of 6) sorted by relevance

/linux-master/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, function
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dhead.c33 int ret = nvif_event_ctor(&head->object, name ?: "nvifHeadVBlank", nvif_head_id(head),
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c244 ret = nvif_event_ctor(&drm->channel->nvsw, "kmsFlip", 0, nv04_flip_complete,
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c212 ret = nvif_event_ctor(&chan->user, "fenceNonStallIntr", (chan->runlist << 16) | chan->chid,
H A Dnouveau_chan.c384 ret = nvif_event_ctor(&chan->user, "abi16ChanKilled", chan->chid,
H A Dnouveau_svm.c1005 ret = nvif_event_ctor(&buffer->object, "svmFault", id, nouveau_svm_event, true, NULL, 0,

Completed in 105 milliseconds