Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_backlight.c37 u32 source_min, u32 source_max, in scale() argument
42 WARN_ON(source_min > source_max); in scale()
46 source_val = clamp(source_val, source_min, source_max); in scale()
49 target_val = mul_u32_u32(source_val - source_min, in scale()
51 target_val = DIV_ROUND_CLOSEST_ULL(target_val, source_max - source_min); in scale()