Searched refs:nvif_notify (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dnotify.h7 struct nvif_notify { struct
15 void (*dtor)(struct nvif_notify *);
18 int (*func)(struct nvif_notify *);
29 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
31 struct nvif_notify *);
32 int nvif_notify_fini(struct nvif_notify *);
33 int nvif_notify_get(struct nvif_notify *);
34 int nvif_notify_put(struct nvif_notify *);
35 int nvif_notify(const void *, u32, const void *, u32);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c38 nvif_notify_put_(struct nvif_notify *notify)
56 nvif_notify_put(struct nvif_notify *notify)
69 nvif_notify_get_(struct nvif_notify *notify)
87 nvif_notify_get(struct nvif_notify *notify)
96 nvif_notify_func(struct nvif_notify *notify, bool keep)
112 struct nvif_notify *notify = container_of(work, typeof(*notify), work);
117 nvif_notify(const void *header, u32 length, const void *data, u32 size) function
119 struct nvif_notify *notify = NULL;
150 nvif_notify_fini(struct nvif_notify *notify)
170 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *),
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_chan.h49 struct nvif_notify kill;
H A Dnouveau_crtc.h40 struct nvif_notify vblank;
H A Dnouveau_fence.h49 struct nvif_notify notify;
H A Dnouveau_connector.h112 struct nvif_notify hpd;
H A Dnouveau_nvif.c152 return nvif_notify(header, length, data, size);
H A Dnouveau_fence.c164 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify)
H A Dnouveau_svm.c57 struct nvif_notify notify;
579 nouveau_svm_fault(struct nvif_notify *notify)
H A Dnouveau_chan.c57 nouveau_channel_killed(struct nvif_notify *ntfy)
H A Dnouveau_display.c58 nouveau_display_vblank_handler(struct nvif_notify *notify)
H A Dnouveau_connector.c1153 nouveau_connector_hotplug(struct nvif_notify *notify)
1178 * calls nvif_put() on our nvif_notify struct. So, simply
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Ddisp.h87 struct nvif_notify flip;
178 int nv04_flip_complete(struct nvif_notify *);
H A Dnouveau_dispnv04_crtc.c1082 nv04_flip_complete(struct nvif_notify *notify)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dwndw.h35 struct nvif_notify notify;
H A Dnouveau_dispnv50_wndw.c622 nv50_wndw_notify(struct nvif_notify *notify)

Completed in 195 milliseconds