Home
last modified time | relevance | path

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

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