Searched refs:NV10_PGRAPH_CTX_USER (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nv10_graph.c | 94 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 …]
|
D | nv20_graph.c | 64 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()
|
D | nouveau_reg.h | 216 #define NV10_PGRAPH_CTX_USER 0x00400148 macro
|