Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260146
b: refs/heads/master
c: 6d13e9c
h: refs/heads/master
v: v3
  • Loading branch information
Emil Velikov authored and Ben Skeggs committed Jun 23, 2011
1 parent 44a640b commit e50bd16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40ce4279e17e99bb98d02b8746fcf20abff8185b
refs/heads/master: 6d13e9c18843092f3df418b42183f704f6dac053
7 changes: 7 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ nouveau_temp_vbios_parse(struct drm_device *dev, u8 *temp)
sensor->slope_mult = 431;
sensor->slope_div = 10000;
break;

case 0x67:
sensor->offset_mult = -26149;
sensor->offset_div = 100;
sensor->slope_mult = 484;
sensor->slope_div = 10000;
break;
}
}

Expand Down

0 comments on commit e50bd16

Please sign in to comment.