Home
last modified time | relevance | path

Searched refs:notifier_vma (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_notifier.c63 ret = nouveau_bo_vma_add(ntfy, chan->vm, &chan->notifier_vma); in nouveau_notifier_init_channel()
75 nouveau_bo_vma_del(ntfy, &chan->notifier_vma); in nouveau_notifier_init_channel()
90 nouveau_bo_vma_del(chan->notifier_bo, &chan->notifier_vma); in nouveau_notifier_takedown_channel()
138 offset = chan->notifier_vma.offset; in nouveau_notifier_alloc()
Dnvc0_fbcon.c206 OUT_RING (chan, upper_32_bits(chan->notifier_vma.offset)); in nvc0_fbcon_accel_init()
207 OUT_RING (chan, lower_32_bits(chan->notifier_vma.offset)); in nvc0_fbcon_accel_init()
Dnouveau_drv.h255 struct nouveau_vma notifier_vma; member