Home
last modified time | relevance | path

Searched defs:pp_advance_fan_control_parameters (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h631 struct pp_advance_fan_control_parameters { struct
632 … /* The temperature, in 0.01 centigrades, below which we just run at a minimal PWM. */
633 uint16_t usTMed; /* The middle temperature where we change slopes. */
634 uint16_t usTHigh; /* The high temperature for setting the second slope. */
635 …nt16_t usPWMMin; /* The minimum PWM value in percent (0.01% increments). */
636 uint16_t usPWMMed; /* The PWM value (in percent) at TMed. */
637 uint16_t usPWMHigh; /* The PWM value at THigh. */
638 uint8_t ucTHyst; /* Temperature hysteresis. Integer. */
639 … /* The time between two invocations of the fan control routine in microseconds. */
640 uint16_t usTMax; /* The max temperature */
[all …]