/linux-6.1.9/drivers/gpu/drm/amd/display/include/ |
D | fixed31_32.h | 87 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int() function 263 return dc_fixpt_add(arg1, dc_fixpt_from_int(arg2)); in dc_fixpt_add_int() 288 return dc_fixpt_sub(arg1, dc_fixpt_from_int(arg2)); in dc_fixpt_sub_int() 310 return dc_fixpt_mul(arg1, dc_fixpt_from_int(arg2)); in dc_fixpt_mul_int() 325 return dc_fixpt_from_fraction(arg1.value, dc_fixpt_from_int((int)arg2).value); in dc_fixpt_div_int()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dwb_scl.c | 737 struct fixed31_32 tmp_h_init_phase_luma = dc_fixpt_from_int(0); in dwb_program_horz_scalar() 738 struct fixed31_32 tmp_h_init_phase_chroma = dc_fixpt_from_int(0); in dwb_program_horz_scalar() 786 h_taps_chroma, dc_fixpt_from_int(h_ratio_luma * 2)); in dwb_program_horz_scalar() 816 struct fixed31_32 tmp_v_init_phase_luma = dc_fixpt_from_int(0); in dwb_program_vert_scalar() 817 struct fixed31_32 tmp_v_init_phase_chroma = dc_fixpt_from_int(0); in dwb_program_vert_scalar() 866 v_taps_chroma, dc_fixpt_from_int(v_ratio_luma * 2)); in dwb_program_vert_scalar()
|
D | dcn20_hubp.c | 1029 dc_fixpt_from_int(dst_x_offset), in hubp2_cursor_set_position()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_cm_common.c | 400 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format() 401 dc_fixpt_from_int(region_start)); in cm_helper_translate_curve_to_hw_format() 405 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_hw_format() 406 dc_fixpt_from_int(region_end)); in cm_helper_translate_curve_to_hw_format() 436 dc_fixpt_from_int(125); in cm_helper_translate_curve_to_hw_format() 575 corner_points[0].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format() 576 dc_fixpt_from_int(region_start)); in cm_helper_translate_curve_to_degamma_hw_format() 579 corner_points[1].red.x = dc_fixpt_pow(dc_fixpt_from_int(2), in cm_helper_translate_curve_to_degamma_hw_format() 580 dc_fixpt_from_int(region_end)); in cm_helper_translate_curve_to_degamma_hw_format() 603 dc_fixpt_from_int(125); in cm_helper_translate_curve_to_degamma_hw_format()
|
D | dcn10_hubp.c | 1235 dc_fixpt_from_int(dst_x_offset), in hubp1_cursor_set_position()
|
D | dcn10_hw_sequencer.c | 2910 if (!dc_fixpt_eq(multiplier, dc_fixpt_from_int(0))) // check != 0 in dcn10_set_hdr_multiplier()
|
/linux-6.1.9/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() 200 dc_fixpt_from_int(region_start)); 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() 205 dc_fixpt_from_int(region_end)); in cm3_helper_translate_curve_to_hw_format() 236 end_value = dc_fixpt_from_int(125); 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() 372 dc_fixpt_from_int(region_start)); 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() 376 dc_fixpt_from_int(region_end)); in cm3_helper_translate_curve_to_degamma_hw_format() 399 dc_fixpt_from_int(125); in cm3_helper_translate_curve_to_degamma_hw_format()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/ |
D | color_gamma.c | 69 struct fixed31_32 region_size = dc_fixpt_from_int(128); in setup_x_points_distribution() 267 struct fixed31_32 scaling_factor = dc_fixpt_from_int(125); in precompute_de_pq() 337 const struct fixed31_32 one = dc_fixpt_from_int(1); in translate_from_linear_space() 356 cal_buffer->gamma_of_2 = dc_fixpt_pow(dc_fixpt_from_int(2), in translate_from_linear_space() 391 const struct fixed31_32 one = dc_fixpt_from_int(1); in translate_from_linear_space_long() 663 point->coeff = dc_fixpt_from_int(2); in build_custom_gamma_mapping_coefficients_worker() 801 struct fixed31_32 scaling_factor = dc_fixpt_from_int(125); in build_de_pq() 909 two = dc_fixpt_from_int(2); in hermite_spline_eetf() 910 three = dc_fixpt_from_int(3); in hermite_spline_eetf() 973 max_display = dc_fixpt_from_int(fs_params->max_display); in build_freesync_hdr() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/basics/ |
D | conversion.c | 57 dc_fixpt_from_int( in fixed_point_to_int_frac() 60 dc_fixpt_from_int( in fixed_point_to_int_frac()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_color.c | 156 gamma->entries.red[i] = dc_fixpt_from_int(r); in __drm_lut_to_dc_gamma() 157 gamma->entries.green[i] = dc_fixpt_from_int(g); in __drm_lut_to_dc_gamma() 158 gamma->entries.blue[i] = dc_fixpt_from_int(b); in __drm_lut_to_dc_gamma()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dc_dsc.c | 481 effective_bandwidth_in_kbps = dc_fixpt_from_int(bandwidth_in_kbps); in compute_bpp_x16_from_target_bandwidth() 486 bpp_x16 = dc_fixpt_from_int(dc_fixpt_floor(dc_fixpt_mul_int(bpp_x16, bpp_increment_div))); in compute_bpp_x16_from_target_bandwidth() 1007 refresh_rate = dc_fixpt_from_int(timing->pix_clk_100hz); in dc_dsc_stream_bandwidth_overhead_in_kbps() 1012 max_dsc_overhead = dc_fixpt_from_int(num_slices_h); in dc_dsc_stream_bandwidth_overhead_in_kbps()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_transform.c | 294 dc_fixpt_from_int(data->taps.h_taps + 1)), in calculate_inits() 303 dc_fixpt_from_int(data->taps.v_taps + 1)), in calculate_inits() 332 dc_fixpt_from_int(data->taps.v_taps + 1)), in dce60_calculate_inits()
|
D | dce_clock_source.c | 683 dc_fixpt_from_int(ds_data->feedback_amount)); in calculate_ss() 688 dc_fixpt_from_int(ds_data->nfrac_amount)); in calculate_ss()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/link/ |
D | link_hwss_hpo_dp.c | 76 h_blank_in_ms = dc_fixpt_div(dc_fixpt_from_int( in set_hpo_dp_hblank_min_symbol_width()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 529 arr_points[0].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format() 530 dc_fixpt_from_int(region_start)); in dce110_translate_regamma_to_hw_format() 531 arr_points[1].x = dc_fixpt_pow(dc_fixpt_from_int(2), in dce110_translate_regamma_to_hw_format() 532 dc_fixpt_from_int(region_end)); in dce110_translate_regamma_to_hw_format() 561 const struct fixed31_32 end_value = dc_fixpt_from_int(125); in dce110_translate_regamma_to_hw_format()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_clk_mgr.c | 183 pll_req = dc_fixpt_from_int(pll_req_reg & clk_mgr->clk_mgr_mask->FbMult_int); in dcn30_get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
D | dcn20_clk_mgr.c | 569 pll_req = dc_fixpt_from_int(pll_req_reg & clk_mgr->clk_mgr_mask->FbMult_int); in dcn20_clk_mgr_construct()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
D | dcn316_clk_mgr.c | 598 pll_req = dc_fixpt_from_int(fbmult_int_val); in get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
D | vg_clk_mgr.c | 203 pll_req = dc_fixpt_from_int(fbmult_int_val); in get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr.c | 269 pll_req = dc_fixpt_from_int(fbmult_int_val); in get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
D | dcn31_clk_mgr.c | 272 pll_req = dc_fixpt_from_int(fbmult_int_val); in get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
D | dcn32_clk_mgr.c | 494 pll_req = dc_fixpt_from_int(pll_req_reg & clk_mgr->clk_mgr_mask->FbMult_int); in dcn32_get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
D | dcn314_clk_mgr.c | 304 pll_req = dc_fixpt_from_int(fbmult_int_val); in get_vco_frequency_from_reg()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link.c | 3482 mbytes_per_sec = dc_fixpt_from_int(link_rate_in_mbytes_per_sec); in get_pbn_per_slot() 3639 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in dc_link_update_sst_payload() 3995 struct fixed31_32 avg_time_slots_per_mtp = dc_fixpt_from_int(0); in deallocate_mst_payload()
|
D | dc_link_dp.c | 7015 dc_fixpt_from_int( in calculate_sst_avg_time_slots_per_mtp() 7020 dc_fixpt_from_int( in calculate_sst_avg_time_slots_per_mtp()
|