Home
last modified time | relevance | path

Searched refs:ppc_tpc_max (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c60 const u32 bs = attrib * gr->ppc_tpc_max; in gp102_grctx_generate_attrib()
61 const u32 gs = gfxp * gr->ppc_tpc_max; in gp102_grctx_generate_attrib()
93 size += grctx->gfxp_nr * gr->func->ppc_nr * gr->ppc_tpc_max; in gp102_grctx_generate_attrib_cb_size()
H A Dctxgp100.c61 const u32 bs = attrib * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
71 bo += grctx->attrib_nr_max * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
100 size += grctx->attrib_nr_max * gr->func->ppc_nr * gr->ppc_tpc_max; in gp100_grctx_generate_attrib_cb_size()
H A Dctxgv100.c82 const u32 bs = attrib * gr->ppc_tpc_max; in gv100_grctx_generate_attrib()
83 const u32 gs = gfxp * gr->ppc_tpc_max; in gv100_grctx_generate_attrib()
H A Dgf100.h115 u8 ppc_tpc_max; member
H A Dgf100.c2028 if (gr->ppc_tpc_max < gr->ppc_tpc_nr[i][j]) in gf100_gr_oneinit()
2029 gr->ppc_tpc_max = gr->ppc_tpc_nr[i][j]; in gf100_gr_oneinit()