Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c606 static void build_pq(struct pwl_float_data_ex *rgb_regamma, in build_pq() argument
613 struct pwl_float_data_ex *rgb = rgb_regamma; in build_pq()
686 static void build_regamma(struct pwl_float_data_ex *rgb_regamma, in build_regamma() argument
693 struct pwl_float_data_ex *rgb = rgb_regamma; in build_regamma()
1112 const struct pwl_float_data_ex *rgb_regamma = rgb_ex; in copy_rgb_regamma_to_coordinates_x() local
1115 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x()
1116 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x()
1117 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x()
1120 ++rgb_regamma; in copy_rgb_regamma_to_coordinates_x()
1286 static void apply_degamma_for_user_regamma(struct pwl_float_data_ex *rgb_regamma, in apply_degamma_for_user_regamma() argument
[all …]