Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv10_graph.c711 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv10_graph_load_dma_vtxbuf()
712 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv10_graph_load_dma_vtxbuf()
882 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv10_graph_context_del()
888 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv10_graph_context_del()
962 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv10_graph_fini()
964 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv10_graph_fini()
1109 nv_wr32(dev, NV04_PGRAPH_FIFO, 0x00000001); in nv10_graph_isr()
Dnv20_graph.c457 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv20_graph_context_del()
463 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv20_graph_context_del()
659 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv20_graph_fini()
661 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv20_graph_fini()
693 nv_wr32(dev, NV04_PGRAPH_FIFO, 0x00000001); in nv20_graph_isr()
Dnv04_graph.c453 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv04_graph_context_del()
459 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv04_graph_context_del()
543 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000000); in nv04_graph_fini()
545 nv_mask(dev, NV04_PGRAPH_FIFO, 0x00000001, 0x00000001); in nv04_graph_fini()
1060 nv_wr32(dev, NV04_PGRAPH_FIFO, 0x00000001); in nv04_graph_isr()
Dnv40_graph.c415 nv_wr32(dev, NV04_PGRAPH_FIFO, 0x00000001); in nv40_graph_isr()
Dnouveau_reg.h340 #define NV04_PGRAPH_FIFO 0x00400720 macro