Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c210 pll_settings->adjusted_pix_clk_100hz, in calc_fb_divider_checking_tolerance()
229 pll_settings->adjusted_pix_clk_100hz) in calc_fb_divider_checking_tolerance()
231 pll_settings->adjusted_pix_clk_100hz in calc_fb_divider_checking_tolerance()
232 : pll_settings->adjusted_pix_clk_100hz - in calc_fb_divider_checking_tolerance()
266 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range()
303 if (pll_settings->adjusted_pix_clk_100hz == 0) { in calculate_pixel_clock_pll_dividers()
315 if (min_post_divider * pll_settings->adjusted_pix_clk_100hz < in calculate_pixel_clock_pll_dividers()
318 pll_settings->adjusted_pix_clk_100hz; in calculate_pixel_clock_pll_dividers()
320 pll_settings->adjusted_pix_clk_100hz) < in calculate_pixel_clock_pll_dividers()
326 if (max_post_divider * pll_settings->adjusted_pix_clk_100hz in calculate_pixel_clock_pll_dividers()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dio/dcn10/
Ddcn10_link_encoder.c618 int adjusted_pix_clk_100hz) in dcn10_link_encoder_validate_hdmi_output() argument
625 adjusted_pix_clk_100hz > edid_caps->max_tmds_clk_mhz * 10000) in dcn10_link_encoder_validate_hdmi_output()
633 if (adjusted_pix_clk_100hz < (TMDS_MIN_PIXEL_CLOCK * 10)) in dcn10_link_encoder_validate_hdmi_output()
636 if ((adjusted_pix_clk_100hz == 0) || in dcn10_link_encoder_validate_hdmi_output()
637 (adjusted_pix_clk_100hz > (enc10->base.features.max_hdmi_pixel_clock * 10))) in dcn10_link_encoder_validate_hdmi_output()
647 adjusted_pix_clk_100hz >= 3000000) in dcn10_link_encoder_validate_hdmi_output()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dclock_source.h109 uint32_t adjusted_pix_clk_100hz; member