Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dni_dpm.c2542 u32 sq_power_throttle2; in ni_populate_sq_ramping_values() local
2572 sq_power_throttle2 = 0; in ni_populate_sq_ramping_values()
2578 sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in ni_populate_sq_ramping_values()
2579 sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE); in ni_populate_sq_ramping_values()
2580 sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in ni_populate_sq_ramping_values()
2583 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in ni_populate_sq_ramping_values()
2587 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in ni_populate_sq_ramping_values()
H A Dsi_dpm.c2369 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2399 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2405 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2406 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2407 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2410 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2414 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.c2464 u32 sq_power_throttle, sq_power_throttle2; in si_populate_sq_ramping_values() local
2494 sq_power_throttle2 = 0; in si_populate_sq_ramping_values()
2500 sq_power_throttle2 |= MAX_POWER_DELTA(SISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in si_populate_sq_ramping_values()
2501 sq_power_throttle2 |= STI_SIZE(SISLANDS_DPM2_SQ_RAMP_STI_SIZE); in si_populate_sq_ramping_values()
2502 sq_power_throttle2 |= LTI_RATIO(SISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in si_populate_sq_ramping_values()
2505 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in si_populate_sq_ramping_values()
2509 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); in si_populate_sq_ramping_values()