summaryrefslogtreecommitdiff
path: root/nvbios
diff options
context:
space:
mode:
authorKarol Herbst <git@karolherbst.de>2016-03-15 15:23:01 +0100
committerKarol Herbst <git@karolherbst.de>2016-03-15 15:23:04 +0100
commitdb269205866d93a9e11f50c1a2b30f15cd58ec76 (patch)
treeb5ab426cbfc1b04b99de7f6f6cfe23a60106236c /nvbios
parentcab4ae4d24adf6f494d9a24a2728f04a91e2e944 (diff)
nvbios: sync volt table with what nouveau does
Diffstat (limited to 'nvbios')
-rw-r--r--nvbios/nvbios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvbios/nvbios.c b/nvbios/nvbios.c
index 09f91f53..3fbc7fd1 100644
--- a/nvbios/nvbios.c
+++ b/nvbios/nvbios.c
@@ -1706,7 +1706,7 @@ int main(int argc, char **argv) {
is_pwm_based = bios->data[start+4] & 1;
if (!is_pwm_based)
mask = bios->data[start+6];
- volt_uv = le32(start+10) & 0x00ffffff;
+ volt_uv = le32(start+18) & 0x00ffffff;
}