Searched refs:target_min (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/sti/
H A Dsti_hda.c563 int target_min = target - CLK_TOLERANCE_HZ; local
579 if ((result < target_min) || (result > target_max)) {
H A Dsti_hdmi.c514 int target_min = target - CLK_TOLERANCE_HZ; local
527 if ((result < target_min) || (result > target_max)) {
/drivers/gpu/drm/i915/
H A Dintel_panel.c407 * [@target_min..@target_max].
411 uint32_t target_min, uint32_t target_max)
416 WARN_ON(target_min > target_max);
423 (target_max - target_min), source_max - source_min);
424 target_val += target_min;
409 scale(uint32_t source_val, uint32_t source_min, uint32_t source_max, uint32_t target_min, uint32_t target_max) argument

Completed in 111 milliseconds