Searched refs:nvif_notify_init (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 27 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 165 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_init() function
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | ovly507e.c | 195 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, false, in ovly507e_new_()
|
D | base507c.c | 283 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, in base507c_new_()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 216 nvif_notify_init(&drm->nvsw, nv04_flip_complete, in nv04_display_create()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 190 ret = nvif_notify_init(&chan->user, nouveau_fence_wait_uevent_handler, in nouveau_fence_context_new()
|
D | nouveau_display.c | 176 ret = nvif_notify_init(&disp->disp.object, in nouveau_display_vblank_init()
|
D | nouveau_chan.c | 365 ret = nvif_notify_init(&chan->user, nouveau_channel_killed, in nouveau_channel_init()
|
D | nouveau_svm.c | 794 ret = nvif_notify_init(&buffer->object, nouveau_svm_fault, true, in nouveau_svm_fault_buffer_ctor()
|
D | nouveau_connector.c | 1423 ret = nvif_notify_init(&disp->disp.object, nouveau_connector_hotplug, in nouveau_connector_create()
|