Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c707 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
723 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
755 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
763 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
765 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
774 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()