Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dni_dpm.c2543 u32 sq_power_throttle2; in ni_populate_sq_ramping_values() local
2573 sq_power_throttle2 = 0; in ni_populate_sq_ramping_values()
2579 sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in ni_populate_sq_ramping_values()
2580 sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE); in ni_populate_sq_ramping_values()
2581 sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in ni_populate_sq_ramping_values()
2584 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in ni_populate_sq_ramping_values()
2588 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in ni_populate_sq_ramping_values()
Dsi_dpm.c2388 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2418 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2424 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2425 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2426 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2429 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2433 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsi_dpm.c2484 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2514 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2520 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2521 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2522 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2525 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2529 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()