Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c888 int bpp, line_time_us, byte_clk_period_ns; in gen11_dsi_set_transcoder_timings() local
896 line_time_us = (htotal * (bpp / 8) * byte_clk_period_ns) / (1000 * intel_dsi->lane_count); in gen11_dsi_set_transcoder_timings()
897 vtotal = vactive + DIV_ROUND_UP(400, line_time_us); in gen11_dsi_set_transcoder_timings()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c2142 double line_time_us, vblank_nom_time_us; in pmo_dcn4_fams2_init_for_stutter() local
2160line_time_us = (double)in_out->base_display_config->display_config.stream_descriptors[i].timing.h_… in pmo_dcn4_fams2_init_for_stutter()
2161 …vblank_nom_time_us = line_time_us * in_out->base_display_config->display_config.stream_descriptors… in pmo_dcn4_fams2_init_for_stutter()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c1809 …double line_time_us = (double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].st… in dml2_core_shared_mode_support() local
1826 line_time_us, in dml2_core_shared_mode_support()
1846 line_time_us, in dml2_core_shared_mode_support()
2454 …double line_time_us = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_ind… in dml2_core_shared_mode_support() local
2461 line_time_us, in dml2_core_shared_mode_support()
6296 double line_time_us = (double)timing->h_total / ((double)timing->pixel_clock_khz / 1000); in CalculateMaxVStartup() local
6298 …nom_default_in_line = (unsigned int)math_floor2((double)vblank_nom_default_us / line_time_us, 1.0); in CalculateMaxVStartup()
6307 … = vblank_size - (unsigned int)math_max2(1.0, math_ceil2(write_back_delay_us / line_time_us, 1.0)); in CalculateMaxVStartup()
6311 dml2_printf("DML::%s: line_time_us = %f\n", __func__, line_time_us); in CalculateMaxVStartup()
10545 …double line_time_us = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_ind… in dml2_core_shared_mode_programming() local
[all …]
H A Ddml2_core_dcn4_calcs.c3630 double line_time_us = (double)timing->h_total / ((double)timing->pixel_clock_khz / 1000); in CalculateMaxVStartup() local
3632 …nom_default_in_line = (unsigned int)math_floor2((double)vblank_nom_default_us / line_time_us, 1.0); in CalculateMaxVStartup()
3641 … = vblank_size - (unsigned int)math_max2(1.0, math_ceil2(write_back_delay_us / line_time_us, 1.0)); in CalculateMaxVStartup()
3645 dml2_printf("DML::%s: line_time_us = %f\n", __func__, line_time_us); in CalculateMaxVStartup()
8184 …double line_time_us = (double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].st… in dml_core_mode_support() local
8203 line_time_us, in dml_core_mode_support()
8225 line_time_us, in dml_core_mode_support()
8799 …double line_time_us = display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_ind… in dml_core_mode_support() local
8812 line_time_us, in dml_core_mode_support()
10676 double line_time_us = 0.0; in dml_core_mode_programming() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c7331 double line_time_us = HTotal / PixelClock; local
7333 unsigned int vblank_nom_default_in_line = dml_floor(VBlankNomDefaultUS / line_time_us, 1.0);
7341 MaxVStartup = vblank_size - dml_max(1.0, dml_ceil(WritebackDelayTime / line_time_us, 1.0));
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c6180 dml_float_t line_time_us = (dml_float_t) timing->HTotal[plane_idx] / timing->PixelClock[plane_idx]; in CalculateMaxVStartup() local
6202 …p_lines = vblank_size - (dml_uint_t) dml_max(1.0, dml_ceil(write_back_delay_us/line_time_us, 1.0)); in CalculateMaxVStartup()
6207 dml_print("DML::%s: line_time_us = %f\n", __func__, line_time_us); in CalculateMaxVStartup()