Searched refs:tpcnr (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf100.c | 1121 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 …]
|
D | ctxgm204.c | 952 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()
|
D | gm204.c | 258 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()
|
D | gk104.c | 203 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()
|
D | ctxgk104.c | 889 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()
|
D | gm107.c | 329 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()
|
D | gf100.c | 1418 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()
|