[Nouveau] [Bug 82834] [NV92] GeForce 8800 GS shows incorrect temperature with nouveau
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 20 09:07:14 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=82834
--- Comment #4 from Andrew Randrianasulu <randrik at mail.ru> ---
Created attachment 104991
--> https://bugs.freedesktop.org/attachment.cgi?id=104991&action=edit
dmesg from nouveau/linux-3.17 + increased udelay
Changes:
diff --git a/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c
b/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c
index ca9ad9f..8afd3ba 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/therm/ic.c
@@ -60,9 +60,9 @@ static struct nouveau_i2c_board_info
nv_board_infos[] = {
{ { I2C_BOARD_INFO("w83l785ts", 0x2d) }, 0 },
{ { I2C_BOARD_INFO("w83781d", 0x2d) }, 0 },
- { { I2C_BOARD_INFO("adt7473", 0x2e) }, 40 },
- { { I2C_BOARD_INFO("adt7473", 0x2d) }, 40 },
- { { I2C_BOARD_INFO("adt7473", 0x2c) }, 40 },
+ { { I2C_BOARD_INFO("adt7473", 0x2e) }, 100 },
+ { { I2C_BOARD_INFO("adt7473", 0x2d) }, 100 },
+ { { I2C_BOARD_INFO("adt7473", 0x2c) }, 100 },
{ { I2C_BOARD_INFO("f75375", 0x2e) }, 0 },
{ { I2C_BOARD_INFO("lm99", 0x4c) }, 0 },
{ { I2C_BOARD_INFO("lm90", 0x4c) }, 0 },
on top of 4898ac046d24894d7b2a5a96a1cff4e095844323 ("drm/nouveau/platform: fix
compilation error")
It doesn't help - same 0.0 C
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140820/ab06bc3f/attachment.html>
More information about the Nouveau
mailing list