Lines Matching refs:gpc

204 	int gpc, tpc, rop;  in gk104_gr_init()  local
229 for (i = 0, gpc = -1; i < priv->tpc_total; i++) { in gk104_gr_init()
231 gpc = (gpc + 1) % priv->gpc_nr; in gk104_gr_init()
232 } while (!tpcnr[gpc]); in gk104_gr_init()
233 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; in gk104_gr_init()
243 for (gpc = 0; gpc < priv->gpc_nr; gpc++) { in gk104_gr_init()
244 nv_wr32(priv, GPC_UNIT(gpc, 0x0914), in gk104_gr_init()
245 priv->magic_not_rop_nr << 8 | priv->tpc_nr[gpc]); in gk104_gr_init()
246 nv_wr32(priv, GPC_UNIT(gpc, 0x0910), 0x00040000 | in gk104_gr_init()
248 nv_wr32(priv, GPC_UNIT(gpc, 0x0918), magicgpc918); in gk104_gr_init()
273 for (gpc = 0; gpc < priv->gpc_nr; gpc++) { in gk104_gr_init()
274 nv_wr32(priv, GPC_UNIT(gpc, 0x3038), 0xc0000000); in gk104_gr_init()
275 nv_wr32(priv, GPC_UNIT(gpc, 0x0420), 0xc0000000); in gk104_gr_init()
276 nv_wr32(priv, GPC_UNIT(gpc, 0x0900), 0xc0000000); in gk104_gr_init()
277 nv_wr32(priv, GPC_UNIT(gpc, 0x1028), 0xc0000000); in gk104_gr_init()
278 nv_wr32(priv, GPC_UNIT(gpc, 0x0824), 0xc0000000); in gk104_gr_init()
279 for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) { in gk104_gr_init()
280 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x508), 0xffffffff); in gk104_gr_init()
281 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x50c), 0xffffffff); in gk104_gr_init()
282 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x224), 0xc0000000); in gk104_gr_init()
283 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x48c), 0xc0000000); in gk104_gr_init()
284 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x084), 0xc0000000); in gk104_gr_init()
285 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x644), 0x001ffffe); in gk104_gr_init()
286 nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x64c), 0x0000000f); in gk104_gr_init()
288 nv_wr32(priv, GPC_UNIT(gpc, 0x2c90), 0xffffffff); in gk104_gr_init()
289 nv_wr32(priv, GPC_UNIT(gpc, 0x2c94), 0xffffffff); in gk104_gr_init()