Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_abm.c95 uint32_t pwm_period_cntl __unused, bl_period, bl_int_count; in calculate_16_bit_backlight_from_pwm() local
100 REG_GET(BL_PWM_PERIOD_CNTL, BL_PWM_PERIOD, &bl_period); in calculate_16_bit_backlight_from_pwm()
111 bl_period &= bl_period_mask; in calculate_16_bit_backlight_from_pwm()
122 if (bl_period == 0) in calculate_16_bit_backlight_from_pwm()
123 bl_period = 0xFFFF; in calculate_16_bit_backlight_from_pwm()
125 current_backlight = div_u64(current_backlight, bl_period); in calculate_16_bit_backlight_from_pwm()
128 current_backlight = (uint64_t)(current_backlight) * bl_period; in calculate_16_bit_backlight_from_pwm()