Searched refs:tpcnr (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk104.c203 u8 tpcnr[GPC_MAX]; gk104_gr_init() local
228 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gk104_gr_init()
232 } while (!tpcnr[gpc]); gk104_gr_init()
233 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gk104_gr_init()
H A Dgm107.c329 u8 tpcnr[GPC_MAX]; gm107_gr_init() local
350 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gm107_gr_init()
354 } while (!tpcnr[gpc]); gm107_gr_init()
355 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gm107_gr_init()
H A Dgm204.c258 u8 tpcnr[GPC_MAX]; gm204_gr_init() local
287 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gm204_gr_init()
291 } while (!tpcnr[gpc]); gm204_gr_init()
292 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gm204_gr_init()
H A Dctxgf100.c1121 u8 tpcnr[GPC_MAX], data[TPC_MAX]; gf100_grctx_generate_r4060a8() local
1124 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gf100_grctx_generate_r4060a8()
1131 } while (!tpcnr[gpc]); gf100_grctx_generate_r4060a8()
1132 tpcnr[gpc]--; gf100_grctx_generate_r4060a8()
1144 u8 tpcnr[GPC_MAX]; gf100_grctx_generate_r418bb8() local
1149 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gf100_grctx_generate_r418bb8()
1155 } while (!tpcnr[gpc]); gf100_grctx_generate_r418bb8()
1156 tpcnr[gpc]--; gf100_grctx_generate_r418bb8()
1202 u8 tpcnr[GPC_MAX]; gf100_grctx_generate_r406800() local
1206 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gf100_grctx_generate_r406800()
1216 } while (!tpcnr[gpc]); gf100_grctx_generate_r406800()
1217 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gf100_grctx_generate_r406800()
H A Dctxgk104.c889 u8 tpcnr[GPC_MAX]; gk104_grctx_generate_r418bb8() local
894 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gk104_grctx_generate_r418bb8()
900 } while (!tpcnr[gpc]); gk104_grctx_generate_r418bb8()
901 tpcnr[gpc]--; gk104_grctx_generate_r418bb8()
H A Dctxgm204.c952 u8 tpcnr[GPC_MAX]; gm204_grctx_generate_405b60() local
955 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gm204_grctx_generate_405b60()
964 } while(!tpcnr[gpc]); gm204_grctx_generate_405b60()
965 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gm204_grctx_generate_405b60()
H A Dgf100.c1418 u8 tpcnr[GPC_MAX]; gf100_gr_init() local
1437 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); gf100_gr_init()
1441 } while (!tpcnr[gpc]); gf100_gr_init()
1442 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; gf100_gr_init()

Completed in 304 milliseconds