Home
last modified time | relevance | path

Searched refs:nvif_event (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvif/
Devent.h6 struct nvif_event;
10 typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc);
12 struct nvif_event { struct
18 nvif_event_constructed(struct nvif_event *event) in nvif_event_constructed() argument
24 struct nvif_event_v0 *, u32, bool, struct nvif_event *);
28 bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event) in nvif_event_ctor()
33 void nvif_event_dtor(struct nvif_event *);
34 int nvif_event_allow(struct nvif_event *);
35 int nvif_event_block(struct nvif_event *);
Dhead.h22 struct nvif_event *);
Dconn.h27 struct nvif_event *);
/Linux-v6.6/drivers/gpu/drm/nouveau/nvif/
Devent.c29 nvif_event_block(struct nvif_event *event) in nvif_event_block()
40 nvif_event_allow(struct nvif_event *event) in nvif_event_allow()
51 nvif_event_dtor(struct nvif_event *event) in nvif_event_dtor()
59 struct nvif_event *event) in nvif_event_ctor_()
Dhead.c31 bool wait, struct nvif_event *event) in nvif_head_vblank_event_ctor()
Dconn.c31 struct nvif_event *event) in nvif_conn_event_ctor()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_connector.h128 struct nvif_event hpd;
129 struct nvif_event irq;
Dnouveau_crtc.h39 struct nvif_event vblank;
Dnouveau_chan.h58 struct nvif_event kill;
Dnouveau_nvif.c76 struct nvif_event *event = container_of(object, typeof(*event), object); in nvkm_client_event()
Dnouveau_fence.h47 struct nvif_event event;
Dnouveau_fence.c149 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler()
Dnouveau_svm.c54 struct nvif_event notify;
886 nouveau_svm_event(struct nvif_event *event, void *argv, u32 argc) in nouveau_svm_event()
Dnouveau_connector.c1185 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq()
1194 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_hotplug()
Dnouveau_chan.c52 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed()
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h89 struct nvif_event flip;
185 int nv04_flip_complete(struct nvif_event *, void *, u32);
Dcrtc.c1076 nv04_flip_complete(struct nvif_event *event, void *argv, u32 argc) in nv04_flip_complete()
1276 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler()
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/
Dhead.c558 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler()