Home
last modified time | relevance | path

Searched refs:repv (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h192 void (*rpc_done)(struct nvkm_gsp *gsp, void *repv);
277 void *repv = nvkm_gsp_rpc_push(gsp, argv, wait, 0); in nvkm_gsp_rpc_wr() local
279 if (IS_ERR(repv)) in nvkm_gsp_rpc_wr()
280 return PTR_ERR(repv); in nvkm_gsp_rpc_wr()
286 nvkm_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in nvkm_gsp_rpc_done() argument
288 gsp->rm->rpc_done(gsp, repv); in nvkm_gsp_rpc_done()
360 if (IS_ERR(repv)) in nvkm_gsp_rm_alloc_push()
363 return repv; in nvkm_gsp_rm_alloc_push()
369 void *repv = nvkm_gsp_rm_alloc_push(object, argv); in nvkm_gsp_rm_alloc_wr() local
371 if (IS_ERR(repv)) in nvkm_gsp_rm_alloc_wr()
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c72 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()
H A Dnouveau_connector.c1206 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()
H A Dnouveau_fence.c174 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler() argument
H A Dnouveau_chan.c52 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed() argument
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c576 void *repv; in r535_gsp_rpc_poll() local
581 if (IS_ERR(repv)) in r535_gsp_rpc_poll()
594 void *repv = NULL; in r535_gsp_rpc_send() local
611 repv = msg->data; in r535_gsp_rpc_send()
613 repv = msg; in r535_gsp_rpc_send()
616 return repv; in r535_gsp_rpc_send()
959 void *repv; in r535_gsp_rpc_push() local
971 if (IS_ERR(repv)) in r535_gsp_rpc_push()
985 repv = next; in r535_gsp_rpc_push()
1007 repv = NULL; in r535_gsp_rpc_push()
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h10 typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc);
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1339 r535_disp_irq(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_irq() argument
1342 Nv2080DpIrqNotification *irq = repv; in r535_disp_irq()
1354 r535_disp_hpd(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_hpd() argument
1357 Nv2080HotplugNotification *hpd = repv; in r535_disp_hpd()
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c553 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler() argument
/linux-6.15/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1295 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler() argument