Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv40_grctx.c166 cp_ctx(ctx, 0x4000a4, 1); in nv40_graph_construct_general()
168 cp_ctx(ctx, 0x400144, 58); in nv40_graph_construct_general()
170 cp_ctx(ctx, 0x400314, 1); in nv40_graph_construct_general()
172 cp_ctx(ctx, 0x400400, 10); in nv40_graph_construct_general()
173 cp_ctx(ctx, 0x400480, 10); in nv40_graph_construct_general()
174 cp_ctx(ctx, 0x400500, 19); in nv40_graph_construct_general()
180 cp_ctx(ctx, 0x400560, 6); in nv40_graph_construct_general()
183 cp_ctx(ctx, 0x40057c, 5); in nv40_graph_construct_general()
184 cp_ctx(ctx, 0x400710, 3); in nv40_graph_construct_general()
187 cp_ctx(ctx, 0x400724, 1); in nv40_graph_construct_general()
[all …]
Dnv50_grctx.c234 cp_ctx (ctx, 0x400828, 1); /* needed. otherwise, flickering happens. */ in nv50_grctx_init()
286 cp_ctx(ctx, 0x400808, 7); in nv50_graph_construct_mmio()
288 cp_ctx(ctx, 0x400834, 0x32); in nv50_graph_construct_mmio()
301 cp_ctx(ctx, 0x400908, 0xb); in nv50_graph_construct_mmio()
303 cp_ctx(ctx, 0x400908, 0xc); in nv50_graph_construct_mmio()
305 cp_ctx(ctx, 0x400908, 0xe); in nv50_graph_construct_mmio()
308 cp_ctx(ctx, 0x400b00, 0x1); in nv50_graph_construct_mmio()
310 cp_ctx(ctx, 0x400b10, 0x1); in nv50_graph_construct_mmio()
312 cp_ctx(ctx, 0x400b20, 0x1); in nv50_graph_construct_mmio()
319 cp_ctx(ctx, 0x400c08, 0x2); in nv50_graph_construct_mmio()
[all …]
Dnouveau_grctx.h41 cp_ctx(struct nouveau_grctx *ctx, uint32_t reg, uint32_t length) in cp_ctx() function