Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/
A 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 *);
A Dhead.h22 struct nvif_event *);
A Dconn.h27 struct nvif_event *);
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A 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_()
A Dhead.c31 bool wait, struct nvif_event *event) in nvif_head_vblank_event_ctor()
A Dconn.c31 struct nvif_event *event) in nvif_conn_event_ctor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_connector.h128 struct nvif_event hpd;
129 struct nvif_event irq;
A Dnouveau_crtc.h39 struct nvif_event vblank;
A Dnouveau_chan.h57 struct nvif_event kill;
A Dnouveau_nvif.c76 struct nvif_event *event = container_of(object, typeof(*event), object); in nvkm_client_event()
A Dnouveau_fence.h47 struct nvif_event event;
A Dnouveau_fence.c148 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler()
A Dnouveau_svm.c54 struct nvif_event notify;
886 nouveau_svm_event(struct nvif_event *event, void *argv, u32 argc) in nouveau_svm_event()
A Dnouveau_connector.c1181 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq()
1190 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_hotplug()
A Dnouveau_chan.c44 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Ddisp.h89 struct nvif_event flip;
185 int nv04_flip_complete(struct nvif_event *, void *, u32);
A 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-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dhead.c558 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler()

Completed in 25 milliseconds