Searched refs:notifier_vma (Results 1 – 3 of 3) sorted by relevance
63 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()
206 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()
255 struct nouveau_vma notifier_vma; member