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

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
H A Dnotify.h4 struct nvif_notify { struct
12 void (*dtor)(struct nvif_notify *);
15 int (*func)(struct nvif_notify *);
26 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
28 struct nvif_notify *);
29 int nvif_notify_fini(struct nvif_notify *);
30 int nvif_notify_get(struct nvif_notify *);
31 int nvif_notify_put(struct nvif_notify *);
32 int nvif_notify(const void *, u32, const void *, u32);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c33 nvif_notify_put_(struct nvif_notify *notify) nvif_notify_put_()
51 nvif_notify_put(struct nvif_notify *notify) nvif_notify_put()
64 nvif_notify_get_(struct nvif_notify *notify) nvif_notify_get_()
82 nvif_notify_get(struct nvif_notify *notify) nvif_notify_get()
91 nvif_notify_func(struct nvif_notify *notify, bool keep) nvif_notify_func()
107 struct nvif_notify *notify = container_of(work, typeof(*notify), work); nvif_notify_work()
112 nvif_notify(const void *header, u32 length, const void *data, u32 size) nvif_notify() function
114 struct nvif_notify *notify = NULL; nvif_notify()
145 nvif_notify_fini(struct nvif_notify *notify) nvif_notify_fini()
167 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), nvif_notify_init()
169 struct nvif_notify *notify) nvif_notify_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h49 struct nvif_notify notify;
88 int nouveau_flip_complete(struct nvif_notify *);
H A Dnouveau_crtc.h36 struct nvif_notify vblank;
H A Dnouveau_connector.h68 struct nvif_notify hpd;
H A Dnouveau_nvif.c96 return nvif_notify(header, length, data, size); nvkm_client_ntfy()
H A Dnouveau_drm.h152 struct nvif_notify flip;
H A Dnouveau_display.c45 nouveau_display_vblank_handler(struct nvif_notify *notify) nouveau_display_vblank_handler()
867 nouveau_flip_complete(struct nvif_notify *notify) nouveau_flip_complete()
H A Dnouveau_fence.c146 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) nouveau_fence_wait_uevent_handler()
H A Dnouveau_connector.c957 nouveau_connector_hotplug(struct nvif_notify *notify) nouveau_connector_hotplug()

Completed in 245 milliseconds