Home
last modified time | relevance | path

Searched refs:adjusted_pix_clk_khz (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_link_encoder.c629 int adjusted_pix_clk_khz) in dce110_link_encoder_validate_hdmi_output() argument
639 if (adjusted_pix_clk_khz < TMDS_MIN_PIXEL_CLOCK) in dce110_link_encoder_validate_hdmi_output()
642 if ((adjusted_pix_clk_khz == 0) || in dce110_link_encoder_validate_hdmi_output()
643 (adjusted_pix_clk_khz > enc110->base.features.max_hdmi_pixel_clock)) in dce110_link_encoder_validate_hdmi_output()
652 adjusted_pix_clk_khz >= 300000) in dce110_link_encoder_validate_hdmi_output()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_link_encoder.c574 int adjusted_pix_clk_khz) in dcn10_link_encoder_validate_hdmi_output() argument
584 if (adjusted_pix_clk_khz < TMDS_MIN_PIXEL_CLOCK) in dcn10_link_encoder_validate_hdmi_output()
587 if ((adjusted_pix_clk_khz == 0) || in dcn10_link_encoder_validate_hdmi_output()
588 (adjusted_pix_clk_khz > enc10->base.features.max_hdmi_pixel_clock)) in dcn10_link_encoder_validate_hdmi_output()
597 adjusted_pix_clk_khz >= 300000) in dcn10_link_encoder_validate_hdmi_output()