Searched refs:min_step (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_device_types.h | 59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument 61 (_xe)->info.step.graphics >= (min_step) && \ 63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 66 (_xe)->info.step.graphics >= (min_step) && \
|
| /drivers/cpufreq/ |
| A D | cppc_cpufreq.c | 387 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 406 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 415 if (min_step == max_step) { in cppc_get_cpu_power() 418 } else if (step < min_step) { in cppc_get_cpu_power() 419 step = min_step; in cppc_get_cpu_power()
|
Completed in 9 milliseconds