Searched refs:nv10_graph_ctx_regs (Results 1 - 1 of 1) 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 Dnv10_graph.c45 static int nv10_graph_ctx_regs[] = { variable
389 int nv10[ARRAY_SIZE(nv10_graph_ctx_regs)];
636 for (i = 0; i < ARRAY_SIZE(nv10_graph_ctx_regs); i++) {
637 if (nv10_graph_ctx_regs[i] == reg)
735 for (i = 0; i < ARRAY_SIZE(nv10_graph_ctx_regs); i++)
736 nv_wr32(dev, nv10_graph_ctx_regs[i], pgraph_ctx->nv10[i]);
771 for (i = 0; i < ARRAY_SIZE(nv10_graph_ctx_regs); i++)
772 ctx->nv10[i] = nv_rd32(dev, nv10_graph_ctx_regs[i]);

Completed in 30 milliseconds