Home
last modified time | relevance | path

Searched refs:nvkm_gsp_event (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h34 struct nvkm_gsp_event;
35 typedef void (*nvkm_gsp_event_func)(struct nvkm_gsp_event *, void *repv, u32 repc);
467 struct nvkm_gsp_event { struct
479 nvkm_gsp_event_func func, struct nvkm_gsp_event *event) in nvkm_gsp_device_event_ctor() argument
487 nvkm_gsp_event_dtor(struct nvkm_gsp_event *event) in nvkm_gsp_event_dtor()
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h25 struct nvkm_gsp_event hpd;
26 struct nvkm_gsp_event irq;
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Drm.h76 nvkm_gsp_event_func, struct nvkm_gsp_event *);
77 void (*dtor)(struct nvkm_gsp_event *);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddisp.c1361 r535_disp_irq(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_irq()
1376 r535_disp_hpd(struct nvkm_gsp_event *event, void *repv, u32 repc) in r535_disp_hpd()
H A Dgsp.c974 struct nvkm_gsp_event *event; in r535_gsp_msg_post_event()