Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnv10_graph.c371 static int nv17_graph_ctx_regs[] = { variable
394 int nv17[ARRAY_SIZE(nv17_graph_ctx_regs)];
652 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++) { in nv17_graph_ctx_regs_find_offset()
653 if (nv17_graph_ctx_regs[i] == reg) in nv17_graph_ctx_regs_find_offset()
743 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++) in nv10_graph_load_context()
744 nv_wr32(dev, nv17_graph_ctx_regs[i], in nv10_graph_load_context()
780 for (i = 0; i < ARRAY_SIZE(nv17_graph_ctx_regs); i++) in nv10_graph_unload_context()
781 ctx->nv17[i] = nv_rd32(dev, nv17_graph_ctx_regs[i]); in nv10_graph_unload_context()