Home
last modified time | relevance | path

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

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