HomeSort by: relevance | last modified time | path
    Searched refs:ntfy (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_usif.c 62 struct usif_notify *ntfy; local in function:usif_notify_find
63 list_for_each_entry(ntfy, &cli->notifys, head) {
64 if (ntfy->handle == handle)
65 return ntfy;
71 usif_notify_dtor(struct usif_notify *ntfy)
73 list_del(&ntfy->head);
74 kfree(ntfy);
80 struct usif_notify *ntfy = NULL; local in function:usif_notify
89 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token)))
96 if (WARN_ON(!ntfy->p || ntfy->reply != (length + size))
141 struct usif_notify *ntfy; local in function:usif_notify_new
183 struct usif_notify *ntfy; local in function:usif_notify_del
206 struct usif_notify *ntfy; local in function:usif_notify_get
243 struct usif_notify *ntfy; local in function:usif_notify_put
260 struct list_head ntfy; member in struct:usif_object
    [all...]
nouveau_abi16.c 120 struct nouveau_abi16_ntfy *ntfy)
122 nvif_object_fini(&ntfy->object);
123 nvkm_mm_free(&chan->heap, &ntfy->node);
124 list_del(&ntfy->head);
125 kfree(ntfy);
132 struct nouveau_abi16_ntfy *ntfy, *temp; local in function:nouveau_abi16_chan_fini
136 if (chan->chan && chan->ntfy)
140 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) {
141 nouveau_abi16_ntfy_fini(chan, ntfy);
144 if (chan->ntfy) {
433 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_grobj_alloc
526 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_notifierobj_alloc
598 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_gpuobj_free
    [all...]
nouveau_abi16.h 27 struct nouveau_bo *ntfy; member in struct:nouveau_abi16_chan
nouveau_drv.h 189 struct nvif_object ntfy; member in struct:nouveau_drm
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_notify.c 43 struct nvif_ioctl_ntfy_put_v0 ntfy; member in struct:nvif_notify_put_::__anon62118ee00108
46 .ntfy.index = notify->index,
74 struct nvif_ioctl_ntfy_get_v0 ntfy; member in struct:nvif_notify_get_::__anon62118ee00208
77 .ntfy.index = notify->index,
155 struct nvif_ioctl_ntfy_del_v0 ntfy; member in struct:nvif_notify_fini::__anon62118ee00408
158 .ntfy.index = notify->index,
176 struct nvif_ioctl_ntfy_new_v0 ntfy; member in struct:nvif_notify_init::__anon62118ee00508
199 args->ntfy.version = 0;
200 args->ntfy.event = event;
208 notify->index = args->ntfy.index
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_corec37d.c 47 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
51 if (ntfy) {
62 if (ntfy) {
nouveau_dispnv50_core507d.c 35 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy)
39 if (ntfy) {
core.h 22 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
nouveau_dispnv50_ovly507e.c 117 evo_data(push, asyw->ntfy.awaken << 30 | asyw->ntfy.offset);
118 evo_data(push, asyw->ntfy.handle);
209 wndw->ntfy = NV50_DISP_OVLY_NTFY(wndw->id);
nouveau_dispnv50_wndw.c 110 if (asyw->set.ntfy) {
112 asyw->ntfy.offset,
126 if (clr.ntfy ) wndw->func-> ntfy_clr(wndw);
144 if (asyw->set.ntfy ) wndw->func->ntfy_set (wndw, asyw);
176 asyw->ntfy.handle = wndw->wndw.sync.handle;
177 asyw->ntfy.offset = wndw->ntfy;
178 asyw->ntfy.awaken = false;
179 asyw->set.ntfy = true;
181 wndw->func->ntfy_reset(disp->sync, wndw->ntfy);
    [all...]
atom.h 171 } ntfy; member in struct:nv50_wndw_atom
241 bool ntfy:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anonf635598f1908
nouveau_dispnv50_base507c.c 147 evo_data(push, asyw->ntfy.awaken << 30 | asyw->ntfy.offset);
148 evo_data(push, asyw->ntfy.handle);
297 wndw->ntfy = NV50_DISP_BASE_NTFY(wndw->id);
nouveau_dispnv50_wndwc37e.c 176 evo_data(push, asyw->ntfy.handle);
177 evo_data(push, asyw->ntfy.offset | asyw->ntfy.awaken);
312 wndw->ntfy = NV50_DISP_WNDW_NTFY(wndw->id);
wndw.h 36 u16 ntfy; member in struct:nv50_wndw
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
chan.h 13 int (*ntfy)(struct nvkm_fifo_chan *, u32 type, struct nvkm_event **); member in struct:nvkm_fifo_chan_func
nouveau_nvkm_engine_fifo_gpfifotu102.c 48 .ntfy = gf100_fifo_chan_ntfy,
nouveau_nvkm_engine_fifo_chan.c 255 if (chan->func->ntfy)
256 return chan->func->ntfy(chan, type, pevent);
408 .ntfy = nvkm_fifo_chan_ntfy,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
nouveau_nvkm_engine_sw_nvsw.c 61 .ntfy = nvkm_nvsw_ntfy_,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_client.c 52 NULL, oclass->client->ntfy, &client);
91 return client->ntfy(&notify->rep, notify->size, n->data, n->size);
329 int (*ntfy)(const void *, u32, const void *, u32),
348 client->ntfy = ntfy;
nouveau_nvkm_core_object.c 128 if (likely(object->func->ntfy))
129 return object->func->ntfy(object, mthd, pevent);
nouveau_nvkm_core_oproxy.c 195 .ntfy = nvkm_oproxy_ntfy,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
client.h 24 int (*ntfy)(const void *, u32, const void *, u32); member in struct:nvkm_client
object.h 38 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **); member in struct:nvkm_object_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_rootnv04.c 79 .ntfy = nvkm_disp_ntfy,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
nouveau_nvkm_subdev_fault_user.c 95 .ntfy = nvkm_ufault_ntfy,

Completed in 41 milliseconds

1 2