Searched refs:NV03_PGRAPH_INTR (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/nouveau/core/engine/graph/ |
D | nv20.c | 203 u32 stat = nv_rd32(priv, NV03_PGRAPH_INTR); in nv20_graph_intr() 224 nv_wr32(priv, NV03_PGRAPH_INTR, stat); in nv20_graph_intr() 305 nv_wr32(priv, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv20_graph_init()
|
D | nv40.c | 301 u32 stat = nv_rd32(priv, NV03_PGRAPH_INTR); in nv40_graph_intr() 329 nv_wr32(priv, NV03_PGRAPH_INTR, stat); in nv40_graph_intr() 396 nv_wr32(priv, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv40_graph_init()
|
D | nv04.c | 1263 u32 stat = nv_rd32(priv, NV03_PGRAPH_INTR); in nv04_graph_intr() 1291 nv_wr32(priv, NV03_PGRAPH_INTR, NV_PGRAPH_INTR_CONTEXT_SWITCH); in nv04_graph_intr() 1297 nv_wr32(priv, NV03_PGRAPH_INTR, stat); in nv04_graph_intr() 1350 nv_wr32(priv, NV03_PGRAPH_INTR, 0xFFFFFFFF); in nv04_graph_init()
|
D | nv10.c | 1160 u32 stat = nv_rd32(priv, NV03_PGRAPH_INTR); in nv10_graph_intr() 1187 nv_wr32(priv, NV03_PGRAPH_INTR, NV_PGRAPH_INTR_CONTEXT_SWITCH); in nv10_graph_intr() 1193 nv_wr32(priv, NV03_PGRAPH_INTR, stat); in nv10_graph_intr() 1263 nv_wr32(priv, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv10_graph_init()
|
D | regs.h | 9 #define NV03_PGRAPH_INTR 0x00400100 macro
|
D | nv30.c | 173 nv_wr32(priv, NV03_PGRAPH_INTR , 0xFFFFFFFF); in nv30_graph_init()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_reg.h | 178 #define NV03_PGRAPH_INTR 0x00400100 macro
|