Searched refs:nvif_notify (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | notify.h | 4 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 D | notify.c | 33 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 D | nouveau_fence.h | 49 struct nvif_notify notify; 88 int nouveau_flip_complete(struct nvif_notify *);
|
H A D | nouveau_crtc.h | 36 struct nvif_notify vblank;
|
H A D | nouveau_connector.h | 68 struct nvif_notify hpd;
|
H A D | nouveau_nvif.c | 96 return nvif_notify(header, length, data, size); nvkm_client_ntfy()
|
H A D | nouveau_drm.h | 152 struct nvif_notify flip;
|
H A D | nouveau_display.c | 45 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 D | nouveau_fence.c | 146 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) nouveau_fence_wait_uevent_handler()
|
H A D | nouveau_connector.c | 957 nouveau_connector_hotplug(struct nvif_notify *notify) nouveau_connector_hotplug()
|
Completed in 245 milliseconds