HomeSort by: relevance | last modified time | path
    Searched refs:cp_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxnv40.c 92 #define CP_CTX 0x00100000
169 cp_ctx(ctx, 0x4000a4, 1);
171 cp_ctx(ctx, 0x400144, 58);
173 cp_ctx(ctx, 0x400314, 1);
175 cp_ctx(ctx, 0x400400, 10);
176 cp_ctx(ctx, 0x400480, 10);
177 cp_ctx(ctx, 0x400500, 19);
183 cp_ctx(ctx, 0x400560, 6);
186 cp_ctx(ctx, 0x40057c, 5);
187 cp_ctx(ctx, 0x400710, 3)
    [all...]
nouveau_nvkm_engine_gr_ctxnv50.c 82 #define CP_CTX 0x00100000
223 cp_ctx (ctx, 0x400828, 1); /* needed. otherwise, flickering happens. */
310 cp_ctx(ctx, 0x400808, 7);
312 cp_ctx(ctx, 0x400834, 0x32);
325 cp_ctx(ctx, 0x400908, 0xb);
327 cp_ctx(ctx, 0x400908, 0xc);
329 cp_ctx(ctx, 0x400908, 0xe);
332 cp_ctx(ctx, 0x400b00, 0x1);
334 cp_ctx(ctx, 0x400b10, 0x1);
336 cp_ctx(ctx, 0x400b20, 0x1)
    [all...]
ctxnv40.h 45 cp_ctx(struct nvkm_grctx *ctx, u32 reg, u32 length) function in typeref:typename:void
57 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg);

Completed in 13 milliseconds