Searched refs:nvif_notify_init (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | notify.h | 26 int nvif_notify_init(struct nvif_object *, void (*dtor)(struct nvif_notify *),
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 167 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/ |
D | nouveau_fence.c | 191 ret = nvif_notify_init(chan->object, NULL, in nouveau_fence_context_new()
|
D | nouveau_display.c | 188 ret = nvif_notify_init(&disp->disp, NULL, in nouveau_display_vblank_init()
|
D | nouveau_connector.c | 1262 ret = nvif_notify_init(&disp->disp, NULL, nouveau_connector_hotplug, in nouveau_connector_create()
|