Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnvc0_fence.c81 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
Dnv04_fence.c110 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
Dnouveau_fence.h55 int (*context_new)(struct nouveau_channel *); member
Dnv10_fence.c104 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
Dnv50_fence.c79 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
Dnv17_fence.c126 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
Dnv84_fence.c192 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
Dnouveau_chan.c470 return nouveau_fence(chan->drm)->context_new(chan); in nouveau_channel_init()