HomeSort by: relevance | last modified time | path
    Searched refs:GPC_UNIT (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_tu102.c 50 nvkm_wr32(device, GPC_UNIT(gr->sm[sm].gpc, 0x0c10 +
76 nvkm_wr32(device, GPC_UNIT(gpc, 0x0914),
78 nvkm_wr32(device, GPC_UNIT(gpc, 0x0910), 0x00040000 |
80 nvkm_wr32(device, GPC_UNIT(gpc, 0x0918), magicgpc918);
nouveau_nvkm_engine_gr_gf117.c 148 nvkm_wr32(device, GPC_UNIT(gpc, 0x0914),
150 nvkm_wr32(device, GPC_UNIT(gpc, 0x0910), 0x00040000 |
152 nvkm_wr32(device, GPC_UNIT(gpc, 0x0918), magicgpc918);
nouveau_nvkm_engine_gr_gf100.c 1188 trap[0] = nvkm_rd32(device, GPC_UNIT(gpc, 0x0420)) & 0x3fffffff;
1189 trap[1] = nvkm_rd32(device, GPC_UNIT(gpc, 0x0434));
1190 trap[2] = nvkm_rd32(device, GPC_UNIT(gpc, 0x0438));
1191 trap[3] = nvkm_rd32(device, GPC_UNIT(gpc, 0x043c));
1199 nvkm_wr32(device, GPC_UNIT(gpc, 0x0420), 0xc0000000);
1312 u32 stat = nvkm_rd32(device, GPC_UNIT(gpc, 0x2c90));
1321 u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x0900));
1323 nvkm_wr32(device, GPC_UNIT(gpc, 0x0900), 0xc0000000);
1328 u32 trap = nvkm_rd32(device, GPC_UNIT(gpc, 0x1028));
1330 nvkm_wr32(device, GPC_UNIT(gpc, 0x1028), 0xc0000000)
    [all...]
nouveau_nvkm_engine_gr_ctxgp102.c 80 const u32 p = GPC_UNIT(gpc, 0xc44 + (ppc * 4));
nouveau_nvkm_engine_gr_gp102.c 97 data = nvkm_rd32(device, GPC_UNIT(gpc, 0x0c50)) & 0x0000000f;
nouveau_nvkm_engine_gr_ctxgv100.c 166 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c10 + tpc * 4), sm);
nouveau_nvkm_engine_gr_gk104.c 438 nvkm_wr32(device, GPC_UNIT(0, 0x3018), 0x00000001);
gf100.h 45 #define GPC_UNIT(t, r) (0x500000 + (t) * 0x8000 + (r))
nouveau_nvkm_engine_gr_ctxgf100.c 1315 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c08), gr->tpc_nr[gpc]);
1316 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c8c), gr->tpc_nr[gpc]);
1325 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c10 + tpc * 4), sm);
nouveau_nvkm_engine_gr_ctxgm107.c 964 nvkm_wr32(device, GPC_UNIT(gpc, 0x0c10 + tpc * 4), sm);

Completed in 20 milliseconds