Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_reg.h328 #define NV04_PGRAPH_STATUS 0x00400700 macro
Dnouveau_state.c1443 if (!nv_wait(dev, NV04_PGRAPH_STATUS, mask, 0)) { in nouveau_wait_for_idle()
1445 nv_rd32(dev, NV04_PGRAPH_STATUS)); in nouveau_wait_for_idle()
Dnv20_graph.c660 if (!nv_wait(dev, NV04_PGRAPH_STATUS, ~0, 0) && suspend) { in nv20_graph_fini()
Dnv04_graph.c544 if (!nv_wait(dev, NV04_PGRAPH_STATUS, ~0, 0) && suspend) { in nv04_graph_fini()
Dnv10_graph.c963 if (!nv_wait(dev, NV04_PGRAPH_STATUS, ~0, 0) && suspend) { in nv10_graph_fini()