search for: 3e9dafa

Displaying 1 result from an estimated 1 matches for "3e9dafa".

Did you mean: 3e9da94
2015 Oct 10
2
[Bug 92377] New: Add support for early voltage table as seen on nv43
...nv43 board. Investigation showed it was simply failing to find voltage table, while such table was recognized by nvbios tool from envytools. So, I've added patch along those lines: diff --git a/drm/nouveau/nvkm/subdev/bios/volt.c b/drm/nouveau/nvkm/subdev/bios/volt.c index 6e0a336..3e9dafa 100644 --- a/drm/nouveau/nvkm/subdev/bios/volt.c +++ b/drm/nouveau/nvkm/subdev/bios/volt.c @@ -40,8 +40,10 @@ nvbios_volt_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) if (volt) { *ver = nvbios_rd08(bios, volt + 0);...