Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv20_graph.c84 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, 0); in nv20_graph_rdi()
484 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, tile->limit); in nv20_graph_set_tile_region()
486 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, tile->pitch); in nv20_graph_set_tile_region()
488 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, tile->addr); in nv20_graph_set_tile_region()
493 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, tile->zcomp); in nv20_graph_set_tile_region()
539 nv_wr32(dev, NV10_PGRAPH_RDI_DATA , 0x00000030); in nv20_graph_init()
541 nv_wr32(dev, NV10_PGRAPH_RDI_DATA , 0x00000030); in nv20_graph_init()
550 nv_wr32(dev, NV10_PGRAPH_RDI_DATA, nv_rd32(dev, 0x100324)); in nv20_graph_init()
565 nv_wr32(dev, NV10_PGRAPH_RDI_DATA , nv_rd32(dev, NV04_PFB_CFG0)); in nv20_graph_init()
567 nv_wr32(dev, NV10_PGRAPH_RDI_DATA , nv_rd32(dev, NV04_PFB_CFG1)); in nv20_graph_init()
[all …]
Dnouveau_reg.h345 #define NV10_PGRAPH_RDI_DATA 0x00400754 macro