Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_grctx.c275 ctx->ctxvals_pos += 0x400; /* padding... no idea why you need it */ in nv50_grctx_init()
777 nv_wo32(ctx->data, 4 * (ctx->ctxvals_pos + i), val); in dd_emit()
778 ctx->ctxvals_pos += num; in dd_emit()
786 base = ctx->ctxvals_pos; in nv50_graph_construct_mmio_ddata()
1094 num = ctx->ctxvals_pos - base; in nv50_graph_construct_mmio_ddata()
1095 ctx->ctxvals_pos = base; in nv50_graph_construct_mmio_ddata()
1149 nv_wo32(ctx->data, 4 * (ctx->ctxvals_pos + (i << 3)), val); in xf_emit()
1150 ctx->ctxvals_pos += num << 3; in xf_emit()
1183 offset = (ctx->ctxvals_pos+0x3f)&~0x3f; in nv50_graph_construct_xfer1()
1188 ctx->ctxvals_pos = offset; in nv50_graph_construct_xfer1()
[all …]
Dnouveau_grctx.h17 uint32_t ctxvals_pos; member
45 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()
Dnv40_grctx.c547 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()
Dnv40_graph.c205 pgraph->grctx_size = ctx.ctxvals_pos * 4; in nv40_graph_init()
Dnv50_graph.c1018 pgraph->grctx_size = ctx.ctxvals_pos * 4; in nv50_graph_create()