Displaying 2 results from an estimated 2 matches for "nvvoltoffsetmv".
2016 Apr 18
0
[PATCH v4 37/37] volt: add NvVoltOffsetmV option
..._volt_ctor(const struct nvkm_volt_func *func, struct nvkm_device *device,
volt->speedo = nvkm_volt_speedo_read(volt);
if (volt->speedo > 0)
nvkm_debug(&volt->subdev, "speedo %x\n", volt->speedo);
+
+ volt->volt_offset_mv = nvkm_longopt(device->cfgopt, "NvVoltOffsetmV", 0);
+ if (volt->volt_offset_mv)
+ nvkm_info(&volt->subdev, "Volt Offset applied: %i\n", volt->volt_offset_mv);
}
int
--
2.8.1
2016 Apr 18
63
[PATCH v4 00/37] Volting/Clocking improvements for Fermi and newer
We are slowly getting there!
v4 of the series with some realy good improvements, so I am sure this is like
95% done and only needs some proper polishing and proper Reviews!
I also added the NvVoltOffsetmV module parameter, so that a user is able to
over and !under!-volt the GPU. Overvolting makes sense, when there are still
some reclocking issues left, which might be solved by a higher voltage.
Undervolting makes sense to decrease the used voltage for each Cstate and to
make more C-States available...