Searched refs:cp_out (Results 1 - 3 of 3) 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.h23 cp_out(struct nouveau_grctx *ctx, uint32_t inst) function
37 cp_out(ctx, CP_LOAD_SR | val);
53 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg);
87 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag |
99 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0));
106 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0));
117 cp_out(ctx, CP_SET_CONTEXT_POINTER);
H A Dnv40_grctx.c551 cp_out (ctx, 0x300000);
556 cp_out (ctx, 0x800001);
589 cp_out(ctx, nv40_graph_4097(dev) ? 0x800041 : 0x800029);
624 cp_out (ctx, CP_NEXT_TO_SWAP);
628 cp_out (ctx, 0x00910880); /* ?? */
629 cp_out (ctx, 0x00901ffe); /* ?? */
630 cp_out (ctx, 0x01940000); /* ?? */
632 cp_out (ctx, 0x0060000b); /* ?? */
634 cp_out (ctx, 0x0060000c); /* ?? */
666 cp_out (ct
[all...]
H A Dnv50_grctx.c204 cp_out (ctx, CP_DISABLE1);
205 cp_out (ctx, CP_DISABLE2);
206 cp_out (ctx, CP_ENABLE);
207 cp_out (ctx, CP_NEXT_TO_SWAP);
210 cp_out (ctx, CP_NEWCTX);
241 cp_out (ctx, CP_SET_XFER_POINTER);
243 cp_out (ctx, CP_SEEK_1);
244 cp_out (ctx, CP_XFER_1);
254 cp_out (ctx, CP_NEXT_TO_CURRENT);
259 cp_out (ct
[all...]

Completed in 169 milliseconds