Home
last modified time | relevance | path

Searched refs:dc_fixpt_div_int (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c74 bpp = dc_fixpt_div_int(bpp, timing->pix_clk_100hz / 10); in apply_128b_132b_stream_overhead()
81 overhead_factor = dc_fixpt_div_int(overhead_factor, 128); in apply_128b_132b_stream_overhead()
661 dc_fixpt_div_int(dc_fixpt_from_int(dsc_div_by_10_round_up(timing->pix_clk_100hz)), in get_min_dsc_slice_count_for_odm()
663dc_fixpt_div_int(dc_fixpt_from_int(timing->h_addressable + timing->h_border_left + timing->h_borde… in get_min_dsc_slice_count_for_odm()
782 bpp_x16 = dc_fixpt_div_int(bpp_x16, timing->pix_clk_100hz); in compute_bpp_x16_from_target_bandwidth()
784 bpp_x16 = dc_fixpt_div_int(bpp_x16, bpp_increment_div); in compute_bpp_x16_from_target_bandwidth()
1160 dc_fixpt_div_int(dc_fixpt_from_int(pic_width), dsc_common_caps.max_slice_width), // sink min in setup_dsc_config()
1347 refresh_rate = dc_fixpt_div_int(refresh_rate, timing->h_total); in dc_dsc_stream_bandwidth_overhead_in_kbps()
1348 refresh_rate = dc_fixpt_div_int(refresh_rate, timing->v_total); in dc_dsc_stream_bandwidth_overhead_in_kbps()
1354 max_dsc_overhead = dc_fixpt_div_int(max_dsc_overhead, 1000); in dc_dsc_stream_bandwidth_overhead_in_kbps()
/linux/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h323 static inline struct fixed31_32 dc_fixpt_div_int(struct fixed31_32 arg1, long long arg2) in dc_fixpt_div_int() function
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c701 modulation_time = dc_fixpt_div_int(modulation_time, 4); in calculate_ss()
703 modulation_time = dc_fixpt_div_int(modulation_time, 2); in calculate_ss()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c993 return dc_fixpt_div_int(mbytes_per_sec, 54); in get_pbn_per_slot()
1383 dc_fixpt_div_int(link_bw_effective, MAX_MTP_SLOT_COUNT); in link_calculate_sst_avg_time_slots_per_mtp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1269 *init = dc_fixpt_truncate(dc_fixpt_add(dc_fixpt_div_int( in calculate_init_and_vp()