Searched refs:end_value (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_cm_common.c | 463 const struct fixed31_32 end_value = in cm_helper_translate_curve_to_hw_format() local 468 dc_fixpt_sub(end_value, corner_points[1].red.x)); in cm_helper_translate_curve_to_hw_format() 471 dc_fixpt_sub(end_value, corner_points[1].green.x)); in cm_helper_translate_curve_to_hw_format() 474 dc_fixpt_sub(end_value, corner_points[1].blue.x)); in cm_helper_translate_curve_to_hw_format() 640 const struct fixed31_32 end_value = in cm_helper_translate_curve_to_degamma_hw_format() local 645 dc_fixpt_sub(end_value, corner_points[1].red.x)); in cm_helper_translate_curve_to_degamma_hw_format() 648 dc_fixpt_sub(end_value, corner_points[1].green.x)); in cm_helper_translate_curve_to_degamma_hw_format() 651 dc_fixpt_sub(end_value, corner_points[1].blue.x)); in cm_helper_translate_curve_to_degamma_hw_format()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_cm_common.c | 382 const struct fixed31_32 end_value = in cm3_helper_translate_curve_to_degamma_hw_format() local 387 dc_fixpt_sub(end_value, corner_points[1].red.x)); in cm3_helper_translate_curve_to_degamma_hw_format() 390 dc_fixpt_sub(end_value, corner_points[1].green.x)); in cm3_helper_translate_curve_to_degamma_hw_format() 393 dc_fixpt_sub(end_value, corner_points[1].blue.x)); in cm3_helper_translate_curve_to_degamma_hw_format()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
D | dce110_hwseq.c | 555 const struct fixed31_32 end_value = dc_fixpt_from_int(125); in dce110_translate_regamma_to_hw_format() local 559 dc_fixpt_sub(end_value, arr_points[1].x)); in dce110_translate_regamma_to_hw_format()
|