Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c80 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
H A Dnvc0_fence.c95 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
H A Dnv10_fence.c104 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
H A Dnv04_fence.c109 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
H A Dgv100_fence.c96 priv->base.context_new = gv100_fence_context_new; in gv100_fence_create()
H A Dnouveau_fence.h62 int (*context_new)(struct nouveau_channel *); member
H A Dnv17_fence.c129 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
H A Dnv84_fence.c208 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
H A Dnouveau_chan.c490 return nouveau_fence(drm)->context_new(chan); in nouveau_channel_init()