Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnv04_fence.c109 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
Dnvc0_fence.c95 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
Dnv10_fence.c106 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
Dnouveau_fence.h55 int (*context_new)(struct nouveau_channel *); member
Dnv50_fence.c80 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
Dnv17_fence.c129 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
Dnv84_fence.c204 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
Dnouveau_chan.c501 return nouveau_fence(chan->drm)->context_new(chan); in nouveau_channel_init()