/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 57 struct usif_notify *ntfy; in usif_notify_find() local 58 list_for_each_entry(ntfy, &cli->notifys, head) { in usif_notify_find() 59 if (ntfy->handle == handle) in usif_notify_find() 60 return ntfy; in usif_notify_find() 66 usif_notify_dtor(struct usif_notify *ntfy) in usif_notify_dtor() argument 68 list_del(&ntfy->head); in usif_notify_dtor() 69 kfree(ntfy); in usif_notify_dtor() 75 struct usif_notify *ntfy = NULL; in usif_notify() local 84 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) in usif_notify() 91 if (WARN_ON(!ntfy->p || ntfy->reply != (length + size))) in usif_notify() [all …]
|
D | nouveau_abi16.c | 115 struct nouveau_abi16_ntfy *ntfy) in nouveau_abi16_ntfy_fini() argument 117 nvif_object_dtor(&ntfy->object); in nouveau_abi16_ntfy_fini() 118 nvkm_mm_free(&chan->heap, &ntfy->node); in nouveau_abi16_ntfy_fini() 119 list_del(&ntfy->head); in nouveau_abi16_ntfy_fini() 120 kfree(ntfy); in nouveau_abi16_ntfy_fini() 127 struct nouveau_abi16_ntfy *ntfy, *temp; in nouveau_abi16_chan_fini() local 131 if (chan->chan && chan->ntfy) in nouveau_abi16_chan_fini() 135 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) { in nouveau_abi16_chan_fini() 136 nouveau_abi16_ntfy_fini(chan, ntfy); in nouveau_abi16_chan_fini() 139 if (chan->ntfy) { in nouveau_abi16_chan_fini() [all …]
|
D | nouveau_bo0039.c | 107 PUSH_MTHD(push, NV039, SET_CONTEXT_DMA_NOTIFIES, chan->drm->ntfy.handle); in nv04_bo_move_init()
|
D | nouveau_abi16.h | 25 struct nouveau_bo *ntfy; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 38 struct nvif_ioctl_ntfy_put_v0 ntfy; in nvif_notify_put_() member 41 .ntfy.index = notify->index, in nvif_notify_put_() 69 struct nvif_ioctl_ntfy_get_v0 ntfy; in nvif_notify_get_() member 72 .ntfy.index = notify->index, in nvif_notify_get_() 150 struct nvif_ioctl_ntfy_del_v0 ntfy; in nvif_notify_dtor() member 153 .ntfy.index = notify->index, in nvif_notify_dtor() 171 struct nvif_ioctl_ntfy_new_v0 ntfy; in nvif_notify_ctor() member 195 args->ntfy.version = 0; in nvif_notify_ctor() 196 args->ntfy.event = event; in nvif_notify_ctor() 204 notify->index = args->ntfy.index; in nvif_notify_ctor()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndw.c | 115 if (asyw->set.ntfy) { in nv50_wndw_wait_armed() 117 asyw->ntfy.offset, in nv50_wndw_wait_armed() 131 if (clr.ntfy ) wndw->func-> ntfy_clr(wndw); in nv50_wndw_flush_clr() 149 if (asyw->set.ntfy ) wndw->func->ntfy_set (wndw, asyw); in nv50_wndw_flush_set() 181 asyw->ntfy.handle = wndw->wndw.sync.handle; in nv50_wndw_ntfy_enable() 182 asyw->ntfy.offset = wndw->ntfy; in nv50_wndw_ntfy_enable() 183 asyw->ntfy.awaken = false; in nv50_wndw_ntfy_enable() 184 asyw->set.ntfy = true; in nv50_wndw_ntfy_enable() 186 wndw->func->ntfy_reset(disp->sync, wndw->ntfy); in nv50_wndw_ntfy_enable() 187 wndw->ntfy ^= 0x10; in nv50_wndw_ntfy_enable() [all …]
|
D | corec37d.c | 52 corec37d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in corec37d_update() argument 60 if (ntfy) { in corec37d_update() 73 if (ntfy) { in corec37d_update()
|
D | base507c.c | 183 NVVAL(NV507C, SET_NOTIFIER_CONTROL, MODE, asyw->ntfy.awaken) | in base507c_ntfy_set() 184 NVVAL(NV507C, SET_NOTIFIER_CONTROL, OFFSET, asyw->ntfy.offset >> 2), in base507c_ntfy_set() 186 SET_CONTEXT_DMA_NOTIFIER, asyw->ntfy.handle); in base507c_ntfy_set() 341 wndw->ntfy = NV50_DISP_BASE_NTFY(wndw->id); in base507c_new_()
|
D | wndwc37e.c | 236 PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_NOTIFIER, asyw->ntfy.handle, in wndwc37e_ntfy_set() 239 NVVAL(NVC37E, SET_NOTIFIER_CONTROL, MODE, asyw->ntfy.awaken) | in wndwc37e_ntfy_set() 240 NVVAL(NVC37E, SET_NOTIFIER_CONTROL, OFFSET, asyw->ntfy.offset >> 4)); in wndwc37e_ntfy_set() 380 wndw->ntfy = NV50_DISP_WNDW_NTFY(wndw->id); in wndwc37e_new_()
|
D | crcc37d.c | 68 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle); in crcc37d_set_src() 88 PUSH_MTHD(push, NVC37D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx ? ctx->ntfy.handle : 0); in crcc37d_set_ctx()
|
D | crc907d.c | 64 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx->ntfy.handle); in crc907d_set_src() 84 PUSH_MTHD(push, NV907D, HEAD_SET_CONTEXT_DMA_CRC(i), ctx ? ctx->ntfy.handle : 0); in crc907d_set_ctx()
|
D | core507d.c | 34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) in core507d_update() argument 42 if (ntfy) { in core507d_update()
|
D | atom.h | 185 } ntfy; member 255 bool ntfy:1; member
|
D | core.h | 23 int (*update)(struct nv50_core *, u32 *interlock, bool ntfy);
|
D | crc.h | 43 struct nvif_object ntfy; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
D | client.c | 47 NULL, oclass->client->ntfy, &client); in nvkm_uclient_new() 86 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); in nvkm_client_notify() 288 int (*ntfy)(const void *, u32, const void *, u32), in nvkm_client_new() 303 client->ntfy = ntfy; in nvkm_client_new()
|
D | object.c | 99 if (likely(object->func->ntfy)) in nvkm_object_ntfy() 100 return object->func->ntfy(object, mthd, pevent); in nvkm_object_ntfy()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | chan.h | 11 int (*ntfy)(struct nvkm_fifo_chan *, u32 type, struct nvkm_event **); member
|
D | gpfifotu102.c | 43 .ntfy = gf100_fifo_chan_ntfy,
|
D | chan.c | 250 if (chan->func->ntfy) in nvkm_fifo_chan_ntfy() 251 return chan->func->ntfy(chan, type, pevent); in nvkm_fifo_chan_ntfy() 345 .ntfy = nvkm_fifo_chan_ntfy,
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
D | ucsi.c | 189 command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; in ucsi_resume() 825 if (!(ucsi->ntfy & UCSI_ENABLE_NTFY_CONNECTOR_CHANGE)) { in ucsi_connector_change() 903 c = UCSI_SET_NOTIFICATION_ENABLE | con->ucsi->ntfy; in ucsi_role_cmd() 1167 ucsi->ntfy = UCSI_ENABLE_NTFY_CMD_COMPLETE | UCSI_ENABLE_NTFY_ERROR; in ucsi_init() 1168 command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; in ucsi_init() 1200 ucsi->ntfy = UCSI_ENABLE_NTFY_ALL; in ucsi_init() 1201 command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy; in ucsi_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | nvsw.c | 56 .ntfy = nvkm_nvsw_ntfy_,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | rootnv04.c | 74 .ntfy = nvkm_disp_ntfy,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 18 int (*ntfy)(const void *, u32, const void *, u32); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | user.c | 81 .ntfy = nvkm_ufault_ntfy,
|