Searched refs:adjusted_pix_clk_100hz (Results 1 – 3 of 3) sorted by relevance
209 pll_settings->adjusted_pix_clk_100hz, in calc_fb_divider_checking_tolerance()228 pll_settings->adjusted_pix_clk_100hz) in calc_fb_divider_checking_tolerance()230 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()265 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range()302 if (pll_settings->adjusted_pix_clk_100hz == 0) { in calculate_pixel_clock_pll_dividers()314 if (min_post_divider * pll_settings->adjusted_pix_clk_100hz < in calculate_pixel_clock_pll_dividers()317 pll_settings->adjusted_pix_clk_100hz; in calculate_pixel_clock_pll_dividers()319 pll_settings->adjusted_pix_clk_100hz) < in calculate_pixel_clock_pll_dividers()325 if (max_post_divider * pll_settings->adjusted_pix_clk_100hz in calculate_pixel_clock_pll_dividers()[all …]
621 int adjusted_pix_clk_100hz) in dcn10_link_encoder_validate_hdmi_output() argument631 if (adjusted_pix_clk_100hz < (TMDS_MIN_PIXEL_CLOCK * 10)) in dcn10_link_encoder_validate_hdmi_output()634 if ((adjusted_pix_clk_100hz == 0) || in dcn10_link_encoder_validate_hdmi_output()635 (adjusted_pix_clk_100hz > (enc10->base.features.max_hdmi_pixel_clock * 10))) in dcn10_link_encoder_validate_hdmi_output()644 adjusted_pix_clk_100hz >= 3000000) in dcn10_link_encoder_validate_hdmi_output()
108 uint32_t adjusted_pix_clk_100hz; member