Searched refs:ctxvals_pos (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_grctx.h17 uint32_t ctxvals_pos; member in struct:nouveau_grctx
45 ctx->ctxvals_base = ctx->ctxvals_pos;
46 ctx->ctxvals_pos = ctx->ctxvals_base + length;
113 ctx->ctxvals_pos = offset;
114 ctx->ctxvals_base = ctx->ctxvals_pos;
116 cp_lsr(ctx, ctx->ctxvals_pos);
H A Dnv50_grctx.c260 ctx->ctxvals_pos += 0x400; /* padding... no idea why you need it */
998 nv_wo32(ctx->dev, ctx->data, ctx->ctxvals_pos + (i << 3), val);
999 ctx->ctxvals_pos += num << 3;
1027 offset = (ctx->ctxvals_pos+0x3f)&~0x3f;
1032 ctx->ctxvals_pos = offset;
1069 if ((ctx->ctxvals_pos-offset)/8 > size)
1070 size = (ctx->ctxvals_pos-offset)/8;
1073 ctx->ctxvals_pos = offset + 0x1;
1099 if ((ctx->ctxvals_pos-offset)/8 > size)
1100 size = (ctx->ctxvals_pos
[all...]
H A Dnv40_grctx.c558 ctx->ctxvals_pos += len;
591 offset = ctx->ctxvals_pos;
592 ctx->ctxvals_pos += (0x0300/4 + (vs_nr * vs_len));
659 cp_pos (ctx, ctx->ctxvals_pos);
H A Dnv40_graph.c253 dev_priv->engine.graph.grctx_size = ctx.ctxvals_pos * 4;
H A Dnv50_graph.c122 dev_priv->engine.graph.grctx_size = ctx.ctxvals_pos * 4;

Completed in 117 milliseconds