Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp102.c55 size += grctx->gfxp_nr * gr->ppc_nr[gpc] * gr->ppc_tpc_max; in gp102_grctx_generate_attrib()
71 const u32 bs = attrib * gr->ppc_tpc_max; in gp102_grctx_generate_attrib()
72 const u32 gs = gfxp * gr->ppc_tpc_max; in gp102_grctx_generate_attrib()
Dctxgp100.c59 size += grctx->attrib_nr_max * gr->ppc_nr[gpc] * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
75 const u32 bs = attrib * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
83 bo += grctx->attrib_nr_max * gr->ppc_tpc_max; in gp100_grctx_generate_attrib()
Dgf100.h116 u8 ppc_tpc_max; member
Dgf100.c1799 if (gr->ppc_tpc_max < gr->ppc_tpc_nr[i][j]) in gf100_gr_oneinit()
1800 gr->ppc_tpc_max = gr->ppc_tpc_nr[i][j]; in gf100_gr_oneinit()