Displaying 2 results from an estimated 2 matches for "fanpwmscaleslope".
2018 Feb 07
1
Addressing the problem of noisy GPUs under Nouveau
...PEEDCONTROL_MAXIMUM_LEVEL_DEFAULT 100
/*!
* Scales a PWM ratio (raw duty cycle / period) to a functional percentage,
* which more adequately represents the percent of full phsyical fan speed on
* the fan.
*
* @param[in] fanPwmScaleOffset Fan PWM scale offset, in F4.12
* @param[in] fanPwmScaleSlope Fan PWM scale slope, in F4.12
* @param[in] pwmRatio PWM ratio in F16.16. However, expected values are in
* the range [0,1] so it's actually F1.16.
*
* @return Scaled percent in F16.16 - Note, this is an actual percentage stored
* in the fractional part. The value...
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