Searched refs:tpcnr (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf100.c | 1124 u8 tpcnr[GPC_MAX], data[TPC_MAX]; in gf100_grctx_generate_r4060a8() local 1127 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r4060a8() 1134 } while (!tpcnr[gpc]); in gf100_grctx_generate_r4060a8() 1135 tpcnr[gpc]--; in gf100_grctx_generate_r4060a8() 1148 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r418bb8() local 1153 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r418bb8() 1159 } while (!tpcnr[gpc]); in gf100_grctx_generate_r418bb8() 1160 tpcnr[gpc]--; in gf100_grctx_generate_r418bb8() 1207 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r406800() local 1211 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r406800() [all …]
|
D | ctxgm204.c | 955 u8 tpcnr[GPC_MAX]; in gm204_grctx_generate_405b60() local 958 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gm204_grctx_generate_405b60() 967 } while(!tpcnr[gpc]); in gm204_grctx_generate_405b60() 968 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gm204_grctx_generate_405b60()
|
D | gm204.c | 244 u8 tpcnr[GPC_MAX]; in gm204_gr_init() local 268 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gm204_gr_init() 272 } while (!tpcnr[gpc]); in gm204_gr_init() 273 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gm204_gr_init()
|
D | gk104.c | 186 u8 tpcnr[GPC_MAX]; in gk104_gr_init() local 204 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gk104_gr_init() 208 } while (!tpcnr[gpc]); in gk104_gr_init() 209 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gk104_gr_init()
|
D | ctxgk104.c | 891 u8 tpcnr[GPC_MAX]; in gk104_grctx_generate_r418bb8() local 896 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gk104_grctx_generate_r418bb8() 902 } while (!tpcnr[gpc]); in gk104_grctx_generate_r418bb8() 903 tpcnr[gpc]--; in gk104_grctx_generate_r418bb8()
|
D | gm107.c | 316 u8 tpcnr[GPC_MAX]; in gm107_gr_init() local 333 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gm107_gr_init() 337 } while (!tpcnr[gpc]); in gm107_gr_init() 338 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gm107_gr_init()
|
D | gk20a.c | 188 u8 tpcnr[GPC_MAX]; in gk20a_gr_init() local 217 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gk20a_gr_init() 221 } while (!tpcnr[gpc]); in gk20a_gr_init() 222 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gk20a_gr_init()
|
D | gf100.c | 1724 u8 tpcnr[GPC_MAX]; in gf100_gr_init() local 1741 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_gr_init() 1745 } while (!tpcnr[gpc]); in gf100_gr_init() 1746 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gf100_gr_init()
|