Searched defs:tpnr (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnvc0_grctx.c1853 u8 tpnr[GPC_MAX], data[TP_MAX]; local
1855 memcpy(tpnr, priv->tp_nr, sizeof(priv->tp_nr));
1862 } while (!tpnr[gpc]);
1863 tpnr[gpc]--;
1873 u8 tpnr[GPC_MAX]; local
1877 memcpy(tpnr, priv->tp_nr, sizeof(priv->tp_nr));
1883 } while (!tpnr[gpc]);
1884 tpnr[gpc]--;
1929 u8 tpnr[GPC_MAX], a, b; local
1931 memcpy(tpnr, pri
[all...]
H A Dnvc0_graph.c373 u8 tpnr[GPC_MAX]; local
388 memcpy(tpnr, priv->tp_nr, sizeof(priv->tp_nr));
392 } while (!tpnr[gpc]);
393 tpc = priv->tp_nr[gpc] - tpnr[gpc]--;

Completed in 156 milliseconds