| /drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| A D | gsp.h | 296 void *repv = nvkm_gsp_rpc_push(gsp, argv, policy, 0); in nvkm_gsp_rpc_wr() local 298 if (IS_ERR(repv)) in nvkm_gsp_rpc_wr() 299 return PTR_ERR(repv); in nvkm_gsp_rpc_wr() 305 nvkm_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in nvkm_gsp_rpc_done() argument 307 gsp->rm->api->rpc->done(gsp, repv); in nvkm_gsp_rpc_done() 350 object->client->gsp->rm->api->ctrl->done(object, repv); in nvkm_gsp_rm_ctrl_done() 379 if (IS_ERR(repv)) in nvkm_gsp_rm_alloc_push() 382 return repv; in nvkm_gsp_rm_alloc_push() 388 void *repv = nvkm_gsp_rm_alloc_push(object, argv); in nvkm_gsp_rm_alloc_wr() local 390 if (IS_ERR(repv)) in nvkm_gsp_rm_alloc_wr() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| A D | rpc.c | 539 void *repv; in r535_gsp_rpc_poll() local 544 if (IS_ERR(repv)) in r535_gsp_rpc_poll() 556 void *repv = NULL; in r535_gsp_rpc_handle_reply() local 566 repv = reply; in r535_gsp_rpc_handle_reply() 573 return repv; in r535_gsp_rpc_handle_reply() 634 void *repv; in r535_gsp_rpc_push() local 645 repv = next; in r535_gsp_rpc_push() 652 if (IS_ERR(repv)) in r535_gsp_rpc_push() 665 repv = next; in r535_gsp_rpc_push() 672 if (IS_ERR(repv)) in r535_gsp_rpc_push() [all …]
|
| A D | gsp.c | 925 r535_gsp_msg_os_error_log(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_os_error_log() argument 929 rpc_os_error_log_v17_00 *msg = repv; in r535_gsp_msg_os_error_log() 939 r535_gsp_msg_mmu_fault_queued(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_mmu_fault_queued() argument 951 r535_gsp_msg_post_event(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_post_event() argument 956 rpc_post_event_v17_00 *msg = repv; in r535_gsp_msg_post_event() 1003 r535_gsp_msg_run_cpu_sequencer(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_run_cpu_sequencer() argument 1008 rpc_run_cpu_sequencer_v17_00 *seq = repv; in r535_gsp_msg_run_cpu_sequencer() 1277 r535_gsp_msg_libos_print(void *priv, u32 fn, void *repv, u32 repc) in r535_gsp_msg_libos_print() argument 1281 struct rpc_ucode_libos_print_v1e_08 *rpc = repv; in r535_gsp_msg_libos_print()
|
| A D | fifo.c | 361 r535_fifo_rc_triggered(void *priv, u32 fn, void *repv, u32 repc) in r535_fifo_rc_triggered() argument 363 rpc_rc_triggered_v17_02 *msg = repv; in r535_fifo_rc_triggered()
|
| A D | disp.c | 1368 r535_disp_irq(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_irq() argument 1371 Nv2080DpIrqNotification *irq = repv; in r535_disp_irq() 1383 r535_disp_hpd(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_hpd() argument 1386 Nv2080HotplugNotification *hpd = repv; in r535_disp_hpd()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_nvif.c | 72 nvkm_client_event(u64 token, void *repv, u32 repc) in nvkm_client_event() argument 77 if (event->func(event, repv, repc) == NVIF_EVENT_KEEP) in nvkm_client_event()
|
| A D | nouveau_connector.c | 1206 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq() argument 1215 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_hotplug() argument 1218 struct nvif_conn_event_v0 *rep = repv; in nouveau_connector_hotplug()
|
| A D | nouveau_fence.c | 160 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler() argument
|
| A D | nouveau_chan.c | 52 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed() argument
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/ |
| A D | rm.h | 48 void (*done)(struct nvkm_gsp *gsp, void *repv); 111 int (*rc_triggered)(void *priv, u32 fn, void *repv, u32 repc);
|
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | event.h | 10 typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc);
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/ |
| A D | fifo.c | 99 r570_fifo_rc_triggered(void *priv, u32 fn, void *repv, u32 repc) in r570_fifo_rc_triggered() argument 101 rpc_rc_triggered_v17_02 *msg = repv; in r570_fifo_rc_triggered()
|
| /drivers/gpu/drm/nouveau/dispnv50/ |
| A D | head.c | 553 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler() argument
|
| /drivers/gpu/drm/nouveau/dispnv04/ |
| A D | crtc.c | 1293 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler() argument
|