Lines Matching defs:bctx
56 nouveau_bufctx(struct nouveau_bufctx *bctx)
58 return (struct nouveau_bufctx_priv *)bctx;
99 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin)
101 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
112 bctx->relocs -= pbin->relocs;
117 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin,
120 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
134 DRMLISTADDTAIL(&pref->base.thead, &bctx->pending);
135 pref->bufctx = bctx;
144 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet,
148 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx);
150 struct nouveau_bufref *bref = nouveau_bufctx_refn(bctx, bin, bo, flags);
157 bctx->relocs++;