Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c603 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
619 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
651 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
659 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
661 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
670 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()