Searched refs:nvif_event_ctor (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | event.h | 27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor() function
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | head.c | 33 int ret = nvif_event_ctor(&head->object, name ?: "nvifHeadVBlank", nvif_head_id(head), in nvif_head_vblank_event_ctor()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 239 ret = nvif_event_ctor(&drm->channel->nvsw, "kmsFlip", 0, nv04_flip_complete, in nv04_display_create()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 213 ret = nvif_event_ctor(&chan->user, "fenceNonStallIntr", (chan->runlist << 16) | chan->chid, in nouveau_fence_context_new()
|
D | nouveau_chan.c | 380 ret = nvif_event_ctor(&chan->user, "abi16ChanKilled", chan->chid, in nouveau_channel_init()
|
D | nouveau_svm.c | 1005 ret = nvif_event_ctor(&buffer->object, "svmFault", id, nouveau_svm_event, true, NULL, 0, in nouveau_svm_fault_buffer_ctor()
|