Searched refs:nv17_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.c367 static int nv17_graph_ctx_regs[] = { variable
390 int nv17[ARRAY_SIZE(nv17_graph_ctx_regs)];
647 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++) {
648 if (nv17_graph_ctx_regs[i] == reg)
738 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++)
739 nv_wr32(dev, nv17_graph_ctx_regs[i],
775 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++)
776 ctx->nv17[i] = nv_rd32(dev, nv17_graph_ctx_regs[i]);

Completed in 90 milliseconds