/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
notify.h | 29 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_disp.c | 221 nvif_notify_init(&drm->nvsw, nv04_flip_complete,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_ovly507e.c | 200 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, false,
|
nouveau_dispnv50_base507c.c | 288 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_notify.c | 170 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), function in typeref:typename:int
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fence.c | 209 ret = nvif_notify_init(&chan->user, nouveau_fence_wait_uevent_handler,
|
nouveau_chan.c | 372 ret = nvif_notify_init(&chan->user, nouveau_channel_killed,
|
nouveau_display.c | 186 ret = nvif_notify_init(&disp->disp.object,
|
nouveau_svm.c | 851 ret = nvif_notify_init(&buffer->object, nouveau_svm_fault, true,
|
nouveau_connector.c | 1451 ret = nvif_notify_init(&disp->disp.object, nouveau_connector_hotplug,
|