context_new       470 drivers/gpu/drm/nouveau/nouveau_chan.c 	return nouveau_fence(chan->drm)->context_new(chan);
context_new        55 drivers/gpu/drm/nouveau/nouveau_fence.h 	int  (*context_new)(struct nouveau_channel *);
context_new       110 drivers/gpu/drm/nouveau/nv04_fence.c 	priv->base.context_new = nv04_fence_context_new;
context_new       104 drivers/gpu/drm/nouveau/nv10_fence.c 	priv->base.context_new = nv10_fence_context_new;
context_new       126 drivers/gpu/drm/nouveau/nv17_fence.c 	priv->base.context_new = nv17_fence_context_new;
context_new        79 drivers/gpu/drm/nouveau/nv50_fence.c 	priv->base.context_new = nv50_fence_context_new;
context_new       192 drivers/gpu/drm/nouveau/nv84_fence.c 	priv->base.context_new = nv84_fence_context_new;
context_new        81 drivers/gpu/drm/nouveau/nvc0_fence.c 		priv->base.context_new = nvc0_fence_context_new;