Searched refs:nvif_notify_init (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 27 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | ovly507e.c | 196 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, false, in ovly507e_new_()
|
D | base507c.c | 265 ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, in base507c_new_()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.c | 191 ret = nvif_notify_init(&chan->user, nouveau_fence_wait_uevent_handler, in nouveau_fence_context_new()
|
D | nouveau_chan.c | 341 ret = nvif_notify_init(&chan->user, nouveau_channel_killed, in nouveau_channel_init()
|
D | nouveau_display.c | 178 ret = nvif_notify_init(&disp->disp.object, in nouveau_display_vblank_init()
|
D | nouveau_drm.c | 414 ret = nvif_notify_init(&drm->nvsw, in nouveau_accel_init()
|
D | nouveau_connector.c | 1369 ret = nvif_notify_init(&disp->disp.object, nouveau_connector_hotplug, in nouveau_connector_create()
|