Home
last modified time | relevance | path

Searched refs:dc_fixpt_div (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/amd/display/modules/color/
Dcolor_gamma.c117 base = dc_fixpt_div( in compute_pq()
148 dc_fixpt_div(dc_fixpt_one, m2)); in compute_de_pq()
153 base2 = dc_fixpt_div(base, div); in compute_de_pq()
159 *out_y = dc_fixpt_pow(base2, dc_fixpt_div(dc_fixpt_one, m1)); in compute_de_pq()
187 x = dc_fixpt_div(x, a); in compute_hlg_eotf()
440 dc_fixpt_div( in translate_to_linear_space()
447 linear = dc_fixpt_div(arg, a1); in translate_to_linear_space()
450 dc_fixpt_div( in translate_to_linear_space()
638 point->coeff = dc_fixpt_div( in build_custom_gamma_mapping_coefficients_worker()
879 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq); in hermite_spline_eetf()
[all …]
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_cm_common.c414 corner_points[0].red.slope = dc_fixpt_div(corner_points[0].red.y, in cm_helper_translate_curve_to_hw_format()
416 corner_points[0].green.slope = dc_fixpt_div(corner_points[0].green.y, in cm_helper_translate_curve_to_hw_format()
418 corner_points[0].blue.slope = dc_fixpt_div(corner_points[0].blue.y, in cm_helper_translate_curve_to_hw_format()
438 corner_points[1].red.slope = dc_fixpt_div( in cm_helper_translate_curve_to_hw_format()
441 corner_points[1].green.slope = dc_fixpt_div( in cm_helper_translate_curve_to_hw_format()
444 corner_points[1].blue.slope = dc_fixpt_div( in cm_helper_translate_curve_to_hw_format()
605 corner_points[1].red.slope = dc_fixpt_div( in cm_helper_translate_curve_to_degamma_hw_format()
608 corner_points[1].green.slope = dc_fixpt_div( in cm_helper_translate_curve_to_degamma_hw_format()
611 corner_points[1].blue.slope = dc_fixpt_div( in cm_helper_translate_curve_to_degamma_hw_format()
Ddcn10_hubp.c1196 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_cm_common.c213 corner_points[0].red.slope = dc_fixpt_div(corner_points[0].red.y, in cm3_helper_translate_curve_to_hw_format()
215 corner_points[0].green.slope = dc_fixpt_div(corner_points[0].green.y, in cm3_helper_translate_curve_to_hw_format()
217 corner_points[0].blue.slope = dc_fixpt_div(corner_points[0].blue.y, in cm3_helper_translate_curve_to_hw_format()
240 corner_points[1].red.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_hw_format()
243 corner_points[1].green.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_hw_format()
246 corner_points[1].blue.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_hw_format()
401 corner_points[1].red.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_degamma_hw_format()
404 corner_points[1].green.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_degamma_hw_format()
407 corner_points[1].blue.slope = dc_fixpt_div( in cm3_helper_translate_curve_to_degamma_hw_format()
/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c261 res = dc_fixpt_div( in dc_fixpt_sinc()
348 dc_fixpt_div( in dc_fixpt_exp()
394 dc_fixpt_div( in dc_fixpt_log()
/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h338 static inline struct fixed31_32 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_div() function
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c705 ss_step_size = dc_fixpt_div(ss_amount, modulation_time); in calculate_ss()
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c534 arr_points[0].slope = dc_fixpt_div(arr_points[0].y, in dce110_translate_regamma_to_hw_format()
556 arr_points[1].slope = dc_fixpt_div( in dce110_translate_regamma_to_hw_format()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c1013 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp2_cursor_set_position()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2974 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_allocate_mst_payload()