OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:round_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_abm.c
94
uint32_t
round_result
;
local in function:calculate_16_bit_backlight_from_pwm
130
round_result
= (uint32_t)(current_backlight & 0xFFFFFFFF);
132
round_result
= (
round_result
>> (bl_int_count-1)) & 1;
135
current_backlight +=
round_result
;
amdgpu_dce_abm.c
94
uint32_t
round_result
;
local in function:calculate_16_bit_backlight_from_pwm
130
round_result
= (uint32_t)(current_backlight & 0xFFFFFFFF);
132
round_result
= (
round_result
>> (bl_int_count-1)) & 1;
135
current_backlight +=
round_result
;
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025