Searched refs:ctxvals_pos (Results 1 – 5 of 5) sorted by relevance
264 ctx->ctxvals_pos += 0x400; /* padding... no idea why you need it */ in nv50_grctx_init()766 nv_wo32(ctx->data, 4 * (ctx->ctxvals_pos + i), val); in dd_emit()767 ctx->ctxvals_pos += num; in dd_emit()775 base = ctx->ctxvals_pos; in nv50_graph_construct_mmio_ddata()1083 num = ctx->ctxvals_pos - base; in nv50_graph_construct_mmio_ddata()1084 ctx->ctxvals_pos = base; in nv50_graph_construct_mmio_ddata()1138 nv_wo32(ctx->data, 4 * (ctx->ctxvals_pos + (i << 3)), val); in xf_emit()1139 ctx->ctxvals_pos += num << 3; in xf_emit()1172 offset = (ctx->ctxvals_pos+0x3f)&~0x3f; in nv50_graph_construct_xfer1()1177 ctx->ctxvals_pos = offset; in nv50_graph_construct_xfer1()[all …]
17 uint32_t ctxvals_pos; member45 ctx->ctxvals_base = ctx->ctxvals_pos; in cp_ctx()46 ctx->ctxvals_pos = ctx->ctxvals_base + length; in cp_ctx()113 ctx->ctxvals_pos = offset; in cp_pos()114 ctx->ctxvals_base = ctx->ctxvals_pos; in cp_pos()116 cp_lsr(ctx, ctx->ctxvals_pos); in cp_pos()
547 ctx->ctxvals_pos += len; in nv40_graph_construct_state3d_3()580 offset = ctx->ctxvals_pos; in nv40_graph_construct_shader()581 ctx->ctxvals_pos += (0x0300/4 + (vs_nr * vs_len)); in nv40_graph_construct_shader()648 cp_pos (ctx, ctx->ctxvals_pos); in nv40_grctx_init()
283 dev_priv->engine.graph.grctx_size = ctx.ctxvals_pos * 4; in nv40_graph_init()
157 dev_priv->engine.graph.grctx_size = ctx.ctxvals_pos * 4; in nv50_graph_init_ctxctl()