Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c727 static void build_pq(struct pwl_float_data_ex *rgb_regamma, in build_pq() argument
734 struct pwl_float_data_ex *rgb = rgb_regamma; in build_pq()
808 static bool build_regamma(struct pwl_float_data_ex *rgb_regamma, in build_regamma() argument
818 struct pwl_float_data_ex *rgb = rgb_regamma; in build_regamma()
931 static bool build_freesync_hdr(struct pwl_float_data_ex *rgb_regamma, in build_freesync_hdr() argument
938 struct pwl_float_data_ex *rgb = rgb_regamma; in build_freesync_hdr()
1434 const struct pwl_float_data_ex *rgb_regamma = rgb_ex; in copy_rgb_regamma_to_coordinates_x() local
1437 coords->regamma_y_red = rgb_regamma->r; in copy_rgb_regamma_to_coordinates_x()
1438 coords->regamma_y_green = rgb_regamma->g; in copy_rgb_regamma_to_coordinates_x()
1439 coords->regamma_y_blue = rgb_regamma->b; in copy_rgb_regamma_to_coordinates_x()
[all …]