Searched refs:pixel_clock_mhz (Results 1 – 3 of 3) sorted by relevance
1168 …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() local1172 … * 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() local1199 …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 …]
4341 …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() local4345 … * 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() local4372 …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 …]
1720 …double pixel_clock_mhz = (double)programming->display_config.stream_descriptors[stream_index].timi… in dcn5_pack_mode_programming_params() local1722 double line_time_us = htotal / pixel_clock_mhz; in dcn5_pack_mode_programming_params()