Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c846 odm_load = display_config->stream_descriptors[i].timing.pixel_clock_khz in find_highest_odm_load_stream_index()
994 …me_us[timing_group_idx] = (double)master_timing->h_total / master_timing->pixel_clock_khz * 1000.0; in build_synchronized_timing_groups()
1712 stream_pstate_meta->otg_vline_time_us = (double)timing->h_total / timing->pixel_clock_khz * 1000.0; in build_pstate_meta_per_stream()
1714 stream_pstate_meta->nom_refresh_rate_hz = timing->pixel_clock_khz * 1000.0 / in build_pstate_meta_per_stream()
1722 …ate_meta->max_vtotal = (unsigned int)math_floor((double)stream_descriptor->timing.pixel_clock_khz / in build_pstate_meta_per_stream()
1726 …ate_meta->max_vtotal = (unsigned int)math_floor((double)stream_descriptor->timing.pixel_clock_khz / in build_pstate_meta_per_stream()
1732 stream_pstate_meta->min_refresh_rate_hz = timing->pixel_clock_khz * 1000.0 / in build_pstate_meta_per_stream()
2319 …ut->base_display_config->display_config.stream_descriptors[i].timing.pixel_clock_khz * 1000) * 100… in pmo_dcn4_fams2_init_for_stutter()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_display_cfg_types.h269 unsigned long pixel_clock_khz; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c435 …>stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000); in PixelClockAdjustmentForProgressiveToInterlaceUnit()
1106 l->TotalPixelRate += display_cfg->stream_descriptors[k].timing.pixel_clock_khz; in CalculateDETBufferSize()
1111 … = (unsigned int)((double) display_cfg->stream_descriptors[k].timing.pixel_clock_khz * MaxTotalDET… in CalculateDETBufferSize()
3532 …>stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000); in CalculateDCFCLKDeepSleepTdlut()
3682 double line_time_us = (double)timing->h_total / ((double)timing->pixel_clock_khz / 1000); in CalculateMaxVStartup()
6794 …eam_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000.0; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6806 …eam_descriptors[p->display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000.0; in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
6999 (double)p->display_cfg->stream_descriptors[stream_index].timing.pixel_clock_khz * 1000.0)); in calculate_bytes_to_fetch_required_to_hide_latency()
7318 …e)stream_descriptor->timing.h_total * 1000.0 / (double)stream_descriptor->timing.pixel_clock_khz)); in calculate_pstate_keepout_dst_lines()
7430 …>stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.pixel_clock_khz / 1000); in dml_core_ms_prefetch_check()
[all …]
H A Ddml2_core_utils.c792 …double otg_vline_time_us = (double)stream->timing.h_total / (double)stream->timing.pixel_clock_khz in dml2_core_utils_get_frame_time_us()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c101 timing->pixel_clock_khz = stream->timing.pix_clk_100hz / 10; in populate_dml21_timing_config_from_stream_state()
103 timing->pixel_clock_khz = pipe_ctx->dsc_padding_params.dsc_pix_clk_100hz / 10; in populate_dml21_timing_config_from_stream_state()
105 timing->pixel_clock_khz *= 2; in populate_dml21_timing_config_from_stream_state()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c2261 unsigned int pixel_clock_khz; member
2271 .pixel_clock_khz = _pclk, \
2323 cmdline_mode->pixel_clock = mode->pixel_clock_khz; in drm_mode_parse_cmdline_named_mode()
2522 named_mode->pixel_clock_khz * 1000, in drm_named_mode()