Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_panel_cntl.c51 uint64_t current_backlight; in dce_get_16_bit_backlight_from_pwm() local
79 current_backlight = (uint64_t)bl_pwm << (1 + bl_int_count); in dce_get_16_bit_backlight_from_pwm()
84 current_backlight = div_u64(current_backlight, bl_period); in dce_get_16_bit_backlight_from_pwm()
85 current_backlight = (current_backlight + 1) >> 1; in dce_get_16_bit_backlight_from_pwm()
87 current_backlight = (uint64_t)(current_backlight) * bl_period; in dce_get_16_bit_backlight_from_pwm()
89 round_result = (uint32_t)(current_backlight & 0xFFFFFFFF); in dce_get_16_bit_backlight_from_pwm()
93 current_backlight >>= bl_int_count; in dce_get_16_bit_backlight_from_pwm()
94 current_backlight += round_result; in dce_get_16_bit_backlight_from_pwm()
96 return (uint32_t)(current_backlight); in dce_get_16_bit_backlight_from_pwm()
103 uint32_t current_backlight; in dce_panel_cntl_hw_init() local
[all …]