Searched refs:dc_fixpt_lt (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | custom_float.c | 54 if (dc_fixpt_lt( in build_custom_float() 63 if (dc_fixpt_lt( in build_custom_float() 71 } while (dc_fixpt_lt( in build_custom_float() 92 } while (dc_fixpt_lt( in build_custom_float() 105 if (dc_fixpt_lt( in build_custom_float() 108 dc_fixpt_lt( in build_custom_float()
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 123 if (dc_fixpt_lt(in_x, dc_fixpt_zero)) in compute_pq() 154 if (dc_fixpt_lt(in_x, dc_fixpt_zero)) in compute_de_pq() 165 if (dc_fixpt_lt(base2, dc_fixpt_zero)) in compute_de_pq() 192 if (dc_fixpt_lt(in_x, threshold)) { in compute_hlg_eotf() 225 if (dc_fixpt_lt(x, threshold)) { in compute_hlg_oetf() 392 if (dc_fixpt_lt(one, args->arg)) in translate_from_linear_space_long() 779 if (dc_fixpt_lt(output, dc_fixpt_zero)) in build_pq() 781 else if (dc_fixpt_lt(dc_fixpt_one, output)) in build_pq() 811 if (dc_fixpt_lt(output, dc_fixpt_zero)) in build_de_pq() 813 else if (dc_fixpt_lt(scaling_factor, output)) in build_de_pq() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_cm_common.c | 275 if (dc_fixpt_lt(rgb_plus_1->red, rgb->red)) in cm3_helper_translate_curve_to_hw_format() 277 if (dc_fixpt_lt(rgb_plus_1->green, rgb->green)) in cm3_helper_translate_curve_to_hw_format() 279 if (dc_fixpt_lt(rgb_plus_1->blue, rgb->blue)) in cm3_helper_translate_curve_to_hw_format() 437 if (dc_fixpt_lt(rgb_plus_1->red, rgb->red)) in cm3_helper_translate_curve_to_degamma_hw_format() 439 if (dc_fixpt_lt(rgb_plus_1->green, rgb->green)) in cm3_helper_translate_curve_to_degamma_hw_format() 441 if (dc_fixpt_lt(rgb_plus_1->blue, rgb->blue)) in cm3_helper_translate_curve_to_degamma_hw_format()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | conversion.c | 70 if ((result != 0) && dc_fixpt_lt( in fixed_point_to_int_frac()
|
H A D | fixpt31_32.c | 320 ASSERT(dc_fixpt_lt(arg, dc_fixpt_one)); in fixed31_32_exp_from_taylor_series() 364 ASSERT(dc_fixpt_lt( in dc_fixpt_exp()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_cm_common.c | 481 if (dc_fixpt_lt(rgb_plus_1->red, rgb->red)) in cm_helper_translate_curve_to_hw_format() 483 if (dc_fixpt_lt(rgb_plus_1->green, rgb->green)) in cm_helper_translate_curve_to_hw_format() 485 if (dc_fixpt_lt(rgb_plus_1->blue, rgb->blue)) in cm_helper_translate_curve_to_hw_format()
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | fixed31_32.h | 135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt() function
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 584 if (dc_fixpt_lt(rgb_plus_1->red, rgb->red)) in dce110_translate_regamma_to_hw_format() 586 if (dc_fixpt_lt(rgb_plus_1->green, rgb->green)) in dce110_translate_regamma_to_hw_format() 588 if (dc_fixpt_lt(rgb_plus_1->blue, rgb->blue)) in dce110_translate_regamma_to_hw_format()
|