HomeSort by: relevance | last modified time | path
    Searched defs:sq_power_throttle (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ni_dpm.c 2546 u32 sq_power_throttle; local in function:ni_populate_sq_ramping_values
2576 sq_power_throttle = 0;
2581 sq_power_throttle |= MAX_POWER(NISLANDS_DPM2_SQ_RAMP_MAX_POWER);
2582 sq_power_throttle |= MIN_POWER(NISLANDS_DPM2_SQ_RAMP_MIN_POWER);
2587 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
2591 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle);
radeon_si_dpm.c 2392 u32 sq_power_throttle, sq_power_throttle2; local in function:si_populate_sq_ramping_values
2421 sq_power_throttle = 0;
2426 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER);
2427 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER);
2432 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
2436 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 2489 u32 sq_power_throttle, sq_power_throttle2; local in function:si_populate_sq_ramping_values
2518 sq_power_throttle = 0;
2523 sq_power_throttle |= MAX_POWER(SISLANDS_DPM2_SQ_RAMP_MAX_POWER);
2524 sq_power_throttle |= MIN_POWER(SISLANDS_DPM2_SQ_RAMP_MIN_POWER);
2529 sq_power_throttle |= MAX_POWER_MASK | MIN_POWER_MASK;
2533 smc_state->levels[i].SQPowerThrottle = cpu_to_be32(sq_power_throttle);

Completed in 23 milliseconds