Home
last modified time | relevance | path

Searched refs:v_ratio_c (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1170 double v_ratio_c = p->display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_ratio; in dcn6_calculate_watermarks_and_dram_speed_change_support() local
1172 …erPixelDETY[k] * v_ratio + p->SwathWidthC[k] * p->BytePerPixelDETC[k] * v_ratio_c) / (h_total / pi… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1183 double v_ratio_c = p->display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_ratio; in dcn6_calculate_watermarks_and_dram_speed_change_support() local
1200 …s->EffectiveLBLatencyHidingC = s->LBLatencyHidingSourceLinesC[k] / v_ratio_c * (h_total / pixel_cl… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1220 …lDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_ratio_c; in dcn6_calculate_watermarks_and_dram_speed_change_support()
1223 …mberOfActiveSurfaces) * (double)p->SwathHeightC[k] * (double)h_total / pixel_clock_mhz / v_ratio_c; in dcn6_calculate_watermarks_and_dram_speed_change_support()
1336 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in dcn6_calculate_watermarks_and_dram_speed_change_support()
H A Ddml2_core_dcn5_calcs_dchub.c4343 double v_ratio_c = p->display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_ratio; in dcn5_calculate_watermarks_and_dram_speed_change_support() local
4345 …erPixelDETY[k] * v_ratio + p->SwathWidthC[k] * p->BytePerPixelDETC[k] * v_ratio_c) / (h_total / pi… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4356 double v_ratio_c = p->display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_ratio; in dcn5_calculate_watermarks_and_dram_speed_change_support() local
4373 …s->EffectiveLBLatencyHidingC = s->LBLatencyHidingSourceLinesC[k] / v_ratio_c * (h_total / pixel_cl… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4393 …lDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_ratio_c; in dcn5_calculate_watermarks_and_dram_speed_change_support()
4396 …mberOfActiveSurfaces) * (double)p->SwathHeightC[k] * (double)h_total / pixel_clock_mhz / v_ratio_c; in dcn5_calculate_watermarks_and_dram_speed_change_support()
4487 s->src_y_pstate_c = (unsigned int)(math_ceil2(s->dst_y_pstate * v_ratio_c, p->SwathHeightC[k])); in dcn5_calculate_watermarks_and_dram_speed_change_support()