Searched refs:NV04_PGRAPH_CTX_USER (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 1039 int chid = nv_rd32(priv, NV04_PGRAPH_CTX_USER) >> 24; in nv04_gr_channel() 1056 nv_mask(priv, NV04_PGRAPH_CTX_USER, 0xff000000, chid << 24); in nv04_gr_load_context() 1071 nv_mask(priv, NV04_PGRAPH_CTX_USER, 0xff000000, 0x0f000000); in nv04_gr_unload_context() 1365 nv_mask(priv, NV04_PGRAPH_CTX_USER, 0xff000000, 0x0f000000); in nv04_gr_init()
|
D | regs.h | 56 #define NV04_PGRAPH_CTX_USER 0x00400174 macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_reg.h | 225 #define NV04_PGRAPH_CTX_USER 0x00400174 macro
|