Home
last modified time | relevance | path

Searched refs:sq_power_throttle2 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dni_dpm.c2546 u32 sq_power_throttle2; in ni_populate_sq_ramping_values() local
2576 sq_power_throttle2 = 0; in ni_populate_sq_ramping_values()
2582 sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in ni_populate_sq_ramping_values()
2583 sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE); in ni_populate_sq_ramping_values()
2584 sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in ni_populate_sq_ramping_values()
2587 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in ni_populate_sq_ramping_values()
2591 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dni_dpm.c2547 u32 sq_power_throttle2; in ni_populate_sq_ramping_values() local
2577 sq_power_throttle2 = 0; in ni_populate_sq_ramping_values()
2583 sq_power_throttle2 |= MAX_POWER_DELTA(NISLANDS_DPM2_SQ_RAMP_MAX_POWER_DELTA); in ni_populate_sq_ramping_values()
2584 sq_power_throttle2 |= STI_SIZE(NISLANDS_DPM2_SQ_RAMP_STI_SIZE); in ni_populate_sq_ramping_values()
2585 sq_power_throttle2 |= LTI_RATIO(NISLANDS_DPM2_SQ_RAMP_LTI_RATIO); in ni_populate_sq_ramping_values()
2588 sq_power_throttle2 |= MAX_POWER_DELTA_MASK | STI_SIZE_MASK | LTI_RATIO_MASK; in ni_populate_sq_ramping_values()
2592 smc_state->levels[i].SQPowerThrottle_2 = cpu_to_be32(sq_power_throttle2); 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
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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
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()

Completed in 71 milliseconds