Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv40_graph.c216 nv_wr32(dev, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv40_graph_init()
392 while ((stat = nv_rd32(dev, NV03_PGRAPH_INTR))) { in nv40_graph_isr()
414 nv_wr32(dev, NV03_PGRAPH_INTR, stat); in nv40_graph_isr()
Dnv20_graph.c514 nv_wr32(dev, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv20_graph_init()
599 nv_wr32(dev, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv30_graph_init()
674 while ((stat = nv_rd32(dev, NV03_PGRAPH_INTR))) { in nv20_graph_isr()
692 nv_wr32(dev, NV03_PGRAPH_INTR, stat); in nv20_graph_isr()
Dnv04_graph.c507 nv_wr32(dev, NV03_PGRAPH_INTR, 0xFFFFFFFF); in nv04_graph_init()
1034 while ((stat = nv_rd32(dev, NV03_PGRAPH_INTR))) { in nv04_graph_isr()
1053 nv_wr32(dev, NV03_PGRAPH_INTR, NV_PGRAPH_INTR_CONTEXT_SWITCH); in nv04_graph_isr()
1059 nv_wr32(dev, NV03_PGRAPH_INTR, stat); in nv04_graph_isr()
Dnv10_graph.c919 nv_wr32(dev, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv10_graph_init()
1083 while ((stat = nv_rd32(dev, NV03_PGRAPH_INTR))) { in nv10_graph_isr()
1102 nv_wr32(dev, NV03_PGRAPH_INTR, NV_PGRAPH_INTR_CONTEXT_SWITCH); in nv10_graph_isr()
1108 nv_wr32(dev, NV03_PGRAPH_INTR, stat); in nv10_graph_isr()
Dnouveau_reg.h178 #define NV03_PGRAPH_INTR 0x00400100 macro