HomeSort by: relevance | last modified time | path
    Searched refs:nvif_notify (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
notify.h 7 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);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_notify.c 38 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 in typeref:typename:int
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...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.h 49 struct nvif_notify kill;
nouveau_crtc.h 40 struct nvif_notify vblank;
nouveau_fence.h 49 struct nvif_notify notify;
nouveau_connector.h 112 struct nvif_notify hpd;
nouveau_nvif.c 152 return nvif_notify(header, length, data, size);
nouveau_fence.c 164 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify)
nouveau_svm.c 57 struct nvif_notify notify;
579 nouveau_svm_fault(struct nvif_notify *notify)
nouveau_chan.c 57 nouveau_channel_killed(struct nvif_notify *ntfy)
nouveau_display.c 58 nouveau_display_vblank_handler(struct nvif_notify *notify)
nouveau_connector.c 1153 nouveau_connector_hotplug(struct nvif_notify *notify)
1178 * calls nvif_put() on our nvif_notify struct. So, simply
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
disp.h 87 struct nvif_notify flip;
178 int nv04_flip_complete(struct nvif_notify *);
nouveau_dispnv04_crtc.c 1082 nv04_flip_complete(struct nvif_notify *notify)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
wndw.h 35 struct nvif_notify notify;
nouveau_dispnv50_wndw.c 622 nv50_wndw_notify(struct nvif_notify *notify)

Completed in 19 milliseconds