OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_lut_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c
1338
const int
max_lut_index
= 4095;
local in function:apply_lut_1d
1340
dc_fixpt_from_int(
max_lut_index
);
1363
if (index < 0 || index >
max_lut_index
)
1366
index_next = (index ==
max_lut_index
) ? index : index+1;
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025