Searched refs:nvif_notify (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 5 struct nvif_notify { struct 14 void (*dtor)(struct nvif_notify *); argument 17 int (*func)(struct nvif_notify *); argument 29 int (*func)(struct nvif_notify *), bool work, u8 type, argument 30 void *data, u32 size, u32 reply, struct nvif_notify *); 31 int nvif_notify_dtor(struct nvif_notify *); 32 int nvif_notify_get(struct nvif_notify *); 33 int nvif_notify_put(struct nvif_notify *); 34 int nvif_notify(const void *, u32, const void *, u32);
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 33 nvif_notify_put_(struct nvif_notify *notify) in nvif_notify_put_() 51 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put() 64 nvif_notify_get_(struct nvif_notify *notify) in nvif_notify_get_() 82 nvif_notify_get(struct nvif_notify *notify) in nvif_notify_get() 91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func() 107 struct nvif_notify *notify = container_of(work, typeof(*notify), work); in nvif_notify_work() 112 nvif_notify(const void *header, u32 length, const void *data, u32 size) in nvif_notify() function 114 struct nvif_notify *notify = NULL; in nvif_notify() 145 nvif_notify_dtor(struct nvif_notify *notify) in nvif_notify_dtor() 166 int (*func)(struct nvif_notify *), bool work, u8 event, in nvif_notify_ctor() argument [all …]
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 87 struct nvif_notify flip; 182 int nv04_flip_complete(struct nvif_notify *);
|
D | crtc.c | 1083 nv04_flip_complete(struct nvif_notify *notify) in nv04_flip_complete() 1282 static int nv04_crtc_vblank_handler(struct nvif_notify *notify) in nv04_crtc_vblank_handler()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 38 struct nvif_notify vblank;
|
D | nouveau_chan.h | 53 struct nvif_notify kill;
|
D | nouveau_nvif.c | 78 return nvkm_client_new(name, device, cfg, dbg, nvif_notify, (struct nvkm_client **)ppriv); in nvkm_client_driver_init()
|
D | nouveau_fence.h | 47 struct nvif_notify notify;
|
D | nouveau_connector.h | 127 struct nvif_notify hpd;
|
D | nouveau_fence.c | 153 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) in nouveau_fence_wait_uevent_handler()
|
D | nouveau_svm.c | 54 struct nvif_notify notify; 715 nouveau_svm_fault(struct nvif_notify *notify) in nouveau_svm_fault()
|
D | nouveau_chan.c | 49 nouveau_channel_killed(struct nvif_notify *ntfy) in nouveau_channel_killed()
|
D | nouveau_connector.c | 1179 nouveau_connector_hotplug(struct nvif_notify *notify) in nouveau_connector_hotplug()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 557 static int nv50_head_vblank_handler(struct nvif_notify *notify) in nv50_head_vblank_handler()
|