Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_cm_common.h64 struct pwl_params *lut_params, bool fixpoint);
74 bool fixpoint);
Ddcn30_cm_common.c110 struct pwl_params *lut_params, bool fixpoint) in cm3_helper_translate_curve_to_hw_format() argument
285 if (fixpoint == true) { in cm3_helper_translate_curve_to_hw_format()
301 hw_points, fixpoint); in cm3_helper_translate_curve_to_hw_format()
459 bool fixpoint) in cm3_helper_convert_to_custom_float() argument
522 if (fixpoint == true) { in cm3_helper_convert_to_custom_float()
582 if (hw_points_num == 0 || rgb_resulted == NULL || fixpoint == true) in cm3_helper_convert_to_custom_float()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.h106 bool fixpoint);
110 struct pwl_params *lut_params, bool fixpoint);
Ddcn10_cm_common.c132 bool fixpoint) in cm_helper_convert_to_custom_float() argument
214 if (fixpoint == true) { in cm_helper_convert_to_custom_float()
255 if (hw_points_num == 0 || rgb_resulted == NULL || fixpoint == true) in cm_helper_convert_to_custom_float()
313 struct pwl_params *lut_params, bool fixpoint) in cm_helper_translate_curve_to_hw_format() argument
485 if (fixpoint == true) { in cm_helper_translate_curve_to_hw_format()
501 hw_points, fixpoint); in cm_helper_translate_curve_to_hw_format()