diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c index d127c6a7363cbaa2a9134dddd30cf9fc8884e0c3..eaf32f79ee470e1d0a6e860267c9d0f52b1ab1a2 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -1949,6 +1950,9 @@ gf100_gr_init(struct gf100_gr *gr) if (gr->func->init_r405a14) gr->func->init_r405a14(gr); + if (gr->func->clkgate_pack) + nvkm_therm_clkgate_init(device->therm, gr->func->clkgate_pack); + nvkm_mask(device, TPC_UNIT(0, 0, 0x05c), 0x00000001, 0x00000001); memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr));