Home
last modified time | relevance | path

Searched refs:math_ceil2 (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c176 phantom->composition.viewport.plane0.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
179 phantom->composition.viewport.plane1.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
450 …in_out->mode_support_result.global.active.average_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode… in core_dcn4_mode_support()
451 …in_out->mode_support_result.global.active.urgent_bw_sdp_kbps = (unsigned long)math_ceil2((l->mode_… in core_dcn4_mode_support()
452 …in_out->mode_support_result.global.svp_prefetch.average_bw_sdp_kbps = (unsigned long)math_ceil2((l… in core_dcn4_mode_support()
453 …in_out->mode_support_result.global.svp_prefetch.urgent_bw_sdp_kbps = (unsigned long)math_ceil2((l-… in core_dcn4_mode_support()
455 …in_out->mode_support_result.global.active.average_bw_dram_kbps = (unsigned long)math_ceil2((l->mod… in core_dcn4_mode_support()
456 …in_out->mode_support_result.global.active.urgent_bw_dram_kbps = (unsigned long)math_ceil2((l->mode… in core_dcn4_mode_support()
457 …in_out->mode_support_result.global.svp_prefetch.average_bw_dram_kbps = (unsigned long)math_ceil2((… in core_dcn4_mode_support()
458 …in_out->mode_support_result.global.svp_prefetch.urgent_bw_dram_kbps = (unsigned long)math_ceil2((l… in core_dcn4_mode_support()
H A Ddml2_core_dcn4_calcs.c4531 …double HCActive = math_ceil2(DSCSlices * math_ceil2(OutputBpp * math_ceil2(HActive / DSCSlices, 1)… in RequiredDTBCLK()
4621 math_min2(math_ceil2((double)surface->plane0.height, ReadBlockHeightY[k]), in CalculateSurfaceSizeInMall()
4627 math_min2(math_ceil2((double)surface->plane1.width, ReadBlockWidthC[k]), in CalculateSurfaceSizeInMall()
4630 math_min2(math_ceil2((double)surface->plane1.height, ReadBlockHeightC[k]), in CalculateSurfaceSizeInMall()
4746 tdlut_delivery_cycles = (unsigned int)math_ceil2(tdlut_width/2.0, 1); in calculate_tdlut_setting()
4876 *VUpdateOffsetPix = (unsigned int)(math_ceil2(HTotal / 4.0, 1.0)); in CalculateVUpdateAndDynamicMetadataParameters()
5385 tdlut_row_bytes = (unsigned long) math_ceil2(p->tdlut_bytes_per_frame/2.0, 1.0); in CalculatePrefetchSchedule()
5457 s->Tvm_oto_lines = math_ceil2(4.0 * s->Tvm_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()
5458 s->Tr0_oto_lines = math_ceil2(4.0 * s->Tr0_oto / s->LineTime, 1) / 4.0; in CalculatePrefetchSchedule()
6683 *dst_y_per_vm_flip = math_ceil2(4.0 * (l->Tvm_flip / LineTime), 1.0) / 4.0; in CalculateFlipSchedule()
[all …]
H A Ddml2_core_utils.c595 phantom->composition.viewport.plane0.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
598 phantom->composition.viewport.plane1.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.h14 double math_ceil2(const double arg, const double significance);
H A Dlib_float_math.c64 double math_ceil2(const double arg, const double significance) in math_ceil2() function
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/
H A Ddml2_dpmm_dcn4.c243 …pll_frequency_khz = (unsigned long) math_max2(600000, math_ceil2(math_max3(dispclk_khz, dpprefclk_… in round_to_non_dfs_granularity()
652 …* math_ceil2(in_out->display_cfg->mode_support_result.per_plane[i].dppclk_khz * (1.0 + in_out->soc… in map_mode_to_soc_dpm()