OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rgb_degamma
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c
2108
struct pwl_float_data_ex *
rgb_degamma
= NULL;
local in function:mod_color_calculate_degamma_curve
2120
rgb_degamma
= kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS,
2121
sizeof(*
rgb_degamma
),
2123
if (!
rgb_degamma
)
2127
build_de_pq(
rgb_degamma
,
2131
points->red[i] =
rgb_degamma
[i].r;
2132
points->green[i] =
rgb_degamma
[i].g;
2133
points->blue[i] =
rgb_degamma
[i].b;
2137
kvfree(
rgb_degamma
);
2143
rgb_degamma
= kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS
[
all
...]
amdgpu_color_gamma.c
2108
struct pwl_float_data_ex *
rgb_degamma
= NULL;
local in function:mod_color_calculate_degamma_curve
2120
rgb_degamma
= kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS,
2121
sizeof(*
rgb_degamma
),
2123
if (!
rgb_degamma
)
2127
build_de_pq(
rgb_degamma
,
2131
points->red[i] =
rgb_degamma
[i].r;
2132
points->green[i] =
rgb_degamma
[i].g;
2133
points->blue[i] =
rgb_degamma
[i].b;
2137
kvfree(
rgb_degamma
);
2143
rgb_degamma
= kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025