Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf100.c1124 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 …]
Dctxgm204.c955 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()
Dgm204.c244 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()
Dgk104.c186 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()
Dctxgk104.c891 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()
Dgm107.c316 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()
Dgk20a.c188 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()
Dgf100.c1724 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()