Home
last modified time | relevance | path

Searched refs:nvif_notify_put (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h31 int nvif_notify_put(struct nvif_notify *);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.c100 nvif_notify_put(&fctx->notify); in nouveau_fence_context_del()
282 nvif_notify_put(&fctx->notify); in nouveau_fence_emit()
306 nvif_notify_put(&fctx->notify); in nouveau_fence_done()
577 nvif_notify_put(&fctx->notify); in nouveau_fence_enable_signaling()
Dnouveau_display.c74 nvif_notify_put(&nv_crtc->vblank); in nouveau_display_vblank_disable()
399 nvif_notify_put(&drm->flip); in nouveau_display_fini()
404 nvif_notify_put(&conn->hpd); in nouveau_display_fini()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Dnotify.c51 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put() function
155 int ret = nvif_notify_put(notify); in nvif_notify_fini()