Home
last modified time | relevance | path

Searched refs:nvif_notify (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h4 struct nvif_notify { struct
12 void (*dtor)(struct nvif_notify *); argument
15 int (*func)(struct nvif_notify *); argument
26 int nvif_notify_init(struct nvif_object *, void (*dtor)(struct nvif_notify *), argument
27 int (*func)(struct nvif_notify *), bool work, u8 type,
28 void *data, u32 size, u32 reply, 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);
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dnotify.c33 nvif_notify_put_(struct nvif_notify *notify) in nvif_notify_put_()
51 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put()
64 nvif_notify_get_(struct nvif_notify *notify) in nvif_notify_get_()
82 nvif_notify_get(struct nvif_notify *notify) in nvif_notify_get()
91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func()
107 struct nvif_notify *notify = container_of(work, typeof(*notify), work); in nvif_notify_work()
112 nvif_notify(const void *header, u32 length, const void *data, u32 size) in nvif_notify() function
114 struct nvif_notify *notify = NULL; in nvif_notify()
145 nvif_notify_fini(struct nvif_notify *notify) in nvif_notify_fini()
167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *), in nvif_notify_init() argument
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h36 struct nvif_notify vblank;
Dnouveau_connector.h68 struct nvif_notify hpd;
Dnouveau_nvif.c98 return nvif_notify(header, length, data, size); in nvkm_client_ntfy()
Dnouveau_fence.h49 struct nvif_notify notify;
Dnouveau_fence.c146 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) in nouveau_fence_wait_uevent_handler()
Dnouveau_display.c45 nouveau_display_vblank_handler(struct nvif_notify *notify) in nouveau_display_vblank_handler()
Dnouveau_connector.c957 nouveau_connector_hotplug(struct nvif_notify *notify) in nouveau_connector_hotplug()