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

/linux-master/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)
24 struct nvif_event_v0 *, u32, bool, struct nvif_event *);
28 bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event)
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.h37 struct nvif_event *);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Devent.c29 nvif_event_block(struct nvif_event *event)
40 nvif_event_allow(struct nvif_event *event)
51 nvif_event_dtor(struct nvif_event *event)
59 struct nvif_event *event)
H A Dhead.c31 bool wait, struct nvif_event *event)
H A Dconn.c31 struct nvif_event *event)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h39 struct nvif_event vblank;
H A Dnouveau_nvif.c76 struct nvif_event *event = container_of(object, typeof(*event), object);
H A Dnouveau_chan.h58 struct nvif_event kill;
H A Dnouveau_connector.h127 struct nvif_event hpd;
128 struct nvif_event irq;
H A Dnouveau_fence.h48 struct nvif_event event;
H A Dnouveau_fence.c174 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc)
H A Dnouveau_svm.c54 struct nvif_event notify;
883 nouveau_svm_event(struct nvif_event *event, void *argv, u32 argc)
H A Dnouveau_connector.c1203 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc)
1212 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc)
H A Dnouveau_chan.c52 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc)
/linux-master/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)
1276 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc)
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c559 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc)

Completed in 281 milliseconds