Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c283 *size = ctx.ctxvals_pos * 4; in nv50_grctx_init()
791 ctx->ctxvals_pos += num; in dd_emit()
799 base = ctx->ctxvals_pos; in nv50_gr_construct_mmio_ddata()
1107 num = ctx->ctxvals_pos - base; in nv50_gr_construct_mmio_ddata()
1108 ctx->ctxvals_pos = base; in nv50_gr_construct_mmio_ddata()
1164 ctx->ctxvals_pos += num << 3; in xf_emit()
1202 ctx->ctxvals_pos = offset; in nv50_gr_construct_xfer1()
1252 ctx->ctxvals_pos = offset; in nv50_gr_construct_xfer1()
1338 ctx->ctxvals_pos = (ctx->ctxvals_pos+0x3f)&~0x3f; in nv50_gr_construct_xfer1()
3297 ctx->ctxvals_pos = offset; in nv50_gr_construct_xfer2()
[all …]
H A Dctxnv40.h20 u32 ctxvals_pos; member
47 ctx->ctxvals_base = ctx->ctxvals_pos; in cp_ctx()
48 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()
H A Dctxnv40.c545 ctx->ctxvals_pos += len; in nv40_gr_construct_state3d_3()
577 offset = ctx->ctxvals_pos; in nv40_gr_construct_shader()
578 ctx->ctxvals_pos += (0x0300/4 + (vs_nr * vs_len)); in nv40_gr_construct_shader()
645 cp_pos (ctx, ctx->ctxvals_pos); in nv40_grctx_generate()
689 *size = ctx.ctxvals_pos * 4; in nv40_grctx_init()