Commit cd9662f8 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/gr/gf100-: support clkgate_pack everywhere

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 8b058ca5
......@@ -32,6 +32,7 @@
#include <subdev/fb.h>
#include <subdev/mc.h>
#include <subdev/pmu.h>
#include <subdev/therm.h>
#include <subdev/timer.h>
#include <engine/fifo.h>
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment