Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dni_dpm.c2546 u32 sq_power_throttle; in ni_populate_sq_ramping_values() local
2576 sq_power_throttle = 0; in ni_populate_sq_ramping_values()
2581 sq_power_throttle |= MAX_POWER(NISLANDS_DPM2_SQ_RAMP_MAX_POWER); in ni_populate_sq_ramping_values()
2582 sq_power_throttle |= MIN_POWER(NISLANDS_DPM2_SQ_RAMP_MIN_POWER); in ni_populate_sq_ramping_values()
2587 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in ni_populate_sq_ramping_values()
2591 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in ni_populate_sq_ramping_values()
H A Dsi_dpm.c2366 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2395 sq_power_throttle = 0; in si_populate_sq_ramping_values()
2400 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER); in si_populate_sq_ramping_values()
2401 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER); in si_populate_sq_ramping_values()
2406 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in si_populate_sq_ramping_values()
2410 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in si_populate_sq_ramping_values()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2479 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2508 sq_power_throttle = 0; in si_populate_sq_ramping_values()
2513 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER); in si_populate_sq_ramping_values()
2514 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER); in si_populate_sq_ramping_values()
2519 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK; in si_populate_sq_ramping_values()
2523 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle); in si_populate_sq_ramping_values()