Searched refs:cp_out (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nouveau_grctx.h | 23 cp_out(struct nouveau_grctx *ctx, uint32_t inst) in cp_out() function 37 cp_out(ctx, CP_LOAD_SR | val); in cp_lsr() 53 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg); in cp_ctx() 87 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag | in _cp_bra() 99 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0)); in _cp_wait() 106 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0)); in _cp_set() 117 cp_out(ctx, CP_SET_CONTEXT_POINTER); in cp_pos()
|
D | nv40_grctx.c | 540 cp_out (ctx, 0x300000); in nv40_graph_construct_state3d_3() 545 cp_out (ctx, 0x800001); in nv40_graph_construct_state3d_3() 578 cp_out(ctx, nv44_graph_class(dev) ? 0x800029 : 0x800041); in nv40_graph_construct_shader() 613 cp_out (ctx, CP_NEXT_TO_SWAP); in nv40_grctx_init() 617 cp_out (ctx, 0x00910880); /* ?? */ in nv40_grctx_init() 618 cp_out (ctx, 0x00901ffe); /* ?? */ in nv40_grctx_init() 619 cp_out (ctx, 0x01940000); /* ?? */ in nv40_grctx_init() 621 cp_out (ctx, 0x0060000b); /* ?? */ in nv40_grctx_init() 623 cp_out (ctx, 0x0060000c); /* ?? */ in nv40_grctx_init() 655 cp_out (ctx, CP_NEXT_TO_CURRENT); in nv40_grctx_init() [all …]
|
D | nv50_grctx.c | 208 cp_out (ctx, CP_DISABLE1); in nv50_grctx_init() 209 cp_out (ctx, CP_DISABLE2); in nv50_grctx_init() 210 cp_out (ctx, CP_ENABLE); in nv50_grctx_init() 211 cp_out (ctx, CP_NEXT_TO_SWAP); in nv50_grctx_init() 214 cp_out (ctx, CP_NEWCTX); in nv50_grctx_init() 245 cp_out (ctx, CP_SET_XFER_POINTER); in nv50_grctx_init() 247 cp_out (ctx, CP_SEEK_1); in nv50_grctx_init() 248 cp_out (ctx, CP_XFER_1); in nv50_grctx_init() 258 cp_out (ctx, CP_NEXT_TO_CURRENT); in nv50_grctx_init() 263 cp_out (ctx, CP_END); in nv50_grctx_init() [all …]
|