Searched refs:ntfy (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_usif.c62 struct usif_notify *ntfy; local
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) argument
73 list_del(&ntfy->head);
74 kfree(ntfy);
80 struct usif_notify *ntfy = NULL; local
89 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token)))
96 if (WARN_ON(!ntfy
141 struct usif_notify *ntfy; local
183 struct usif_notify *ntfy; local
206 struct usif_notify *ntfy; local
243 struct usif_notify *ntfy; local
260 struct list_head ntfy; member in struct:usif_object
[all...]
H A Dnouveau_abi16.c120 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
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) {
119 nouveau_abi16_ntfy_fini(struct nouveau_abi16_chan *chan, struct nouveau_abi16_ntfy *ntfy) argument
433 struct nouveau_abi16_ntfy *ntfy; local
526 struct nouveau_abi16_ntfy *ntfy; local
598 struct nouveau_abi16_ntfy *ntfy; local
[all...]
H A Dnouveau_abi16.h27 struct nouveau_bo *ntfy; member in struct:nouveau_abi16_chan
H A Dnouveau_drv.h189 struct nvif_object ntfy; member in struct:nouveau_drm
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c43 struct nvif_ioctl_ntfy_put_v0 ntfy; member in struct:__anon1021
46 .ntfy.index = notify->index,
74 struct nvif_ioctl_ntfy_get_v0 ntfy; member in struct:__anon1022
77 .ntfy.index = notify->index,
155 struct nvif_ioctl_ntfy_del_v0 ntfy; member in struct:__anon1024
158 .ntfy.index = notify->index,
176 struct nvif_ioctl_ntfy_new_v0 ntfy; member in struct:__anon1025
199 args->ntfy.version = 0;
200 args->ntfy.event = event;
208 notify->index = args->ntfy
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_corec37d.c47 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) argument
51 if (ntfy) {
62 if (ntfy) {
H A Dnouveau_dispnv50_core507d.c35 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) argument
39 if (ntfy) {
H A Dcore.h22 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
H A Dnouveau_dispnv50_ovly507e.c117 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);
H A Dnouveau_dispnv50_wndw.c110 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...]
H A Datom.h171 } ntfy; member in struct:nv50_wndw_atom
241 bool ntfy:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anon878
H A Dnouveau_dispnv50_base507c.c147 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);
H A Dnouveau_dispnv50_wndwc37e.c176 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);
H A Dwndw.h36 u16 ntfy; member in struct:nv50_wndw
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dchan.h13 int (*ntfy)(struct nvkm_fifo_chan *, u32 type, struct nvkm_event **); member in struct:nvkm_fifo_chan_func
H A Dnouveau_nvkm_engine_fifo_gpfifotu102.c48 .ntfy = gf100_fifo_chan_ntfy,
H A Dnouveau_nvkm_engine_fifo_chan.c255 if (chan->func->ntfy)
256 return chan->func->ntfy(chan, type, pevent);
408 .ntfy = nvkm_fifo_chan_ntfy,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/
H A Dnouveau_nvkm_engine_sw_nvsw.c61 .ntfy = nvkm_nvsw_ntfy_,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_client.c52 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;
H A Dnouveau_nvkm_core_object.c128 if (likely(object->func->ntfy))
129 return object->func->ntfy(object, mthd, pevent);
H A Dnouveau_nvkm_core_oproxy.c195 .ntfy = nvkm_oproxy_ntfy,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_rootnv04.c79 .ntfy = nvkm_disp_ntfy,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dclient.h24 int (*ntfy)(const void *, u32, const void *, u32); member in struct:nvkm_client
H A Dobject.h38 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **); member in struct:nvkm_object_func
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
H A Dnouveau_nvkm_subdev_fault_user.c95 .ntfy = nvkm_ufault_ntfy,

Completed in 306 milliseconds

12