ppc_tpc_max        59 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c 		size += grctx->attrib_nr_max * gr->ppc_nr[gpc] * gr->ppc_tpc_max;
ppc_tpc_max        75 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c 			const u32 bs = attrib * gr->ppc_tpc_max;
ppc_tpc_max        83 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c 			bo += grctx->attrib_nr_max * gr->ppc_tpc_max;
ppc_tpc_max        55 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c 		size += grctx->gfxp_nr * gr->ppc_nr[gpc] * gr->ppc_tpc_max;
ppc_tpc_max        71 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c 			const u32 bs = attrib * gr->ppc_tpc_max;
ppc_tpc_max        72 drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp102.c 			const u32 gs =   gfxp * gr->ppc_tpc_max;
ppc_tpc_max      1975 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c 			if (gr->ppc_tpc_max < gr->ppc_tpc_nr[i][j])
ppc_tpc_max      1976 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c 				gr->ppc_tpc_max = gr->ppc_tpc_nr[i][j];
ppc_tpc_max       124 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h 	u8 ppc_tpc_max;