Lines Matching refs:gpc

330 	int gpc, tpc, ppc, rop;  in gm107_gr_init()  local
351 for (i = 0, gpc = -1; i < priv->tpc_total; i++) { in gm107_gr_init()
353 gpc = (gpc + 1) % priv->gpc_nr; in gm107_gr_init()
354 } while (!tpcnr[gpc]); in gm107_gr_init()
355 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; in gm107_gr_init()
365 for (gpc = 0; gpc < priv->gpc_nr; gpc++) { in gm107_gr_init()
366 nv_wr32(priv, GPC_UNIT(gpc, 0x0914), in gm107_gr_init()
367 priv->magic_not_rop_nr << 8 | priv->tpc_nr[gpc]); in gm107_gr_init()
368 nv_wr32(priv, GPC_UNIT(gpc, 0x0910), 0x00040000 | in gm107_gr_init()
370 nv_wr32(priv, GPC_UNIT(gpc, 0x0918), magicgpc918); in gm107_gr_init()
393 for (gpc = 0; gpc < priv->gpc_nr; gpc++) { in gm107_gr_init()
395 nv_wr32(priv, PPC_UNIT(gpc, ppc, 0x038), 0xc0000000); in gm107_gr_init()
396 nv_wr32(priv, GPC_UNIT(gpc, 0x0420), 0xc0000000); in gm107_gr_init()
397 nv_wr32(priv, GPC_UNIT(gpc, 0x0900), 0xc0000000); in gm107_gr_init()
398 nv_wr32(priv, GPC_UNIT(gpc, 0x1028), 0xc0000000); in gm107_gr_init()
399 nv_wr32(priv, GPC_UNIT(gpc, 0x0824), 0xc0000000); in gm107_gr_init()
400 for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) { in gm107_gr_init()
401 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x508), 0xffffffff); in gm107_gr_init()
402 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x50c), 0xffffffff); in gm107_gr_init()
403 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x224), 0xc0000000); in gm107_gr_init()
404 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x48c), 0xc0000000); in gm107_gr_init()
405 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x084), 0xc0000000); in gm107_gr_init()
406 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x430), 0xc0000000); in gm107_gr_init()
407 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x644), 0x00dffffe); in gm107_gr_init()
408 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x64c), 0x00000005); in gm107_gr_init()
410 nv_wr32(priv, GPC_UNIT(gpc, 0x2c90), 0xffffffff); in gm107_gr_init()
411 nv_wr32(priv, GPC_UNIT(gpc, 0x2c94), 0xffffffff); in gm107_gr_init()