|
@@ -33,7 +33,7 @@ gm200_grctx_generate_tpcid(struct gf100_gr *gr)
|
|
|
struct nvkm_device *device = gr->base.engine.subdev.device;
|
|
|
int gpc, tpc, id;
|
|
|
|
|
|
- for (tpc = 0, id = 0; tpc < 4; tpc++) {
|
|
|
+ for (tpc = 0, id = 0; tpc < TPC_MAX_PER_GPC; tpc++) {
|
|
|
for (gpc = 0; gpc < gr->gpc_nr; gpc++) {
|
|
|
if (tpc < gr->tpc_nr[gpc]) {
|
|
|
nvkm_wr32(device, TPC_UNIT(gpc, tpc, 0x698), id);
|