search for: nvkm_volt_map_impl

Displaying 2 results from an estimated 2 matches for "nvkm_volt_map_impl".

2016 Apr 18
0
[PATCH v4 37/37] volt: add NvVoltOffsetmV option
...on.h> + #include <subdev/bios.h> #include <subdev/bios/vmap.h> #include <subdev/bios/volt.h> @@ -100,8 +102,8 @@ nvkm_volt_map_min(struct nvkm_volt *volt, u8 id) return id ? id * 10000 : -ENODEV; } -int -nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp) +static int +nvkm_volt_map_impl(struct nvkm_volt *volt, u8 id, u8 temp) { struct nvkm_bios *bios = volt->subdev.device->bios; struct nvbios_vmap_entry info; @@ -145,7 +147,7 @@ nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temp) result = min(max(result, (s64)info.min), (s64)info.max); if (info.link != 0xff) {...
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.