Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dni_dpm.c2541 u32 sq_power_throttle2; in ni_populate_sq_ramping_values() local
2571 sq_power_throttle2 = 0; in ni_populate_sq_ramping_values()
2577 sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in ni_populate_sq_ramping_values()
2578 sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE); in ni_populate_sq_ramping_values()
2579 sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in ni_populate_sq_ramping_values()
2582 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in ni_populate_sq_ramping_values()
2586 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); 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
2416 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2422 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2423 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2424 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2427 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2431 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); 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
2512 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2518 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2519 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2520 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2523 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2527 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()