Home
last modified time | relevance | path

Searched refs:target_max (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_panel.c408 uint32_t target_min, uint32_t target_max) in scale() argument
413 WARN_ON(target_min > target_max); in scale()
420 (target_max - target_min), source_max - source_min); in scale()