Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c243 const struct hw_x_point *coord_x = coordinates_x + 32; in precompute_pq() local
254 x = dc_fixpt_mul(coord_x->x, scaling_factor); in precompute_pq()
256 ++coord_x; in precompute_pq()
597 struct fixed31_32 coord_x; in build_custom_gamma_mapping_coefficients_worker() local
611 coord_x = coordinates_x[i].regamma_y_red; in build_custom_gamma_mapping_coefficients_worker()
613 coord_x = coordinates_x[i].regamma_y_green; in build_custom_gamma_mapping_coefficients_worker()
615 coord_x = coordinates_x[i].regamma_y_blue; in build_custom_gamma_mapping_coefficients_worker()
618 ramp, axis_x, coord_x, channel, in build_custom_gamma_mapping_coefficients_worker()
654 coord_x, in build_custom_gamma_mapping_coefficients_worker()
748 const struct hw_x_point *coord_x = coordinate_x; in build_pq() local
[all …]