Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h26 int nvif_notify_init(struct nvif_object *, void (*dtor)(struct nvif_notify *),
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dnotify.c167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *), in nvif_notify_init() function
238 int ret = nvif_notify_init(object, nvif_notify_del, func, work, in nvif_notify_new()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fence.c191 ret = nvif_notify_init(chan->object, NULL, in nouveau_fence_context_new()
Dnouveau_display.c188 ret = nvif_notify_init(&disp->disp, NULL, in nouveau_display_vblank_init()
Dnouveau_connector.c1262 ret = nvif_notify_init(&disp->disp, NULL, nouveau_connector_hotplug, in nouveau_connector_create()