Searched refs:nvif_event (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | event.h | 6 struct nvif_event; 10 typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc); 12 struct nvif_event { struct 18 nvif_event_constructed(struct nvif_event *event) in nvif_event_constructed() argument 24 struct nvif_event_v0 *, u32, bool, struct nvif_event *); 28 bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event) in nvif_event_ctor() 33 void nvif_event_dtor(struct nvif_event *); 34 int nvif_event_allow(struct nvif_event *); 35 int nvif_event_block(struct nvif_event *);
|
A D | head.h | 22 struct nvif_event *);
|
A D | conn.h | 27 struct nvif_event *);
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/ |
A D | event.c | 29 nvif_event_block(struct nvif_event *event) in nvif_event_block() 40 nvif_event_allow(struct nvif_event *event) in nvif_event_allow() 51 nvif_event_dtor(struct nvif_event *event) in nvif_event_dtor() 59 struct nvif_event *event) in nvif_event_ctor_()
|
A D | head.c | 31 bool wait, struct nvif_event *event) in nvif_head_vblank_event_ctor()
|
A D | conn.c | 31 struct nvif_event *event) in nvif_conn_event_ctor()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_connector.h | 128 struct nvif_event hpd; 129 struct nvif_event irq;
|
A D | nouveau_crtc.h | 39 struct nvif_event vblank;
|
A D | nouveau_chan.h | 57 struct nvif_event kill;
|
A D | nouveau_nvif.c | 76 struct nvif_event *event = container_of(object, typeof(*event), object); in nvkm_client_event()
|
A D | nouveau_fence.h | 47 struct nvif_event event;
|
A D | nouveau_fence.c | 148 nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc) in nouveau_fence_wait_uevent_handler()
|
A D | nouveau_svm.c | 54 struct nvif_event notify; 886 nouveau_svm_event(struct nvif_event *event, void *argv, u32 argc) in nouveau_svm_event()
|
A D | nouveau_connector.c | 1181 nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_irq() 1190 nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc) in nouveau_connector_hotplug()
|
A D | nouveau_chan.c | 44 nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc) in nouveau_channel_killed()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | disp.h | 89 struct nvif_event flip; 185 int nv04_flip_complete(struct nvif_event *, void *, u32);
|
A D | crtc.c | 1076 nv04_flip_complete(struct nvif_event *event, void *argv, u32 argc) in nv04_flip_complete() 1276 nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv04_crtc_vblank_handler()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | head.c | 558 nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc) in nv50_head_vblank_handler()
|
Completed in 25 milliseconds