Searched refs:tp_total (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nvc0_graph.h | 41 u8 tp_total; member
|
D | nvc0_graph.c | 339 priv->tp_total += priv->tp_nr[gpc]; in nvc0_graph_create() 345 if (priv->tp_total == 11) { /* 465, 3/4/4/0, 4 */ in nvc0_graph_create() 354 if (priv->tp_total == 14) { /* 470, 3/3/4/4, 5 */ in nvc0_graph_create() 362 if (priv->tp_total == 15) { /* 480, 3/4/4/4, 6 */ in nvc0_graph_create() 485 nv_wr32(dev, GPC_UNIT(gpc, 0x0910), 0x00040000 | priv->tp_total); in nvc0_graph_init_gpc_0()
|
D | nvc0_grctx.c | 1869 for (tp = 0; tp < priv->tp_total; tp++) { in nvc0_grctx_generate() 1889 for (tp = 0; tp < priv->tp_total; tp++) { in nvc0_grctx_generate() 1903 ntpcv = priv->tp_total; in nvc0_grctx_generate() 1916 nv_wr32(dev, 0x418bb8, (priv->tp_total << 8) | in nvc0_grctx_generate() 1922 nv_wr32(dev, 0x419bd0, (priv->tp_total << 8) | in nvc0_grctx_generate() 1930 nv_wr32(dev, 0x4078bc, (priv->tp_total << 8) | in nvc0_grctx_generate() 1946 int ltp = i * (priv->tp_total - 1) / 32; in nvc0_grctx_generate() 1960 } while (ltp == (++i * (priv->tp_total - 1) / 32)); in nvc0_grctx_generate()
|