OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_display
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
color_gamma.h
83
unsigned int
max_display
; // luminance in nits
member in struct:freesync_hdr_tf_params
amdgpu_color_gamma.c
856
struct fixed31_32
max_display
,
886
compute_pq(dc_fixpt_div(
max_display
, max_content), &max_lum_pq);
934
*out_x = dc_fixpt_div(*out_x, dc_fixpt_div(
max_display
, max_content));
947
struct fixed31_32
max_display
;
local in function:build_freesync_hdr
957
fs_params->
max_display
== 0)
960
max_display
= dc_fixpt_from_int(fs_params->
max_display
);
967
if (fs_params->
max_display
< 100) // cap at 100 at the top
968
max_display
= dc_fixpt_from_int(100);
971
if (fs_params->max_content > fs_params->
max_display
)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025