Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h27 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
/Linux-v5.4/drivers/gpu/drm/nouveau/nvif/
Dnotify.c165 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/
Dovly507e.c195 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, false, in ovly507e_new_()
Dbase507c.c283 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, in base507c_new_()
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.c216 nvif_notify_init(&drm->nvsw, nv04_flip_complete, in nv04_display_create()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_fence.c190 ret = nvif_notify_init(&chan->user, nouveau_fence_wait_uevent_handler, in nouveau_fence_context_new()
Dnouveau_display.c176 ret = nvif_notify_init(&disp->disp.object, in nouveau_display_vblank_init()
Dnouveau_chan.c365 ret = nvif_notify_init(&chan->user, nouveau_channel_killed, in nouveau_channel_init()
Dnouveau_svm.c794 ret = nvif_notify_init(&buffer->object, nouveau_svm_fault, true, in nouveau_svm_fault_buffer_ctor()
Dnouveau_connector.c1423 ret = nvif_notify_init(&disp->disp.object, nouveau_connector_hotplug, in nouveau_connector_create()