Searched refs:NV04_PGRAPH_CTX_USER (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv04_graph.c | 362 chid = nv_rd32(dev, NV04_PGRAPH_CTX_USER) >> 24; in nv04_graph_channel() 395 tmp = nv_rd32(dev, NV04_PGRAPH_CTX_USER) & 0x00ffffff; in nv04_graph_load_context() 396 nv_wr32(dev, NV04_PGRAPH_CTX_USER, tmp | chan->id << 24); in nv04_graph_load_context() 422 tmp = nv_rd32(dev, NV04_PGRAPH_CTX_USER) & 0x00ffffff; in nv04_graph_unload_context() 424 nv_wr32(dev, NV04_PGRAPH_CTX_USER, tmp); in nv04_graph_unload_context() 529 tmp = nv_rd32(dev, NV04_PGRAPH_CTX_USER) & 0x00ffffff; in nv04_graph_init() 531 nv_wr32(dev, NV04_PGRAPH_CTX_USER, tmp); in nv04_graph_init()
|
D | nouveau_reg.h | 225 #define NV04_PGRAPH_CTX_USER 0x00400174 macro
|