HomeSort by: relevance | last modified time | path
    Searched defs:hw_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 599 enum hw_point_position hw_pos; local in function:build_custom_gamma_mapping_coefficients_worker
615 &index_to_start, &index_left, &index_right, &hw_pos)) {
647 if (hw_pos == HW_POINT_POSITION_MIDDLE)
655 else if (hw_pos == HW_POINT_POSITION_LEFT)
657 else if (hw_pos == HW_POINT_POSITION_RIGHT)
666 point->pos = hw_pos;
amdgpu_color_gamma.c 599 enum hw_point_position hw_pos; local in function:build_custom_gamma_mapping_coefficients_worker
615 &index_to_start, &index_left, &index_right, &hw_pos)) {
647 if (hw_pos == HW_POINT_POSITION_MIDDLE)
655 else if (hw_pos == HW_POINT_POSITION_LEFT)
657 else if (hw_pos == HW_POINT_POSITION_RIGHT)
666 point->pos = hw_pos;

Completed in 24 milliseconds