search for: i2c_slav

Displaying 3 results from an estimated 3 matches for "i2c_slav".

Did you mean: i2c_slave
2017 Nov 22
1
[PATCH 03/32] therm: Split return code and value in nvkm_get_temp
...bits >> 0x20400 uses... >> >> If you are indeed right, I would like to see g84.c's temp_get(). >> > > Nvidia uses 0x020460 on Pascal and I thought we had that in envytools already? Nothing in nvbios. > > [0] 228.412618 MMIO32 R 0x020460 0x20002f20 PTHERM.I2C_SLAVE+0x60 => 0x20002f20 > [0] 229.413039 MMIO32 R 0x020460 0x20002f10 PTHERM.I2C_SLAVE+0x60 => 0x20002f10 > [0] 230.416976 MMIO32 R 0x020460 0x20002f68 PTHERM.I2C_SLAVE+0x60 => 0x20002f68 > [0] 231.417407 MMIO32 R 0x020460 0x20002fe8 PTHERM.I2C_SLAVE+0x60 => 0x20002fe8 > [0] 232...
2017 Nov 22
0
[PATCH 03/32] therm: Split return code and value in nvkm_get_temp
...w up the value because we don't even know on how many bits > 0x20400 uses... > > If you are indeed right, I would like to see g84.c's temp_get(). > Nvidia uses 0x020460 on Pascal and I thought we had that in envytools already? [0] 228.412618 MMIO32 R 0x020460 0x20002f20 PTHERM.I2C_SLAVE+0x60 => 0x20002f20 [0] 229.413039 MMIO32 R 0x020460 0x20002f10 PTHERM.I2C_SLAVE+0x60 => 0x20002f10 [0] 230.416976 MMIO32 R 0x020460 0x20002f68 PTHERM.I2C_SLAVE+0x60 => 0x20002f68 [0] 231.417407 MMIO32 R 0x020460 0x20002fe8 PTHERM.I2C_SLAVE+0x60 => 0x20002fe8 [0] 232.417742 MMIO32 R 0x0...
2017 Nov 22
2
[PATCH 03/32] therm: Split return code and value in nvkm_get_temp
On 17/11/17 02:04, Karol Herbst wrote: > The current hwmon code doesn't check if the returned value was actually an > error. > > Since Kepler temperature sensors are able to report negative values. Those > negative values are not for error reporting, but rather when you buried > your GPU in snow somewhere in Antarctica and still want a valid > temperature to be reported