Home
last modified time | relevance | path

Searched refs:sq_power_throttle (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dni_dpm.c2540 u32 sq_power_throttle; in ni_populate_sq_ramping_values() local
2570 sq_power_throttle = 0; in ni_populate_sq_ramping_values()
2575 sq_power_throttle |= MAX_POWER(NISLANDS_DPM2_SQ_RAMP_MAX_POWER); in ni_populate_sq_ramping_values()
2576 sq_power_throttle |= MIN_POWER(NISLANDS_DPM2_SQ_RAMP_MIN_POWER); in ni_populate_sq_ramping_values()
2581 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in ni_populate_sq_ramping_values()
2585 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in ni_populate_sq_ramping_values()
H A Dsi_dpm.c2386 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2415 sq_power_throttle = 0; in si_populate_sq_ramping_values()
2420 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER); in si_populate_sq_ramping_values()
2421 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER); in si_populate_sq_ramping_values()
2426 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in si_populate_sq_ramping_values()
2430 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in si_populate_sq_ramping_values()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c2482 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2511 sq_power_throttle = 0; in si_populate_sq_ramping_values()
2516 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER); in si_populate_sq_ramping_values()
2517 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER); in si_populate_sq_ramping_values()
2522 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in si_populate_sq_ramping_values()
2526 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in si_populate_sq_ramping_values()