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 - 2
of
2
) 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;
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 22 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025