/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
ctxnv40.h | 27 cp_out(struct nvkm_grctx *ctx, u32 inst) function in typeref:typename:void 41 cp_out(ctx, CP_LOAD_SR | val); 57 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg); 91 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag | 101 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0)); 108 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0)); 119 cp_out(ctx, CP_SET_CONTEXT_POINTER);
|
ctxnv40.h | 27 cp_out(struct nvkm_grctx *ctx, u32 inst) function in typeref:typename:void 41 cp_out(ctx, CP_LOAD_SR | val); 57 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg); 91 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag | 101 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0)); 108 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0)); 119 cp_out(ctx, CP_SET_CONTEXT_POINTER);
|
nouveau_nvkm_engine_gr_ctxnv40.c | 543 cp_out (ctx, 0x300000); 548 cp_out (ctx, 0x800001); 580 cp_out(ctx, nv44_gr_class(device) ? 0x800029 : 0x800041); 615 cp_out (ctx, CP_NEXT_TO_SWAP); 619 cp_out (ctx, 0x00910880); /* ?? */ 620 cp_out (ctx, 0x00901ffe); /* ?? */ 621 cp_out (ctx, 0x01940000); /* ?? */ 623 cp_out (ctx, 0x0060000b); /* ?? */ 625 cp_out (ctx, 0x0060000c); /* ?? */ 657 cp_out (ctx, CP_NEXT_TO_CURRENT) [all...] |
nouveau_nvkm_engine_gr_ctxnv40.c | 543 cp_out (ctx, 0x300000); 548 cp_out (ctx, 0x800001); 580 cp_out(ctx, nv44_gr_class(device) ? 0x800029 : 0x800041); 615 cp_out (ctx, CP_NEXT_TO_SWAP); 619 cp_out (ctx, 0x00910880); /* ?? */ 620 cp_out (ctx, 0x00901ffe); /* ?? */ 621 cp_out (ctx, 0x01940000); /* ?? */ 623 cp_out (ctx, 0x0060000b); /* ?? */ 625 cp_out (ctx, 0x0060000c); /* ?? */ 657 cp_out (ctx, CP_NEXT_TO_CURRENT) [all...] |
nouveau_nvkm_engine_gr_ctxnv50.c | 197 cp_out (ctx, CP_DISABLE1); 198 cp_out (ctx, CP_DISABLE2); 199 cp_out (ctx, CP_ENABLE); 200 cp_out (ctx, CP_NEXT_TO_SWAP); 203 cp_out (ctx, CP_NEWCTX); 234 cp_out (ctx, CP_SET_XFER_POINTER); 236 cp_out (ctx, CP_SEEK_1); 237 cp_out (ctx, CP_XFER_1); 247 cp_out (ctx, CP_NEXT_TO_CURRENT); 254 cp_out (ctx, CP_END) [all...] |
nouveau_nvkm_engine_gr_ctxnv50.c | 197 cp_out (ctx, CP_DISABLE1); 198 cp_out (ctx, CP_DISABLE2); 199 cp_out (ctx, CP_ENABLE); 200 cp_out (ctx, CP_NEXT_TO_SWAP); 203 cp_out (ctx, CP_NEWCTX); 234 cp_out (ctx, CP_SET_XFER_POINTER); 236 cp_out (ctx, CP_SEEK_1); 237 cp_out (ctx, CP_XFER_1); 247 cp_out (ctx, CP_NEXT_TO_CURRENT); 254 cp_out (ctx, CP_END) [all...] |