Searched refs:math_min2 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
| A D | lib_float_math.h | 9 double math_min2(const double arg1, const double arg2);
|
| A D | lib_float_math.c | 29 double math_min2(const double arg1, const double arg2) in math_min2() function
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/ |
| A D | dml2_dpmm_dcn4.c | 213 …*rounded_dispclk_khz = pll_frequency_khz / (unsigned long) math_min2(pll_frequency_khz / dispclk_k… in round_to_non_dfs_granularity() 215 …*rounded_dpprefclk_khz = pll_frequency_khz / (unsigned long) math_min2(pll_frequency_khz / dpprefc… in round_to_non_dfs_granularity() 218 …*rounded_dtbrefclk_khz = pll_frequency_khz / (unsigned long) math_min2(pll_frequency_khz / dtbrefc… in round_to_non_dfs_granularity() 574 dispclk_khz = math_min2(dispclk_khz, in_out->min_clk_table->max_clocks_khz.dispclk); in map_mode_to_soc_dpm()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_utils.c | 440 phantom->composition.viewport.plane0.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane() 443 phantom->composition.viewport.plane1.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
|
| A D | dml2_core_shared.c | 3463 *PSCL_THROUGHPUT = math_min2(MaxDCHUBToPSCLThroughput, MaxPSCLToLBThroughput); in CalculateSinglePipeDPPCLKAndSCLThroughput() 3900 NextDETBufferPieceInKByte = (unsigned int)(math_min2( in CalculateDETBufferSize() 5413 return_bw_mbps = math_min2(derate_sdp_bandwidth, derate_fabric_bandwidth); in dml_get_return_bandwidth_available() 6302 vblank_size = (unsigned int)math_min2(vblank_actual, vblank_avail); in CalculateMaxVStartup() 7024 math_min2(math_ceil2((double)surface->plane0.height, ReadBlockHeightY[k]), in CalculateSurfaceSizeInMall() 7030 math_min2(math_ceil2((double)surface->plane1.width, ReadBlockWidthC[k]), in CalculateSurfaceSizeInMall() 7033 math_min2(math_ceil2((double)surface->plane1.height, ReadBlockHeightC[k]), in CalculateSurfaceSizeInMall() 7039 math_min2(math_ceil2(surface->plane0.width, 8 * Read256BytesBlockWidthY[k]), in CalculateSurfaceSizeInMall() 7047 math_min2(math_ceil2(surface->plane1.width, 8 * Read256BytesBlockWidthC[k]), in CalculateSurfaceSizeInMall() 8575 l->min_row_height = math_min2(dpte_row_height, meta_row_height); in CalculateFlipSchedule() [all …]
|
| A D | dml2_core_dcn4_calcs.c | 779 *PSCL_THROUGHPUT = math_min2(MaxDCHUBToPSCLThroughput, MaxPSCLToLBThroughput); in CalculateSinglePipeDPPCLKAndSCLThroughput() 1223 l->NextDETBufferPieceInKByte = (unsigned int)(math_min2( in CalculateDETBufferSize() 2745 return_bw_mbps = math_min2(derate_sdp_bandwidth, derate_fabric_bandwidth); in dml_get_return_bandwidth_available() 3636 vblank_size = (unsigned int)math_min2(vblank_actual, vblank_avail); in CalculateMaxVStartup() 4524 math_min2(math_ceil2((double)surface->plane0.height, ReadBlockHeightY[k]), in CalculateSurfaceSizeInMall() 4530 math_min2(math_ceil2((double)surface->plane1.width, ReadBlockWidthC[k]), in CalculateSurfaceSizeInMall() 4533 math_min2(math_ceil2((double)surface->plane1.height, ReadBlockHeightC[k]), in CalculateSurfaceSizeInMall() 5646 s->LinesToRequestPrefetchPixelData = math_min2(s->Lsw_equ, s->Lsw_oto); // Lsw in CalculatePrefetchSchedule() 6258 l->min_row_height = math_min2(dpte_row_height, meta_row_height); in CalculateFlipSchedule() 6270 l->min_row_height = math_min2(dpte_row_height, meta_row_height); in CalculateFlipSchedule() [all …]
|
| A D | dml2_core_dcn4.c | 174 phantom->composition.viewport.plane0.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane() 177 phantom->composition.viewport.plane1.height = (long int unsigned) math_min2(math_ceil2( in create_phantom_plane_from_main_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
| A D | dml2_pmo_dcn4_fams2.c | 1322 max_allow_time_us = math_min2( in is_config_schedulable()
|
Completed in 71 milliseconds