Home
last modified time | relevance | path

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

/linux-6.1.9/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.c2366 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2396 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2402 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2403 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2404 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2407 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2411 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()
/linux-6.1.9/drivers/gpu/drm/amd/pm/legacy-dpm/
Dsi_dpm.c2479 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2509 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2515 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2516 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2517 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2520 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2524 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()