Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h5 struct nvif_notify { struct
13 void (*dtor)(struct nvif_notify *); argument
16 int (*func)(struct nvif_notify *); argument
27 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *), argument
29 struct nvif_notify *);
30 int nvif_notify_fini(struct nvif_notify *);
31 int nvif_notify_get(struct nvif_notify *);
32 int nvif_notify_put(struct nvif_notify *);
33 int nvif_notify(const void *, u32, const void *, u32);
/Linux-v4.19/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()
165 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_init() argument
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fence.h47 struct nvif_notify notify;
85 int nouveau_flip_complete(struct nvif_notify *);
Dnouveau_chan.h44 struct nvif_notify kill;
Dnouveau_crtc.h36 struct nvif_notify vblank;
Dnouveau_nvif.c91 return nvif_notify(header, length, data, size); in nvkm_client_ntfy()
Dnouveau_connector.h46 struct nvif_notify hpd;
Dnouveau_drv.h186 struct nvif_notify flip;
Dnouveau_display.c50 nouveau_display_vblank_handler(struct nvif_notify *notify) in nouveau_display_vblank_handler()
928 nouveau_flip_complete(struct nvif_notify *notify) in nouveau_flip_complete()
Dnouveau_fence.c146 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) in nouveau_fence_wait_uevent_handler()
Dnouveau_chan.c50 nouveau_channel_killed(struct nvif_notify *ntfy) in nouveau_channel_killed()
Dnouveau_connector.c1087 nouveau_connector_hotplug(struct nvif_notify *notify) in nouveau_connector_hotplug()
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dwndw.h33 struct nvif_notify notify;
Dwndw.c552 nv50_wndw_notify(struct nvif_notify *notify) in nv50_wndw_notify()