Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/power/
H A Dpower_abm.c817 unsigned int coeffB = in initialize_backlight_caps() local
820 unsigned long long coeffA = delta - coeffB; /* coeffB is B*100 */ in initialize_backlight_caps()
824 div_u64((uint64_t)coeffB * i, backlight_curve_coeff_b) + coeffC; in initialize_backlight_caps()