Home
last modified time | relevance | path

Searched refs:context_new (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnvc0_fence.c81 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
Dnv04_fence.c106 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
Dnv10_fence.c107 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
Dnouveau_fence.h57 int (*context_new)(struct nouveau_channel *); member
Dnv50_fence.c96 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
Dnv17_fence.c125 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
Dnv84_fence.c228 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
Dnouveau_chan.c390 return nouveau_fence(chan->drm)->context_new(chan); in nouveau_channel_init()