Home
last modified time | relevance | path

Searched refs:pixel_clock_mhz (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1168 …double pixel_clock_mhz = p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in dcn6_calculate_watermarks_and_dram_speed_change_support() local
1172 … * v_ratio + p->SwathWidthC[k] * p->BytePerPixelDETC[k] * v_ratio_c) / (h_total / pixel_clock_mhz); in dcn6_calculate_watermarks_and_dram_speed_change_support()
1181 …double pixel_clock_mhz = p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in dcn6_calculate_watermarks_and_dram_speed_change_support() local
1199 …ectiveLBLatencyHidingY = s->LBLatencyHidingSourceLinesY[k] / v_ratio * (h_total / pixel_clock_mhz); in dcn6_calculate_watermarks_and_dram_speed_change_support()
1200 …tiveLBLatencyHidingC = s->LBLatencyHidingSourceLinesC[k] / v_ratio_c * (h_total / pixel_clock_mhz); in dcn6_calculate_watermarks_and_dram_speed_change_support()
1204 … (p->SwathWidthY[k] * p->BytePerPixelDETY[k] * v_ratio) / (h_total / pixel_clock_mhz) / s->TotalPi… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1209 …s->FullDETBufferingTimeY = s->LinesInDETYRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn6_calculate_watermarks_and_dram_speed_change_support()
1211 …ouble)p->DSTXAfterScaler[k] / h_total + (double)p->DSTYAfterScaler[k]) * h_total / pixel_clock_mhz; in dcn6_calculate_watermarks_and_dram_speed_change_support()
1214 …NumberOfActiveSurfaces) * (double)p->SwathHeightY[k] * (double)h_total / pixel_clock_mhz / v_ratio; in dcn6_calculate_watermarks_and_dram_speed_change_support()
1220 …s->FullDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn6_calculate_watermarks_and_dram_speed_change_support()
[all …]
H A Ddml2_core_dcn5_calcs_dchub.c4341 …double pixel_clock_mhz = p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in dcn5_calculate_watermarks_and_dram_speed_change_support() local
4345 … * v_ratio + p->SwathWidthC[k] * p->BytePerPixelDETC[k] * v_ratio_c) / (h_total / pixel_clock_mhz); in dcn5_calculate_watermarks_and_dram_speed_change_support()
4354 …double pixel_clock_mhz = p->display_cfg->stream_descriptors[p->display_cfg->plane_descriptors[k].s… in dcn5_calculate_watermarks_and_dram_speed_change_support() local
4372 …ectiveLBLatencyHidingY = s->LBLatencyHidingSourceLinesY[k] / v_ratio * (h_total / pixel_clock_mhz); in dcn5_calculate_watermarks_and_dram_speed_change_support()
4373 …tiveLBLatencyHidingC = s->LBLatencyHidingSourceLinesC[k] / v_ratio_c * (h_total / pixel_clock_mhz); in dcn5_calculate_watermarks_and_dram_speed_change_support()
4377 … (p->SwathWidthY[k] * p->BytePerPixelDETY[k] * v_ratio) / (h_total / pixel_clock_mhz) / s->TotalPi… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4382 …s->FullDETBufferingTimeY = s->LinesInDETYRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn5_calculate_watermarks_and_dram_speed_change_support()
4384 …ouble)p->DSTXAfterScaler[k] / h_total + (double)p->DSTYAfterScaler[k]) * h_total / pixel_clock_mhz; in dcn5_calculate_watermarks_and_dram_speed_change_support()
4387 …NumberOfActiveSurfaces) * (double)p->SwathHeightY[k] * (double)h_total / pixel_clock_mhz / v_ratio; in dcn5_calculate_watermarks_and_dram_speed_change_support()
4393 …s->FullDETBufferingTimeC = s->LinesInDETCRoundedDownToSwath[k] * (h_total / pixel_clock_mhz) / v_r… in dcn5_calculate_watermarks_and_dram_speed_change_support()
[all …]
H A Ddml2_core_dcn5_funcs_mode_programming.c1720 …double pixel_clock_mhz = (double)programming->display_config.stream_descriptors[stream_index].timi… in dcn5_pack_mode_programming_params() local
1722 double line_time_us = htotal / pixel_clock_mhz; in dcn5_pack_mode_programming_params()