Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_bufctx

44 	struct nouveau_bufctx *bufctx;
53 struct nouveau_bufctx base;
60 nouveau_bufctx(struct nouveau_bufctx *bctx)
67 struct nouveau_bufctx **pbctx)
86 nouveau_bufctx_del(struct nouveau_bufctx **pbctx)
88 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx);
103 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin)
105 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin,
124 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
148 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet,
152 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);