Displaying 2 results from an estimated 2 matches for "fanperiod".
2018 Feb 07
1
Addressing the problem of noisy GPUs under Nouveau
...ld4);
status = NV_OK;
}
break;
}
}
}
fanCoolerTableGetPwmScale_exit:
return status;
}
/**
* Converts a PWM duty cycle to a fan level (fan speed percentage) based on the
* fan period and duty cycle.
*
* @param[in] fanPeriod The fan period to convert
* @param[in] dutyCycle The duty cycle to convert
* @param[in] fanPwmScaleOffset PWM scale offset, from the VBIOS table
* @param[in] fanPwmScaleSlope PWM scale slope, from the VBIOS table
*
* @return The converted level
*/
NvU32
fanConvertDutyCycl...
2018 Jan 28
3
Addressing the problem of noisy GPUs under Nouveau
On 28/11/17 07:32, John Hubbard wrote:
> On 11/23/2017 02:48 PM, Martin Peres wrote:
>> On 23/11/17 10:06, John Hubbard wrote:
>>> On 11/22/2017 05:07 PM, Martin Peres wrote:
>>>> Hey,
>>>>
>>>> Thanks for your answer, Andy!
>>>>
>>>> On 22/11/17 04:06, Ilia Mirkin wrote:
>>>>> On Tue, Nov 21, 2017 at 8:29