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

/linux-master/drivers/gpu/drm/nouveau/
H A Dnvc0_fence.c95 priv->base.context_new = nvc0_fence_context_new;
H A Dnv10_fence.c106 priv->base.context_new = nv10_fence_context_new;
H A Dnv50_fence.c80 priv->base.context_new = nv50_fence_context_new;
H A Dnv04_fence.c109 priv->base.context_new = nv04_fence_context_new;
H A Dnouveau_fence.h56 int (*context_new)(struct nouveau_channel *); member in struct:nouveau_fence_priv
H A Dnv17_fence.c129 priv->base.context_new = nv17_fence_context_new;
H A Dnv84_fence.c210 priv->base.context_new = nv84_fence_context_new;
H A Dnouveau_chan.c492 return nouveau_fence(chan->drm)->context_new(chan);

Completed in 127 milliseconds