Home
last modified time | relevance | path

Searched refs:regamma (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.h119 const struct regamma_lut *regamma,
124 const struct regamma_lut *regamma,
Dcolor_gamma.c1150 static void build_hlg_regamma(struct pwl_float_data_ex *regamma, in build_hlg_regamma() argument
1157 struct pwl_float_data_ex *rgb = regamma; in build_hlg_regamma()
1724 const struct pwl_float_data_ex *regamma = rgb_regamma; in map_regamma_hw_to_x_user() local
1737 tf_pts->red[i] = regamma->r; in map_regamma_hw_to_x_user()
1738 tf_pts->green[i] = regamma->g; in map_regamma_hw_to_x_user()
1739 tf_pts->blue[i] = regamma->b; in map_regamma_hw_to_x_user()
1741 ++regamma; in map_regamma_hw_to_x_user()
1757 const struct regamma_lut *regamma, in calculate_user_regamma_coeff() argument
1767 regamma->coeff.A0[i], 10000000); in calculate_user_regamma_coeff()
1769 regamma->coeff.A1[i], 1000); in calculate_user_regamma_coeff()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_opp_regamma_v.c35 bool power_on, bool inputgamma, bool regamma) in power_on_lut() argument
47 if (regamma) in power_on_lut()
60 if (regamma) in power_on_lut()
/Linux-v6.6/Documentation/gpu/amdgpu/display/
Ddcn-overview.rst124 also apply a regamma function to introduce the gamma removed earlier back.