Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/color/
A Dcolor_gamma.c130 base = dc_fixpt_div( in compute_pq()
200 x = dc_fixpt_div(x, a); in compute_hlg_eotf()
458 dc_fixpt_div( in translate_to_linear_space()
468 dc_fixpt_div( in translate_to_linear_space()
945 *out_x = dc_fixpt_div(*out_x, dc_fixpt_div(max_display, max_content)); in hermite_spline_eetf()
1203 rgb->r = dc_fixpt_div( in scale_gamma()
1205 rgb->g = dc_fixpt_div( in scale_gamma()
1207 rgb->b = dc_fixpt_div( in scale_gamma()
1277 pwl_rgb[i].r = dc_fixpt_div( in scale_gamma_dx()
1280 pwl_rgb[i].g = dc_fixpt_div( in scale_gamma_dx()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A 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()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A 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()
A Ddcn10_hubp.c1225 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp1_cursor_set_position()
/linux/drivers/gpu/drm/amd/display/dc/basics/
A Dfixpt31_32.c265 res = dc_fixpt_div( in dc_fixpt_sinc()
352 dc_fixpt_div( in dc_fixpt_exp()
398 dc_fixpt_div( in dc_fixpt_log()
/linux/drivers/gpu/drm/amd/display/include/
A Dfixed31_32.h332 static inline struct fixed31_32 dc_fixpt_div(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_div() function
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link.c3574 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_allocate_mst_payload()
3621 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_reduce_mst_payload()
3752 avg_time_slots_per_mtp = dc_fixpt_div(pbn, pbn_per_slot); in dc_link_increase_mst_payload()
A Ddc_link_dp.c6117 dc_fixpt_div(timing_bw, timeslot_bw_effective);
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_clock_source.c702 ss_step_size = dc_fixpt_div(ss_amount, modulation_time); in calculate_ss()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_hw_sequencer.c542 arr_points[0].slope = dc_fixpt_div(arr_points[0].y, in dce110_translate_regamma_to_hw_format()
564 arr_points[1].slope = dc_fixpt_div( in dce110_translate_regamma_to_hw_format()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubp.c1009 dst_x_offset = dc_fixpt_floor(dc_fixpt_div( in hubp2_cursor_set_position()

Completed in 40 milliseconds