Searched refs:dc_fixpt_pow (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 126 l_pow_m1 = dc_fixpt_pow(in_x, m1); in compute_pq() 132 *out_y = dc_fixpt_pow(base, m2); in compute_pq() 157 l_pow_m1 = dc_fixpt_pow(in_x, in compute_de_pq() 169 *out_y = dc_fixpt_pow(base2, dc_fixpt_div(dc_fixpt_one, m1)); in compute_de_pq() 227 *out_y = dc_fixpt_pow(x, dc_fixpt_half); in compute_hlg_oetf() 347 scratch_2 = dc_fixpt_pow( in translate_from_linear_space() 356 cal_buffer->gamma_of_2 = dc_fixpt_pow(dc_fixpt_from_int(2), in translate_from_linear_space() 367 scratch_2 = dc_fixpt_pow(args->arg, in translate_from_linear_space() 402 dc_fixpt_pow( in translate_from_linear_space_long() 411 dc_fixpt_pow( in translate_from_linear_space_long() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_cm_common.c | 403 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format() 408 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format() 586 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format() 590 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_cm_common.c | 199 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm3_helper_translate_curve_to_hw_format() 204 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm3_helper_translate_curve_to_hw_format() 371 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm3_helper_translate_curve_to_degamma_hw_format() 375 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm3_helper_translate_curve_to_degamma_hw_format()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/include/ |
D | fixed31_32.h | 426 static inline struct fixed31_32 dc_fixpt_pow(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_pow() function
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 524 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format() 526 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format()
|