Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c604 enum hw_point_position hw_pos; in build_custom_gamma_mapping_coefficients_worker() local
620 &index_to_start, &index_left, &index_right, &hw_pos)) { in build_custom_gamma_mapping_coefficients_worker()
652 if (hw_pos == HW_POINT_POSITION_MIDDLE) in build_custom_gamma_mapping_coefficients_worker()
660 else if (hw_pos == HW_POINT_POSITION_LEFT) in build_custom_gamma_mapping_coefficients_worker()
662 else if (hw_pos == HW_POINT_POSITION_RIGHT) in build_custom_gamma_mapping_coefficients_worker()
671 point->pos = hw_pos; in build_custom_gamma_mapping_coefficients_worker()