Searched refs:max_step (Results 1 – 3 of 3) 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 62 (_xe)->info.step.graphics < (max_step)) 63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 67 (_xe)->info.step.graphics < (max_step))
|
| /drivers/cpufreq/ |
| A D | cppc_cpufreq.c | 387 unsigned int min_step, max_step, step, step_check; in cppc_get_cpu_power() local 407 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power() 412 if (step > max_step) in cppc_get_cpu_power() 415 if (min_step == max_step) { in cppc_get_cpu_power() 416 step = max_step; in cppc_get_cpu_power() 423 if (step == max_step) in cppc_get_cpu_power()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_gem_gtt.c | 419 const unsigned long max_step = max(int_sqrt(max_pages), 2UL); in fill_hole() local 431 for_each_prime_number_from(prime, 2, max_step) { in fill_hole()
|
Completed in 13 milliseconds