Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c601 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
617 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
649 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
657 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
659 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
668 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()