Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv10_graph.c94 NV10_PGRAPH_CTX_USER,
686 ctx_user = nv_rd32(dev, NV10_PGRAPH_CTX_USER); in nv10_graph_load_dma_vtxbuf()
703 nv_mask(dev, NV10_PGRAPH_CTX_USER, 0xe000, subchan << 13); in nv10_graph_load_dma_vtxbuf()
726 nv_wr32(dev, NV10_PGRAPH_CTX_USER, ctx_user); in nv10_graph_load_dma_vtxbuf()
751 tmp = nv_rd32(dev, NV10_PGRAPH_CTX_USER); in nv10_graph_load_context()
752 nv_wr32(dev, NV10_PGRAPH_CTX_USER, (tmp & 0xffffff) | chan->id << 24); in nv10_graph_load_context()
784 tmp = nv_rd32(dev, NV10_PGRAPH_CTX_USER) & 0x00ffffff; in nv10_graph_unload_context()
786 nv_wr32(dev, NV10_PGRAPH_CTX_USER, tmp); in nv10_graph_unload_context()
828 chid = nv_rd32(dev, NV10_PGRAPH_CTX_USER) >> 24; in nv10_graph_channel()
867 NV_WRITE_CTX(NV10_PGRAPH_CTX_USER, chan->id << 24); in nv10_graph_context_new()
[all …]
Dnv20_graph.c64 tmp = nv_rd32(dev, NV10_PGRAPH_CTX_USER) & 0x00ffffff; in nv20_graph_unload_context()
66 nv_wr32(dev, NV10_PGRAPH_CTX_USER, tmp); in nv20_graph_unload_context()
Dnouveau_reg.h216 #define NV10_PGRAPH_CTX_USER 0x00400148 macro