Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv20_graph.c555 tmp = nv_rd32(dev, NV10_PGRAPH_SURFACE) & 0x0007ff00; in nv20_graph_init()
556 nv_wr32(dev, NV10_PGRAPH_SURFACE, tmp); in nv20_graph_init()
557 tmp = nv_rd32(dev, NV10_PGRAPH_SURFACE) | 0x00020100; in nv20_graph_init()
558 nv_wr32(dev, NV10_PGRAPH_SURFACE, tmp); in nv20_graph_init()
Dnouveau_reg.h335 #define NV10_PGRAPH_SURFACE 0x00400710 macro
Dnv10_graph.c123 NV10_PGRAPH_SURFACE,